@import "https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;1,9..144,500&family=Inter:wght@400;500;600;700;800&family=IBM+Plex+Mono:wght@500;600&display=swap";:root{--navy-950:#041427;--navy-900:#071d3a;--navy-850:#09284f;--navy-800:#0a376a;--blue-700:#1556a6;--blue-600:#1e68c9;--blue-100:#e8f1fb;--gold-500:#d9a928;--gold-400:#edc75c;--gold-100:#fbf4dd;--green-600:#25884a;--green-100:#e9f7ee;--ink-900:#122033;--ink-700:#415166;--ink-500:#6b7889;--line:#dfe6ed;--surface:#fff;--surface-soft:#f5f8fb;--surface-muted:#edf2f6;--surface-parchment:#faf7ef;--parchment-line:#e4dfcc;--danger:#b32d2e;--shadow-sm:0 8px 24px #071d3a14;--shadow-md:0 18px 44px #071d3a1f;--shadow-lg:0 30px 80px #04142733;--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--container:1200px;--header-height:82px;--font-display:"Fraunces", Georgia, "Times New Roman", serif;--font-body:Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:"IBM Plex Mono", ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 20px)}body{color:var(--ink-900);background:var(--surface);font-family:var(--font-body);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0;line-height:1.65}body.menu-open,body.modal-open{overflow:hidden}img,svg{max-width:100%}img{display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}::selection{color:var(--navy-950);background:var(--gold-400)}:focus-visible{outline:3px solid var(--gold-400);outline-offset:3px}.skip-link{z-index:9999;color:var(--navy-950);box-shadow:var(--shadow-sm);background:#fff;border-radius:8px;padding:.8rem 1rem;transition:transform .2s;position:fixed;top:10px;left:10px;transform:translateY(-140%)}.skip-link:focus{transform:translateY(0)}.container{width:min(calc(100% - 2rem), var(--container));margin-inline:auto}.container-narrow{width:min(100% - 2rem,840px);margin-inline:auto}.section{padding:6.5rem 0;position:relative}.section-sm{padding:4.2rem 0}.section-soft{background:var(--surface-soft)}.section-dark{color:#fff;background:radial-gradient(circle at 10% 10%, #1e68c947, transparent 30%), radial-gradient(circle at 90% 70%, #d9a9282e, transparent 26%), linear-gradient(145deg, var(--navy-900), var(--navy-950))}.section-gold{background:linear-gradient(135deg, #fffaf0, var(--gold-100))}.eyebrow{color:var(--blue-700);font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:.6rem;margin:0 0 1rem;font-size:.72rem;font-weight:600;display:inline-flex}.eyebrow:before{background:var(--gold-500);content:"";width:22px;height:1px}.section-dark .eyebrow{color:var(--gold-400)}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4{line-height:1.18}h1,h2{color:var(--navy-900);font-family:var(--font-display)}.section-dark h1,.section-dark h2,.section-dark h3,.section-dark h4{color:#fff}h1{letter-spacing:-.02em;margin-bottom:1.3rem;font-size:clamp(2.7rem,6vw,5.2rem);font-weight:600}h2{letter-spacing:-.015em;margin-bottom:1rem;font-size:clamp(2rem,4vw,3.3rem);font-weight:600}h1 em,h2 em{color:var(--gold-500);font-style:italic;font-weight:500}.section-dark h1 em,.section-dark h2 em,.hero h1 em{color:var(--gold-400)}h3{color:var(--navy-850);margin-bottom:.65rem;font-size:1.18rem}h4{color:var(--navy-850);margin-bottom:.5rem;font-size:1rem}.lead{max-width:760px;color:var(--ink-700);font-size:clamp(1.05rem,1.8vw,1.25rem)}.section-dark .lead,.section-dark p{color:#ffffffc7}.text-gold{color:var(--gold-400)}.text-center{text-align:center}.text-center .lead{margin-inline:auto}.section-heading{max-width:780px;margin-bottom:3rem}.section-heading.center{text-align:center;margin-inline:auto}.muted{color:var(--ink-500)}.small{font-size:.9rem}.icon{flex:none;width:1.35rem;height:1.35rem}.icon-lg{width:2rem;height:2rem}.icon-xl{width:3.25rem;height:3.25rem}.icon-box{width:52px;height:52px;color:var(--navy-850);background:var(--gold-100);border:1px solid #d9a9284d;border-radius:15px;place-items:center;display:grid}.btn{border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:.55rem;min-height:48px;padding:.78rem 1.15rem;font-weight:800;line-height:1.2;transition:transform .2s,box-shadow .2s,background .2s,border-color .2s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn-primary{color:var(--navy-950);background:linear-gradient(135deg, var(--gold-400), var(--gold-500));box-shadow:0 12px 24px #d9a92838}.btn-primary:hover{box-shadow:0 16px 30px #d9a92852}.btn-secondary{color:#fff;background:var(--blue-700);box-shadow:0 12px 24px #1556a638}.btn-outline{color:var(--navy-850);background:0 0;border-color:#09284f47}.section-dark .btn-outline,.hero .btn-outline{color:#fff;border-color:#ffffff6b}.btn-outline:hover{background:#ffffff14;border-color:currentColor}.btn-ghost{min-height:auto;color:var(--blue-700);background:0 0;padding:.45rem 0}.btn-sm{min-height:40px;padding:.6rem .9rem;font-size:.9rem}.button-group{flex-wrap:wrap;gap:.8rem;display:flex}.external-note{color:#ffffffb3;align-items:flex-start;gap:.55rem;margin-top:1rem;font-size:.86rem;display:flex}.external-note .icon{color:var(--gold-400);margin-top:.17rem}.site-header{z-index:1000;min-height:var(--header-height);color:#fff;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#041427eb;border-bottom:1px solid #ffffff14;transition:box-shadow .25s,background .25s;position:fixed;top:0;left:0;right:0}.site-header.scrolled{background:#041427fa;box-shadow:0 12px 35px #000b1c33}.header-inner{min-height:var(--header-height);align-items:center;gap:1.25rem;display:flex}.brand{align-items:center;gap:.75rem;min-width:220px;display:inline-flex}.brand-logo-wrap{background:#fff;border-radius:12px;place-items:center;width:58px;height:58px;display:grid;overflow:hidden}.brand-logo-wrap img{object-fit:contain;width:52px;height:52px}.brand-text{line-height:1.05;display:grid}.brand-text strong{color:#fff;letter-spacing:.045em;font-size:1rem}.brand-text span{color:#ffffff9e;letter-spacing:.13em;text-transform:uppercase;margin-top:.22rem;font-size:.62rem}.site-nav{flex:1;justify-content:flex-end;align-items:center;gap:.15rem;display:flex}.site-nav a{color:#ffffffc7;white-space:nowrap;padding:.7rem .58rem;font-size:.83rem;font-weight:700;transition:color .2s;position:relative}.site-nav a:after{background:var(--gold-400);content:"";transform-origin:50%;height:2px;transition:transform .2s;position:absolute;bottom:.3rem;left:.58rem;right:.58rem;transform:scaleX(0)}.site-nav a:hover,.site-nav a.active{color:#fff}.site-nav a:hover:after,.site-nav a.active:after{transform:scaleX(1)}.header-actions{align-items:center;gap:.55rem;display:flex}.header-actions .btn{white-space:nowrap}.nav-toggle{color:#fff;background:#ffffff14;border:1px solid #ffffff26;border-radius:10px;justify-content:center;align-items:center;width:46px;height:46px;padding:0;display:none}.hero{min-height:820px;padding:calc(var(--header-height) + 6rem) 0 5rem;color:#fff;background:radial-gradient(circle at 14% 20%, #1e68c959, transparent 30%), radial-gradient(circle at 82% 22%, #d9a9282e, transparent 25%), linear-gradient(135deg, var(--navy-950) 0%, var(--navy-850) 56%, #082d59 100%);position:relative;overflow:hidden}.hero:before{content:"";background-image:linear-gradient(#ffffff06 1px,#0000 1px),linear-gradient(90deg,#ffffff06 1px,#0000 1px);background-size:42px 42px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0,#0000 90%);mask-image:linear-gradient(#000 0,#0000 90%)}.hero-grid{z-index:1;grid-template-columns:1.02fr .98fr;align-items:center;gap:3rem;display:grid;position:relative}.hero h1{color:#fff}.hero-copy{padding-bottom:2rem}.hero-copy .lead{color:#ffffffc7;max-width:650px}.hero-visual{position:relative}.hero-visual img{filter:drop-shadow(0 30px 40px #00000040);width:100%}.hero-badge{max-width:240px;color:var(--navy-950);box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;border:1px solid #ffffffb3;border-radius:14px;align-items:center;gap:.7rem;padding:.9rem 1rem;display:flex;position:absolute;bottom:10%;right:2%}.hero-badge .icon-box{width:42px;height:42px;color:var(--green-600);background:var(--green-100);border-color:#0000}.hero-badge strong{font-size:.92rem;display:block}.hero-badge span{color:var(--ink-500);font-size:.76rem;display:block}.trust-strip{z-index:3;margin-top:-2.2rem;position:relative}.trust-strip-inner{box-shadow:var(--shadow-md);background:#fffffffa;border:1px solid #071d3a14;border-radius:18px;grid-template-columns:repeat(6,1fr);display:grid;overflow:hidden}.trust-item{min-height:116px;color:var(--navy-850);border-right:1px solid var(--line);text-align:left;justify-content:center;align-items:center;gap:.7rem;padding:1rem;display:flex}.trust-item:last-child{border-right:0}.trust-item .icon{width:1.65rem;height:1.65rem;color:var(--gold-500)}.trust-item strong{font-size:.86rem;line-height:1.35;display:block}.split-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:4rem;display:grid}.split-grid.reverse{grid-template-columns:.9fr 1.1fr}.info-panel{color:#fff;background:linear-gradient(145deg, var(--navy-850), var(--navy-950));border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid #ffffff14;padding:2rem}.info-panel h3{color:#fff}.info-list{gap:.9rem;margin:0;padding:0;list-style:none;display:grid}.info-list li{align-items:flex-start;gap:.8rem;display:flex}.info-list .icon{color:var(--gold-400);margin-top:.22rem}.info-list strong{color:#fff;font-size:.88rem;display:block}.info-list span{color:var(--gold-400);font-size:.82rem;display:block}.check-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem 2rem;margin:1.8rem 0 0;padding:0;list-style:none;display:grid}.check-grid li,.check-list li{color:var(--ink-700);padding-left:1.8rem;position:relative}.check-grid li:before,.check-list li:before{background:var(--gold-100);content:"✓";width:1rem;height:1rem;color:var(--navy-850);text-align:center;border:1px solid #d9a92880;border-radius:50%;font-size:.65rem;font-weight:900;line-height:.9rem;position:absolute;top:.42rem;left:0}.check-list{gap:.75rem;margin:1.2rem 0 0;padding:0;list-style:none;display:grid}.cards-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;display:grid}.card{border:1px solid var(--line);border-radius:var(--radius-md);background:#fff;height:100%;padding:1.7rem 1.6rem 1.6rem;transition:transform .22s,box-shadow .22s,border-color .22s;position:relative;box-shadow:0 10px 26px #071d3a0d}.card:before{background:var(--gold-500);content:"";opacity:.85;border-radius:0 0 3px 3px;width:22px;height:3px;position:absolute;top:0;left:1.6rem}.card:hover{box-shadow:var(--shadow-md);border-color:#1556a64d;transform:translateY(-5px)}.card .icon-box{margin-bottom:1.2rem}.card p:last-child{margin-bottom:0}.card-dark{color:#ffffffbf;box-shadow:none;background:#ffffff0b;border-color:#ffffff21}.card-dark:hover{border-color:var(--gold-500);box-shadow:0 18px 40px #00000038}.card-dark h3{color:#fff}.card-dark .icon-box{color:var(--gold-400);background:#d9a9281a;border-color:#d9a9284d}.feature-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.feature-card{padding:1.35rem}.feature-card h3{font-size:1.02rem}.feature-card p{color:var(--ink-700);font-size:.91rem}.tenant-showcase{grid-template-columns:1fr 1fr;align-items:stretch;gap:2rem;display:grid}.tenant-card{border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;padding:2.2rem}.tenant-card.primary{color:#fff;background:radial-gradient(circle at 90% 10%, #d9a92833, transparent 25%), linear-gradient(145deg, var(--navy-850), var(--navy-950));border-color:#ffffff14}.tenant-card.primary h3,.tenant-card.primary h2{color:#fff}.tenant-card.primary p,.tenant-card.primary .check-list li{color:#ffffffc2}.tenant-card.primary .check-list li:before{color:var(--gold-400);background:#d9a9282e}.tenant-label{color:var(--navy-850);background:var(--gold-100);border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.4rem .7rem;font-size:.76rem;font-weight:800;display:inline-flex}.tenant-card.primary .tenant-label{color:var(--gold-400);background:#d9a9281a}.process-grid{counter-reset:process;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.process-card{border:1px solid var(--line);border-radius:var(--radius-md);counter-increment:process;background:#fff;min-height:245px;padding:1.65rem;position:relative;overflow:hidden}.process-card:before{width:44px;height:44px;color:var(--navy-950);background:linear-gradient(135deg, var(--gold-400), var(--gold-500));content:counter(process, decimal-leading-zero);border-radius:50%;place-items:center;margin-bottom:1.25rem;font-weight:900;display:grid}.process-card:after{color:var(--navy-850);content:counter(process, decimal-leading-zero);font-family:var(--font-display);opacity:.045;font-size:7rem;font-weight:700;position:absolute;bottom:-32px;right:-20px}.notice{color:#4f4327;background:var(--gold-100);border:1px solid #d9a92859;border-radius:12px;align-items:flex-start;gap:.9rem;margin-top:2rem;padding:1.1rem 1.2rem;display:flex}.notice .icon{color:var(--gold-500);margin-top:.15rem}.notice p{color:inherit;margin:0}.notice.secure{color:#205c35;background:var(--green-100);border-color:#25884a38}.notice.secure .icon{color:var(--green-600)}.security-grid{grid-template-columns:.95fr 1.05fr;align-items:center;gap:4rem;display:grid}.security-visual{border-radius:var(--radius-xl);background:radial-gradient(circle,#1e68c96b,#0000 32%),linear-gradient(145deg,#0c315e,#041427);border:1px solid #ffffff1a;place-items:center;min-height:480px;display:grid;position:relative;overflow:hidden}.security-visual:before,.security-visual:after{content:"";border:1px solid #ffffff1a;border-radius:50%;width:360px;height:360px;position:absolute}.security-visual:after{width:260px;height:260px}.security-shield{z-index:2;width:210px;height:240px;color:var(--gold-400);border:4px solid var(--gold-500);clip-path:polygon(50% 0%,94% 15%,88% 70%,50% 100%,12% 70%,6% 15%);background:linear-gradient(150deg,#12457d,#06192f);place-items:center;display:grid;position:relative}.security-shield .icon{width:86px;height:86px}.security-points{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.security-point{align-items:flex-start;gap:.75rem;display:flex}.security-point .icon{color:var(--gold-400);margin-top:.18rem}.security-point strong{color:#fff;font-size:.92rem;display:block}.security-point span{color:#ffffffa8;font-size:.84rem;display:block}.values-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.2rem;display:grid}.value-card{text-align:center;padding:1.2rem}.value-card .icon-box{margin:0 auto .9rem}.team-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.3rem;display:grid}.team-card{border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;overflow:hidden}.team-photo{aspect-ratio:4/4.3;background:var(--surface-muted);overflow:hidden}.team-photo img{object-fit:cover;width:100%;height:100%}.team-content{padding:1.35rem}.team-content h3{margin-bottom:.25rem}.team-role{color:var(--blue-700);letter-spacing:.06em;text-transform:uppercase;margin-bottom:.8rem;font-size:.78rem;font-weight:800;display:block}.team-content p{color:var(--ink-700);font-size:.89rem}.team-links{flex-wrap:wrap;gap:.75rem;font-size:.82rem;font-weight:700;display:flex}.team-links a{color:var(--blue-700)}.faq-list{gap:.75rem;max-width:900px;margin-inline:auto;display:grid}.faq-item{border:1px solid var(--line);background:#fff;border-radius:14px;overflow:hidden}.faq-question{width:100%;color:var(--navy-850);text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.25rem;font-weight:800;display:flex}.faq-question .icon{transition:transform .22s}.faq-question[aria-expanded=true] .icon{transform:rotate(180deg)}.faq-answer{grid-template-rows:0fr;transition:grid-template-rows .28s;display:grid}.faq-answer>div{overflow:hidden}.faq-answer p{color:var(--ink-700);margin:0;padding:0 1.25rem 1.2rem}.faq-item.open .faq-answer{grid-template-rows:1fr}.cta-panel{color:#fff;background:radial-gradient(circle at 90% 20%, #d9a92847, transparent 26%), linear-gradient(145deg, var(--navy-850), var(--navy-950));border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);grid-template-columns:1fr auto;align-items:center;gap:2rem;padding:3rem;display:grid;overflow:hidden}.cta-panel h2{color:#fff;font-size:clamp(2rem,4vw,3.2rem)}.cta-panel p{color:#ffffffb8;max-width:700px;margin-bottom:0}.page-hero{padding:calc(var(--header-height) + 6rem) 0 5rem;color:#fff;background:radial-gradient(circle at 82% 18%, #d9a92833, transparent 22%), linear-gradient(145deg, var(--navy-950), var(--navy-850));position:relative;overflow:hidden}.page-hero h1{color:#fff;max-width:850px;font-size:clamp(2.7rem,6vw,4.8rem)}.page-hero .lead{color:#ffffffbf;max-width:760px}.breadcrumbs{color:#ffffffa6;flex-wrap:wrap;gap:.45rem;margin-bottom:1.4rem;font-size:.84rem;display:flex}.breadcrumbs a{color:var(--gold-400)}.page-nav{top:calc(var(--header-height) + 1rem);border:1px solid var(--line);box-shadow:var(--shadow-sm);background:#fff;border-radius:14px;padding:1rem;position:sticky}.page-nav strong{color:var(--navy-850);margin-bottom:.7rem;display:block}.page-nav a{color:var(--ink-700);border-radius:7px;padding:.45rem .5rem;font-size:.88rem;display:block}.page-nav a:hover{color:var(--blue-700);background:var(--blue-100)}.content-layout{grid-template-columns:250px minmax(0,1fr);align-items:start;gap:3rem;display:grid}.prose{color:var(--ink-700)}.prose h2{margin-top:2.7rem;font-size:2rem}.prose h2:first-child{margin-top:0}.prose h3{margin-top:1.8rem}.prose p,.prose li{max-width:900px}.prose ul,.prose ol{padding-left:1.4rem}.prose li+li{margin-top:.45rem}.prose .legal-placeholder{color:#7a5810;background:var(--gold-100);border-bottom:1px dashed var(--gold-500);font-weight:700}.legal-updated{color:var(--ink-700);background:#ffffff1a;border:1px solid #ffffff26;border-radius:999px;align-items:center;gap:.5rem;margin-top:1rem;padding:.48rem .7rem;font-size:.82rem;display:inline-flex}.contact-layout{grid-template-columns:.8fr 1.2fr;align-items:start;gap:2rem;display:grid}.contact-card,.form-card{border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;padding:2rem}.contact-list{gap:1rem;margin:1.5rem 0 0;padding:0;list-style:none;display:grid}.contact-list li{align-items:flex-start;gap:.8rem;display:flex}.contact-list .icon-box{flex:none;width:42px;height:42px}.contact-list strong{color:var(--navy-850);font-size:.86rem;display:block}.contact-list span,.contact-list a{color:var(--ink-700);font-size:.88rem}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.form-group{gap:.4rem;display:grid}.form-group.full{grid-column:1/-1}label{color:var(--navy-850);font-size:.86rem;font-weight:800}input,select,textarea{width:100%;color:var(--ink-900);background:#fff;border:1px solid #cfd9e2;border-radius:9px;padding:.82rem .9rem;transition:border-color .2s,box-shadow .2s}input:focus,select:focus,textarea:focus{border-color:var(--blue-600);outline:none;box-shadow:0 0 0 4px #1e68c91f}input[aria-invalid=true],select[aria-invalid=true],textarea[aria-invalid=true]{border-color:var(--danger)}textarea{resize:vertical;min-height:150px}.checkbox-row{align-items:flex-start;gap:.7rem;display:flex}.checkbox-row input{width:18px;height:18px;margin-top:.25rem}.checkbox-row label{color:var(--ink-700);font-weight:500}.field-error{min-height:1.1rem;color:var(--danger);font-size:.76rem}.form-status{border-radius:10px;margin-top:1rem;padding:.9rem 1rem;display:none}.form-status.show{display:block}.form-status.success{color:#205c35;background:var(--green-100);border:1px solid #25884a40}.form-status.error{color:#7d2021;background:#fbecec;border:1px solid #b32d2e40}.map-card{border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;margin-top:2rem;overflow:hidden}.map-card img{width:100%}.site-footer{color:#ffffffb3;background:var(--navy-950);padding:5rem 0 1.5rem}.footer-grid{grid-template-columns:1.4fr repeat(3,.7fr);gap:3rem;padding-bottom:3rem;display:grid}.footer-brand .brand{margin-bottom:1.2rem}.footer-brand p{max-width:390px;font-size:.9rem}.footer-title{color:#fff;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1rem;font-size:.85rem}.footer-links{gap:.62rem;display:grid}.footer-links a{font-size:.88rem;transition:color .2s}.footer-links a:hover{color:var(--gold-400)}.social-links{gap:.6rem;margin-top:1rem;display:flex}.social-links a{color:#fff;background:#ffffff12;border:1px solid #ffffff1c;border-radius:9px;place-items:center;width:38px;height:38px;font-size:.78rem;font-weight:800;display:grid}.footer-notice{color:#ffffffa6;background:#ffffff0a;border:1px solid #ffffff14;border-radius:9px;margin-top:1.2rem;padding:.8rem;font-size:.8rem}.footer-bottom{border-top:1px solid #ffffff17;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.4rem;font-size:.82rem;display:flex}.footer-bottom strong{color:var(--gold-400)}.cookie-banner{z-index:1800;color:#fff;max-width:960px;box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#041427fa;border:1px solid #ffffff1f;border-radius:16px;margin-inline:auto;padding:1.2rem;display:none;position:fixed;bottom:1rem;left:1rem;right:1rem}.cookie-banner.show{grid-template-columns:1fr auto;align-items:center;gap:1.2rem;display:grid}.cookie-banner p{color:#ffffffb8;margin:0;font-size:.86rem}.cookie-banner strong{color:#fff}.cookie-actions{flex-wrap:wrap;gap:.55rem;display:flex}.cookie-actions .btn{min-height:40px;padding:.55rem .8rem;font-size:.8rem}.cookie-modal{z-index:1900;background:#010a16b3;justify-content:center;align-items:center;padding:1rem;display:none;position:fixed;inset:0}.cookie-modal.open{display:flex}.cookie-dialog{width:min(100%,580px);max-height:calc(100vh - 2rem);box-shadow:var(--shadow-lg);background:#fff;border-radius:18px;padding:1.5rem;overflow-y:auto}.cookie-dialog-header{justify-content:space-between;align-items:center;gap:1rem;display:flex}.icon-button{width:40px;height:40px;color:var(--navy-850);background:var(--surface-soft);border:1px solid var(--line);border-radius:9px;place-items:center;display:grid}.cookie-option{border-top:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem 0;display:flex}.cookie-option:first-of-type{margin-top:1rem}.cookie-option p{color:var(--ink-700);margin:.25rem 0 0;font-size:.84rem}.toggle{flex:none;width:48px;height:26px;display:inline-block;position:relative}.toggle input{opacity:0;width:0;height:0}.toggle span{background:#b6c2cd;border-radius:999px;transition:background .2s;position:absolute;inset:0}.toggle span:before{content:"";background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s;position:absolute;bottom:3px;left:3px}.toggle input:checked+span{background:var(--green-600)}.toggle input:checked+span:before{transform:translate(22px)}.toggle input:disabled+span{opacity:.7}.cookie-dialog-actions{flex-wrap:wrap;justify-content:flex-end;gap:.7rem;margin-top:1rem;display:flex}.reveal{opacity:0;transition:opacity .65s,transform .65s;transform:translateY(22px)}.reveal.visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.reveal{opacity:1;transform:none}}@media (width<=1120px){.site-nav{top:var(--header-height);background:var(--navy-950);flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.2rem;width:min(88vw,390px);padding:1.2rem;transition:transform .25s;position:fixed;bottom:0;right:0;overflow-y:auto;transform:translate(105%);box-shadow:-20px 0 40px #00000040}.site-nav.open{transform:translate(0)}.site-nav a{border-radius:9px;padding:.9rem;font-size:.96rem}.site-nav a:after{display:none}.site-nav a:hover,.site-nav a.active{background:#ffffff12}.nav-toggle{display:inline-flex}.header-actions .btn-outline{display:none}.trust-strip-inner{grid-template-columns:repeat(3,1fr)}.trust-item:nth-child(3){border-right:0}.trust-item:nth-child(-n+3){border-bottom:1px solid var(--line)}.feature-grid,.team-grid,.values-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.section{padding:5rem 0}.hero{min-height:auto;padding-top:calc(var(--header-height) + 4rem)}.hero-grid,.split-grid,.split-grid.reverse,.security-grid,.tenant-showcase,.contact-layout,.content-layout{grid-template-columns:1fr}.hero-copy{padding-bottom:0}.hero-visual{max-width:700px;margin-inline:auto}.cards-grid,.process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.page-nav{position:static}.footer-grid{grid-template-columns:1fr 1fr}.cta-panel,.cookie-banner.show{grid-template-columns:1fr}}@media (width<=640px){:root{--header-height:72px}.container,.container-narrow{width:min(calc(100% - 1.2rem), var(--container))}.brand{min-width:0}.brand-logo-wrap{width:48px;height:48px}.brand-logo-wrap img{width:44px;height:44px}.brand-text strong{font-size:.86rem}.brand-text span{font-size:.52rem}.header-actions .btn-primary{display:none}.hero{padding-bottom:4rem}h1{font-size:2.65rem}h2{font-size:2.2rem}.button-group{grid-template-columns:1fr;display:grid}.button-group .btn{width:100%}.hero-badge{max-width:none;margin-top:-1rem;position:static}.trust-strip{background:var(--surface-soft);margin-top:0;padding:1rem 0}.trust-strip-inner{grid-template-columns:repeat(2,1fr)}.trust-item{border-bottom:1px solid var(--line);text-align:center;flex-direction:column;min-height:100px;padding:.8rem;border-right:1px solid var(--line)!important}.trust-item:nth-child(2n){border-right:0!important}.trust-item:nth-last-child(-n+2){border-bottom:0}.check-grid,.cards-grid,.feature-grid,.process-grid,.team-grid,.values-grid,.security-points,.form-grid,.footer-grid{grid-template-columns:1fr}.info-panel,.contact-card,.form-card,.tenant-card,.cta-panel{padding:1.4rem}.security-visual{min-height:380px}.security-shield{width:170px;height:195px}.footer-bottom{flex-direction:column;align-items:flex-start}.cookie-banner{bottom:.5rem;left:.5rem;right:.5rem}.cookie-actions{grid-template-columns:1fr;display:grid}.cookie-actions .btn{width:100%}}
