:root{--bg-main:#f8f7f4;--bg-surface:#fff;--bg-muted:#e8e6e0;--accent-500:#c9a84c;--accent-300:#d4b94e;--accent-100:#c9a84c26;--brand-primary:#0a1628;--brand-dark:#080e1a;--brand-light:#1a2e50;--text-primary:#0a1628;--text-secondary:#1a2e50;--text-muted:#6b7280;--border:#d0cec6;--success:#16a34a;--error:#dc2626;--warning:#d97706;--font-display:"Poppins", sans-serif;--font-headline:"Poppins", sans-serif;--font-body:"Poppins", sans-serif;--font-label:"Poppins", sans-serif;--radius-sm:8px;--radius-md:14px;--radius-lg:16px;--radius-xl:16px;--space-1:.25rem;--space-2:.5rem;--space-3:1rem;--space-4:1.5rem;--space-5:2rem;--space-6:2.5rem;--space-8:3rem;--space-12:4rem;--ghost-border:1px solid var(--border);--outline:var(--text-muted);--outline-variant:var(--border)}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg-main);color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-size:16px;line-height:1.6}a{color:var(--brand-primary);text-decoration:none}.container{max-width:1200px;padding:0 var(--space-5);margin:0 auto}.section-editorial{border-bottom:1px solid var(--border);width:100%;padding:80px 40px}.section-editorial--framed{padding:var(--space-6) var(--space-5);border:1px solid var(--border);border-radius:var(--radius-md);margin-bottom:var(--space-6);background:var(--bg-surface)}.split-layout{gap:var(--space-6);flex-direction:column;display:flex}@media (min-width:768px){.split-layout{flex-direction:row;align-items:center}.split-layout>*{flex:1}}.stacked-row{padding:var(--space-5) 0;border-bottom:1px solid var(--border);flex-direction:column;display:flex}@media (min-width:768px){.stacked-row{align-items:flex-start;gap:var(--space-6);flex-direction:row}.stacked-row__left{flex:0 0 35%}.stacked-row__right{flex:1}}.split-screen-layout{grid-template-columns:1fr;min-height:100vh;display:grid}@media (min-width:768px){.split-screen-layout{grid-template-columns:1fr 1fr}}.split-screen-layout__left{padding:var(--space-5);flex-direction:column;justify-content:center;display:flex}.split-screen-layout__right{padding:var(--space-5);background:var(--bg-muted);justify-content:center;align-items:center;display:flex}.btn-hover-fx{transition:transform .2s,opacity .2s}.btn-hover-fx:hover{transform:translateY(-2px)}h1,.h1{font-family:var(--font-headline);letter-spacing:-.02em;font-size:clamp(3rem,5vw,4rem);font-weight:700;line-height:1.1}h2,.h2{font-family:var(--font-headline);letter-spacing:-.01em;font-size:clamp(2rem,4vw,2.5rem);font-weight:600;line-height:1.2}h3,.h3{font-family:var(--font-headline);font-size:1.5rem;font-weight:600}p,.body-text{font-family:var(--font-body);font-size:1.125rem;line-height:1.6}.btn-primary{justify-content:center;align-items:center;gap:var(--space-2);width:100%;padding:0 var(--space-4);background:var(--brand-primary);color:#fff;height:48px;font-family:var(--font-headline);border-radius:var(--radius-md);cursor:pointer;border:none;font-size:1rem;font-weight:600;transition:background .2s;display:inline-flex}.btn-primary:hover:not(:disabled){background:var(--brand-light)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{width:100%;padding:0 var(--space-4);background:var(--bg-muted);height:48px;color:var(--brand-primary);font-family:var(--font-body);border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-secondary:hover{background:var(--bg-muted);color:var(--text-primary)}.input-field{width:100%;height:48px;padding:0 var(--space-3);color:var(--text-primary);font-family:var(--font-body);border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;outline:none;font-size:.95rem;transition:border-color .2s}.input-field::placeholder{color:var(--text-muted)}.input-field:focus{border-color:#f0d78c}.card,.card-solid{background:var(--bg-surface);border:1px solid var(--border);padding:var(--space-4);border-radius:14px;box-shadow:0 4px 12px #0000000a}.chip{align-items:center;gap:var(--space-1);font-family:var(--font-label);letter-spacing:.03em;text-transform:uppercase;background:var(--bg-muted);color:var(--text-secondary);border-radius:100px;padding:4px 12px;font-size:.75rem;font-weight:600;display:inline-flex}.chip-success{color:var(--success);background:#16a34a1a}.chip-error{color:var(--error);background:#dc26261a}.chip-info{background:var(--accent-100);color:var(--accent-500)}.text-display,.text-headline,.text-headline-sm{color:var(--brand-primary)}.text-display{font-family:var(--font-display);letter-spacing:-.02em;font-size:2.75rem;font-weight:800;line-height:1.1}.text-headline{font-family:var(--font-headline);letter-spacing:-.01em;font-size:1.75rem;font-weight:700;line-height:1.2}.text-headline-sm{font-family:var(--font-headline);font-size:1.25rem;font-weight:600;line-height:1.3}.text-title{font-family:var(--font-body);color:var(--brand-primary);font-size:1.125rem;font-weight:600;line-height:1.4}.text-body{font-family:var(--font-body);font-size:1rem;line-height:1.6}.text-body-sm{font-family:var(--font-body);font-size:.875rem;line-height:1.5}.text-label{font-family:var(--font-label);letter-spacing:.05em;text-transform:uppercase;color:var(--text-secondary);font-size:.75rem;font-weight:600}.text-muted{color:var(--text-muted)}.text-accent{color:var(--accent-500)}.loader-wrapper{flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex}.spinner{border:2px solid #1c1f1a1a;border-top-color:var(--brand-primary);border-radius:50%;width:20px;height:20px;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:.5s cubic-bezier(.4,0,.2,1) forwards fadeInUp}.alert{padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);font-size:.9rem;font-weight:500}.alert-error{color:var(--error);background:#dc26261a}.alert-success{color:var(--success);background:#16a34a1a}.alert-info{background:var(--accent-100);color:var(--accent-500)}.alert-warning{color:var(--warning);background:#d977061a}.consent-group{gap:var(--space-3);margin-top:var(--space-3);flex-direction:column;display:flex}.consent-checkbox{align-items:flex-start;gap:var(--space-2);color:var(--text-secondary);cursor:pointer;font-size:.82rem;line-height:1.45;display:flex}.consent-checkbox input[type=checkbox]{width:16px;height:16px;accent-color:var(--accent-500);cursor:pointer;flex-shrink:0;margin-top:3px}.consent-link{color:var(--accent-500);font-weight:600;text-decoration:underline}.consent-link:hover{color:var(--accent-300)}.impact{color:var(--accent-500);font-weight:600}
.global-footer{color:#e2e8f0;background-color:#05050a;border-top:1px solid #ffffff0d;width:100%;padding:80px 0 0;position:relative;overflow:hidden}.global-footer__container{z-index:2;max-width:1200px;margin:0 auto;padding:0 40px 100px;position:relative}.global-footer__header{justify-content:space-between;align-items:center;gap:32px;margin-bottom:80px;display:flex}.global-footer__brand{align-items:center;gap:12px;display:flex}.global-footer__logo{font-family:var(--font-display), sans-serif;color:#fff;letter-spacing:-.02em;font-size:1.25rem;font-weight:800;text-decoration:none}.global-footer__divider{color:#fff3;font-size:1rem}.global-footer__tagline{color:#ffffff73;margin:0;font-size:.85rem;font-weight:400;line-height:1.5}.global-footer__nav{gap:24px;display:flex}.global-footer__nav-link{color:#ffffff80;letter-spacing:.02em;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .2s,transform .2s}.global-footer__nav-link:hover{color:#00d3a9;transform:translateY(-1px)}.global-footer__middle{justify-content:center;align-items:center;margin-top:40px;display:flex}.global-footer__wordmark{letter-spacing:.08em;text-align:center;background:linear-gradient(#fff 30%,#ffffff1f 100%);-webkit-text-fill-color:transparent;-webkit-user-select:none;user-select:none;opacity:.95;-webkit-background-clip:text;margin:0;font-family:Cormorant Garamond,serif;font-size:clamp(3rem,15vw,15rem);font-weight:600;line-height:.8}.global-footer__grid-container{pointer-events:none;z-index:1;width:100%;height:80px;position:absolute;bottom:0;left:0}.footer-pixel-grid{width:100%;height:100%;display:block}.footer-pixel-grid .grid-fill{color:#00d3a9;opacity:.55}@media (max-width:900px){.global-footer__header{margin-bottom:60px}}@media (max-width:768px){.global-footer{padding:60px 0 0}.global-footer__container{padding:0 24px 80px}.global-footer__header{flex-direction:column;align-items:flex-start;gap:28px;margin-bottom:50px}.global-footer__brand{flex-direction:column;align-items:flex-start;gap:6px}.global-footer__divider{display:none}.global-footer__nav{flex-wrap:wrap;gap:16px 20px;width:100%}.global-footer__nav-link{font-size:.825rem}.global-footer__wordmark{letter-spacing:.05em}}
