*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --surface-white:#FFFFFF;
  --surface-mist:#F7F8FA;
  --surface-cloud:#EEF0F4;
  --ink:#1A1D21;
  --ink-soft:#3D4249;
  --ink-muted:#6B7280;
  --accent:#1E40AF;
  --accent-deep:#1E3A8A;
  --accent-darker:#172554;
  --accent-light:#DBEAFE;
  --accent-glow:rgba(30,64,175,0.12);
  --border:#E2E5EB;
  --shadow:0 4px 24px rgba(26,29,33,0.06);
  --shadow-lift:0 8px 32px rgba(26,29,33,0.1);
  --header-h:72px;
  --font-ui:'Plus Jakarta Sans',system-ui,sans-serif;
  --font-editorial:'Literata',Georgia,serif;
}
html{scroll-behavior:smooth}
body{font-family:var(--font-ui);font-size:16px;line-height:1.65;background:var(--surface-white);color:var(--ink);min-height:100vh}
img{max-width:100%;height:auto;display:block}
a{color:var(--accent-deep);text-decoration:none;transition:color .2s}
a:hover{color:var(--accent)}
ul{list-style:none}
h1,h2,h3{font-family:var(--font-ui);font-weight:700;line-height:1.2;letter-spacing:-.02em;color:var(--ink)}
h1{font-size:clamp(2.25rem,5vw,4rem);font-weight:800}
h2{font-size:clamp(1.625rem,3vw,2.25rem);font-weight:700}
h3{font-size:clamp(1.2rem,2vw,1.45rem);font-weight:600}
p+p{margin-top:1rem}
.surface-white{background:var(--surface-white);color:var(--ink)}
.surface-mist{background:var(--surface-mist);color:var(--ink)}
.surface-cloud{background:var(--surface-cloud);color:var(--ink)}
.surface-accent{background:var(--accent);color:var(--surface-white)}
.surface-white *,.surface-mist *,.surface-cloud *{color:inherit}
.surface-white a,.surface-mist a,.surface-cloud a{color:var(--accent-deep)}
.surface-accent a{color:var(--surface-white);text-decoration:underline}
.eyebrow{font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);margin-bottom:12px}
.tag{font-size:12px;font-weight:600;letter-spacing:.08em;color:var(--accent-deep);background:var(--accent-light);padding:4px 10px;border-radius:999px;display:inline-block}
.hero-serial{font-size:13px;font-weight:600;color:var(--ink-muted);margin-bottom:8px}
.container{max-width:1160px;margin:0 auto;padding:0 24px}
.section{padding:88px 0}
@media(max-width:767px){.section{padding:56px 0}}
.lead{font-size:1.125rem;color:var(--ink-soft);max-width:640px}
.pull-quote{font-family:var(--font-editorial);font-size:clamp(1.25rem,2.5vw,1.75rem);font-style:italic;color:var(--ink-soft);border-left:3px solid var(--accent);padding-left:24px;margin:32px 0}
.dot-divider{text-align:center;color:var(--accent);letter-spacing:.5em;font-size:18px;margin:40px 0}
.rule{border:none;border-top:1px solid var(--border);margin:40px 0}

/* Header */
.site-header{position:sticky;top:0;z-index:300;height:var(--header-h);background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);box-shadow:0 1px 8px rgba(26,29,33,.04)}
.header-inner{max-width:1160px;margin:0 auto;padding:0 24px;height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo{display:flex;align-items:center;gap:12px;color:var(--ink);font-weight:700;font-size:1.15rem;letter-spacing:-.02em}
.logo:hover{color:var(--accent-deep)}
.logo-icon{width:36px;height:36px;flex-shrink:0}
.nav-desktop{display:flex;align-items:center;gap:4px}
.nav-desktop a{font-size:14px;font-weight:500;color:var(--ink-soft);padding:8px 14px;border-radius:999px;transition:background .2s,color .2s}
.nav-desktop a:hover,.nav-desktop a.active{background:var(--accent-light);color:var(--accent-deep)}
.header-cta{font-size:14px;font-weight:600;background:var(--accent);color:var(--surface-white)!important;padding:10px 22px;border-radius:999px;white-space:nowrap}
.header-cta:hover{background:var(--accent-deep);color:var(--surface-white)!important}
.menu-toggle{display:none;background:none;border:1px solid var(--border);color:var(--ink);font-size:13px;font-weight:600;padding:10px 16px;border-radius:999px;cursor:pointer}
@media(max-width:767px){
  .nav-desktop,.header-cta{display:none}
  .menu-toggle{display:block}
}
.no-js .nav-fallback{display:block}
.nav-fallback{display:none;padding:12px 24px;background:var(--surface-mist);border-bottom:1px solid var(--border)}
.nav-fallback a{display:inline-block;margin:4px 12px 4px 0;font-size:14px;font-weight:500;color:var(--ink-soft)}

/* Mobile overlay — fade + scale */
.nav-overlay{position:fixed;inset:0;z-index:400;background:var(--surface-white);display:flex;flex-direction:column;padding:24px;opacity:0;visibility:hidden;transform:scale(.98);transition:opacity .35s ease,visibility .35s ease,transform .35s ease}
.nav-overlay.open{opacity:1;visibility:visible;transform:scale(1)}
.overlay-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:48px}
.overlay-close{background:none;border:none;font-size:28px;line-height:1;color:var(--ink);cursor:pointer;padding:8px}
.overlay-nav{display:flex;flex-direction:column;gap:4px;flex:1;justify-content:center}
.overlay-nav a{font-family:var(--font-ui);font-size:clamp(1.75rem,6vw,2.5rem);font-weight:700;color:var(--ink);padding:14px 0;border-bottom:1px solid var(--border);opacity:0;transform:translateY(12px);transition:opacity .3s ease,transform .3s ease,color .2s}
.nav-overlay.open .overlay-nav a{opacity:1;transform:translateY(0)}
.nav-overlay.open .overlay-nav a:nth-child(1){transition-delay:.05s}
.nav-overlay.open .overlay-nav a:nth-child(2){transition-delay:.1s}
.nav-overlay.open .overlay-nav a:nth-child(3){transition-delay:.15s}
.nav-overlay.open .overlay-nav a:nth-child(4){transition-delay:.2s}
.nav-overlay.open .overlay-nav a:nth-child(5){transition-delay:.25s}
.nav-overlay.open .overlay-nav a:nth-child(6){transition-delay:.3s}
.overlay-nav a:hover{color:var(--accent)}
.overlay-footer{margin-top:auto;padding-top:32px;font-size:14px;color:var(--ink-muted);line-height:1.7}
body.menu-open{overflow:hidden}

/* Buttons */
.btn{display:inline-block;font-weight:600;font-size:15px;padding:16px 32px;border-radius:999px;border:none;cursor:pointer;transition:background .2s,transform .15s;min-height:44px;line-height:1.2}
.btn-primary{background:var(--accent);color:#fff!important}
.btn-primary:hover{background:var(--accent-deep);color:#fff!important}
.surface-white .btn-primary,.surface-mist .btn-primary,.surface-cloud .btn-primary{color:#fff!important}
.btn-outline{background:transparent;color:var(--ink);border:2px solid var(--accent)}
.btn-outline:hover{background:var(--accent-light)}
.btn-group{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}

/* Hero Pattern L */
.hero-mosaic{min-height:82vh;padding:calc(var(--header-h) + 40px) 0 64px;background:var(--surface-white);display:flex;align-items:center}
.hero-grid{display:grid;grid-template-columns:55fr 45fr;gap:48px;align-items:center;max-width:1160px;margin:0 auto;padding:0 24px;width:100%}
.hero-copy .hero-sub{font-size:1.1875rem;color:var(--ink-soft);margin-bottom:8px;max-width:520px}
.hero-trust{font-size:13px;color:var(--ink-muted);margin-top:24px}
.hero-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}
.mosaic-cards{position:relative;min-height:420px}
.mosaic-card{position:absolute;border-radius:16px;overflow:hidden;box-shadow:var(--shadow);transition:transform .3s ease,box-shadow .3s ease}
.mosaic-card:hover{box-shadow:var(--shadow-lift)}
.mosaic-card img{width:100%;height:100%;object-fit:cover}
.mosaic-card:nth-child(1){width:72%;top:0;right:0;min-height:280px;transform:rotate(-2deg);z-index:3}
.mosaic-card:nth-child(2){width:58%;top:38%;left:0;min-height:180px;transform:rotate(1deg);z-index:2}
.mosaic-card:nth-child(3){width:48%;bottom:0;right:8%;min-height:140px;transform:rotate(-1deg);z-index:1}
.mosaic-label{position:absolute;bottom:0;left:0;right:0;padding:14px 16px;background:linear-gradient(transparent,rgba(26,29,33,.72));color:var(--surface-white);font-size:12px;font-weight:600}
.hero-quote-band{padding:48px 24px;background:var(--surface-mist);text-align:center}
.hero-quote-band blockquote{font-family:var(--font-editorial);font-size:clamp(1.25rem,2.5vw,1.625rem);font-style:italic;color:var(--ink-soft);max-width:720px;margin:0 auto}
@media(max-width:899px){
  .hero-mosaic{min-height:76vh;padding-top:calc(var(--header-h) + 48px)}
  .hero-grid{grid-template-columns:1fr}
  .mosaic-cards{position:relative;min-height:auto;display:flex;flex-direction:column;gap:14px}
  .mosaic-card{position:relative;width:100%!important;transform:none!important;min-height:200px!important}
}

/* Stats */
.stats-band{padding:56px 0;background:var(--accent);color:var(--surface-white)}
.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:1160px;margin:0 auto;padding:0 24px;text-align:center}
.stat-num{font-family:var(--font-ui);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;line-height:1}
.stat-label{font-size:14px;opacity:.92;margin-top:8px;font-weight:500}
.stats-note{text-align:center;font-size:12px;opacity:.85;margin-top:20px;padding:0 24px}
@media(max-width:767px){.stats-grid{grid-template-columns:1fr;gap:24px}}

/* Lab panels */
.lab-panels{display:flex;flex-direction:column;gap:12px;margin-top:40px}
.lab-panel{border:1px solid var(--border);border-radius:16px;background:var(--surface-white);overflow:hidden;transition:box-shadow .25s}
.lab-panel.is-open{box-shadow:var(--shadow)}
.lab-trigger{width:100%;display:flex;align-items:center;gap:16px;padding:20px 24px;background:none;border:none;cursor:pointer;text-align:left;font-family:inherit}
.lab-trigger svg{width:28px;height:28px;stroke:var(--accent);flex-shrink:0}
.lab-trigger h3{flex:1;font-family:var(--font-ui);font-size:1.05rem;font-weight:600;color:var(--ink)}
.lab-chevron{width:20px;height:20px;stroke:var(--ink-muted);transition:transform .25s;flex-shrink:0}
.lab-panel.is-open .lab-chevron{transform:rotate(180deg)}
.lab-body{max-height:0;overflow:hidden;transition:max-height .35s ease}
.lab-panel.is-open .lab-body,.no-js .lab-panel .lab-body{max-height:800px}
.lab-inner{padding:0 24px 24px 68px;color:var(--ink-soft);font-size:15px}
.lab-inner ul{margin:12px 0 0 18px;list-style:disc}
.lab-inner li{margin-bottom:6px}
.lab-inner img{border-radius:12px;margin-top:16px;max-width:400px}

/* Domain grid */
.domain-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:40px}
@media(max-width:767px){.domain-grid{grid-template-columns:1fr}}

/* Collaboration */
.collab-split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.collab-photo{position:relative}
.collab-photo img{border-radius:16px;box-shadow:var(--shadow)}
.collab-photo::before{content:'';position:absolute;inset:-8px -8px 8px 8px;border:2px solid var(--accent);border-radius:20px;z-index:-1;opacity:.4}
.feature-list{margin-top:24px}
.feature-item{display:flex;gap:14px;margin-bottom:20px;align-items:flex-start}
.feature-icon{width:40px;height:40px;background:var(--accent-light);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.feature-icon svg{width:20px;height:20px;stroke:var(--accent)}
@media(max-width:767px){.collab-split{grid-template-columns:1fr}}

/* Ecosystem grid */
.eco-cells{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:40px}
.eco-cell{background:var(--surface-white);border:1px solid var(--border);border-radius:16px;padding:24px;text-align:center;transition:box-shadow .25s,transform .2s}
.eco-cell:hover{box-shadow:var(--shadow-lift);transform:translateY(-2px)}
.eco-cell h4{font-size:15px;font-weight:600;margin-bottom:6px}
.eco-cell p{font-size:13px;color:var(--ink-muted)}
.eco-visual{margin-top:32px;border-radius:16px;overflow:hidden}
@media(max-width:767px){.eco-cells{grid-template-columns:repeat(2,1fr)}}
@media(max-width:479px){.eco-cells{grid-template-columns:1fr}}

/* FAQ */
.faq-list{display:flex;flex-direction:column;gap:10px;margin-top:32px}
.faq-item{border:1px solid var(--border);border-radius:16px;background:var(--surface-white);overflow:hidden}
.faq-trigger{width:100%;display:flex;align-items:flex-start;gap:14px;padding:20px 24px;background:none;border:none;cursor:pointer;text-align:left;font-family:inherit}
.faq-icon{width:32px;height:32px;background:var(--accent-light);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.faq-icon svg{width:18px;height:18px;stroke:var(--accent)}
.faq-trigger strong{flex:1;font-size:1rem;font-weight:600;color:var(--ink);line-height:1.4}
.faq-chevron{width:18px;height:18px;stroke:var(--ink-muted);flex-shrink:0;margin-top:4px;transition:transform .25s}
.faq-item.is-open .faq-chevron{transform:rotate(180deg)}
.faq-body{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq-item.is-open .faq-body,.no-js .faq-item .faq-body{max-height:500px}
.faq-answer{padding:0 24px 20px 70px;color:var(--ink-soft);font-size:15px;line-height:1.65}

/* CTA band */
.cta-band{padding:80px 0;background:var(--surface-cloud);color:var(--ink);text-align:center}
.cta-band h2{color:var(--ink);margin-bottom:16px}
.cta-band .lead{color:var(--ink-soft);margin:0 auto 28px}
.cta-band .btn-outline{border-color:var(--accent);color:var(--ink)}
.cta-band .btn-outline:hover{background:var(--accent-light)}
.cta-band .btn-primary{color:#fff!important}

/* Program cards */
.program-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:40px}
.program-card{border:1px solid var(--border);border-radius:16px;padding:28px;background:var(--surface-white);transition:box-shadow .25s,border-color .25s}
.program-card:hover{box-shadow:var(--shadow-lift);border-color:var(--accent)}
.program-card h3{margin:12px 0 10px;font-family:var(--font-ui);font-size:1.1rem}
.program-card p{font-size:15px;color:var(--ink-soft)}
.program-card-img{width:100%;max-width:280px;height:140px;object-fit:cover;margin-top:16px;border-radius:10px}
@media(max-width:767px){.program-grid{grid-template-columns:1fr}}

/* Service cards */
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}
.service-card{background:var(--surface-white);border:1px solid var(--border);border-radius:16px;overflow:hidden;transition:box-shadow .25s}
.service-card:hover{box-shadow:var(--shadow-lift)}
.service-card img{width:100%;height:180px;object-fit:cover}
.service-card .card-body{padding:24px}
.service-card h3{font-family:var(--font-ui);font-size:1.05rem;margin-bottom:8px}
.service-card h3:hover{text-decoration:underline;text-decoration-color:var(--accent)}
.service-card p{font-size:14px;color:var(--ink-soft)}
@media(max-width:1023px){.service-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:599px){.service-grid{grid-template-columns:1fr}}

/* Page hero */
.page-hero{padding:calc(var(--header-h) + 48px) 0 56px;background:var(--surface-mist)}
.page-hero h1{margin-bottom:12px}
.breadcrumb{font-size:13px;color:var(--ink-muted);margin-bottom:20px}
.breadcrumb a{color:var(--ink-muted)}
.breadcrumb a:hover{color:var(--accent)}

/* Contact */
.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-top:40px}
.form-group{margin-bottom:20px}
.form-group label{display:block;font-size:14px;font-weight:600;margin-bottom:8px;color:var(--ink)}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 16px;border:1px solid var(--border);border-radius:12px;font-family:inherit;font-size:15px;background:var(--surface-white);color:var(--ink)}
.form-group textarea{min-height:140px;resize:vertical}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:2px solid var(--accent);outline-offset:0;border-color:var(--accent)}
.form-check{display:flex;flex-direction:row;align-items:flex-start;gap:12px;font-size:14px;color:var(--ink-soft)}
.form-check input[type="checkbox"]{order:0;flex-shrink:0;width:18px;height:18px;margin-top:2px;accent-color:var(--accent)}
.form-check label{order:1;flex:1;line-height:1.5}
.hp-field{position:absolute;left:-9999px;opacity:0;height:0;overflow:hidden}
.alert-success{padding:16px 20px;background:var(--accent-light);border:1px solid var(--accent);border-radius:12px;color:var(--accent-deep);margin-bottom:24px;font-weight:500}
.contact-info{padding:32px;background:var(--surface-cloud);border-radius:16px}
.contact-info h3{margin-bottom:16px;font-family:var(--font-ui)}
.contact-info p{font-size:15px;color:var(--ink-soft);margin-bottom:12px}
.contact-info img{border-radius:12px;margin-top:20px}
@media(max-width:767px){.contact-layout{grid-template-columns:1fr}}

/* Legal */
.legal-prose{max-width:760px}
.legal-prose h2{font-size:1.35rem;margin:40px 0 16px}
.legal-prose h3{font-size:1.1rem;margin:28px 0 12px;font-family:var(--font-ui)}
.legal-prose p,.legal-prose li{font-size:15px;color:var(--ink-soft);line-height:1.7}
.legal-prose ul{margin:12px 0 12px 24px;list-style:disc}
.legal-prose li{margin-bottom:8px}
.legal-meta{font-size:14px;color:var(--ink-muted);margin-bottom:32px}

/* About */
.about-split{display:grid;grid-template-columns:1.2fr 1fr;gap:48px;align-items:start;margin-top:40px}
.about-split img{border-radius:16px;box-shadow:var(--shadow)}
.about-gallery{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:16px}
.about-gallery img{border-radius:12px}
.team-card{display:flex;gap:20px;align-items:center;margin-top:32px;padding:24px;background:var(--surface-mist);border-radius:16px}
.team-card img{width:120px;height:120px;object-fit:cover;border-radius:50%;border:3px solid var(--accent-light)}
@media(max-width:767px){.about-split{grid-template-columns:1fr}}
.page-hero-about{background:linear-gradient(135deg,var(--surface-mist) 0%,var(--accent-light) 100%)}
.about-values{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:40px 0}
.about-value-card{padding:24px;background:var(--surface-white);border:1px solid var(--border);border-radius:16px;border-top:3px solid var(--accent);transition:box-shadow .25s}
.about-value-card:hover{box-shadow:var(--shadow-lift)}
.about-value-card h3{font-size:1rem;margin-bottom:8px;color:var(--accent-deep)}
.about-value-card p{font-size:14px;color:var(--ink-soft);margin:0}
.about-stats-mini{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:32px 0;padding:28px;background:var(--accent);border-radius:16px;color:#fff;text-align:center}
.about-stats-mini strong{display:block;font-size:1.75rem;font-weight:800;line-height:1.1}
.about-stats-mini span{font-size:13px;opacity:.9;margin-top:4px;display:block}
.about-split .about-main-img{border-radius:16px;box-shadow:var(--shadow-lift)}
.faq-feature-img{max-width:480px;height:auto;border-radius:12px;margin-bottom:28px;box-shadow:var(--shadow)}
@media(max-width:767px){.about-values,.about-stats-mini{grid-template-columns:1fr}}

/* 404 */
.error-page{min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:120px 24px}
.error-page h1{font-size:clamp(2rem,5vw,3rem);color:var(--accent);line-height:1.2}
.error-page p{color:var(--ink-muted);margin:16px 0 28px}

/* Footer */
.site-footer{background:var(--surface-mist);color:var(--ink);border-top:1px solid var(--border)}
.newsletter-strip{padding:40px 24px;background:var(--surface-cloud);border-bottom:1px solid var(--border)}
.newsletter-inner{max-width:1160px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:24px}
.newsletter-inner h3{font-family:var(--font-ui);font-size:1.1rem;color:var(--ink)}
.newsletter-form{display:flex;gap:10px;flex:1;max-width:420px}
.newsletter-form input{flex:1;padding:12px 16px;border:1px solid var(--border);border-radius:999px;background:var(--surface-white);color:var(--ink);font-size:14px}
.newsletter-form input::placeholder{color:var(--ink-muted)}
.newsletter-form button{padding:12px 22px;background:var(--accent);color:var(--surface-white);border:none;border-radius:999px;font-weight:600;cursor:pointer;white-space:nowrap}
.newsletter-form button:hover{background:var(--accent-deep)}
.footer-cols{padding:56px 24px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;max-width:1160px;margin:0 auto}
.footer-brand .logo{color:var(--ink);margin-bottom:16px}
.footer-brand p{font-size:14px;color:var(--ink-soft);line-height:1.65;max-width:300px}
.footer-col h4{font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:16px}
.footer-col a{display:block;font-size:14px;color:var(--ink-soft);padding:6px 0}
.footer-col a:hover{color:var(--accent-deep)}
.contact-ribbon{padding:24px;background:var(--surface-white);text-align:center;font-size:14px;color:var(--ink-soft);border-top:1px solid var(--border)}
.contact-ribbon a{color:var(--accent-deep);text-decoration:underline}
.footer-disclaimer{padding:24px;background:var(--surface-mist);font-size:12px;color:var(--ink-muted);line-height:1.65;text-align:center;max-width:900px;margin:0 auto}
.footer-bottom{padding:20px 24px;text-align:center;font-size:13px;color:var(--ink-muted);border-top:1px solid var(--border)}
.disclaimer{font-size:12px;color:var(--ink-muted);margin-top:24px;padding:16px;background:var(--surface-mist);border-radius:12px;line-height:1.6;border:1px solid var(--border)}
@media(max-width:899px){.footer-cols{grid-template-columns:1fr 1fr}}
@media(max-width:599px){.footer-cols{grid-template-columns:1fr}.newsletter-form{flex-direction:column;max-width:100%}}

/* Reveal */
.js .reveal{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}
.js .reveal.visible,.js .reveal.is-visible{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){.js .reveal{opacity:1;transform:none}}

/* Cookie banner */
.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:500;background:var(--ink);color:var(--surface-mist);padding:20px 24px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;transform:translateY(100%);transition:transform .35s ease}
.cookie-banner.show{transform:translateY(0)}
.cookie-banner p{font-size:14px;flex:1;min-width:200px;color:rgba(247,248,250,.9)}
.cookie-banner a{color:var(--accent);text-decoration:underline}
.cookie-actions{display:flex;gap:10px;flex-wrap:wrap}
.cookie-actions button{padding:10px 20px;border-radius:999px;font-weight:600;font-size:14px;cursor:pointer;border:none;min-height:44px}
.cookie-accept{background:var(--accent);color:var(--surface-white)}
.cookie-reject,.cookie-custom{background:transparent;color:var(--surface-mist);border:1px solid rgba(255,255,255,.3)!important}
