.pwa-install-banner{position:fixed;z-index:10000;right:24px;bottom:24px;width:min(420px,calc(100vw - 32px));display:flex;align-items:center;gap:12px;padding:13px 14px;background:#fff;border:1px solid rgba(11,31,58,.12);border-radius:20px;box-shadow:0 22px 56px #0b1f3a38;animation:crownPwaSlideUp .35s cubic-bezier(.16,1,.3,1)}@keyframes crownPwaSlideUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.pwa-install-icon{flex:0 0 auto;display:grid;place-items:center}.pwa-install-icon img{width:48px;height:48px;object-fit:contain;border-radius:14px;background:#fff;padding:4px;border:1px solid rgba(11,31,58,.08);box-shadow:0 8px 22px #0b1f3a1f}.pwa-install-copy{min-width:0;flex:1;display:grid;gap:2px}.pwa-install-copy strong{color:#0b1f3a;font-weight:900;font-size:.95rem;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pwa-install-copy span{color:#526179;font-size:.78rem;line-height:1.3}.pwa-install-button{flex:0 0 auto;min-height:40px;padding:0 14px;border:0;border-radius:12px;background:#d8231f;color:#fff;font-weight:900;font-size:.84rem;cursor:pointer}.pwa-install-close{flex:0 0 auto;width:34px;height:34px;border:0;border-radius:999px;background:transparent;color:#7a8798;font-size:1.45rem;line-height:1;cursor:pointer}.pwa-install-close:hover{background:#f1f5f9;color:#0b1f3a}@media(max-width:768px){.pwa-install-banner{left:12px;right:12px;bottom:84px;width:auto;padding:12px;gap:10px;border-radius:18px}.pwa-install-icon img{width:46px;height:46px}.pwa-install-copy strong{font-size:.9rem}.pwa-install-copy span{font-size:.74rem}.pwa-install-button{min-height:38px;padding:0 12px;font-size:.8rem}.pwa-install-close{width:30px;height:30px;font-size:1.35rem}}@media(max-width:420px){.pwa-install-banner{gap:8px;padding:10px}.pwa-install-icon img{width:42px;height:42px}.pwa-install-copy strong{font-size:.84rem}.pwa-install-copy span{font-size:.7rem}.pwa-install-button{padding:0 10px}}:root{--ink: #14213d;--muted: #5d6779;--line: #dde4ef;--soft: #F7FAFC;--white: #ffffff;--gold: #F7C948;--green: #0f766e;--red: #C9251A;--navy: #0B1F3A;--crown-blue: #0EA5E9;--shadow: 0 18px 50px rgba(20, 33, 61, .13);--radius: 8px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--white);line-height:1.55}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,textarea,select{font:inherit}.wrap{width:min(1140px,calc(100% - 32px));margin:0 auto}.topbar{background:var(--navy);color:#ffffffe6;font-size:.86rem}.topbar__inner{display:flex;gap:18px;justify-content:space-between;padding:8px 0}.site-header{position:sticky;top:0;z-index:20;background:#fffffff0;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.header__inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:12px;min-width:230px}.brand-button{padding:0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.brand__mark{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;color:var(--navy);background:linear-gradient(135deg,#f6d56a,#d59b22);font-weight:800;font-size:1.35rem;box-shadow:inset 0 0 0 2px #ffffff80}.brand__logo{display:grid;place-items:center;flex:0 0 auto;width:52px;height:52px;overflow:hidden}.brand__logo img{width:100%;height:100%;object-fit:contain}.brand__logo--large{width:74px;height:74px}.brand strong,.brand small{display:block}.brand strong{line-height:1.1}.brand small{color:var(--muted);font-size:.76rem}.nav{display:flex;align-items:center;gap:4px;font-size:.92rem;font-weight:700}.nav a,.nav button{padding:9px 10px;border:0;border-radius:var(--radius);background:transparent;color:#25324a;font-weight:700;cursor:pointer}.nav a:hover,.nav a.is-active,.nav button:hover,.nav button.is-active{background:#eef3fa;color:var(--navy)}.nav__apply,.btn--primary{color:var(--white)!important;background:var(--red)!important}.notice--site{margin-top:16px}.notice--error{border-left-color:var(--red);background:#fff1f0;color:#842029}.menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);place-items:center}.menu-toggle span{display:block;width:20px;height:2px;margin:3px auto;background:var(--ink)}.hero{position:relative;min-height:620px;color:var(--white);background:var(--navy);overflow:hidden}.home-hero{background-size:cover;background-position:center;background-repeat:no-repeat}.home-hero__slides{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.home-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity .9s ease}.home-hero__bg.is-active{opacity:1}.hero img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.72}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,#0b1f3aeb,#0b1f3a8f,#0b1f3a2e),linear-gradient(0deg,#0b1f3a73,#0b1f3a00)}.hero__content{position:relative;z-index:2;min-height:620px;display:grid;align-content:center;max-width:720px;padding:72px 0 108px}.eyebrow{margin:0 0 14px;color:#ffe09a;font-weight:800;text-transform:uppercase;letter-spacing:0;font-size:.82rem}h1,h2,h3,p{margin-top:0}h1{margin-bottom:18px;font-size:clamp(2.45rem,7vw,4.9rem);line-height:.98;letter-spacing:0}h2{margin-bottom:14px;font-size:clamp(1.7rem,4vw,2.55rem);line-height:1.08}h3{margin-bottom:8px;font-size:1.06rem}.lead{color:#ffffffe0;font-size:clamp(1rem,2vw,1.24rem);max-width:640px}.section .lead{color:var(--muted)}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 17px;border:1px solid transparent;border-radius:var(--radius);font-weight:800;cursor:pointer}.btn--light{background:var(--white);color:var(--navy)}.btn--outline{border-color:#ffffff80;color:var(--white)}.btn--dark{background:var(--navy);color:var(--white)}.btn--ghost{border-color:var(--line);background:var(--white);color:var(--ink)}.hero__facts{position:absolute;z-index:3;left:50%;bottom:0;transform:translate(-50%);display:grid;grid-template-columns:repeat(4,1fr);width:min(1140px,calc(100% - 32px));background:var(--white);color:var(--ink);border-radius:var(--radius) var(--radius) 0 0;box-shadow:var(--shadow)}.fact{padding:20px;border-right:1px solid var(--line)}.fact:last-child{border-right:0}.fact strong{display:block;font-size:1.25rem}.fact span{color:var(--muted);font-size:.9rem}.section{padding:82px 0}.section--soft{background:var(--soft)}.section__head{max-width:720px;margin-bottom:34px}.grid{display:grid;gap:18px}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--2{grid-template-columns:repeat(2,1fr)}.card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 10px 30px #14213d12}.card__body{padding:22px}.card img{width:100%;height:225px;object-fit:cover}.metric{padding:24px;border-left:4px solid var(--gold)}.split{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:36px;align-items:center}.split img{width:100%;min-height:390px;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}.list{display:grid;gap:12px;padding:0;list-style:none}.list li{padding:14px 16px;border:1px solid var(--line);border-radius:var(--radius);background:var(--white)}.page-hero{min-height:420px;width:100%;display:flex;align-items:center;color:var(--white);background-color:var(--navy);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;overflow:hidden}.page-hero-content{width:min(1120px,calc(100% - 40px));margin:0 auto;position:relative;z-index:2;color:var(--white);padding:96px 0}.page-hero h1{max-width:760px;font-size:clamp(3rem,7vw,6.5rem);line-height:.95;font-weight:900;letter-spacing:0;margin:0 0 24px}.page-hero p{max-width:700px;color:#ffffffe0;font-size:clamp(1.05rem,2vw,1.45rem);line-height:1.6}.page-hero .eyebrow{color:#f7c948;font-weight:900;text-transform:uppercase;letter-spacing:.04em;margin-bottom:18px}.badge-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.badge{display:inline-flex;align-items:center;min-height:34px;padding:7px 11px;border-radius:999px;color:var(--ink);background:#f4d57d;font-weight:800;font-size:.82rem}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.gallery-item{position:relative;overflow:hidden;border-radius:var(--radius);background:#e8eef4;transition:box-shadow .22s ease,transform .22s ease}.gallery-item:hover{box-shadow:0 8px 28px #0b1f3a2e;transform:translateY(-2px)}.gallery-item__img-wrap{aspect-ratio:16 / 10;overflow:hidden;background:linear-gradient(110deg,#dde4ed 30%,#edf2f7,#dde4ed 70%);background-size:200% 100%;animation:shimmer 1.6s infinite linear}.gallery-item__img-wrap img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .28s ease;animation:none}.gallery-item:hover .gallery-item__img-wrap img{transform:scale(1.05)}.gallery-item__cat{display:block;font-size:.72rem;color:var(--muted);padding:2px 14px 4px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.gallery-item span{display:block;padding:8px 14px 2px;color:var(--ink);font-weight:700;font-size:.88rem;background:transparent}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.gallery-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9000;background:#050c19eb;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .18s ease;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.gallery-lightbox__inner{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center;gap:12px}.gallery-lightbox__img{max-width:90vw;max-height:80vh;object-fit:contain;border-radius:10px;box-shadow:0 24px 80px #0009;animation:zoomIn .22s ease}@keyframes zoomIn{0%{transform:scale(.94);opacity:0}to{transform:scale(1);opacity:1}}.gallery-lightbox__close{position:absolute;top:-44px;right:0;background:#ffffff1f;border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:50%;width:36px;height:36px;font-size:1rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.gallery-lightbox__close:hover{background:#ffffff40}.gallery-lightbox__caption{color:#ffffffbf;font-size:.9rem;text-align:center;margin:0;max-width:600px}.home-gallery-section{background:var(--soft, #F7FAFC)}.home-gallery-preview{display:grid;grid-template-columns:.85fr 1.15fr;gap:48px;align-items:center}.home-gallery-text{display:flex;flex-direction:column;align-items:flex-start}.home-gallery-text h2{font-size:clamp(1.6rem,3.5vw,2.4rem);line-height:1.2;margin:8px 0 0}.home-gallery-grid{display:grid;grid-template-columns:1.25fr .75fr;grid-template-rows:180px 180px;gap:14px}.home-gallery-card--large{grid-row:span 2}.home-gallery-card{position:relative;border-radius:18px;overflow:hidden;background:linear-gradient(110deg,#dde4ed 30%,#edf2f7,#dde4ed 70%);background-size:200% 100%;animation:shimmer 1.6s infinite linear;box-shadow:0 8px 32px #0b1f3a21;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease}.home-gallery-card:hover{transform:translateY(-3px) scale(1.01);box-shadow:0 18px 48px #0b1f3a33}.home-gallery-card img{width:100%;height:100%;object-fit:cover;display:block;animation:none;transition:transform .3s ease}.home-gallery-card:hover img{transform:scale(1.05)}.home-gallery-label{position:absolute;left:12px;bottom:12px;background:#0b1f3adb;color:#fff;padding:5px 12px;border-radius:999px;font-weight:700;font-size:.78rem;letter-spacing:.02em;pointer-events:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.news-list{display:grid;gap:14px}.news-item{padding:22px;border:1px solid var(--line);border-radius:var(--radius);background:var(--white)}.news-item time{color:var(--red);font-size:.83rem;font-weight:800}.contact-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:24px;align-items:start}.contact-panel{display:grid;gap:14px}.contact-line{padding:18px;border:1px solid var(--line);border-radius:var(--radius);background:var(--white)}.map{min-height:430px;width:100%;border:0;border-radius:var(--radius);box-shadow:var(--shadow)}.section--contact{padding-bottom:118px}.contact-actions{margin-top:4px}.form{display:grid;gap:14px}.field{display:grid;gap:6px}.field span{color:var(--muted);font-weight:700;font-size:.9rem}.field input,.field textarea,.field select{width:100%;padding:12px 13px;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);color:var(--ink)}.field textarea{min-height:116px;resize:vertical}.admin-login-page,.admin-screen-message{min-height:100vh;display:grid;place-items:center;background:var(--soft);padding:24px}.admin-login-card,.admin-card-panel,.admin-stat-grid article,.admin-note{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.admin-login-card{width:min(100%,440px);padding:34px;display:grid;gap:18px}.admin-login-card h1,.admin-page-header h1{font-size:2rem;margin:6px 0;color:var(--navy)}.admin-kicker{color:var(--crown-blue);font-weight:900;text-transform:uppercase;font-size:.78rem}.admin-login-card label,.admin-form label{display:grid;gap:8px;font-weight:800;color:var(--navy)}.admin-login-card input,.admin-form input,.admin-form select,.admin-form textarea{border:1px solid var(--line);border-radius:var(--radius);padding:12px 14px;font:inherit;color:var(--ink)}.admin-shell{min-height:100vh;display:grid;grid-template-columns:280px minmax(0,1fr);background:var(--soft)}.admin-sidebar{position:sticky;top:0;height:100vh;background:var(--navy);color:var(--white);padding:24px 18px;display:flex;flex-direction:column;gap:22px}.admin-brand{font-family:Inter,sans-serif;font-weight:900;font-size:1.35rem;color:var(--white)}.admin-brand span{display:block;color:var(--gold);font-size:.85rem}.admin-sidebar nav{display:grid;gap:6px;overflow:auto}.admin-sidebar button.admin-navlink,.admin-sidebar button.admin-logout{display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:var(--radius);color:#ffffffd6;font-weight:750;background:none;border:none;text-align:left;cursor:pointer;width:100%}.admin-sidebar button.admin-navlink.is-active,.admin-sidebar button.admin-navlink:hover,.admin-sidebar button.admin-logout:hover{background:#ffffff1a;color:var(--gold)}.admin-sidebar svg,.admin-row-actions svg{width:18px;height:18px}.admin-logout{margin-top:auto;width:100%}.admin-main{padding:32px}.admin-page{display:grid;gap:22px}.admin-page-header{display:flex;justify-content:space-between;gap:18px;align-items:center}.admin-page-header p,.admin-note,.admin-row p,.admin-login-card p{color:var(--muted)}.admin-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.admin-stat-grid article,.admin-card-panel,.admin-note{padding:24px}.admin-card-panel h2{margin-bottom:18px;color:var(--navy)}.admin-form{display:grid;gap:18px}.admin-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.admin-form .wide,.upload-field{grid-column:1 / -1}.admin-form input[type=checkbox]{width:22px;height:22px}.admin-primary{width:fit-content;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:var(--radius);padding:12px 18px;background:var(--gold);color:var(--navy);font-weight:900;border:none;cursor:pointer}.admin-primary:hover{opacity:.95}.admin-alert{border-radius:var(--radius);padding:14px 16px;font-weight:800}.admin-alert.success{background:#e7f8ef;color:var(--green)}.admin-alert.error,.admin-screen-message.error{background:#fff0f0;color:#9f1d1d}.admin-preview{width:240px;max-width:100%;aspect-ratio:16 / 10;object-fit:cover;border-radius:var(--radius);border:1px solid var(--line);margin-top:8px}.admin-list,.admin-table{display:grid;gap:14px}.admin-row{display:grid;grid-template-columns:84px 1fr auto;gap:16px;align-items:center;padding:14px;border:1px solid var(--line);border-radius:var(--radius);background:var(--white)}.admin-row img{width:84px;height:64px;object-fit:cover;border-radius:var(--radius)}.admin-row-actions{display:flex;flex-wrap:wrap;gap:8px}.admin-row-actions button{display:inline-flex;align-items:center;gap:6px;padding:9px 12px;border-radius:var(--radius);background:var(--soft);color:var(--navy);font-weight:800;border:none;cursor:pointer}.admin-row-actions button:hover{background:var(--line)}.admin-row-actions .danger{background:#fff0f0;color:#9f1d1d}.admin-row-actions .danger:hover{background:#ffe1e1}.skeleton-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.skeleton{min-height:180px;border-radius:var(--radius);background:linear-gradient(90deg,#eef2f7,#f8fafc,#eef2f7);background-size:220% 100%;animation:pulse 1.2s ease-in-out infinite}@keyframes pulse{0%{background-position:0 0}to{background-position:-220% 0}}.mobile-bottom-bar{position:fixed;left:0;right:0;bottom:0;z-index:30;display:none;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);background:var(--white);box-shadow:0 -10px 30px #14213d1f}.mobile-bottom-bar a,.mobile-bottom-bar button{display:grid;place-items:center;min-height:54px;border:0;border-right:1px solid var(--line);background:var(--white);color:var(--navy);font-weight:800}.mobile-bottom-bar button{color:var(--white);background:var(--red)}.notice{padding:14px 16px;border-left:4px solid var(--gold);background:#fff8e6;border-radius:var(--radius);color:#6f4b07;font-weight:700}.footer{color:#ffffffc7;background:var(--navy);padding:56px 0 24px}.footer__grid{display:grid;grid-template-columns:1.2fr .8fr .9fr;gap:28px}.footer h2{color:var(--white);font-size:1rem}.footer a{display:block;margin-bottom:8px}.footer-link{display:block;margin-bottom:8px;padding:0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.brand--footer{color:var(--white);margin-bottom:16px}.brand--footer small{color:#ffffffb8}.footer__bottom{display:flex;justify-content:space-between;gap:16px;margin-top:36px;padding-top:20px;border-top:1px solid rgba(255,255,255,.16);font-size:.88rem}.footer__bottom span:only-child{width:100%}@media(max-width:980px){.topbar__inner{justify-content:center;flex-wrap:wrap}.menu-toggle{display:block}.nav{position:absolute;left:16px;right:16px;top:calc(100% + 8px);display:none;grid-template-columns:1fr 1fr;padding:12px;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow)}.nav.is-open{display:grid}.admin-sidebar{position:relative;height:auto}.admin-sidebar nav{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-stat-grid,.admin-form-grid,.admin-row{grid-template-columns:1fr}.hero,.hero__content{min-height:700px}.hero__facts,.grid--3,.gallery-grid,.footer__grid,.skeleton-grid{grid-template-columns:repeat(2,1fr)}.split,.contact-grid,.admin-shell{grid-template-columns:1fr}.home-gallery-preview{grid-template-columns:1fr;gap:28px}.home-gallery-grid{grid-template-columns:1.25fr .75fr;grid-template-rows:160px 160px}}@media(max-width:640px){.wrap{width:min(100% - 24px,1140px)}.topbar__inner{align-items:center;gap:8px 14px;text-align:center}.topbar__inner span{width:100%}.brand{min-width:0}.brand strong{font-size:.94rem}.brand small{font-size:.68rem}.brand__mark{width:40px;height:40px}.brand__logo{width:42px;height:42px}.hero,.hero__content{min-height:760px}.hero__content{padding-top:54px}.actions,.footer__bottom{flex-direction:column}.btn{width:100%}.hero__facts,.grid--3,.grid--2,.gallery-grid,.footer__grid,.skeleton-grid{grid-template-columns:1fr}.mobile-bottom-bar{display:grid}.footer{padding-bottom:88px}.fact{padding:15px;border-right:0;border-bottom:1px solid var(--line)}.section{padding:58px 0}.section--contact{padding-bottom:112px}.page-hero{min-height:360px;background-position:center}.page-hero-content{width:min(100% - 24px,1140px);padding:72px 0}.page-hero h1{font-size:clamp(2.6rem,13vw,4rem)}.card img{min-height:215px;height:215px}.gallery-item__img-wrap{aspect-ratio:4 / 3}.home-gallery-preview{grid-template-columns:1fr;gap:20px}.home-gallery-grid{grid-template-columns:1fr;grid-template-rows:none}.home-gallery-card{aspect-ratio:16 / 10}.home-gallery-card--large{grid-row:auto;aspect-ratio:16 / 9}}.hero-actions{display:flex;gap:16px;flex-wrap:wrap;align-items:center;margin-top:24px}.hero-btn{border:none;border-radius:14px;min-height:58px;padding:0 28px;font-weight:900;font-size:1rem;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:transform .25s ease,box-shadow .25s ease,background .25s ease;cursor:pointer}.hero-btn:hover{transform:translateY(-2px)}.hero-btn.primary{background:#d8231f;color:#fff;box-shadow:0 14px 30px #d8231f47}.hero-btn.secondary{background:#fff;color:#0b1f3a;box-shadow:0 14px 30px #0b1f3a2e;border:1px solid rgba(11,31,58,.08)}.hero-btn.tertiary{background:#f7c948;color:#0b1f3a;box-shadow:0 14px 30px #f7c94847}.hero-btn.tertiary:hover{background:#ffd84d}@media(max-width:768px){.hero-actions{flex-direction:column;width:100%}.hero-btn{width:100%;min-height:54px}}.reveal-section{opacity:0;transform:translateY(26px);transition:opacity .75s ease,transform .75s ease;will-change:opacity,transform}.reveal-section.is-visible{opacity:1;transform:translateY(0)}.reveal-card{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.reveal-section.is-visible .reveal-card{opacity:1;transform:translateY(0)}.reveal-section.is-visible .reveal-card:nth-child(1){transition-delay:.05s}.reveal-section.is-visible .reveal-card:nth-child(2){transition-delay:.12s}.reveal-section.is-visible .reveal-card:nth-child(3){transition-delay:.19s}@media(prefers-reduced-motion:reduce){.reveal-section,.reveal-card{opacity:1!important;transform:none!important;transition:none!important}}.hero-bg-image{opacity:0;transition:opacity .6s ease}.hero-bg-image.loaded{opacity:1}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(135deg,#0b1f3a,#004225)}.hero-bg img{width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.02);transition:opacity .7s ease,transform 1.2s ease}.hero-bg img.loaded{opacity:1;transform:scale(1)}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,#0b1f3ae0,#0b1f3a8c,#00422559)}.home-hero{min-height:clamp(560px,78vh,720px);overflow:visible;background:linear-gradient(135deg,#0b1f3a,#12325a 48%,#08182e);margin-bottom:76px}.home-hero .hero-bg,.home-hero .hero-bg img,.home-hero .hero-bg picture{position:absolute;top:0;right:0;bottom:0;left:0}.home-hero .hero-bg img{opacity:1;filter:saturate(1.02) contrast(1.03);transition:opacity .55s ease,filter .55s ease}.home-hero .hero-bg img:not(.loaded){opacity:0}.home-hero .hero-bg img.loaded{opacity:1}.home-hero .hero-overlay,.home-hero:after{background:linear-gradient(90deg,#0b1f3af2,#0b1f3ab8 42%,#0b1f3a47),linear-gradient(180deg,#0b1f3a33,#0b1f3a8c)!important}.home-hero .hero__content{min-height:clamp(560px,78vh,720px);max-width:760px;padding:clamp(72px,10vh,118px) 0 clamp(120px,18vh,164px);align-content:center}.home-hero .eyebrow{color:#f7c948;font-size:clamp(.72rem,1.2vw,.84rem);letter-spacing:.035em;margin-bottom:12px;text-shadow:0 2px 18px rgba(0,0,0,.28)}.home-hero h1{max-width:720px;font-size:clamp(2.55rem,6.2vw,5.35rem);line-height:.96;letter-spacing:-.055em;margin-bottom:18px;text-wrap:balance;text-shadow:0 14px 42px rgba(0,0,0,.34)}.home-hero .lead{max-width:690px;font-size:clamp(1rem,1.6vw,1.25rem);line-height:1.65;color:#ffffffeb;margin-bottom:0}.home-hero .hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.home-hero .hero-btn,.home-hero .btn{min-height:56px;border-radius:16px;padding:0 24px;font-weight:900;box-shadow:0 18px 46px #0000002e}.home-hero .hero-btn.primary,.home-hero .btn--primary{background:#d8231f!important;color:#fff!important}.home-hero .hero-btn.secondary{background:#fff!important;color:#0b1f3a!important}.home-hero .hero-btn.tertiary{background:#f7c948!important;color:#0b1f3a!important}.home-hero [class*=phone i],.home-hero [class*=mockup i],.home-hero [class*=device i],.home-hero [class*=mobile-preview i],.home-hero [class*=screen-preview i]{display:none!important}.home-hero .hero__facts{position:absolute!important;z-index:5;left:50%!important;right:auto!important;bottom:-52px!important;transform:translate(-50%)!important;width:min(1040px,calc(100% - 32px))!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:0!important;overflow:hidden;background:#fffffff5;border:1px solid rgba(221,228,239,.92);border-radius:20px;box-shadow:0 22px 60px #0b1f3a2e;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.home-hero .hero__facts>*{min-height:98px;padding:22px 24px!important;border-right:1px solid rgba(221,228,239,.9);background:transparent!important;box-shadow:none!important;color:#0b1f3a!important}.home-hero .hero__facts>*:last-child{border-right:none}.home-hero .hero__facts h3,.home-hero .hero__facts strong{color:#0b1f3a!important;font-size:1.08rem;line-height:1.15;margin-bottom:6px}.home-hero .hero__facts p,.home-hero .hero__facts small{color:#5d6779!important;font-size:.92rem;margin:0}.pwa-install-banner{width:min(350px,calc(100vw - 28px))!important;padding:14px!important;border-radius:20px!important;box-shadow:0 22px 56px #0b1f3a33!important}.pwa-install-header{gap:11px!important;margin-bottom:12px!important}.pwa-install-logo{width:46px!important;height:46px!important;flex-basis:46px!important;border-radius:14px!important}.pwa-install-banner h3{font-size:1rem!important}.pwa-install-banner p{font-size:.84rem!important}.pwa-install-actions .btn{min-height:42px!important;padding:9px 12px!important;border-radius:12px!important;font-size:.86rem!important}@media(max-width:980px){.topbar__inner{gap:10px;font-size:.78rem}.home-hero{min-height:620px;margin-bottom:34px}.home-hero .hero__content{min-height:620px;padding:78px 0 132px;max-width:100%}.home-hero h1{font-size:clamp(2.4rem,10vw,4.2rem);max-width:650px}.home-hero .lead{max-width:620px}.home-hero .hero__facts{bottom:-34px!important;grid-template-columns:repeat(3,minmax(0,1fr))!important}.home-hero .hero__facts>*{min-height:82px;padding:16px!important}}@media(max-width:720px){.topbar{font-size:.74rem}.topbar__inner{justify-content:center;text-align:center}.topbar__inner>*:nth-child(n+2){display:none!important}.site-header{top:0}.header__inner{min-height:66px;gap:12px}.brand{min-width:0;gap:10px}.brand__logo{width:46px;height:46px}.brand strong{font-size:.98rem}.brand small{font-size:.68rem}.home-hero{min-height:auto;margin-bottom:0;overflow:hidden}.home-hero .hero__content{min-height:560px;padding:82px 0 72px;display:flex;flex-direction:column;justify-content:center}.home-hero h1{font-size:clamp(2.35rem,13vw,3.85rem);line-height:.98;letter-spacing:-.05em;margin-bottom:14px}.home-hero .lead{font-size:.98rem;line-height:1.58;max-width:100%}.home-hero .hero-actions{display:grid;grid-template-columns:1fr;gap:10px;margin-top:24px}.home-hero .hero-btn,.home-hero .btn{width:100%;min-height:50px;border-radius:14px;padding:0 16px}.home-hero .hero__facts{display:none!important}.pwa-install-banner{left:12px!important;right:12px!important;bottom:16px!important;width:auto!important;padding:12px!important;border-radius:18px!important}.pwa-install-logo{width:42px!important;height:42px!important;flex-basis:42px!important}.pwa-install-banner h3{font-size:.95rem!important}.pwa-install-banner p{font-size:.8rem!important;line-height:1.3!important}}@media(max-width:420px){.wrap{width:min(100% - 24px,1140px)}.home-hero .hero__content{min-height:530px;padding-top:72px;padding-bottom:62px}.home-hero h1{font-size:clamp(2.05rem,12vw,3.2rem)}.home-hero .lead{font-size:.92rem}}.home-hero{min-height:clamp(560px,76vh,700px)!important;margin-bottom:82px!important;overflow:visible!important}.home-hero .hero__content{max-width:690px!important;min-height:clamp(560px,76vh,700px)!important;padding:clamp(70px,9vh,110px) 0 clamp(130px,17vh,160px)!important}.home-hero h1{max-width:660px!important;font-size:clamp(2.6rem,5.4vw,4.85rem)!important;line-height:.98!important;letter-spacing:-.055em!important}.home-hero .lead{max-width:650px!important;font-size:clamp(1rem,1.45vw,1.18rem)!important;line-height:1.65!important}.home-hero .hero-actions{gap:12px!important;margin-top:28px!important}.home-hero .hero__facts{width:min(940px,calc(100% - 40px))!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;bottom:-48px!important;border-radius:20px!important}.home-hero .hero__facts>*{min-height:92px!important;padding:20px 22px!important}.home-hero .hero__facts h3,.home-hero .hero__facts strong{font-size:1.08rem!important}.home-hero .hero__facts p,.home-hero .hero__facts small{font-size:.9rem!important}.pwa-install-banner{width:min(340px,calc(100vw - 28px))!important;right:20px!important;bottom:20px!important}@media(max-width:768px){.home-hero{min-height:auto!important;margin-bottom:0!important;overflow:hidden!important}.home-hero .hero__content{min-height:560px!important;padding:78px 0 68px!important;max-width:100%!important}.home-hero h1{max-width:100%!important;font-size:clamp(2.25rem,12vw,3.55rem)!important;line-height:1!important}.home-hero .lead{max-width:100%!important;font-size:.96rem!important}.home-hero .hero-actions{grid-template-columns:1fr!important;gap:10px!important}.home-hero .hero__facts{display:none!important}.pwa-install-banner{left:12px!important;right:12px!important;bottom:14px!important;width:auto!important}}@media(max-width:768px){.home-hero{min-height:100svh!important;margin-bottom:0!important}.home-hero .hero__content{min-height:calc(100svh - 66px)!important;padding:88px 0 110px!important;justify-content:center!important}.home-hero .hero-actions{display:none!important}.home-hero h1{max-width:92%!important;font-size:clamp(2.35rem,12vw,3.7rem)!important;line-height:.98!important;margin-bottom:16px!important}.home-hero .lead{max-width:92%!important;font-size:.95rem!important;line-height:1.6!important;margin-bottom:0!important}.home-hero .eyebrow{margin-bottom:12px!important}.home-hero .hero__facts{display:none!important}.mobile-bottom-bar{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:0!important;z-index:9998!important}}@media(max-width:420px){.home-hero .hero__content{padding-top:78px!important;padding-bottom:105px!important}.home-hero h1{font-size:clamp(2.15rem,12vw,3.3rem)!important}.home-hero .lead{font-size:.9rem!important}}@media(max-width:768px){.home-hero{min-height:100svh!important;background:#0b1f3a!important}.home-hero .hero-bg img{opacity:1!important;filter:brightness(1.05) contrast(1.05) saturate(1.08)!important;object-position:center center!important}.home-hero .hero-overlay,.home-hero:after{background:linear-gradient(90deg,#061226b8,#0612266b 46%,#0612261a),linear-gradient(180deg,#06122614,#06122633 45%,#0612268f)!important}.home-hero .hero__content{min-height:calc(100svh - 64px)!important;padding:64px 0 98px!important;justify-content:center!important;align-items:flex-start!important}.home-hero .eyebrow{font-size:.72rem!important;line-height:1.1!important;color:#f7c948!important;margin-bottom:12px!important;text-shadow:0 3px 18px rgba(0,0,0,.45)!important}.home-hero h1{max-width:92%!important;font-size:clamp(2.75rem,14vw,4.35rem)!important;line-height:.92!important;letter-spacing:-.065em!important;margin-bottom:18px!important;text-shadow:0 12px 38px rgba(0,0,0,.48)!important}.home-hero .lead{max-width:92%!important;font-size:.96rem!important;line-height:1.58!important;color:#fffffff2!important;text-shadow:0 5px 22px rgba(0,0,0,.45)!important}.home-hero .hero-actions,.home-hero .hero__facts{display:none!important}}@media(max-width:420px){.home-hero .hero__content{padding-top:58px!important;padding-bottom:94px!important}.home-hero h1{font-size:clamp(2.65rem,14vw,4rem)!important}.home-hero .lead{font-size:.92rem!important}}.home-hero .hero__facts{grid-template-columns:repeat(3,minmax(0,1fr))!important}@media(max-width:768px){.home-hero{min-height:100svh!important;margin-bottom:0!important;background:#0b1f3a!important;overflow:hidden!important}.home-hero .hero-bg img{opacity:1!important;filter:brightness(1.08) contrast(1.05) saturate(1.08)!important;object-position:center center!important}.home-hero .hero-overlay,.home-hero:after{background:linear-gradient(90deg,#07142acc,#07142a80 46%,#07142a2e),linear-gradient(180deg,#07142a1f,#07142a2e 38%,#07142a94)!important}.home-hero .hero__content{min-height:calc(100svh - 66px)!important;padding:52px 0 106px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;max-width:100%!important}.mobile-hero-brandline{display:inline-flex!important;align-items:center;gap:10px;margin-bottom:18px;color:#fff;font-size:.82rem;font-weight:900;text-shadow:0 3px 18px rgba(0,0,0,.35)}.mobile-hero-brandline img{position:static!important;inset:auto!important;width:52px!important;height:52px!important;object-fit:contain!important;opacity:1!important;border-radius:16px;background:#fffffff0;padding:5px;box-shadow:0 14px 34px #0000003d;filter:none!important}.mobile-hero-pills{display:flex!important;flex-wrap:wrap;gap:8px;max-width:96%;margin-bottom:18px}.mobile-hero-pills span{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:7px 12px;border-radius:999px;color:#fff;font-size:.72rem;font-weight:900;line-height:1;background:#ffffff26;border:1px solid rgba(255,255,255,.26);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 8px 24px #00000024}.mobile-hero-pills span:last-child{background:#f7c948;color:#0b1f3a;border-color:#f7c948cc}.home-hero .eyebrow{font-size:.72rem!important;line-height:1.1!important;margin-bottom:11px!important;color:#f7c948!important;text-shadow:0 3px 18px rgba(0,0,0,.45)!important}.home-hero h1{max-width:96%!important;font-size:clamp(2.75rem,13.5vw,4.2rem)!important;line-height:.92!important;letter-spacing:-.07em!important;margin-bottom:12px!important;text-shadow:0 14px 40px rgba(0,0,0,.48)!important}.mobile-hero-statement{display:block!important;margin:0 0 13px!important;max-width:96%;color:#f7c948;font-size:1rem;font-weight:900;line-height:1.25;text-shadow:0 5px 20px rgba(0,0,0,.42)}.home-hero .lead{max-width:96%!important;margin-bottom:0!important;font-size:.94rem!important;line-height:1.55!important;color:#fffffff5!important;text-shadow:0 5px 24px rgba(0,0,0,.5)!important}.home-hero .hero-actions,.home-hero .hero__facts{display:none!important}.mobile-bottom-bar{display:grid!important;grid-template-columns:repeat(3,1fr)!important;z-index:9998!important;box-shadow:0 -14px 34px #0b1f3a29}}@media(max-width:420px){.home-hero .hero__content{padding-top:42px!important;padding-bottom:102px!important}.mobile-hero-brandline{margin-bottom:15px}.mobile-hero-brandline img{width:48px!important;height:48px!important}.mobile-hero-pills{gap:7px;margin-bottom:15px}.mobile-hero-pills span{min-height:28px;padding:6px 10px;font-size:.68rem}.home-hero h1{font-size:clamp(2.45rem,13vw,3.85rem)!important}.mobile-hero-statement{font-size:.92rem}.home-hero .lead{font-size:.88rem!important}}.mobile-hero-brandline,.mobile-hero-pills,.mobile-hero-statement{display:none}.home-hero{position:relative!important;isolation:isolate!important;overflow:visible!important;background:radial-gradient(circle at 80% 30%,rgba(247,201,72,.1),transparent 32%),linear-gradient(135deg,#0b1f3a,#102b4d 46%,#061225)!important}.home-hero .hero-bg{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:0!important;overflow:hidden!important}.home-hero .hero-bg img{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:cover!important;opacity:1!important;filter:brightness(1.05) contrast(1.06) saturate(1.08)!important;transform:scale(1.01)}.home-hero .hero-overlay,.home-hero:after{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:1!important;pointer-events:none!important;background:linear-gradient(90deg,#061226e0,#061226a8 38%,#06122638),linear-gradient(180deg,#06122629,#0612262e 45%,#0612269e)!important}.home-hero .hero__content,.home-hero .hero__facts{position:relative!important;z-index:2!important}@media(min-width:1181px){.home-hero{min-height:720px!important;margin-bottom:88px!important}.home-hero .hero-bg img{object-position:center center!important}.home-hero .hero__content{min-height:720px!important;max-width:760px!important;padding:108px 0 170px!important;display:grid!important;align-content:center!important}.home-hero .eyebrow{color:#f7c948!important;font-size:.82rem!important;font-weight:950!important;letter-spacing:.03em!important;margin-bottom:14px!important;text-shadow:0 4px 22px rgba(0,0,0,.38)!important}.home-hero h1{max-width:760px!important;font-size:clamp(4.3rem,6vw,6.8rem)!important;line-height:.9!important;letter-spacing:-.075em!important;margin-bottom:22px!important;text-shadow:0 18px 52px rgba(0,0,0,.42)!important}.home-hero .lead{max-width:720px!important;color:#fffffff0!important;font-size:1.25rem!important;line-height:1.65!important;text-shadow:0 6px 24px rgba(0,0,0,.42)!important}.home-hero .hero-actions{display:flex!important;flex-wrap:wrap!important;gap:14px!important;margin-top:34px!important}.home-hero .hero-btn,.home-hero .btn{min-height:58px!important;border-radius:16px!important;padding:0 28px!important;font-weight:950!important;box-shadow:0 18px 46px #0003!important}.home-hero .hero-btn.primary{background:#d8231f!important;color:#fff!important}.home-hero .hero-btn.secondary{background:#fff!important;color:#0b1f3a!important}.home-hero .hero-btn.tertiary{background:#f7c948!important;color:#0b1f3a!important}.home-hero .hero__facts{position:absolute!important;left:50%!important;bottom:-54px!important;transform:translate(-50%)!important;width:min(980px,calc(100% - 48px))!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;overflow:hidden!important;background:#fffffff7!important;border:1px solid rgba(221,228,239,.92)!important;border-radius:22px!important;box-shadow:0 26px 70px #0b1f3a33!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important}.home-hero .hero__facts>*{min-height:108px!important;padding:24px 28px!important;border-right:1px solid rgba(221,228,239,.95)!important;background:transparent!important;box-shadow:none!important}.home-hero .hero__facts>*:last-child{border-right:none!important}}@media(min-width:769px)and (max-width:1180px){.home-hero{min-height:660px!important;margin-bottom:74px!important}.home-hero .hero-bg img{object-position:center center!important}.home-hero .hero-overlay,.home-hero:after{background:linear-gradient(90deg,#061226d6,#06122699 48%,#0612263d),linear-gradient(180deg,#0612261f,#06122638 44%,#0612269e)!important}.home-hero .hero__content{min-height:660px!important;max-width:700px!important;padding:92px 0 150px!important;display:grid!important;align-content:center!important}.home-hero h1{max-width:700px!important;font-size:clamp(3.5rem,8vw,5.4rem)!important;line-height:.94!important;letter-spacing:-.065em!important;margin-bottom:18px!important}.home-hero .lead{max-width:660px!important;font-size:1.1rem!important;line-height:1.6!important}.home-hero .hero-actions{display:flex!important;flex-wrap:wrap!important;gap:12px!important;margin-top:30px!important}.home-hero .hero-btn,.home-hero .btn{min-height:54px!important;border-radius:15px!important;padding:0 22px!important;font-weight:900!important}.home-hero .hero__facts{position:absolute!important;left:50%!important;bottom:-48px!important;transform:translate(-50%)!important;width:min(900px,calc(100% - 36px))!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;overflow:hidden!important;background:#fffffff5!important;border:1px solid rgba(221,228,239,.92)!important;border-radius:20px!important;box-shadow:0 22px 58px #0b1f3a2e!important}.home-hero .hero__facts>*{min-height:92px!important;padding:19px 20px!important;border-right:1px solid rgba(221,228,239,.9)!important;background:transparent!important;box-shadow:none!important}.home-hero .hero__facts>*:last-child{border-right:none!important}}@media(min-width:769px){.home-hero .hero__facts h3,.home-hero .hero__facts strong{color:#0b1f3a!important;font-size:1.1rem!important;line-height:1.15!important;margin-bottom:7px!important}.home-hero .hero__facts p,.home-hero .hero__facts small{color:#5d6779!important;font-size:.92rem!important;margin:0!important}.mobile-bottom-bar{display:none!important}}@media(max-width:768px){.topbar__inner{justify-content:center!important;text-align:center!important}.topbar__inner>*:nth-child(n+2){display:none!important}.header__inner{min-height:66px!important}.brand{min-width:0!important;gap:10px!important}.brand__logo{width:46px!important;height:46px!important}.brand strong{font-size:.98rem!important;line-height:1.05!important}.brand small{font-size:.68rem!important}.home-hero{min-height:100svh!important;margin-bottom:0!important;overflow:hidden!important}.home-hero .hero-bg img{object-position:center center!important;filter:brightness(1.09) contrast(1.05) saturate(1.08)!important}.home-hero .hero-overlay,.home-hero:after{background:linear-gradient(90deg,#07142ac7,#07142a7a 46%,#07142a24),linear-gradient(180deg,#07142a14,#07142a29 40%,#07142a8f)!important}.home-hero .hero__content{min-height:calc(100svh - 66px)!important;padding:46px 0 104px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:flex-start!important;max-width:100%!important}.mobile-hero-brandline{display:inline-flex!important;align-items:center!important;gap:10px!important;margin-bottom:16px!important;color:#fff!important;font-size:.82rem!important;font-weight:900!important;text-shadow:0 3px 18px rgba(0,0,0,.38)!important}.mobile-hero-brandline img{position:static!important;inset:auto!important;width:50px!important;height:50px!important;object-fit:contain!important;opacity:1!important;border-radius:16px!important;background:#fffffff0!important;padding:5px!important;box-shadow:0 14px 34px #0000003d!important;filter:none!important}.mobile-hero-pills{display:flex!important;flex-wrap:wrap!important;gap:8px!important;max-width:96%!important;margin-bottom:16px!important}.mobile-hero-pills span{display:inline-flex!important;align-items:center!important;min-height:29px!important;padding:7px 11px!important;border-radius:999px!important;color:#fff!important;font-size:.7rem!important;font-weight:900!important;background:#ffffff26!important;border:1px solid rgba(255,255,255,.25)!important;-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important}.mobile-hero-pills span:last-child{background:#f7c948!important;color:#0b1f3a!important;border-color:#f7c948cc!important}.home-hero .eyebrow{color:#f7c948!important;font-size:.72rem!important;margin-bottom:10px!important;line-height:1.1!important}.home-hero h1{max-width:96%!important;font-size:clamp(2.55rem,13vw,4rem)!important;line-height:.93!important;letter-spacing:-.07em!important;margin-bottom:12px!important;text-shadow:0 14px 40px rgba(0,0,0,.5)!important}.mobile-hero-statement{display:block!important;max-width:96%!important;margin:0 0 12px!important;color:#f7c948!important;font-size:.95rem!important;font-weight:900!important;line-height:1.25!important;text-shadow:0 5px 20px rgba(0,0,0,.42)!important}.home-hero .lead{max-width:96%!important;font-size:.9rem!important;line-height:1.55!important;color:#fffffff5!important;margin-bottom:0!important}.home-hero .hero-actions,.home-hero .hero__facts{display:none!important}.mobile-bottom-bar{display:grid!important;grid-template-columns:repeat(3,1fr)!important;z-index:9998!important;box-shadow:0 -14px 34px #0b1f3a29!important}.pwa-install-banner{left:12px!important;right:12px!important;bottom:76px!important;width:auto!important}}@media(max-width:420px){.home-hero .hero__content{padding-top:38px!important;padding-bottom:100px!important}.mobile-hero-brandline{margin-bottom:14px!important}.mobile-hero-brandline img{width:46px!important;height:46px!important}.mobile-hero-pills{gap:7px!important;margin-bottom:14px!important}.mobile-hero-pills span{min-height:27px!important;padding:6px 9px!important;font-size:.66rem!important}.home-hero h1{font-size:clamp(2.25rem,12.4vw,3.45rem)!important}.mobile-hero-statement{font-size:.88rem!important}.home-hero .lead{font-size:.86rem!important}}@media(min-width:1500px){.wrap{width:min(1240px,calc(100% - 64px))!important}.home-hero,.home-hero .hero__content{min-height:760px!important}.home-hero h1{font-size:clamp(5rem,5.4vw,7.2rem)!important}}@media(min-width:769px){.mobile-hero-brandline{display:inline-flex!important;align-items:center!important;gap:12px!important;margin-bottom:18px!important;color:#fff!important;font-size:.9rem!important;font-weight:900!important;text-shadow:0 4px 22px rgba(0,0,0,.38)!important}.mobile-hero-brandline img{position:static!important;inset:auto!important;width:56px!important;height:56px!important;object-fit:contain!important;opacity:1!important;border-radius:16px!important;background:#fffffff2!important;padding:5px!important;box-shadow:0 16px 40px #0000003d!important;filter:none!important}.mobile-hero-pills{display:flex!important;flex-wrap:wrap!important;gap:10px!important;max-width:760px!important;margin-bottom:22px!important}.mobile-hero-pills span{display:inline-flex!important;align-items:center!important;min-height:34px!important;padding:8px 14px!important;border-radius:999px!important;color:#fff!important;font-size:.78rem!important;font-weight:900!important;line-height:1!important;background:#ffffff29!important;border:1px solid rgba(255,255,255,.28)!important;-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important;box-shadow:0 10px 28px #00000029!important}.mobile-hero-pills .hero-pill-reg{background:#ffffff3d!important;color:#fff!important;border-color:#ffffff6b!important}.mobile-hero-pills span:last-child{background:#f7c948!important;color:#0b1f3a!important;border-color:#f7c948d9!important}}@media(max-width:768px){.mobile-hero-pills{gap:7px!important}.mobile-hero-pills .hero-pill-reg{background:#ffffff3d!important;color:#fff!important;border-color:#ffffff6b!important}}@media(max-width:420px){.mobile-hero-pills span{font-size:.64rem!important;padding:6px 8px!important}}@media(max-width:768px){.home-hero .hero-bg img{opacity:1!important;filter:brightness(1.22) contrast(1.08) saturate(1.14)!important;object-position:58% center!important;transform:scale(1.005)!important}.home-hero .hero-overlay,.home-hero:after{background:linear-gradient(90deg,#050f20a3,#050f2057 45%,#050f200f),linear-gradient(180deg,#050f2005,#050f2014 38%,#050f2066)!important}.home-hero h1{text-shadow:0 4px 14px rgba(0,0,0,.55),0 16px 42px rgba(0,0,0,.42)!important}.home-hero .lead,.home-hero .eyebrow,.mobile-hero-statement,.mobile-hero-brandline{text-shadow:0 3px 12px rgba(0,0,0,.55),0 12px 34px rgba(0,0,0,.38)!important}.mobile-hero-pills span{background:#08142657!important;border-color:#ffffff52!important}.mobile-hero-pills span:last-child{background:#f7c948!important;color:#0b1f3a!important;border-color:#f7c948e6!important}}@media(max-width:420px){.home-hero .hero-bg img{object-position:62% center!important;filter:brightness(1.24) contrast(1.08) saturate(1.14)!important}.home-hero .hero-overlay,.home-hero:after{background:linear-gradient(90deg,#050f2099,#050f204d 48%,#050f200a),linear-gradient(180deg,#050f2005,#050f2012 38%,#050f205c)!important}}.admin-shell{min-height:100vh;display:grid;grid-template-columns:280px minmax(0,1fr);background:#f7fafc;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.admin-sidebar{background:#0b1f3a;color:#fff;padding:28px 20px;position:sticky;top:0;height:100vh;display:flex;flex-direction:column;gap:24px;overflow-y:auto;border-right:1px solid rgba(255,255,255,.05)}.admin-brand{display:flex;align-items:center;gap:12px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.08)}.admin-brand img{width:48px;height:48px;object-fit:contain}.admin-brand h2{font-size:1.2rem;font-weight:900;color:#fff;margin:0}.admin-brand p{font-size:.72rem;color:#f7c948;margin:2px 0 0;font-weight:500}.admin-nav{display:flex;flex-direction:column;gap:6px;flex-grow:1}.admin-nav-item{width:100%;border:none;background:transparent;color:#ffffffc7;display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:10px;font-weight:700;cursor:pointer;text-align:left;transition:all .2s ease;font-size:.925rem}.admin-nav-item:hover{background:#ffffff0d;color:#fff;transform:translate(4px)}.admin-nav-item.active{background:#f7c94826;color:#f7c948;transform:translate(4px)}.admin-logout-btn{margin-top:auto;border-top:1px solid rgba(255,255,255,.08)!important;border-radius:0;padding-top:20px;color:#fda4af}.admin-logout-btn:hover{background:#e11d481a;color:#f43f5e}.admin-main{padding:40px;overflow-x:hidden;display:flex;flex-direction:column;min-height:100vh}.admin-topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:20px;border-bottom:1px solid #E2E8F0;gap:20px}.admin-content{display:grid;gap:28px;flex-grow:1}.admin-shell .card{background:#fff;border:1px solid #E2E8F0;border-radius:16px;padding:28px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;display:grid!important;gap:16px}.admin-shell .card h3{margin-top:0;margin-bottom:12px;font-size:1.25rem;font-weight:800;color:#0b1f3a;border-bottom:1px solid #F1F5F9;padding-bottom:10px}.admin-shell .field{display:flex;flex-direction:column;gap:6px}.admin-shell .field span{font-size:.875rem;font-weight:700;color:#0b1f3a}.admin-shell .field input[type=text],.admin-shell .field input[type=email],.admin-shell .field input[type=password],.admin-shell .field input[type=url],.admin-shell .field input[type=number],.admin-shell .field select,.admin-shell .field textarea{width:100%;padding:12px 16px;border:1px solid #CBD5E1;border-radius:8px;font-size:.95rem;color:#1e293b;background-color:#fff;transition:border-color .2s,box-shadow .2s;font-family:inherit}.admin-shell .field input:focus,.admin-shell .field select:focus,.admin-shell .field textarea:focus{outline:none;border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e926}.admin-shell .field textarea{resize:vertical;min-height:120px}.admin-shell .field-checkbox{flex-direction:row;align-items:center;gap:10px;cursor:pointer;padding:4px 0}.admin-shell .field-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer}.admin-shell .btn-group{display:flex;gap:12px;margin-top:12px}.admin-shell .btn,.admin-shell .btn-admin{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:8px;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .2s ease;border:1px solid transparent;font-family:inherit}.admin-shell .btn--primary,.admin-shell .btn-admin-primary{background-color:#0b1f3a;color:#fff}.admin-shell .btn--primary:hover,.admin-shell .btn-admin-primary:hover{background-color:#1a365d}.admin-shell .btn-admin-blue{background-color:#0ea5e9;color:#fff}.admin-shell .btn-admin-blue:hover{background-color:#0284c7}.admin-shell .btn-admin-gold{background-color:#f7c948;color:#0b1f3a}.admin-shell .btn-admin-gold:hover{background-color:#ebb327}.admin-shell .btn-admin-danger{background-color:#c9251a;color:#fff}.admin-shell .btn-admin-danger:hover{background-color:#b01e15}.admin-shell .btn--outline,.admin-shell .btn-admin-outline{background-color:transparent;border-color:#cbd5e1;color:#334155}.admin-shell .btn--outline:hover,.admin-shell .btn-admin-outline:hover{background-color:#f1f5f9;border-color:#94a3b8}.admin-shell .btn:disabled,.admin-shell .btn-admin:disabled{opacity:.6;cursor:not-allowed}.admin-upload-preview{display:flex;align-items:center;gap:16px;margin-top:8px;padding:12px;background-color:#f8fafc;border:1px dashed #CBD5E1;border-radius:8px}.admin-upload-preview img{width:60px;height:60px;object-fit:contain;background-color:#fff;border:1px solid #E2E8F0;border-radius:6px}.admin-upload-debug{display:grid;grid-template-columns:minmax(180px,260px) minmax(0,1fr);gap:16px;align-items:start;padding:14px;border:1px solid #e2e8f0;border-radius:8px;background:#fff}.admin-upload-debug img{width:100%;max-height:210px;object-fit:cover;border-radius:8px;border:1px solid #e2e8f0}.admin-upload-debug p{margin:2px 0 10px;color:#64748b;font-size:.85rem;word-break:break-all}.admin-progress-bar{height:6px;background-color:#e2e8f0;border-radius:3px;overflow:hidden;margin-top:8px}.admin-progress-bar-fill{height:100%;background-color:#0ea5e9;transition:width .2s ease}.admin-banner{padding:14px 18px;border-radius:8px;font-size:.9rem;display:flex;align-items:flex-start;gap:10px;border:1px solid transparent}.admin-banner-success{background-color:#f0fdf4;color:#166534;border-color:#dcfce7}.admin-banner-error{background-color:#fef2f2;color:#991b1b;border-color:#fee2e2}.admin-table{width:100%;border-collapse:collapse;margin-top:12px}.admin-table th,.admin-table td{padding:12px 16px;text-align:left;border-bottom:1px solid #E2E8F0}.admin-table th{background-color:#f8fafc;color:#0b1f3a;font-weight:700}.admin-table tr:hover td{background-color:#f8fafc}.preview-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:24px;background:#0b1f3ac7}.preview-modal__panel{width:min(920px,100%);max-height:calc(100vh - 48px);overflow:auto;padding:20px;border-radius:8px;background:#fff;box-shadow:0 18px 50px #14213d2e}.preview-modal__panel img{width:100%;max-height:68vh;object-fit:contain;border-radius:8px;background:#f8fafc}.preview-modal__close{float:right;margin-bottom:12px;padding:8px 12px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#0b1f3a;font-weight:800;cursor:pointer}@media(max-width:900px){.admin-shell{grid-template-columns:1fr}.admin-sidebar{position:relative;height:auto;padding:20px;border-right:none;border-bottom:1px solid rgba(255,255,255,.08)}.admin-topbar{flex-direction:column;align-items:flex-start;gap:16px}.admin-main{padding:24px}}
