*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
:root{
  --bg:#fafafa;--bg-warm:#f0f7fa;--bg-card:#fff;
  --content-max:960px;
  --page-padding-x:2rem;
  --purple:#138bb6;--purple-l:#41c3e3;--purple-xl:#9c8df9;--purple-d:#0e6d8f;
  --teal:#059669;--teal-l:#06d6a0;--red:#ef4444;--amber:#f59e0b;
  --text:#0a1520;--text-mid:#1d3040;--text-body:#3a4f5e;--text-muted:#7a929e;
  --border:rgba(19,139,182,0.08);--border-s:rgba(19,139,182,0.14);
  --vbg:#0c0c14;--vcard:#12121c;--vcard2:#161621;
  --vborder:rgba(255,255,255,0.06);--vborder2:rgba(255,255,255,0.08);
  --vmuted:#6e6e82;--vtext:#d4d4dc;--vdim:#8e8e9e
}
html{
  font-size:16px;
  scroll-behavior:smooth;
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
  height:100%;
}
body{
  font-family:'DM Sans',sans-serif;
  background:var(--bg);
  color:var(--text);
  -webkit-font-smoothing:antialiased;
  line-height:1.75;
  min-height:100%;
  overflow-x:hidden;
  overscroll-behavior-y:none;
  -webkit-overflow-scrolling:touch;
}
img{
  max-width:100%;
  height:auto;
}

/* Dark theme – landing page */
body.landing-ghibli{
  background:#f0edf8;
  --bg:#f0edf8;
  --bg-card:#ffffff;
  --bg-secondary:#e8e3f5;
  --bg-tertiary:#ebe7f7;
  --accent:#5b3fd4;
  --accent-hover:#7c5ce8;
  --purple:#5b3fd4;
  --purple-l:#7c5ce8;
  --text:#1a1535;
  --text-body:#1a1535;
  --text-muted:#6b6490;
  --text-dim:#a099c0;
  --text-disabled:#c4bedd;
  --border:rgba(91,63,212,0.10);
  --border-medium:rgba(91,63,212,0.18);
  --border-active:rgba(91,63,212,0.40);
}
body.landing-ghibli section,
body.landing-ghibli footer{position:relative;z-index:2}
body.landing-ghibli nav{position:fixed;z-index:100}
body.landing-ghibli .hero-editorial{margin-bottom:2rem}
body.landing-ghibli .say-do-section{margin:2rem var(--page-padding-x)}
body.landing-ghibli .platform-section{margin:2rem var(--page-padding-x)}
body.landing-ghibli .accuracy-section{margin:2rem var(--page-padding-x)}
body.landing-ghibli .use-cases-section{margin:2rem var(--page-padding-x)}
body.landing-ghibli .credibility-section{margin:2rem var(--page-padding-x)}

/* ===== Scale-style hero (body.hero-scale) ===== */
body.hero-scale{ background:#1a1535; }
body.hero-scale nav.nav-scale{
  position:fixed;
  top:0;
  left:0;
  right:0;
  width:100%;
  max-width:100vw;
  margin:0;
  height:96px;
  padding:0 72px;
  box-sizing:border-box;
  background:#1a1535;
  border:none;
  border-bottom:1px solid rgba(240,237,248,0.08);
  box-shadow:none;
  border-radius:0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  z-index:100;
}
.nav-scale-logo{
  display:flex;
  align-items:center;
  gap:8px;
  flex-shrink:0;
  text-decoration:none;
  color:#ffffff;
}
.nav-scale-logo img{ height:40px; width:auto; display:block; }
.nav-scale-wordmark{
  font-family:'DM Sans',sans-serif;
  font-size:19px;
  font-weight:600;
  letter-spacing:0.04em;
  text-transform:none;
  white-space:nowrap;
  color:inherit;
}
.nav-scale-center{
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  display:flex;
  align-items:center;
  gap:32px;
}
.nav-scale-link{
  font-family:'DM Sans',sans-serif;
  font-size:18px;
  letter-spacing:0.03em;
  color:#ffffff;
  text-decoration:none;
  transition:opacity 150ms, color 150ms;
  padding:12px 16px;
  border-radius:8px;
}
.nav-scale-link:hover{ color:#ffffff; opacity:1; }
.nav-scale-link-active{
  color:#ffffff;
  background:rgba(240,237,248,0.08);
}
.nav-scale-link-dd{ display:inline-flex; align-items:center; }
.nav-scale-chevron{ font-size:11px; margin-left:6px; opacity:0.8; }
.nav-scale-dd:hover .nav-scale-chevron{ opacity:1; }
.nav-scale-dd{ position:relative; }
.nav-scale-dropdown{
  position:absolute;
  top:100%;
  left:0;
  margin-top:4px;
  min-width:240px;
  background:#1a1535;
  border:1px solid rgba(240,237,248,0.1);
  border-radius:0;
  padding:10px 0;
  box-shadow:none;
  opacity:0;
  visibility:hidden;
  transition:opacity 100ms, visibility 100ms;
  z-index:101;
}
.nav-scale-dd:hover .nav-scale-dropdown{ opacity:1; visibility:visible; }
.nav-scale-dropdown-item{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:48px;
  padding:0 24px;
  font-family:'DM Sans',sans-serif;
  font-size:16px;
  color:#ffffff;
  text-decoration:none;
  transition:background 100ms, opacity 100ms, color 100ms;
}
.nav-scale-dropdown-item:hover{ background:rgba(240,237,248,0.05); color:#ffffff; opacity:1; }
.nav-scale-dropdown-parent{ cursor:default; }
.nav-scale-dd-sub{ position:relative; }
.nav-scale-dropdown-nested{
  left:100%;
  top:0;
  margin-top:0;
  margin-left:0;
  min-width:220px;
}
.nav-scale-dd-sub:hover .nav-scale-dropdown-nested{ opacity:1; visibility:visible; }
.nav-scale-dropdown-rule{
  border:none;
  border-top:1px solid rgba(240,237,248,0.08);
  margin:0;
}
.nav-scale-cta{
  font-family:'DM Sans',sans-serif;
  font-size:15px;
  letter-spacing:0.04em;
  padding:14px 28px;
  background:#bfa4f5;
  color:#f0edf8;
  text-decoration:none;
  border:none;
  border-radius:0;
  cursor:pointer;
  transition:background 200ms, color 200ms;
  flex-shrink:0;
}
.nav-scale-cta:hover{ background:#00BCD4; color:#1a1535; }
/* Mobile nav: hamburger button (hidden by default on desktop) */
#mobile-menu-btn{
  display:none;
  background:none;
  border:none;
  cursor:pointer;
  padding:8px;
  flex-direction:column;
  gap:4px;
}
#mobile-menu-btn span{
  display:block;
  width:22px;
  height:2px;
  background:#f0edf8;
}

/* Mobile nav: full-screen overlay menu */
#mobile-overlay{
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100vw;
  height:100vh;
  background:#1a1535;
  z-index:9999;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:32px;
}
#mobile-overlay.open{
  display:flex;
}
#mobile-overlay .mobile-overlay-menu{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:32px;
  width:100%;
  max-width:480px;
  margin:0 auto;
}
#mobile-overlay .mobile-overlay-menu a{
  display:block;
  font-family:'Lora',serif;
  font-size:28px;
  color:#f0edf8;
  text-decoration:none;
}
#mobile-overlay .mobile-overlay-menu a:last-child{
  margin-top:16px;
  background:#9B6FD4;
  color:#f0edf8;
  font-family:'DM Sans',sans-serif;
  font-size:14px;
  padding:14px 40px;
  border-radius:0;
}
#mobile-close-btn{
  position:absolute;
  top:24px;
  right:24px;
  background:none;
  border:none;
  color:#f0edf8;
  font-size:24px;
  cursor:pointer;
}
.hero-scale-section{
  min-height:100vh;
  background:#1a1535;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:96px 0 0;
}
.hero-scale-inner{
  display:grid;
  grid-template-columns:1.12fr 1fr;
  flex:1;
  min-height:0;
  align-items:stretch;
  gap:48px;
  max-width:1320px;
  margin:0 auto;
  width:100%;
  padding:0 48px;
  box-sizing:border-box;
}
.hero-scale-left{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-self:stretch;
}
.hero-scale-left-inner{
  margin-left:80px;
  max-width:520px;
}
.hero-scale-eyebrow{
  font-family:'DM Sans',sans-serif;
  font-size:12px;
  font-weight:600;
  letter-spacing:0.15em;
  text-transform:uppercase;
  color:#5DE1F0;
  margin:0 0 20px;
  text-shadow:0 0 24px rgba(93,225,240,0.35);
}
.hero-scale-headline{
  font-family:'Lora',serif;
  font-size:80px;
  line-height:1.05;
  font-weight:400;
  margin:0;
  max-width:860px;
  color:#f0edf8;
  background:linear-gradient(90deg, #ffffff 0%, #e8e4f5 20%, #9B6FD4 35%, #00BCD4 65%, #e8e4f5 80%, #ffffff 100%);
  background-size:200% auto;
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
  animation:gradientShift 5s linear infinite;
  filter:drop-shadow(0 0 20px rgba(240,237,248,0.15));
}
@keyframes gradientShift{
  0%{ background-position:0% center; }
  100%{ background-position:200% center; }
}
.hero-scale-headline-accent{ color:inherit; }
.hero-scale-body{
  font-family:'DM Sans',sans-serif;
  font-size:17px;
  line-height:1.6;
  color:#ffffff;
  max-width:480px;
  margin:24px 0 0;
}
.hero-scale-ctas{
  display:flex;
  align-items:center;
  gap:20px;
  margin-top:40px;
}
.hero-scale-cta-primary{
  font-family:'DM Sans',sans-serif;
  font-size:14px;
  padding:14px 28px;
  background:#9B6FD4;
  color:#f0edf8;
  text-decoration:none;
  border-radius:0;
  transition:background 0.2s, color 0.2s;
}
.hero-scale-cta-primary:hover{ background:#00BCD4; color:#1a1535; }
.hero-scale-cta-secondary{
  font-family:'DM Sans',sans-serif;
  font-size:14px;
  color:#ffffff;
  text-decoration:none;
  transition:opacity 0.2s, color 0.2s;
}
.hero-scale-cta-secondary:hover{ color:#00BCD4; opacity:1; }
.hero-scale-right{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-height:0;
  padding:0;
}
.hero-scale-chart-wrap{
  width:580px;
  height:380px;
  flex-shrink:0;
  display:flex;
  align-items:center;
  justify-content:center;
}
.hero-scale-chart{ width:100%; height:100%; }
.hero-scale-chart .hero-scale-axis,
.hero-scale-chart .hero-scale-axis-x{
  font-family:'DM Sans',sans-serif;
  font-size:9px;
  fill:rgba(240,237,248,0.4);
}
.hero-scale-chart .hero-scale-legend-industry{ font-size:10px; text-transform:uppercase; fill:rgba(198,185,253,0.85); font-family:'DM Sans',sans-serif; letter-spacing:0.06em; }
.hero-scale-chart .hero-scale-legend-intera{ font-size:10px; text-transform:uppercase; fill:#f0edf8; font-family:'DM Sans',sans-serif; letter-spacing:0.06em; }
.hero-scale-chart .hero-scale-cliff-label{ font-size:10px; text-transform:uppercase; fill:#00BCD4; font-family:'DM Sans',sans-serif; letter-spacing:0.04em; }
.hero-scale-stats{
  display:flex;
  align-items:center;
  gap:32px;
  margin-top:28px;
  font-family:'DM Sans',sans-serif;
}
.hero-scale-stat strong{ color:#00BCD4; font-size:12px; text-transform:uppercase; letter-spacing:0.02em; }
.hero-scale-stat-desc{ color:rgba(240,237,248,0.5); font-size:12px; margin-left:0.25em; }
.hero-scale-methodology{
  font-family:'DM Sans',sans-serif;
  font-size:9px;
  color:rgba(240,237,248,0.3);
  margin:12px 0 0;
}

/* ===== ARGUS SECTIONS (S1 Hero, S2 Failures, S3 UI, S4 Phases) ===== */
.argus-hero{
  min-height:100vh;
  background:#1a1535;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:140px 120px;
  box-sizing:border-box;
  text-align:center;
}

/* ===== DCT Solution page ===== */
.dct-hero{
  min-height:100vh;
  background:#1a1535;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:140px 120px;
  box-sizing:border-box;
  text-align:center;
  width:100%;
  position:relative;
  overflow:hidden;
}
.dct-hero-inner{
  max-width:900px;
  width:100%;
  margin:0 auto;
  position:relative;
  z-index:3;
}
.dct-hero-bg{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  z-index:0;
}
.dct-hero-overlay{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1;
  background:linear-gradient(to bottom, rgba(26,21,53,0.82) 0%, rgba(26,21,53,0.72) 50%, rgba(26,21,53,0.88) 100%);
}
.dct-hero-overlay-tint{
  z-index:2;
  background:rgba(155,111,212,0.12);
}
.dct-eyebrow{
  font-family:'DM Sans',sans-serif;
  font-size:13px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:0.18em;
  color:#5DE1F0;
  text-shadow:0 0 18px rgba(93,225,240,0.45);
  margin:0 0 32px;
}
.dct-hero-headline{
  font-family:'Lora',serif;
  font-size:72px;
  font-weight:400;
  line-height:1.1;
  color:#ffffff;
  margin:0;
}

.dct-hero-highlight{
  display:inline;
  background:rgba(155,111,212,0.15);
  color:#E0C7FF;
  padding:4px 12px;
  margin-top:0.25em;
}
.dct-hero-body{
  font-family:'DM Sans',sans-serif;
  font-size:18px;
  line-height:1.7;
  color:#ffffff;
  max-width:640px;
  width:100%;
  margin:28px auto 0;
  text-align:center;
}
.dct-hero-rule{
  display:none;
}

.dct-section{
  padding:100px 80px;
  box-sizing:border-box;
}
/* DCT sections alternating: Hero (dark), Problem (light), What (dark), Use Cases (light), Differentiation (dark), CTA (light) */
.dct-problem-section{ background:#f0edf8; }
.dct-what-section{ background:#1a1535; }
.dct-use-section{ background:#f0edf8; }
.dct-why-section{ background:#1a1535; }

.dct-eyebrow-purple{ color:#9B6FD4; }

.dct-problem-headline,
.dct-use-headline{
  font-family:'Lora',serif;
  font-size:52px;
  font-weight:400;
  color:#1a1535;
  max-width:800px;
  margin:0 0 64px;
}

.dct-what-headline,
.dct-why-headline{
  font-family:'Lora',serif;
  font-size:48px;
  font-weight:400;
  color:#f0edf8;
  max-width:820px;
  margin:0 0 24px;
}
.dct-what-subhead{
  font-family:'DM Sans',sans-serif;
  font-size:17px;
  color:rgba(26,21,53,0.55);
  max-width:720px;
  margin:0;
}

/* Legacy grid rows (still used in Section 3) */
.dct-grid-rows{ }
.dct-grid-row{
  display:grid;
  grid-template-columns:220px 1fr;
  gap:80px;
  padding:40px 0;
}
.dct-grid-row:first-child{ border-top:none; }
.dct-grid-left{
  display:flex;
  align-items:flex-start;
}
https://www.unlearn.ai/.dct-grid-label{
  font-family:'Lora',serif;
  font-size:24px;
  font-weight:400;
  line-height:1.2;
}
.dct-grid-right{
  display:flex;
  flex-direction:column;
}
.dct-grid-desc{
  font-family:'DM Sans',sans-serif;
  font-size:15px;
  line-height:1.8;
}
.dct-grid-impl{
  font-family:'DM Sans',sans-serif;
  font-size:13px;
  font-style:italic;
  margin-top:12px;
}

.dct-what-section .dct-grid-row{
  border-top:1px solid rgba(26,21,53,0.08);
  padding:16px 0;
}
.dct-what-section .dct-grid-row:first-child{
  border-top:none;
  padding-top:0;
}
.dct-what-section .dct-grid-label{ color:#f0edf8; }
.dct-what-section .dct-grid-desc{ color:#ffffff; }
.dct-what-section .dct-grid-impl{ color:rgba(0,188,212,0.9); }

/* Section 2  - 2x3 problem card grid */
.dct-problem-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:24px 24px;
}
.dct-problem-card{
  border:1px solid rgba(26,21,53,0.12);
  padding:40px;
  background:transparent;
  border-radius:0;
  box-sizing:border-box;
  transition:background 0.2s ease, border-color 0.2s ease;
}
.dct-problem-card:hover{
  background:rgba(26,21,53,0.02);
  border-color:rgba(0,139,181,0.4);
}
.dct-problem-card-empty{
  background:rgba(26,21,53,0.015);
}
.dct-problem-label{
  font-family:'DM Sans',sans-serif;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:0.15em;
  color:#0a9bad;
  margin:0 0 16px;
}
.dct-problem-desc{
  font-family:'DM Sans',sans-serif;
  font-size:16px;
  line-height:1.8;
  color:rgba(26,21,53,0.7);
  margin:0 0 16px;
}
.dct-problem-impl{
  font-family:'DM Sans',sans-serif;
  font-size:14px;
  font-style:italic;
  color:#0a9bad;
  margin:0;
}

/* ===== Chorus / Commercial Pharma solution page ===== */
.chorus-hero{
  min-height:100vh;
  position:relative;
  overflow:hidden;
}
.chorus-hero-bg{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
  z-index:0;
}
.chorus-hero-overlay{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1;
  background:linear-gradient(to bottom, rgba(26,21,53,0.35) 0%, rgba(26,21,53,0.5) 50%, rgba(26,21,53,0.78) 100%);
}
.chorus-hero-overlay-tint{
  background:rgba(155,111,212,0.04);
  z-index:2;
}
.chorus-hero-content{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  padding:0 80px 80px;
  box-sizing:border-box;
  text-align:left;
  z-index:3;
}
.chorus-eyebrow{
  font-family:'DM Sans',sans-serif;
  font-size:13px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:0.18em;
  color:#5DE1F0;
  text-shadow:0 0 18px rgba(93,225,240,0.45);
  margin:0 0 20px;
}
.chorus-eyebrow-purple{
  color:#9B6FD4;
}
.chorus-hero-headline{
  font-family:'Lora',serif;
  font-size:72px;
  font-weight:400;
  line-height:1.05;
  color:#ffffff;
  margin:0;
  max-width:820px;
}
.chorus-hero-body{
  font-family:'DM Sans',sans-serif;
  font-size:17px;
  line-height:1.7;
  color:#ffffff;
  max-width:640px;
  margin:24px 0 0;
}
.chorus-hero-rule{
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  border:none;
  border-top:1px solid rgba(240,237,248,0.08);
  margin:0;
  z-index:3;
}

.chorus-section{
  padding:100px 80px;
  box-sizing:border-box;
}
.chorus-problem-section{ background:#f0edf8; }
.chorus-products-section{ background:#1a1535; }
.chorus-how-section{ background:#f0edf8; }
.chorus-audience-section{ background:#1a1535; }
.chorus-cta-band{
  background:#1a1535;
  border-top:1px solid rgba(240,237,248,0.08);
}

.chorus-problem-headline{
  font-family:'Lora',serif;
  font-size:48px;
  font-weight:400;
  color:#1a1535;
  max-width:780px;
  margin:0 0 64px;
}
.chorus-products-headline{
  font-family:'Lora',serif;
  font-size:48px;
  font-weight:400;
  color:#f0edf8;
  max-width:700px;
  margin:0 0 80px;
}
.chorus-how-headline{
  font-family:'Lora',serif;
  font-size:48px;
  font-weight:400;
  color:#1a1535;
  max-width:680px;
  margin:0 0 80px;
}
.chorus-audience-headline{
  font-family:'Lora',serif;
  font-size:44px;
  font-weight:400;
  color:#f0edf8;
  max-width:680px;
  margin:0 0 80px;
}

.chorus-grid-rows{ }
.chorus-grid-row{
  display:grid;
  grid-template-columns:220px 1fr;
  gap:80px;
  padding:44px 0;
  border-top:1px solid rgba(26,21,53,0.08);
}
.chorus-problem-section .chorus-grid-row:first-child{
  border-top:1px solid rgba(26,21,53,0.08);
}
.chorus-grid-left{
  display:flex;
  align-items:flex-start;
}
.chorus-grid-label{
  font-family:'Lora',serif;
  font-size:28px;
  font-weight:400;
  line-height:1.2;
}
.chorus-grid-right{
  display:flex;
  flex-direction:column;
}
.chorus-grid-desc{
  font-family:'DM Sans',sans-serif;
  font-size:15px;
  line-height:1.8;
}
.chorus-grid-impl{
  font-family:'DM Sans',sans-serif;
  font-size:13px;
  font-style:italic;
  margin-top:12px;
}

/* Light section text system  - explicit colors */
.chorus-problem-section .chorus-eyebrow,
.chorus-how-section .chorus-eyebrow{ color:#9B6FD4; }
.chorus-problem-section .chorus-grid-label{ color:#1a1535; }
.chorus-problem-section .chorus-grid-desc{ color:rgba(26,21,53,0.6); }
.chorus-problem-section .chorus-grid-impl{ color:#9B6FD4; }

.chorus-products-rows .chorus-grid-row{
  border-top:1px solid rgba(240,237,248,0.08);
  padding:56px 0;
}
/* Dark section text system  - explicit colors */
.chorus-products-section .chorus-eyebrow,
.chorus-audience-section .chorus-eyebrow{ color:#00BCD4; }
.chorus-products-rows .chorus-grid-label,
.chorus-products-rows .chorus-product-name{ color:#f0edf8; }
.chorus-products-rows .chorus-grid-desc{ color:#ffffff; }
.chorus-products-rows .chorus-grid-impl{ color:rgba(0,188,212,0.7); }
.chorus-product-num{
  display:block;
  font-family:'DM Sans',sans-serif;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:0.15em;
  color:#00BCD4;
  margin-right:12px;
  margin-top:4px;
}
.chorus-product-name{
  margin-top:8px;
}
.chorus-products-rows .chorus-grid-left{
  flex-direction:column;
  align-items:flex-start;
}
.chorus-ui-wrap{
  margin-top:80px;
  max-width:960px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
.chorus-ui-label{
  font-family:'DM Sans',sans-serif;
  font-size:12px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:0.16em;
  color:#00BCD4;
  margin:0 0 20px;
}
.chorus-ui-frame{
  position:relative;
  background:transparent;
  border:1px solid rgba(240,237,248,0.24);
  box-shadow:0 20px 60px rgba(0,0,0,0.45);
  padding:0;
  box-sizing:border-box;
}
.chorus-ui-img{
  display:block;
  width:100%;
  height:auto;
}
.chorus-how-row{
  display:flex;
}
.chorus-how-col{
  flex:1;
  padding:0 48px;
}
.chorus-how-col:first-child{ padding-left:0; }
.chorus-how-col:last-child{ padding-right:0; }
.chorus-how-col + .chorus-how-col{
  border-left:1px solid rgba(26,21,53,0.08);
}
.chorus-how-step-num{
  font-family:'DM Sans',sans-serif;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:0.15em;
  color:#9B6FD4;
  margin:0 0 16px;
}
.chorus-how-step-name{
  font-family:'Lora',serif;
  font-size:24px;
  font-weight:400;
  color:#1a1535;
  margin:0 0 16px;
}
.chorus-how-step-desc{
  font-family:'DM Sans',sans-serif;
  font-size:14px;
  line-height:1.8;
  color:rgba(26,21,53,0.55);
  margin:0;
}

.chorus-audience-rows .chorus-grid-row{
  border-top:1px solid rgba(240,237,248,0.08);
  padding:44px 0;
}
.chorus-audience-label{ color:#f0edf8; }
.chorus-audience-desc{
  font-family:'DM Sans',sans-serif;
  font-size:15px;
  line-height:1.8;
  color:#ffffff;
}

.chorus-cta-inner{
  max-width:640px;
  margin:0 auto;
  text-align:center;
}
.chorus-cta-headline{
  font-family:'Lora',serif;
  font-size:56px;
  font-weight:400;
  color:#f0edf8;
  margin:0 0 20px;
}
.chorus-cta-body{
  font-family:'DM Sans',sans-serif;
  font-size:17px;
  line-height:1.7;
  color:#ffffff;
  max-width:560px;
  margin:0 auto 40px;
}
.chorus-cta-button{
  font-size:14px;
  background:#bfa4f5;
  color:#f0edf8;
}

@media (max-width:900px){
  .chorus-hero-content{
    padding:0 24px 56px;
  }
  .chorus-section{
    padding:80px 24px;
  }
  .chorus-grid-row{
    grid-template-columns:1fr;
    gap:24px;
  }
  .chorus-how-row{
    flex-direction:column;
    gap:32px;
  }
  .chorus-how-col{
    padding:0;
    border-left:none !important;
  }
}

/* ===== Team page (Intera design system) ===== */
.team-hero{
  background:#1a1535;
  padding:130px 80px 80px;
  box-sizing:border-box;
}
.team-hero-inner{
  width:100%;
  margin:0;
}
.team-eyebrow{
  font-family:'DM Sans',sans-serif;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:0.18em;
  color:#00BCD4;
  margin:0 0 16px;
}
.team-eyebrow-purple{
  color:#9B6FD4;
}
.team-hero-headline{
  font-family:'Lora',serif;
  font-size:64px;
  font-weight:400;
  color:#f0edf8;
  margin:0 0 28px;
}
.team-hero-body{
  font-family:'DM Sans',sans-serif;
  font-size:17px;
  line-height:1.7;
  color:#ffffff;
  max-width:680px;
  margin:0;
}
.team-hero-rule{
  margin:80px 0 0;
  border:none;
  border-top:1px solid rgba(240,237,248,0.08);
}

.team-section{
  box-sizing:border-box;
}
.team-section-members{
  background:#f5f3f0;
  margin-top:0;
  padding:56px 24px 80px;
}
.team-section-members .team-grid-title{
  font-family:'Lora',serif;
  font-size:22px;
  font-weight:600;
  color:#1a1535;
  text-align:center;
  margin:0 0 40px;
}
.team-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  max-width:720px;
  margin:0 auto;
}
.team-member{
  display:flex;
  flex-direction:column;
  background:#fff;
  border-radius:12px;
  padding:20px;
  box-shadow:0 2px 12px rgba(26,21,53,0.06);
}
.team-photo-wrap{
  width:100%;
  max-width:160px;
  margin:0 auto 16px;
  aspect-ratio:1;
  overflow:hidden;
  position:relative;
  border-radius:12px;
}
.team-photo{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top center;
  transition:filter 300ms ease;
}
.team-photo-wrap::after{
  content:'';
  position:absolute;
  inset:0;
  background:rgba(0,188,212,0.22);
  opacity:0;
  transition:opacity 300ms ease;
}
.team-member:hover .team-photo{
  filter:brightness(1.1);
}
.team-member:hover .team-photo-wrap::after{
  opacity:1;
}
.team-linkedin-badge{
  position:absolute;
  right:12px;
  bottom:12px;
  width:26px;
  height:26px;
  border-radius:6px;
  background:#111827;
  color:#f9fafb;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:'DM Sans',sans-serif;
  font-size:12px;
  opacity:0;
  transform:translateY(4px);
  transition:opacity 200ms ease, transform 200ms ease;
  z-index:2;
}
.team-member-link:hover .team-linkedin-badge{
  opacity:1;
  transform:translateY(0);
}
.team-member-link{
  display:block;
  color:inherit;
  text-decoration:none;
}
.team-member-link:hover .team-name{
  text-decoration:underline;
}
.team-meta{
  padding:0;
  text-align:center;
}
.team-name{
  font-family:'Lora',serif;
  font-size:15px;
  font-weight:600;
  color:#1a1535;
  margin:0 0 4px;
}
.team-title{
  font-family:'Lora',serif;
  font-size:13px;
  font-weight:400;
  text-transform:none;
  letter-spacing:0;
  color:rgba(26,21,53,0.6);
  margin:0;
}
.team-inst{
  display:none;
}

.team-photo-pranav{
  object-position:center 20%;
}
.team-photo-raman{
  object-position:center 25%;
}

.team-section-investors{
  background:#f0edf8;
  padding:80px 80px;
  border-top:1px solid rgba(26,21,53,0.08);
}
.team-investors-inner{
  display:flex;
  justify-content:center;
}
.team-investors-col{
  flex:0 0 auto;
  text-align:center;
}
.team-investors-left{
  padding-right:0;
  border-right:none;
}
.team-investors-right{
  display:none;
}
.team-investor-name{
  font-family:'Lora',serif;
  font-size:32px;
  font-weight:400;
  color:#1a1535;
  margin:0 0 8px;
}
.team-investor-body{
  font-family:'DM Sans',sans-serif;
  font-size:14px;
  line-height:1.7;
  color:rgba(26,21,53,0.5);
  margin:16px 0 0;
}
.team-advisors-body{
  font-family:'DM Sans',sans-serif;
  font-size:18px;
  line-height:1.9;
  color:rgba(26,21,53,0.72);
  margin:24px 0 0;
}

.team-section-cta{
  position:relative;
  background:#1a1535;
  padding:100px 80px;
  border-top:1px solid rgba(240,237,248,0.08);
  overflow:hidden;
}
.team-cta-bg{
  position:absolute;
  inset:0;
  pointer-events:none;
  overflow:hidden;
  z-index:0;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Crect x='0' y='0' width='46' height='46' fill='%236B4FAB'/%3E%3Crect x='48' y='0' width='46' height='46' fill='%236B4FAB'/%3E%3Crect x='96' y='0' width='46' height='46' fill='%2300BCD4'/%3E%3Crect x='144' y='48' width='46' height='46' fill='%236B4FAB'/%3E%3Crect x='192' y='0' width='46' height='46' fill='%236B4FAB'/%3E%3Crect x='0' y='48' width='46' height='46' fill='%236B4FAB'/%3E%3Crect x='96' y='48' width='46' height='46' fill='%236B4FAB'/%3E%3Crect x='192' y='48' width='46' height='46' fill='%236B4FAB'/%3E%3Crect x='0' y='96' width='46' height='46' fill='%236B4FAB'/%3E%3Crect x='48' y='96' width='46' height='46' fill='%236B4FAB'/%3E%3Crect x='144' y='96' width='46' height='46' fill='%236B4FAB'/%3E%3Crect x='192' y='96' width='46' height='46' fill='%2300BCD4'/%3E%3Crect x='48' y='144' width='46' height='46' fill='%236B4FAB'/%3E%3Crect x='96' y='144' width='46' height='46' fill='%236B4FAB'/%3E%3Crect x='144' y='144' width='46' height='46' fill='%236B4FAB'/%3E%3Crect x='0' y='192' width='46' height='46' fill='%236B4FAB'/%3E%3Crect x='96' y='192' width='46' height='46' fill='%236B4FAB'/%3E%3Crect x='192' y='192' width='46' height='46' fill='%236B4FAB'/%3E%3Crect x='48' y='48' width='46' height='46' fill='%236B4FAB'/%3E%3Crect x='192' y='144' width='46' height='46' fill='%2300BCD4'/%3E%3C/svg%3E"),
    linear-gradient(rgba(0,188,212,0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,188,212,0.12) 1px, transparent 1px);
  background-size:240px 240px, 48px 48px, 48px 48px;
  mask-image:radial-gradient(ellipse 80% 70% at 50% 50%, black 20%, transparent 85%);
  -webkit-mask-image:radial-gradient(ellipse 80% 70% at 50% 50%, black 20%, transparent 85%);
}
.team-section-cta::before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(115deg, transparent 0%, rgba(155,111,212,0.06) 25%, transparent 50%, rgba(0,188,212,0.05) 75%, transparent 100%);
  background-size:200% 200%;
  animation:team-cta-shimmer 8s ease-in-out infinite;
  pointer-events:none;
  z-index:0;
}
@keyframes team-cta-shimmer{
  0%,100%{ background-position:100% 50%; }
  50%{ background-position:0% 50%; }
}
.team-cta-inner{
  position:relative;
  z-index:1;
  max-width:520px;
  margin:0 auto;
  text-align:center;
}
.team-cta-inner > *{
  opacity:0;
  transform:translateY(24px);
}
.team-section-cta.is-visible .team-cta-inner > *{
  animation:team-cta-fade-up 0.7s ease-out forwards;
}
.team-section-cta.is-visible .team-cta-inner > *:nth-child(1){ animation-delay:0.1s; }
.team-section-cta.is-visible .team-cta-inner > *:nth-child(2){ animation-delay:0.2s; }
.team-section-cta.is-visible .team-cta-inner > *:nth-child(3){ animation-delay:0.3s; }
.team-section-cta.is-visible .team-cta-inner > *:nth-child(4){ animation-delay:0.4s; }
.team-section-cta.is-visible .team-cta-inner > *:nth-child(5){ animation-delay:0.5s; }
.team-section-cta.is-visible .team-cta-inner > *:nth-child(6){ animation-delay:0.6s; }
.team-section-cta.is-visible .team-cta-inner > *:nth-child(7){ animation-delay:0.7s; }
.team-section-cta.is-visible .team-cta-inner > *:nth-child(8){ animation-delay:0.85s; }
@keyframes team-cta-fade-up{
  to{ opacity:1; transform:translateY(0); }
}
.team-cta-eyebrow{
  font-family:'DM Sans',sans-serif;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:0.18em;
  color:#ffffff;
  margin:0 0 20px;
}
.team-cta-headline{
  font-family:'Lora',serif;
  font-size:56px;
  font-weight:400;
  color:#ffffff;
  margin:0 0 20px;
}
.team-cta-body{
  font-family:'DM Sans',sans-serif;
  font-size:17px;
  line-height:1.7;
  color:#ffffff;
  max-width:520px;
  margin:0 auto 40px;
}
.team-cta-location{
  font-family:'DM Sans',sans-serif;
  font-size:15px;
  color:#ffffff;
  margin:0 0 32px;
}
.team-cta-button{
  font-size:14px;
  transition:transform 0.3s ease, box-shadow 0.3s ease;
}
.team-cta-button:hover{
  transform:translateY(-2px);
  box-shadow:0 8px 24px rgba(155,111,212,0.35);
}

/* align team grid rows evenly */

@media (max-width:900px){
  .team-hero{
    padding:96px 24px 64px;
  }
  .team-section-members{
    padding:64px 24px 96px;
  }
  .team-section-investors,
  .team-section-cta{
    padding:80px 24px;
  }
  .team-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .team-investors-inner{
    flex-direction:column;
    gap:40px;
  }
  .team-investors-left{
    padding-right:0;
    border-right:none;
    border-bottom:1px solid rgba(26,21,53,0.08);
    padding-bottom:40px;
  }
  .team-investors-right{
    padding-left:0;
  }
}

@media (max-width:600px){
  .team-grid{
    grid-template-columns:1fr;
  }
}

/* Section 4  - USE CASES accordion (light background) */
.dct-accordion{
  margin-top:40px;
}
.dct-accordion-item{
  border-top:1px solid rgba(26,21,53,0.08);
}
.dct-accordion-toggle{
  width:100%;
  padding:28px 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:none;
  border:none;
  cursor:pointer;
  text-align:left;
}
.dct-accordion-label{
  font-family:'Lora',serif;
  font-size:28px;
  font-weight:400;
  color:#1a1535;
  transition:color 0.15s ease;
}
.dct-accordion-icon{
  font-family:'DM Sans',sans-serif;
  font-size:20px;
  color:#9B6FD4;
}
.dct-accordion-toggle:hover .dct-accordion-label{
  color:#9B6FD4;
}
.dct-accordion-panel{
  max-height:0;
  overflow:hidden;
  transition:max-height 0.4s ease;
}
.dct-accordion-panel-inner{
  padding:0 0 32px 0;
  display:flex;
  gap:40px;
}
.dct-accordion-desc{
  flex:0 0 55%;
  font-family:'DM Sans',sans-serif;
  font-size:16px;
  line-height:1.8;
  color:rgba(26,21,53,0.65);
}
.dct-accordion-impl{
  flex:0 0 45%;
  font-family:'DM Sans',sans-serif;
  font-size:14px;
  font-style:italic;
  color:#9B6FD4;
  padding-left:48px;
  border-left:2px solid rgba(155,111,212,0.4);
}

.dct-accordion-item.is-open .dct-accordion-label{
  color:#9B6FD4;
}

/* Section 5  - Differentiation three-column stats */
.dct-diff-row{
  margin-top:64px;
  display:flex;
}
.dct-diff-col{
  flex:1;
  padding:0 48px;
}
.dct-diff-col:first-child{ padding-left:0; }
.dct-diff-col:last-child{ padding-right:0; }
.dct-diff-col + .dct-diff-col{
  border-left:1px solid rgba(240,237,248,0.08);
}
.dct-diff-anchor{
  font-family:'Lora',serif;
  font-size:72px;
  font-weight:400;
  line-height:1;
  color:#00BCD4;
  margin:0 0 24px;
}
.dct-diff-subhead{
  font-family:'DM Sans',sans-serif;
  font-size:15px;
  font-weight:500;
  color:#f0edf8;
  margin:0 0 16px;
}
.dct-diff-desc{
  font-family:'DM Sans',sans-serif;
  font-size:14px;
  line-height:1.8;
  color:#ffffff;
  margin:0;
}

.dct-cta-band{
  background:#f0edf8;
  padding:100px 80px;
  box-sizing:border-box;
  border-top:1px solid rgba(26,21,53,0.08);
}
.dct-cta-inner{
  max-width:640px;
  margin:0 auto;
  text-align:center;
}
.dct-cta-headline{
  font-family:'Lora',serif;
  font-size:56px;
  font-weight:400;
  color:#1a1535;
  margin:0 0 20px;
}
.dct-cta-body{
  font-family:'DM Sans',sans-serif;
  font-size:17px;
  line-height:1.7;
  color:rgba(26,21,53,0.65);
  max-width:560px;
  margin:0 auto 40px;
}

@media (max-width:900px){
  .dct-hero{ padding:72px 24px 0; }
  .dct-hero-headline{ font-size:clamp(40px,8vw,56px); }
  .dct-section{ padding:80px 24px; }
  .dct-grid-row{ grid-template-columns:1fr; gap:24px; }
  .dct-problem-grid{ grid-template-columns:1fr; }
  .dct-accordion-panel-inner{
    flex-direction:column;
    padding-bottom:24px;
  }
  .dct-accordion-desc,
  .dct-accordion-impl{
    flex:1 1 auto;
    padding-left:0;
    border-left:none;
  }
  .dct-diff-row{
    flex-direction:column;
    gap:32px;
  }
  .dct-diff-col{
    padding:0;
    border-left:none !important;
  }
}

.argus-hero-inner{
  display:flex;
  flex-direction:column;
  align-items:center;
  max-width:900px;
  flex-shrink:0;
}
.argus-eyebrow{
  font-family:'DM Sans',sans-serif;
  font-size:14px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:0.2em;
  color:#00BCD4;
  margin:0 0 32px;
}
.argus-headline{
  font-family:'Lora',serif;
  font-size:80px;
  font-weight:400;
  line-height:1.1;
  color:#f0edf8;
  margin:0;
}
.argus-headline-highlight{
  display:inline-block;
  background:rgba(155,111,212,0.15);
  color:#9B6FD4;
  padding:4px 12px;
  margin-top:0.25em;
}
.argus-body{
  font-family:'DM Sans',sans-serif;
  font-size:18px;
  line-height:1.7;
  color:#ffffff;
  max-width:620px;
  margin:28px auto 0;
}
.argus-cta{
  display:inline-block;
  background:#bfa4f5;
  color:#f0edf8;
  font-family:'DM Sans',sans-serif;
  font-size:13px;
  letter-spacing:0.04em;
  padding:14px 32px;
  border-radius:0;
  text-decoration:none;
  margin-top:40px;
  transition:background 0.2s, color 0.2s;
}
.argus-cta:hover{ background:#00BCD4; color:#1a1535; }
.argus-hero-rule{
  width:100%;
  margin:0;
  border:none;
  border-top:1px solid rgba(240,237,248,0.08);
  flex-shrink:0;
}

.argus-section{
  padding:120px 80px;
  box-sizing:border-box;
}

/* Four Failure Points  - Visual (4-column grid above detailed rows) */
.argus-failure-visual{
  width:100%;
  background:#1a1535;
  padding:8px 80px 132px;
  box-sizing:border-box;
  text-align:center;
}
.argus-failure-visual-headline{
  font-family:'Lora',serif;
  font-size:52px;
  line-height:1.1;
  font-weight:400;
  color:#f0edf8;
  margin:0 auto 12px;
  max-width:900px;
}
.argus-failure-visual-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:20px;
  width:100%;
  max-width:1200px;
  margin:0 auto;
}
.argus-failure-visual-col{
  display:flex;
  flex-direction:column;
  background:transparent;
  border-radius:0;
}
.argus-failure-visual-img-wrap{
  aspect-ratio:1 / 1;
  overflow:hidden;
  background:#0f0d27;
}
.argus-failure-visual-img{
  width:100%;
  height:100%;
  object-fit:cover;
  filter:brightness(0.8);
  transition:filter 300ms ease;
}
.argus-failure-visual-col:hover .argus-failure-visual-img{
  filter:brightness(1);
}
.argus-failure-visual-text{
  padding:20px 16px 0;
  text-align:left;
}
.argus-failure-visual-label{
  font-family:'Lora',serif;
  font-size:22px;
  font-weight:400;
  color:#f0edf8;
  display:block;
  margin-bottom:12px;
}
.argus-failure-visual-desc{
  font-family:'DM Sans',sans-serif;
  font-size:13px;
  line-height:1.6;
  color:rgba(240,237,248,0.5);
  margin:0;
}
.argus-failure-visual-link{
  display:inline-block;
  margin-top:36px;
  font-family:'DM Sans',sans-serif;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:0.1em;
  color:#00BCD4;
  text-decoration:none;
  transition:color 0.2s;
}
.argus-failure-visual-link:hover{ color:#5DE1F0; }
@media (max-width:900px){
  .argus-failure-visual{ padding:8px 24px 56px; }
  .argus-failure-visual-headline{ font-size:clamp(28px,5vw,42px); margin-bottom:10px; }
  .argus-failure-visual-grid{ grid-template-columns:1fr 1fr; gap:16px; }
}
@media (max-width:600px){
  .argus-failure-visual-grid{ grid-template-columns:1fr; }
}

.argus-section-failures{
  background:#1a1535;
}
.argus-section-failures .argus-eyebrow{ margin-bottom:16px; }
.argus-problem-headline{
  font-family:'Lora',serif;
  font-size:48px;
  font-weight:400;
  color:#f0edf8;
  margin:0 0 80px;
  max-width:720px;
}
.argus-failure-rows{ }
.argus-failure-row{
  display:grid;
  grid-template-columns:220px 1fr;
  gap:80px;
  padding:48px 0;
  border-top:1px solid rgba(255,255,255,0.08);
  align-items:start;
}
.argus-failure-row:first-child{ border-top:none; }
.argus-failure-left{
  display:flex;
  flex-direction:column;
}
.argus-failure-num{
  font-family:'DM Sans',sans-serif;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:0.15em;
  color:#00BCD4;
}
.argus-failure-name{
  font-family:'Lora',serif;
  font-size:32px;
  font-weight:400;
  line-height:1.2;
  color:#f0edf8;
  margin:8px 0 0;
}
.argus-failure-right{
  display:flex;
  flex-direction:column;
  gap:16px;
  margin-top:24px;
}
.argus-failure-desc{
  font-family:'DM Sans',sans-serif;
  font-size:18px;
  line-height:1.8;
  color:rgba(240,237,248,0.82);
  margin:0;
}
.argus-failure-impl{
  font-family:'DM Sans',sans-serif;
  font-size:16px;
  font-style:italic;
  color:#00E5FF;
  margin:0;
}
/* Emphasize second row copy */

.argus-section-ui{
  background:#0f0d27;
}
.argus-section-ui .argus-eyebrow{ margin-bottom:16px; }
.argus-ui-headline{
  font-family:'Lora',serif;
  font-size:48px;
  font-weight:400;
  color:#f0edf8;
  margin:0 0 16px;
  max-width:600px;
}
.argus-ui-subhead{
  font-family:'DM Sans',sans-serif;
  font-size:17px;
  color:#ffffff;
  max-width:600px;
  margin:0 0 72px;
}
.argus-ui-mockup{
  display:grid;
  grid-template-columns:280px 1fr;
  max-width:1100px;
  margin:0 auto;
  background:linear-gradient(135deg,#0f1025,#151936,#10172f);
  border:1px solid rgba(240,237,248,0.18);
  border-radius:0;
  padding:40px;
  gap:0;
  position:relative;
}

.argus-ui-left{
  background:#0f0d27;
  padding:24px;
  border-radius:0;
}
.argus-ui-header-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:12px;
}
.argus-ui-brand{
  font-family:'DM Sans',sans-serif;
  font-size:10px;
  text-transform:uppercase;
  color:#00BCD4;
}
.argus-ui-status{
  font-family:'DM Sans',sans-serif;
  font-size:10px;
  text-transform:uppercase;
  color:#9B6FD4;
}
.argus-ui-tags{
  font-size:10px;
  color:rgba(240,237,248,0.3);
  padding:8px 0;
  border-top:1px solid rgba(240,237,248,0.08);
  border-bottom:1px solid rgba(240,237,248,0.08);
  margin-bottom:16px;
}
.argus-ui-segment{ display:flex; flex-direction:column; gap:4px; margin-bottom:20px; }
.argus-ui-segment-label{ font-size:10px; color:rgba(240,237,248,0.4); }
.argus-ui-segment-value{ font-size:13px; color:#f0edf8; }
.argus-ui-stats{ display:flex; flex-direction:column; gap:8px; margin-bottom:20px; }
.argus-ui-stat{ font-size:12px; color:#f0edf8; }
.argus-ui-stat-label{ opacity:0.7; margin-right:4px; }
.argus-ui-stat-val.accent-purple{ color:#9B6FD4; font-size:20px; }
.argus-ui-stat-val.accent-cyan{ color:#00BCD4; }
.argus-ui-intervention{
  display:flex;
  flex-direction:column;
  gap:6px;
  padding-top:16px;
  border-top:1px solid rgba(240,237,248,0.08);
}
.argus-ui-intervention-label{ font-size:9px; color:#00BCD4; text-transform:uppercase; }
.argus-ui-intervention-text{ font-size:12px; color:rgba(240,237,248,0.7); }
.argus-ui-intervention-lift{ font-size:11px; color:#00BCD4; }

.argus-ui-right{ padding:32px; }
.argus-ui-chart-header{ display:flex; flex-direction:column; gap:4px; margin-bottom:16px; }
.argus-ui-chart-title{ font-size:13px; color:#f0edf8; }
.argus-ui-chart-sub{ font-size:11px; color:rgba(240,237,248,0.4); }
.argus-ui-chart-placeholder{ width:100%; height:220px; margin-bottom:24px; }
.argus-ui-chart-svg{ width:100%; height:100%; display:block; }
.argus-ui-reco-label{ font-size:9px; text-transform:uppercase; color:#00BCD4; margin:0 0 12px; }
.argus-ui-reco-rows{ display:flex; flex-direction:column; gap:12px; }
.argus-ui-reco-row{
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:12px;
  align-items:start;
}
.argus-ui-reco-badge{
  font-size:10px;
  font-weight:600;
  padding:4px 8px;
  white-space:nowrap;
}
.argus-ui-reco-high{ background:#9B6FD4; color:#f0edf8; }
.argus-ui-reco-med{ background:rgba(240,237,248,0.15); color:#f0edf8; }
.argus-ui-reco-monitor{ background:transparent; color:rgba(240,237,248,0.6); border:1px solid rgba(240,237,248,0.2); }
.argus-ui-reco-content{ display:flex; flex-direction:column; gap:2px; }
.argus-ui-reco-name{ font-size:13px; color:#f0edf8; }
.argus-ui-reco-desc{ font-size:11px; color:rgba(240,237,248,0.45); }
.argus-ui-reco-lift{ font-size:12px; color:#00BCD4; }
.argus-ui-annotations{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
  font-size:10px;
  color:rgba(240,237,248,0.5);
  font-family:'DM Sans',sans-serif;
}
.argus-ui-ann{ display:inline-block; }

/* ===== Three Phases  - horizontal timeline ===== */
.argus-timeline-section{
  width:100%;
  background:#1a1535;
  padding:80px 80px 100px;
  position:relative;
  box-sizing:border-box;
}
.argus-timeline-eyebrow{
  font-family:'DM Sans',sans-serif;
  font-size:17px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:0.18em;
  color:#00BCD4;
  margin:0 0 16px;
}
.argus-timeline-headline{
  font-family:'Lora',serif;
  font-size:48px;
  font-weight:400;
  color:#f0edf8;
  margin:0 0 80px;
}
.argus-timeline-grid{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  position:relative;
  width:100%;
}
.argus-timeline-line{
  position:absolute;
  left:0;
  right:0;
  top:20px;
  height:1px;
  background:rgba(240,237,248,0.15);
  z-index:0;
  pointer-events:none;
}
.argus-timeline-col{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  padding-right:48px;
  position:relative;
}
.argus-timeline-col:nth-child(3),
.argus-timeline-col:nth-child(4){
  padding-left:48px;
}
.argus-timeline-col-last{ padding-right:0; }
.argus-timeline-col::after{
  content:'';
  position:absolute;
  right:0;
  top:0;
  bottom:0;
  width:1px;
  background:rgba(240,237,248,0.08);
  z-index:0;
  pointer-events:none;
}
.argus-timeline-col-last::after{ display:none; }
.argus-timeline-num{
  width:40px;
  height:40px;
  border:1px solid #00BCD4;
  border-radius:50%;
  background:#1a1535;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:'DM Sans',sans-serif;
  font-size:12px;
  color:#00BCD4;
  letter-spacing:0.05em;
  z-index:1;
  position:relative;
  margin-bottom:32px;
  flex-shrink:0;
}
.argus-timeline-label{
  font-family:'DM Sans',sans-serif;
  font-size:16px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:0.15em;
  color:#00BCD4;
  display:block;
  margin-bottom:8px;
}
.argus-timeline-name{
  font-family:'Lora',serif;
  font-size:32px;
  font-weight:400;
  line-height:1.2;
  color:#f0edf8;
  margin:0 0 28px;
}
.argus-timeline-desc{
  font-family:'DM Sans',sans-serif;
  font-size:16px;
  line-height:1.8;
  color:#ffffff;
  margin:0;
  max-width:340px;
}
.argus-timeline-outcome{
  font-family:'DM Sans',sans-serif;
  font-size:14px;
  font-style:italic;
  color:rgba(0,188,212,0.95);
  margin:24px 0 0;
}
@media (max-width:900px){
  .argus-timeline-section{ padding:60px 24px 80px; }
  .argus-timeline-headline{ font-size:clamp(32px,5vw,42px); margin-bottom:48px; }
  .argus-timeline-grid{ grid-template-columns:1fr; }
  .argus-timeline-line{ display:none; }
  .argus-timeline-col{ padding-right:0; padding-left:0; padding-bottom:48px; }
  .argus-timeline-col-last{ padding-bottom:0; }
  .argus-timeline-col::after{ left:0; right:auto; top:auto; bottom:0; height:1px; width:100%; }
  .argus-timeline-col-last::after{ display:none; }
}

.argus-section-phases{ background:#f0edf8; }
.argus-eyebrow-purple{ color:#9B6FD4; }
.argus-section-phases .argus-eyebrow{ margin-bottom:16px; }
.argus-phases-headline{
  font-family:'Lora',serif;
  font-size:48px;
  font-weight:400;
  color:#1a1535;
  margin:0 0 80px;
  max-width:600px;
}
.argus-phase-rows{ }
.argus-phase-rule{
  border:none;
  border-top:1px solid rgba(26,21,53,0.08);
  margin:0;
}
.argus-phase-row{
  display:grid;
  grid-template-columns:200px 1fr 1fr;
  gap:80px;
  align-items:start;
  padding:48px 0;
}
.argus-phase-left{ display:flex; flex-direction:column; }
.argus-phase-label{
  font-family:'DM Sans',sans-serif;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:0.1em;
  color:#9B6FD4;
}
.argus-phase-name{
  font-family:'Lora',serif;
  font-size:28px;
  font-weight:400;
  color:#1a1535;
  margin-top:8px;
}
.argus-phase-center{
  font-family:'DM Sans',sans-serif;
  font-size:16px;
  line-height:1.8;
  color:rgba(26,21,53,0.65);
}
.argus-phase-right{
  font-family:'DM Sans',sans-serif;
  font-size:14px;
  line-height:1.7;
  color:rgba(26,21,53,0.4);
  font-style:italic;
}

@media (max-width:900px){
  .argus-hero{ padding:0 24px; }
  .argus-headline{ font-size:clamp(36px,8vw,56px); }
  .argus-failure-row{ grid-template-columns:1fr; gap:24px; }
  .argus-phase-row{ grid-template-columns:1fr; gap:24px; }
  .argus-ui-mockup{ grid-template-columns:1fr; }
  .argus-section{ padding:60px 24px; }
}

/* ===== Clinical Trials page  - light mode ===== */
body.clinical-trials-light{ background:#f0edf8; }
body.clinical-trials-light nav.nav-scale{
  background:#ffffff;
  border-bottom:1px solid rgba(26,21,53,0.08);
  box-shadow:0 1px 0 rgba(26,21,53,0.06);
}
body.clinical-trials-light .nav-scale-logo{ color:#1a1535; }
body.clinical-trials-light .nav-scale-link{ color:rgba(26,21,53,0.7); }
body.clinical-trials-light .nav-scale-link:hover{ color:#1a1535; }
body.clinical-trials-light .nav-scale-link-active{
  color:#1a1535;
  background:rgba(26,21,53,0.06);
}
body.clinical-trials-light .nav-scale-dropdown{
  background:#ffffff;
  border:1px solid rgba(26,21,53,0.1);
  box-shadow:0 8px 24px rgba(26,21,53,0.12);
}
body.clinical-trials-light .nav-scale-dropdown-item{ color:rgba(26,21,53,0.75); }
body.clinical-trials-light .nav-scale-dropdown-item:hover{ background:rgba(26,21,53,0.05); color:#1a1535; }
body.clinical-trials-light .nav-scale-cta{
  background:#9B6FD4;
  color:#ffffff;
}
body.clinical-trials-light .nav-scale-cta:hover{ background:#00BCD4; color:#1a1535; }

body.clinical-trials-light .argus-hero{ background:#f0edf8; }
body.clinical-trials-light .argus-eyebrow{
  font-size:15px;
  font-weight:700;
  color:#0a9bad;
  letter-spacing:0.22em;
}
body.clinical-trials-light .argus-headline{ color:#1a1535; }
body.clinical-trials-light .argus-headline-highlight{
  background:rgba(155,111,212,0.18);
  color:#6b4fa3;
}
body.clinical-trials-light .argus-body{ color:rgba(26,21,53,0.65); }
body.clinical-trials-light .argus-hero-rule{ border-top-color:rgba(26,21,53,0.08); }

body.clinical-trials-light .argus-section-failures{ background:#f0edf8; }
body.clinical-trials-light .argus-problem-headline{ color:#1a1535; }
body.clinical-trials-light .argus-failure-row{ border-top-color:rgba(26,21,53,0.08); }
body.clinical-trials-light .argus-failure-name{ color:#1a1535; }
body.clinical-trials-light .argus-failure-desc{ color:rgba(26,21,53,0.65); }
body.clinical-trials-light .argus-failure-impl{ color:#008cab; }

/* Simulate before you commit  - force dark purple on clinical trials page */
body.clinical-trials-light .argus-section-ui{ background:#1a1535; }
body.clinical-trials-light .argus-section-ui .argus-eyebrow{ color:#00BCD4; }
body.clinical-trials-light .argus-ui-headline{ color:#f0edf8; }
body.clinical-trials-light .argus-ui-subhead{ color:rgba(240,237,248,0.6); }
body.clinical-trials-light .argus-ui-mockup{
  background:#1a1535;
  border:1px solid rgba(240,237,248,0.1);
  box-shadow:none;
}
body.clinical-trials-light .argus-ui-left{
  background:#0f0d27;
  border-right:1px solid rgba(240,237,248,0.08);
}
body.clinical-trials-light .argus-ui-segment-label{ color:rgba(240,237,248,0.5); }
body.clinical-trials-light .argus-ui-segment-value{ color:#f0edf8; }
body.clinical-trials-light .argus-ui-stat{ color:#f0edf8; }
body.clinical-trials-light .argus-ui-stat-label{ opacity:0.7; }
body.clinical-trials-light .argus-ui-tags{ color:rgba(240,237,248,0.4); }
body.clinical-trials-light .argus-ui-intervention-text{ color:rgba(240,237,248,0.75); }
body.clinical-trials-light .argus-ui-chart-title{ color:#f0edf8; }
body.clinical-trials-light .argus-ui-chart-sub{ color:rgba(240,237,248,0.5); }
body.clinical-trials-light .argus-ui-reco-name{ color:#f0edf8; }
body.clinical-trials-light .argus-ui-reco-desc{ color:rgba(240,237,248,0.5); }
body.clinical-trials-light .argus-ui-reco-monitor{
  color:rgba(240,237,248,0.65);
  border-color:rgba(240,237,248,0.25);
}
body.clinical-trials-light .argus-ui-annotations{ color:rgba(240,237,248,0.5); }

/* Deployment timeline  - light mode on clinical trials page */
body.clinical-trials-light .argus-timeline-section{ background:#f0edf8; }
body.clinical-trials-light .argus-timeline-eyebrow{ color:#0a9bad; }
body.clinical-trials-light .argus-timeline-headline{ color:#1a1535; }
body.clinical-trials-light .argus-timeline-line{ background:rgba(26,21,53,0.12); }
body.clinical-trials-light .argus-timeline-num{
  border-color:#0a9bad;
  background:#f0edf8;
  color:#0a9bad;
}
body.clinical-trials-light .argus-timeline-label{ color:#0a9bad; }
body.clinical-trials-light .argus-timeline-name{ color:#1a1535; }
body.clinical-trials-light .argus-timeline-desc{ color:rgba(26,21,53,0.7); }
body.clinical-trials-light .argus-timeline-outcome{ color:#0e7a8a; }
body.clinical-trials-light .argus-timeline-col::after{ background:rgba(26,21,53,0.08); }

body.clinical-trials-light .cta-section{ background:#f0edf8; }
body.clinical-trials-light .cta-section .label{ color:rgba(26,21,53,0.5); }
body.clinical-trials-light .cta-section h2{ color:#1a1535; }
body.clinical-trials-light .cta-section .cta-email,
body.clinical-trials-light .cta-section .cta-inner > p{ color:rgba(26,21,53,0.65); }
body.clinical-trials-light .cta-section .cta-email a{ color:#9B6FD4; }
body.clinical-trials-light .cta-section .cta-form input,
body.clinical-trials-light .cta-section .cta-form textarea,
body.clinical-trials-light .cta-section .cta-form select{
  background:#ffffff;
  border:1px solid rgba(26,21,53,0.12);
  color:#1a1535;
}
body.clinical-trials-light .cta-section .cta-form input::placeholder,
body.clinical-trials-light .cta-section .cta-form textarea::placeholder{ color:rgba(26,21,53,0.4); }

.belief-section{
  position:relative;
  width:100%;
  min-height:320px;
  background:#c4b8e0;
  padding:160px 0;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.belief-section::before{
  content:'';
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(to right, rgba(196,184,224,0.93) 0%, rgba(196,184,224,0.75) 50%, rgba(196,184,224,0.42) 100%),
    url('images/belief-bg.png');
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  z-index:0;
}
.belief-inner{
  position:relative;
  z-index:1;
  max-width:1200px;
  margin:0 auto;
  padding:0 60px;
  text-align:center;
  width:100%;
  box-sizing:border-box;
}
.belief-sentence{
  font-family:'DM Sans',sans-serif;
  font-size:42px;
  line-height:1.55;
  font-weight:400;
  color:#ffffff;
  letter-spacing:0.01em;
  max-width:100%;
}
.belief-fade{
  color:#6d5ba8;
}

@media (max-width:900px){
  .belief-section{ padding:120px 0; }
  .belief-inner{ padding:0 32px; }
  .belief-sentence{ font-size:32px; }
}

/* ===== Our Products (Palantir-style stack) ===== */
.products-section{
  position:relative;
  width:100%;
  background:#1a1535;
  padding:100px 80px;
}
.products-label{
  display:block;
  font-family:'DM Sans',sans-serif;
  font-size:24px;
  text-transform:uppercase;
  letter-spacing:0.2em;
  color:#00BCD4;
  margin-top:80px;
  margin-bottom:64px;
  font-weight:600;
}
.products-list{ max-width:1680px; margin:0 auto; }
.products-rule{
  border:none;
  border-top:1px solid rgba(240,237,248,0.08);
  margin:0;
}
.products-entry{ padding:48px 0; }
.products-entry-inner{
  display:grid;
  grid-template-columns:46% 54%;
  gap:56px;
  align-items:center;
}
.products-left{ min-width:0; overflow:visible; margin-left:48px; }
.products-name{
  font-family:'Lora',serif;
  font-size:120px;
  line-height:1.05;
  font-weight:400;
  color:transparent;
  -webkit-text-fill-color:transparent;
  background:linear-gradient(90deg, #9B6FD4, #00BCD4, #9B6FD4);
  background-size:200% auto;
  background-position:0% center;
  background-clip:text;
  -webkit-background-clip:text;
  display:block;
  margin:0;
  padding-bottom:0.15em;
  animation:productsGradientShift 6s linear infinite;
}
@keyframes productsGradientShift{
  0%{ background-position:0% center; }
  100%{ background-position:200% center; }
}
.products-desc{
  font-family:'DM Sans',sans-serif;
  font-size:20px;
  color:rgba(240,237,248,0.75);
  margin:24px 0 0;
  line-height:1.45;
}
.products-arrow{
  display:inline-block;
  margin-top:24px;
  font-family:'DM Sans',sans-serif;
  font-size:12px;
  letter-spacing:0.06em;
  color:#00BCD4;
  text-decoration:none;
  transition:opacity 200ms;
}
.products-arrow:hover{ opacity:0.85; }
.products-right{
  font-family:'DM Sans',sans-serif;
  font-size:23px;
  line-height:1.8;
  color:#e8e4f5;
  padding-right:80px;
}
.products-right p{
  margin:0 0 28px;
}
.products-right p:last-child{ margin-bottom:0; }
.products-feature-title{ color:#00BCD4; font-weight:600; }

@media (max-width:900px){
  .products-section{ padding:100px 32px; }
  .products-label{ margin-bottom:64px; }
  .products-entry-inner{ grid-template-columns:1fr; gap:24px; }
  .products-name{ font-size:72px; }
  .products-entry{ padding:64px 0; }
}

/* ===== Path diagram (Learn → Organize → Intera → Deploy → Optimize) ===== */
.path-diagram-section{
  background:#e8e3f5;
  padding:80px 80px 100px;
  position:relative;
}
.path-diagram-inner{
  max-width:1200px;
  margin:0 auto;
}
.path-diagram-eyebrow{
  font-family:'DM Sans',sans-serif;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:0.18em;
  color:#00BCD4;
  margin:0 0 16px;
}
.path-diagram-title{
  font-family:'Lora',serif;
  font-size:clamp(28px,4vw,40px);
  font-weight:400;
  color:#1a1535;
  margin:0 0 64px;
}
.path-diagram-visual{
  position:relative;
  width:100%;
  max-width:680px;
  margin:0 auto 80px;
  min-height:320px;
}
.path-diagram-svg{
  width:100%;
  height:auto;
}
.path-line{ stroke-linecap:round; stroke-linejoin:round; }
.path-dot{
  filter:drop-shadow(0 0 6px rgba(0,188,212,0.6));
}
.path-dot-3, .path-dot-4{
  filter:drop-shadow(0 0 6px rgba(155,111,212,0.6));
}
.path-nodes{
  position:absolute;
  inset:0;
  pointer-events:none;
}
.path-node{
  position:absolute;
  font-family:'DM Sans',sans-serif;
  font-size:14px;
  font-weight:600;
  color:#1a1535;
  padding:12px 20px;
  border:1px solid rgba(91,63,212,0.25);
  border-radius:10px;
  background:rgba(255,255,255,0.85);
  backdrop-filter:blur(8px);
  box-shadow:0 2px 12px rgba(26,21,53,0.06);
  white-space:nowrap;
}
.path-node-ingest{ left:0; top:0; transform:translate(0,0); }
.path-node-simulate{ left:0; bottom:0; transform:translate(0,0); }
.path-node-intera{ left:50%; top:50%; transform:translate(-50%,-50%); }
.path-node-forecast{ right:0; top:0; transform:translate(0,0); }
.path-node-calibrate{ right:0; bottom:0; transform:translate(0,0); }
.path-node{ display:inline-flex; align-items:center; gap:8px; }
.path-node-icon{ display:inline-flex; flex-shrink:0; width:18px; height:18px; }
.path-node-icon svg{ width:100%; height:100%; color:#5b3fd4; }
.path-copy-title{ display:inline-flex; align-items:center; gap:8px; }
.path-copy-icon{ display:inline-flex; flex-shrink:0; width:20px; height:20px; }
.path-copy-icon svg{ width:100%; height:100%; color:#5b3fd4; }
.path-node-intera-logo{
  width:22px;
  height:22px;
  object-fit:contain;
  flex-shrink:0;
}
.path-node-center{
  padding:18px 32px;
  font-size:18px;
  border:1px solid rgba(0,188,212,0.5);
  box-shadow:0 0 24px rgba(0,188,212,0.2), 0 0 48px rgba(155,111,212,0.12);
  background:linear-gradient(135deg,rgba(255,255,255,0.95),rgba(230,220,250,0.9));
  color:#1a1535;
  animation:pathCenterGlow 3s ease-in-out infinite;
}
@keyframes pathCenterGlow{
  0%,100%{ box-shadow:0 0 24px rgba(0,188,212,0.25), 0 0 48px rgba(155,111,212,0.15); }
  50%{ box-shadow:0 0 36px rgba(0,188,212,0.4), 0 0 64px rgba(155,111,212,0.2); }
}
.path-diagram-copy{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:32px;
  max-width:1200px;
  margin:0 auto;
}
.path-copy-col{
  font-family:'DM Sans',sans-serif;
}
.path-copy-title{
  font-family:'Lora',serif;
  font-size:16px;
  font-weight:600;
  color:#1a1535;
  margin:0 0 12px;
}
.path-copy-col p{
  font-size:14px;
  line-height:1.65;
  color:#6b6490;
  margin:0;
}

@media (max-width:900px){
  .path-diagram-section{ padding:56px 24px 80px; }
  .path-diagram-title{ margin-bottom:48px; }
  .path-diagram-visual{ min-height:260px; margin-bottom:48px; }
  .path-node{ font-size:13px; padding:10px 16px; }
  .path-node-center{ font-size:16px; padding:14px 24px; }
  .path-diagram-copy{ grid-template-columns:1fr; gap:24px; }
}

/* ===== Mission two-column section ===== */
.mission-section{
  display:grid;
  grid-template-columns:55% 45%;
  min-height:600px;
  background:#f0edf8;
  width:100%;
  padding:0;
  gap:0;
  overflow:hidden;
}
.mission-image-col{
  position:relative;
  min-height:600px;
  padding:28px 0 28px 28px;
  display:flex;
  align-items:stretch;
}
.mission-image-wrap{
  flex:1;
  background-image:url('images/mission-bg.png');
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  box-shadow:0 4px 24px rgba(0,0,0,0.08), 0 2px 8px rgba(0,0,0,0.04);
}
.mission-text-col{
  background:#f0edf8;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:80px 72px 80px 48px;
  align-items:flex-start;
}
.mission-card{
  background:#ffffff;
  padding:56px 52px 56px 52px;
  box-shadow:0 2px 0 0 rgba(0,0,0,0.02), -6px 6px 32px rgba(0,0,0,0.06);
  max-width:100%;
  border:1px solid rgba(26,21,53,0.06);
}
.mission-headline{
  font-family:'Lora',serif;
  font-size:48px;
  line-height:1.15;
  font-weight:400;
  color:#1a1535;
  margin:0 0 28px;
}
.mission-body{
  font-family:'DM Sans',sans-serif;
  font-size:18px;
  line-height:1.7;
  color:rgba(26,21,53,0.65);
  max-width:420px;
  margin:0 0 40px;
}
.mission-cta{
  display:inline-flex;
  align-items:center;
  gap:14px;
  font-family:'DM Sans',sans-serif;
  font-size:13px;
  font-weight:500;
  text-transform:uppercase;
  letter-spacing:0.12em;
  color:#1a1535;
  text-decoration:none;
  transition:color 200ms;
}
.mission-cta:hover{ color:#9B6FD4; }
.mission-cta:hover .mission-cta-box{
  background:rgba(155,111,212,0.16);
  border-color:rgba(155,111,212,0.35);
}
.mission-cta:hover .mission-cta-arrow{ color:#9B6FD4; }
.mission-cta-text{ flex-shrink:0; }
.mission-cta-box{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  background:rgba(155,111,212,0.08);
  border:1px solid rgba(155,111,212,0.18);
  border-radius:0;
  flex-shrink:0;
  transition:background 200ms, border-color 200ms;
}
.mission-cta-arrow{
  font-size:20px;
  line-height:1;
  color:#9B6FD4;
  font-style:normal;
  transition:color 200ms;
}

@media (max-width:900px){
  .mission-section{ grid-template-columns:1fr; min-height:auto; }
  .mission-image-col{ min-height:360px; padding:20px; }
  .mission-text-col{ padding:48px 24px; }
  .mission-card{ padding:40px 32px; }
  .mission-headline{ font-size:36px; }
}

.hero-scale-rule{
  width:100%;
  border:none;
  border-top:1px solid rgba(240,237,248,0.1);
  margin:0;
  margin-top:auto;
  padding-top:16px;
  flex-shrink:0;
}
.hero-scale-institutions{
  display:none;
}
body.hero-scale .cta-section{ background:#1a1535; }

/* Page background: light purple grid */
.hero-bg-mountain{
  position:fixed;
  inset:0;
  background:#f0edf8;
  z-index:0;
  pointer-events:none;
}
.hero-bg-mountain::before{
  content:'';
  position:absolute;
  inset:0;
  opacity:1;
  background-image:
    linear-gradient(rgba(91,63,212,0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(91,63,212,0.07) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events:none;
}
.hero-bg-mountain::after{
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
}

/* Nav – floating pill, centered (landing-ghibli) */
body.landing-ghibli nav{
  top:32px;
  left:0;
  right:0;
  width:min(1200px, calc(100vw - 3rem));
  min-width:360px;
  margin:0 auto;
  transform:translateY(-120%);
  padding:0 56px;
  height:80px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:rgba(240,237,248,0.95);
  border:1px solid rgba(91,63,212,0.12);
  border-radius:999px;
  box-shadow:0 4px 24px rgba(91,63,212,0.10);
  transition:box-shadow 0.25s ease;
}
body.landing-ghibli nav.nav-visible{ transform:translateY(0); }
body.landing-ghibli nav.nav-scrolled{ box-shadow:0 8px 40px rgba(26,21,53,0.14); }
body.landing-ghibli nav .nav-logo-link{ display:flex; align-items:center; gap:0.65rem; text-decoration:none; color:#1a1535; font-weight:400; font-size:20px; }
body.landing-ghibli nav .nav-logo-mark{ width:40px; height:auto; max-height:48px; object-fit:contain; }
body.landing-ghibli nav .nav-center{ display:flex; align-items:center; gap:44px; }
body.landing-ghibli nav .nav-link{ color:#6b6490; font-size:18px; text-decoration:none; transition:color 0.2s; }
body.landing-ghibli nav .nav-link:hover{ color:#5b3fd4; }
body.landing-ghibli nav .nav-chevron{ font-size:0.75em; opacity:0.8; }
body.landing-ghibli nav .nav-dd{ position:relative; }
body.landing-ghibli nav .nav-dd-menu{
  position:absolute;
  top:100%;
  left:50%;
  transform:translateX(-50%) translateY(10px);
  min-width:240px;
  padding:10px;
  background:#f0edf8;
  border:1px solid rgba(91,63,212,0.12);
  border-radius:12px;
  box-shadow:0 8px 32px rgba(91,63,212,0.12);
  opacity:0;
  visibility:hidden;
  transition:opacity 0.2s, visibility 0.2s, transform 0.2s;
  z-index:100;
}
body.landing-ghibli nav .nav-dd:hover .nav-dd-menu{ opacity:1; visibility:visible; transform:translateX(-50%) translateY(4px); }
body.landing-ghibli nav .nav-dd-menu a{
  display:block;
  padding:12px 18px;
  border-radius:8px;
  font-size:15px;
  color:#1a1535;
  text-decoration:none;
  transition:background 0.15s;
}
body.landing-ghibli nav .nav-dd-menu a:hover{ background:#e8e3f5; }
body.landing-ghibli nav .nav-request-access{ font-size:18px; color:#1a1535; text-decoration:none; margin-right:14px; transition:color 0.2s; }
body.landing-ghibli nav .nav-request-access:hover{ color:#5b3fd4; }
body.landing-ghibli nav .nav-arrow-btn{
  display:inline-flex; align-items:center; justify-content:center;
  width:48px; height:48px;
  border-radius:10px;
  font-size:20px;
  background:rgba(91,63,212,0.10);
  color:#5b3fd4;
  text-decoration:none;
  transition:background 0.2s, color 0.2s;
}
body.landing-ghibli nav .nav-arrow-btn:hover{ background:#5b3fd4; color:#ffffff; }
*{box-sizing:border-box}

/* ===== OPENING TITLE CARD ===== */
.opener{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f5f5f7;overflow:hidden;transition:min-height 0.6s ease, opacity 0.5s ease}
.opener.dismissed{min-height:0;height:0;opacity:0;pointer-events:none;overflow:hidden}

/* Layered background */
.opener-bg{position:absolute;inset:0;overflow:hidden}

/* Noise texture overlay for print quality */
.opener-bg::after{content:'';position:absolute;inset:0;opacity:0.018;z-index:2;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size:200px 200px}

/* Animated mesh visual - prominent flowing wireframe */
.opener-mesh-wrap{position:absolute;inset:0;display:flex;align-items:center;justify-content:flex-end;z-index:1;overflow:visible;padding-right:0}
.opener-mesh{width:clamp(600px,95vw,1400px);height:auto;opacity:0.9;transform:translateX(5%);animation:meshFloat 15s ease-in-out infinite}
@keyframes meshFloat{
  0%{transform:translateX(5%) translateY(0) rotate(-2deg) scale(1)}
  25%{transform:translateX(7%) translateY(-20px) rotate(0deg) scale(1.01)}
  50%{transform:translateX(5%) translateY(-30px) rotate(3deg) scale(1.02)}
  75%{transform:translateX(3%) translateY(-15px) rotate(1deg) scale(1.01)}
  100%{transform:translateX(5%) translateY(0) rotate(-2deg) scale(1)}
}

/* Neural network canvas - opener section only */
.neural-network-bg{position:absolute;inset:0;z-index:0;pointer-events:none}
#neuralCanvas{width:100%;height:100%}

/* Radial light  - soft warm center */
.opener-light{position:absolute;top:42%;left:50%;width:900px;height:700px;transform:translate(-50%,-50%);
  background:radial-gradient(ellipse at center,rgba(50,130,160,.03) 0%,rgba(40,110,140,.015) 30%,transparent 65%);
  pointer-events:none;animation:opBreathe 8s ease-in-out infinite;z-index:1}
@keyframes opBreathe{0%,100%{opacity:1;transform:translate(-50%,-50%) scale(1)}50%{opacity:.7;transform:translate(-50%,-50%) scale(1.06)}}

/* Floating orbs  - very faint on white */
.opener-glow{position:absolute;border-radius:50%;pointer-events:none}
.opener-glow-1{width:500px;height:500px;top:10%;left:15%;background:rgba(40,110,150,.03);filter:blur(120px);animation:opG1 20s ease-in-out infinite}
.opener-glow-2{width:380px;height:380px;bottom:8%;right:12%;background:rgba(30,110,140,.02);filter:blur(100px);animation:opG2 24s ease-in-out infinite}
@keyframes opG1{0%,100%{transform:translate(0,0)}50%{transform:translate(25px,-18px)}}
@keyframes opG2{0%,100%{transform:translate(0,0)}50%{transform:translate(-20px,12px)}}

/* Content */
.opener-content{position:relative;z-index:3;text-align:center;padding:0 2.5rem;max-width:820px}

/* Staggered entrance  - slow, editorial */
.opener-label,.opener-h1,.opener-rule,.opener-sub,.opener-scroll{opacity:0;transform:translateY(24px);animation:opIn 1.3s cubic-bezier(.16,1,.3,1) forwards}
.opener-label{animation-delay:.5s}
.opener-h1{animation-delay:.85s}
.opener-rule{animation-delay:1.2s}
.opener-sub{animation-delay:1.4s}
.opener-scroll{animation-delay:2s}
@keyframes opIn{to{opacity:1;transform:translateY(0)}}

.opener-label{font-family:'JetBrains Mono',monospace;font-size:0.85rem;font-weight:500;letter-spacing:0.3em;text-transform:uppercase;color:rgba(19,139,182,.5);margin-bottom:2rem}

.opener-h1{font-family:'Source Serif 4',Georgia,serif;font-size:clamp(2.6rem,5.8vw,4.2rem);font-weight:600;color:#0a1520;letter-spacing:-0.035em;line-height:1.1;margin-bottom:0}

/* Horizontal rule accent with center dot */
.opener-rule{width:56px;height:1px;margin:2.2rem auto;position:relative}
.opener-rule::before{content:'';position:absolute;inset:0;background:rgba(19,139,182,.18)}
.opener-rule::after{content:'';position:absolute;top:-2.5px;left:50%;transform:translateX(-50%);width:6px;height:6px;border-radius:50%;background:rgba(19,139,182,.12);box-shadow:0 0 12px rgba(19,139,182,.15)}

.opener-sub{font-family:'Source Serif 4',Georgia,serif;font-size:clamp(1.05rem,2.2vw,1.35rem);color:rgba(10,21,32,.45);line-height:1.8;max-width:530px;margin:0 auto;font-weight:400;letter-spacing:0.005em}
.opener-sub em{font-style:italic;color:var(--purple);font-weight:500}

/* Scroll prompt  - big, centered, unmissable */
.opener-scroll{position:absolute;bottom:0;left:0;right:0;display:flex;flex-direction:column;align-items:center;padding-bottom:2.5rem;text-decoration:none;z-index:3;cursor:pointer}
.opener-scroll-text{font-family:'DM Sans',sans-serif;font-size:0.95rem;font-weight:500;letter-spacing:0.1em;color:rgba(10,21,32,.35);transition:color .4s;margin-bottom:0.7rem}
.opener-scroll-arrow{color:rgba(19,139,182,.4);animation:scrollBounce 2.2s ease-in-out infinite;transition:color .4s}
.opener-scroll-arrow svg{width:22px;height:22px}
@keyframes scrollBounce{0%,100%{transform:translateY(0)}50%{transform:translateY(7px)}}
.opener-scroll:hover .opener-scroll-text{color:rgba(10,21,32,.6)}
.opener-scroll:hover .opener-scroll-arrow{color:rgba(19,139,182,.7)}


.glow{display:none}

nav{
  position:fixed;
  top:32px;
  left:0;
  right:0;
  transform:translateY(-120%);
  z-index:100;
  margin:0 auto;
  padding:0 56px;
  height:80px;
  width:min(1200px, calc(100vw - 3rem));
  min-width:360px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:rgba(240,237,248,0.95);
  border:1px solid rgba(91,63,212,0.12);
  border-radius:999px;
  box-shadow:0 4px 24px rgba(91,63,212,0.10);
  opacity:0;
  transition:transform 0.4s ease, opacity 0.4s ease, box-shadow 0.25s ease;
}
nav.nav-visible{ transform:translateY(0); opacity:1; }
nav.nav-scrolled{ box-shadow:0 8px 40px rgba(26,21,53,0.14); }
.nav-left{ display:flex; align-items:center; }
.nav-logo-link{ display:flex; align-items:center; gap:0.65rem; text-decoration:none; color:#1a1535; font-weight:400; font-size:20px; font-family:'DM Sans',sans-serif; }
.nav-logo-mark{ width:40px; height:auto; max-height:48px; object-fit:contain; }
.nav-center{ display:flex; align-items:center; gap:44px; }
.nav-link{ color:#6b6490; font-size:18px; text-decoration:none; transition:color 0.2s; }
.nav-link:hover{ color:#5b3fd4; }
.nav-chevron{ font-size:0.75em; opacity:0.8; }
.nav-dd{ position:relative; }
.nav-dd-menu{
  position:absolute;
  top:100%;
  left:50%;
  transform:translateX(-50%) translateY(10px);
  min-width:240px;
  padding:10px;
  background:#f0edf8;
  border:1px solid rgba(91,63,212,0.12);
  border-radius:12px;
  box-shadow:0 8px 32px rgba(91,63,212,0.12);
  opacity:0;
  visibility:hidden;
  transition:opacity 0.2s, visibility 0.2s, transform 0.2s;
  z-index:100;
}
.nav-dd:hover .nav-dd-menu{ opacity:1; visibility:visible; transform:translateX(-50%) translateY(4px); }
.nav-dd-menu a{
  display:block;
  padding:12px 18px;
  border-radius:8px;
  font-size:15px;
  color:#1a1535;
  text-decoration:none;
  transition:background 0.15s;
}
.nav-dd-menu a:hover{ background:#e8e3f5; }
.nav-right{ display:flex; align-items:center; }
.nav-request-access{ font-size:18px; color:#1a1535; text-decoration:none; margin-right:14px; transition:color 0.2s; }
.nav-request-access:hover{ color:#5b3fd4; }
.nav-arrow-btn{
  display:inline-flex; align-items:center; justify-content:center;
  width:48px; height:48px;
  border-radius:10px;
  background:rgba(91,63,212,0.10);
  color:#5b3fd4;
  text-decoration:none;
  font-size:20px;
  transition:background 0.2s, color 0.2s;
}
.nav-arrow-btn:hover{ background:#5b3fd4; color:#ffffff; }
.logo{font-family:'Source Serif 4',Georgia,serif;font-size:1.5rem;font-weight:600;letter-spacing:-0.02em;color:var(--text);text-decoration:none}
.nav-r{display:flex;gap:2rem;align-items:center}
.nav-r a{color:var(--text-body);text-decoration:none;font-size:0.95rem;font-weight:500;transition:color .3s}
.nav-r a:hover{color:var(--text)}
.nav-r .cta{color:#fff!important;background:#138bb6;padding:0.6rem 1.5rem;border-radius:8px;font-weight:600;transition:all .3s;border:none;font-size:0.9rem}
.nav-r .cta:hover{background:#1698c4;transform:translateY(-1px)}
@media(max-width:768px){
  .nav-center{display:none}
  .nav-r a:not(.cta){display:none}
  nav{padding:0 20px;min-width:auto;max-width:calc(100vw - 2rem)}
  .logo{font-size:1.25rem}
  .nav-r .cta{padding:0.55rem 1.2rem;font-size:0.85rem;white-space:nowrap}
  .nav-request-access{margin-right:8px;font-size:14px}
}
@media(max-width:400px){
  nav{padding:0.75rem 1.2rem;gap:1rem}
  .logo{font-size:1.1rem}
  .nav-r .cta{padding:0.5rem 1rem;font-size:0.8rem}
}

section{position:relative;z-index:1;max-width:100vw}
.label{font-family:'JetBrains Mono',monospace;font-size:0.65rem;font-weight:500;letter-spacing:0.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1rem}
.hero .label{font-size:0.78rem;font-weight:600;color:#41c3e3;letter-spacing:0.14em}
.hero-logo{height:56px;width:auto;margin-bottom:1rem;display:block}

/* ===== HERO ===== */
.hero{min-height:100vh;display:grid;grid-template-columns:1fr 1.15fr;align-items:center;padding:6rem 4rem 3rem;gap:3rem;max-width:1320px;margin:0 auto}
.hero-text{max-width:500px}
.hero-text h1{font-family:'Source Serif 4',Georgia,serif;font-size:clamp(2rem,3.8vw,2.65rem);font-weight:600;line-height:1.2;letter-spacing:-0.025em;margin-bottom:1.3rem}
.grad{background:linear-gradient(to top, rgba(65,195,227,.12) 30%, transparent 30%);-webkit-background-clip:initial;-webkit-text-fill-color:initial;background-clip:initial;color:inherit;padding:0 0.1em}
.hero-text>p{color:var(--text-body);font-size:1rem;line-height:1.85;margin-bottom:1.8rem}
.hero-text .note{font-size:0.82rem;color:var(--text-muted);margin-bottom:2rem;font-style:italic}
.hero-cta{display:inline-flex;align-items:center;gap:1.2rem;text-decoration:none;transition:all .3s}
.hero-cta-text{font-family:'Source Serif 4',Georgia,serif;font-size:1.2rem;font-weight:400;color:var(--text);letter-spacing:-0.01em;transition:color .3s}
.hero-cta-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:rgba(65,195,227,.13);border-radius:3px;transition:all .3s}
.hero-cta-icon svg{width:20px;height:20px;stroke:var(--text);stroke-width:1.8;transition:transform .3s}
.hero-cta:hover .hero-cta-text{color:var(--purple)}
.hero-cta:hover .hero-cta-icon{background:rgba(65,195,227,.22)}
.hero-cta:hover .hero-cta-icon svg{transform:translate(2px,-2px)}

/* ===== HERO VIZ  - Unlearn-inspired dark panel ===== */
.hero-viz{position:relative;width:100%;max-width:100%;overflow:hidden}
.hv-panel{background:var(--vbg);border:1px solid rgba(255,255,255,0.08);border-radius:10px;overflow:hidden;box-shadow:0 24px 64px rgba(0,0,0,0.25),0 2px 12px rgba(0,0,0,0.15)}

/* Top bar */
.hv-top{padding:1.1rem 1.5rem;border-bottom:1px solid var(--vborder);display:flex;justify-content:space-between;align-items:center}
.hv-logo{font-family:'Source Serif 4',Georgia,serif;font-size:0.9rem;font-weight:600;color:var(--vtext);letter-spacing:-0.01em}
.hv-title{font-family:'Source Serif 4',Georgia,serif;font-size:0.95rem;color:var(--vtext);font-weight:500}
.hv-title em{color:var(--vtext);font-style:normal;font-weight:600}

/* Participant cards row */
.hv-participants{display:flex;gap:0.6rem;padding:1rem 1.5rem;border-bottom:1px solid var(--vborder);overflow:hidden}
.hv-pt{background:var(--vcard2);border:1px solid var(--vborder2);border-radius:9px;padding:0.6rem 0.8rem;min-width:0;flex:1}
.hv-pt-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:0.35rem}
.hv-pt-id{font-family:'JetBrains Mono',monospace;font-size:0.6rem;color:var(--vmuted)}
.hv-pt-tag{font-family:'JetBrains Mono',monospace;font-size:0.5rem;padding:0.08rem 0.3rem;border-radius:3px}
.hv-pt-row{display:flex;justify-content:space-between;font-size:0.62rem;color:var(--vdim);margin-bottom:0.15rem}
.hv-pt-row span:last-child{color:var(--vtext);font-weight:600}

/* Forecast chart area */
.hv-chart{padding:1.2rem 1.5rem}
.hv-chart-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:0.8rem}
.hv-chart-title{font-size:0.82rem;font-weight:600;color:var(--vtext)}
.hv-chart-badge{font-family:'JetBrains Mono',monospace;font-size:0.55rem;padding:0.15rem 0.5rem;border-radius:4px;background:rgba(255,255,255,0.04);color:var(--vdim);border:1px solid rgba(255,255,255,0.08)}
.hv-svg{width:100%;height:auto}

/* Y-axis labels */
.hv-chart-wrap{position:relative}
.hv-y-labels{position:absolute;left:0;top:4px;bottom:24px;display:flex;flex-direction:column;justify-content:space-between}
.hv-y{font-family:'JetBrains Mono',monospace;font-size:0.5rem;color:var(--vmuted)}

/* Legend */
.hv-legend{display:flex;gap:1.2rem;margin-top:0.6rem}
.hv-leg{display:flex;align-items:center;gap:0.3rem;font-size:0.6rem;color:var(--vdim)}
.p-mock .hv-leg{color:rgba(30,90,120,.5)}
.hv-leg-dot{width:8px;height:3px;border-radius:2px}

/* Digital Twin Profile */
.dt-profile{display:flex;gap:0.8rem;padding:1.2rem 1.5rem;border-bottom:1px solid var(--vborder);align-items:center}
.dt-avatar{display:flex;align-items:center;flex-shrink:0}
.dt-circle{width:64px;height:64px;border-radius:50%;overflow:hidden;border:2px solid var(--vborder2)}
.dt-twin{margin-left:-18px;border-color:rgba(255,255,255,0.15)}
.dt-cards{display:flex;gap:0.5rem;flex:1;overflow:hidden}
.dt-card{background:var(--vcard2);border:1px solid var(--vborder2);border-radius:8px;padding:0.5rem 0.65rem;flex:1;min-width:0}
.dt-card-row{display:flex;justify-content:space-between;font-size:0.6rem;color:var(--vmuted);margin-bottom:0.12rem;gap:0.3rem}
.dt-card-row:last-child{margin-bottom:0}
.dt-val{color:var(--vtext);font-weight:600;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

/* Recommendation bar */
.dt-rec{display:flex;gap:0.7rem;align-items:center;padding:0.8rem 1.5rem;border-top:1px solid var(--vborder);background:rgba(255,255,255,0.02)}
.dt-rec-icon{color:#5a9a82;font-size:0.85rem;font-weight:700;flex-shrink:0}
.dt-rec-body{flex:1}
.dt-rec-title{font-family:'JetBrains Mono',monospace;font-size:0.55rem;color:#5a9a82;letter-spacing:0.06em;text-transform:uppercase;margin-bottom:0.1rem}
.dt-rec-text{font-size:0.65rem;color:var(--vdim);line-height:1.45}
.dt-rec-text strong{color:#6fb89e;font-weight:700}
.dt-rec-lift{font-size:1.1rem;font-weight:700;color:#6fb89e;flex-shrink:0;font-family:'JetBrains Mono',monospace}

/* Bottom stats */
.hv-bottom{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--vborder);background:rgba(0,0,0,.25)}
.hv-bs{text-align:center;padding:0.7rem 0.4rem;border-right:1px solid var(--vborder)}
.hv-bs:last-child{border-right:none}
.hv-bs-val{font-size:0.95rem;font-weight:700;color:var(--vtext)}
.hv-bs-lbl{font-family:'JetBrains Mono',monospace;font-size:0.5rem;color:var(--vmuted);margin-top:0.08rem;letter-spacing:0.04em;text-transform:uppercase}

/* ===== STATS ===== */
.stats{padding:2.5rem 2rem;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--bg-warm)}
.stats-intro{text-align:center;max-width:720px;margin:0 auto;padding-bottom:2rem}
.stats-intro .label{color:var(--purple);margin-bottom:0.6rem}
.stats-title{font-family:'Source Serif 4',Georgia,serif;font-size:clamp(1.3rem,2.5vw,1.85rem);font-weight:600;color:var(--text);letter-spacing:-0.02em;line-height:1.35}
.stats-subtitle{font-size:0.88rem;color:var(--text-body);line-height:1.7;margin-top:0.7rem}
.stats-row{display:grid;grid-template-columns:repeat(4,1fr);max-width:960px;margin:0 auto}
.stat{text-align:center;padding:1.3rem 1rem}
.stat-num{font-family:'Source Serif 4',Georgia,serif;font-size:clamp(1.5rem,2.8vw,2.1rem);font-weight:600;letter-spacing:-0.02em;color:#138bb6}
.stat-num .hi{color:#138bb6}
.stat-lbl{font-size:0.8rem;color:var(--text-muted);margin-top:0.2rem}

/* ===== PRODUCT ===== */
.product{padding:5rem 2rem 5.5rem;background:linear-gradient(160deg,#0e1a2b 0%,#121830 40%,#161a35 100%);position:relative;overflow:hidden}
.product::before{display:none}
.product-head{max-width:1200px;margin:0 auto;padding:0 1rem 2.5rem}
.product-head .label{color:#41c3e3}
.product-head h2{font-family:'Source Serif 4',Georgia,serif;color:#dff0f6;font-size:clamp(1.4rem,2.5vw,1.85rem);font-weight:600;letter-spacing:-0.02em;line-height:1.3}

.product-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid rgba(65,195,227,.12);border-radius:14px;overflow:hidden;background:rgba(255,255,255,.04);backdrop-filter:blur(8px)}

.p-card{display:flex;flex-direction:column;padding:1.8rem 1.6rem;border-right:1px solid rgba(65,195,227,.08)}
.p-card:last-child{border-right:none}
.p-card-num{font-family:'JetBrains Mono',monospace;font-size:0.55rem;color:var(--purple-xl);letter-spacing:0.08em;margin-bottom:0.4rem}
.p-card-title{font-family:'Source Serif 4',Georgia,serif;font-size:1.15rem;font-weight:600;color:#dff0f6;margin-bottom:1.2rem;line-height:1.3}

/* Dark mock panels  - refined enterprise feel */
.p-mock{background:#fff;border:1px solid #dcedf4;border-radius:8px;overflow:hidden;flex:1;display:flex;flex-direction:column;box-shadow:0 2px 12px rgba(0,0,0,.15)}
.pm-toolbar{display:flex;align-items:center;padding:0.5rem 0.75rem;border-bottom:1px solid #e5f3f8;gap:0.5rem;background:#f7fbfd}
.pm-toolbar-dots{display:flex;gap:3px}
.pm-toolbar-dots span{width:5px;height:5px;border-radius:50%;background:rgba(0,0,0,.08)}
.pm-toolbar-title{font-size:0.55rem;color:rgba(30,90,120,.45);font-family:'JetBrains Mono',monospace;margin-left:0.4rem}
.pm-toolbar-right{margin-left:auto;font-family:'JetBrains Mono',monospace;font-size:0.48rem;color:rgba(30,90,120,.35);letter-spacing:0.04em}
.pm-body{padding:0.75rem;flex:1;display:flex;flex-direction:column}

/* Shared inner elements */
.pm-section-label{font-size:0.5rem;color:rgba(30,90,120,.5);font-family:'JetBrains Mono',monospace;letter-spacing:0.06em;text-transform:uppercase;margin-bottom:0.5rem}
.pm-divider{height:1px;background:#e5f3f8;margin:0.6rem 0}

/* Card 1: Forecast  - chart-focused */
.pm-metric-row{display:flex;align-items:baseline;gap:0.8rem;margin-bottom:0.65rem}
.pm-metric{text-align:left}
.pm-metric-val{font-size:1.1rem;font-weight:700;color:#0f1a25;font-family:'JetBrains Mono',monospace;line-height:1}
.pm-metric-label{font-size:0.45rem;color:rgba(30,90,120,.45);font-family:'JetBrains Mono',monospace;letter-spacing:0.05em;text-transform:uppercase;margin-top:0.12rem}
.pm-chart-area{flex:1;display:flex;align-items:flex-end;min-height:80px}
.pm-chart-area svg{width:100%;height:auto}
.pm-change{display:inline-flex;align-items:center;gap:0.15rem;font-family:'JetBrains Mono',monospace;font-size:0.58rem;font-weight:600}

/* Chart animations */
.pm-chart-area .baseline-line{stroke-dasharray:500;stroke-dashoffset:500;animation:chartDraw 2.5s ease forwards 0.3s}
.pm-chart-area .optimized-line{stroke-dasharray:500;stroke-dashoffset:500;animation:chartDraw 2.5s ease forwards 0.8s}
.pm-chart-area .baseline-area{opacity:0;animation:areaFade 1.5s ease forwards 1.5s}
.pm-chart-area .optimized-area{opacity:0;animation:areaFade 1.5s ease forwards 2s}
.pm-chart-area .risk-cliff{opacity:0;animation:cliffPulse 3s ease-in-out infinite 2.5s}
@keyframes chartDraw{to{stroke-dashoffset:0}}
@keyframes areaFade{to{opacity:1}}
@keyframes cliffPulse{0%,100%{opacity:0.15}50%{opacity:0.4}}

/* Card 2: Participants  - table style */
.pm-table{width:100%;flex:1}
.pm-table-header{display:flex;padding:0 0.15rem 0.35rem;border-bottom:1px solid #e5f3f8}
.pm-table-header span{font-family:'JetBrains Mono',monospace;font-size:0.42rem;color:rgba(30,90,120,.4);letter-spacing:0.06em;text-transform:uppercase}
.pm-table-row{display:flex;align-items:center;padding:0.35rem 0.15rem;border-bottom:1px solid #f0f8fb;opacity:0;animation:rowSlide 0.4s ease forwards}
.pm-table-row:nth-child(2){animation-delay:0.15s}
.pm-table-row:nth-child(3){animation-delay:0.3s}
.pm-table-row:nth-child(4){animation-delay:0.45s}
.pm-table-row:nth-child(5){animation-delay:0.6s}
.pm-table-row:nth-child(6){animation-delay:0.75s}
.pm-table-row:last-child{border-bottom:none}
@keyframes rowSlide{from{opacity:0;transform:translateX(-6px)}to{opacity:1;transform:translateX(0)}}
.pm-cell{font-size:0.6rem;color:#2a3d50}
.pm-cell-mono{font-family:'JetBrains Mono',monospace;font-size:0.55rem;color:rgba(30,90,120,.6)}
.pm-cell-score{font-family:'JetBrains Mono',monospace;font-size:0.58rem;font-weight:600}
.pm-risk-dot{width:5px;height:5px;border-radius:50%;flex-shrink:0}
.pm-risk-bar{width:32px;height:3px;background:rgba(65,195,227,.08);border-radius:2px;overflow:hidden;flex-shrink:0}
.pm-risk-fill{height:100%;border-radius:2px;animation:barGrow 0.8s ease forwards;transform-origin:left}
@keyframes barGrow{from{transform:scaleX(0)}to{transform:scaleX(1)}}

/* Card 3: Interventions  - cleaner alerts */
.pm-intervention{padding:0.5rem 0.6rem;border-radius:6px;border:1px solid #e5f3f8;margin-bottom:0.3rem;background:#f7fbfd;opacity:0;animation:intFade 0.5s ease forwards}
.pm-intervention:nth-child(2){animation-delay:0.2s}
.pm-intervention:nth-child(3){animation-delay:0.4s}
.pm-intervention:nth-child(4){animation-delay:0.6s}
.pm-intervention:last-of-type{margin-bottom:0}
@keyframes intFade{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
.pm-int-top{display:flex;align-items:center;gap:0.35rem;margin-bottom:0.15rem}
.pm-int-severity{width:4px;height:14px;border-radius:2px;flex-shrink:0}
.pm-int-title{font-size:0.62rem;font-weight:500;color:#0f1a25}
.pm-int-tag{font-family:'JetBrains Mono',monospace;font-size:0.42rem;color:rgba(30,90,120,.4);margin-left:auto;letter-spacing:0.04em;background:#e5f3f8;padding:0.1rem 0.3rem;border-radius:3px}
.pm-int-desc{font-size:0.52rem;color:rgba(30,90,120,.55);line-height:1.4;padding-left:0.55rem}
.pm-int-action{font-size:0.5rem;color:rgba(16,150,110,.85);padding-left:0.55rem;margin-top:0.15rem;font-family:'JetBrains Mono',monospace}

.pm-footer{display:flex;gap:0.5rem;margin-top:auto;padding-top:0.6rem;border-top:1px solid #e5f3f8}
.pm-footer-item{flex:1}
.pm-footer-label{font-size:0.42rem;color:rgba(30,90,120,.4);font-family:'JetBrains Mono',monospace;letter-spacing:0.04em;text-transform:uppercase}
.pm-footer-val{font-size:0.78rem;font-weight:700;color:#0f1a25;margin-top:0.06rem}

.p-desc{margin-top:1rem;font-size:0.83rem;color:#8fb8c7;line-height:1.55}

/* Card 1: Interactive toggle factors */
.cf-factor{display:flex;align-items:center;gap:0.4rem;padding:0.3rem 0.4rem;border-radius:5px;cursor:pointer;transition:all .25s;border:1px solid transparent;user-select:none}
.cf-factor:hover{background:rgba(19,139,182,.03);border-color:#e5f3f8}
.cf-toggle{width:22px;height:12px;border-radius:6px;background:rgba(220,60,60,.15);position:relative;transition:background .3s;flex-shrink:0}
.cf-toggle-dot{width:8px;height:8px;border-radius:50%;background:#dc3c3c;position:absolute;top:2px;left:2px;transition:all .3s;box-shadow:0 0 4px rgba(220,60,60,.2)}
.cf-factor.active .cf-toggle{background:rgba(220,60,60,.15)}
.cf-factor.active .cf-toggle-dot{left:2px;background:#dc3c3c}
.cf-factor:not(.active) .cf-toggle{background:rgba(16,150,110,.15)}
.cf-factor:not(.active) .cf-toggle-dot{left:12px;background:#10966e;box-shadow:0 0 4px rgba(16,150,110,.2)}
.cf-name{font-size:0.52rem;color:rgba(30,90,120,.6);font-family:'JetBrains Mono',monospace;flex:1}
.cf-impact{font-size:0.5rem;font-weight:600;color:rgba(220,60,60,.65);font-family:'JetBrains Mono',monospace;transition:all .3s}
.cf-factor:not(.active) .cf-impact{color:rgba(16,150,110,.45);text-decoration:line-through}
.cf-factor:not(.active) .cf-name{color:rgba(30,90,120,.3);text-decoration:line-through}

/* Card 2: Click-to-expand detail */
.pr-row{cursor:pointer;transition:all .2s}
.pr-row:hover{background:rgba(19,139,182,.02)!important}
.pr-row.selected{background:rgba(19,139,182,.04)!important;border-color:rgba(19,139,182,.1)}
.pr-detail{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.22,1,.36,1),padding .3s,opacity .3s;opacity:0;padding:0 0.4rem;border-radius:5px;background:#f0f8fb;border:1px solid transparent}
.pr-detail.open{max-height:70px;opacity:1;padding:0.4rem;margin-top:0.3rem;border-color:#e5f3f8}
.pr-detail-label{font-family:'JetBrains Mono',monospace;font-size:0.38rem;color:rgba(30,90,120,.4);letter-spacing:0.07em;text-transform:uppercase;margin-bottom:0.2rem}
.pr-detail-text{font-size:0.5rem;color:rgba(30,90,120,.55);line-height:1.5;font-family:'JetBrains Mono',monospace}

/* Card 3: Lift badges + hover glow */
.bi-card{transition:all .25s;cursor:default}
.bi-card:hover{border-color:#d5eaf2;background:#f0f8fb}
.bi-lift{font-family:'JetBrains Mono',monospace;font-size:0.46rem;color:rgba(30,90,120,.4);margin-top:0.18rem;padding-left:0.55rem}
@media(max-width:900px){
  .product-grid{grid-template-columns:1fr}
  .p-card{border-right:none;border-bottom:1px solid rgba(19,139,182,.08)}
  .p-card:last-child{border-bottom:none}
}
@media(max-width:480px){
  .product{padding:3rem 1rem}
  .product-head{padding:0 0.5rem 1.5rem}
  .product-head h2{font-size:1.3rem}
  .p-card{padding:1.2rem 1rem}
  .p-card-title{font-size:1rem;margin-bottom:0.8rem}
  .p-card-desc{font-size:0.8rem}
  .p-mock{min-height:auto}
}

/* ===== THESIS  - scholarly statement ===== */
.thesis-section{
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg, var(--bg-warm) 0%, #e8f4f8 50%, var(--bg-warm) 100%);
  padding:6rem 2rem;
}
.thesis-inner{
  max-width:800px;
  margin:0 auto;
  text-align:center;
}
.thesis-statement{
  position:relative;
  padding:0;
}
.thesis-statement::before{
  content:'"';
  position:absolute;
  top:-2rem;
  left:50%;
  transform:translateX(-50%);
  font-family:'Source Serif 4',Georgia,serif;
  font-size:6rem;
  color:rgba(19,139,182,0.12);
  line-height:1;
}
.thesis-statement .label{
  color:#138bb6;
  font-size:0.7rem;
  letter-spacing:0.2em;
  text-transform:uppercase;
  margin-bottom:1.5rem;
}
.thesis-statement h2{
  font-family:'Source Serif 4',Georgia,serif;
  font-size:clamp(1.6rem,3vw,2.2rem);
  font-weight:600;
  letter-spacing:-0.02em;
  line-height:1.4;
  margin-bottom:1.5rem;
  color:var(--text);
}
.thesis-statement p{
  color:var(--text-muted);
  font-size:1rem;
  line-height:1.8;
  max-width:600px;
  margin:0 auto;
}
.thesis-statement strong{
  color:#138bb6;
  font-weight:600;
}

@media(max-width:600px){
  .thesis-section{padding:4rem 1.5rem}
  .thesis-statement::before{font-size:4rem;top:-1rem}
}

/* Hide unused elements */
.thesis-canvas{display:none}
.thesis-overlay{display:none}
#personaCanvas{display:none}

/* ===== TEAM ===== */
.team{
  padding:4rem 2rem;
  background:linear-gradient(165deg, #0d1820 0%, #122530 50%, #0f1e28 100%);
  border-top:none;
}
.team-inner{max-width:700px;margin:0 auto;text-align:center}
.team .label{margin-bottom:1rem;color:#41c3e3}
.team-statement{
  font-family:'Source Serif 4',Georgia,serif;
  font-size:clamp(1.1rem,2.2vw,1.35rem);
  font-weight:400;
  color:#9cb8c7;
  line-height:1.75;
  margin-bottom:1.5rem;
}
.team-statement strong{
  color:#dff0f6;
  font-weight:600;
}
.team-link{
  display:inline-flex;
  align-items:center;
  gap:0.5rem;
  font-family:'Source Serif 4',Georgia,serif;
  font-size:1rem;
  font-weight:500;
  color:#41c3e3;
  text-decoration:none;
  transition:all 0.3s ease;
}
.team-link:hover{
  color:#6dd5ed;
}
.team-link span{
  transition:transform 0.3s ease;
}
.team-link:hover span{
  transform:translateX(4px);
}

/* ===== CONTACT ===== */
.contact{padding:3.5rem 2rem 3rem;border-top:1px solid var(--border);position:relative}
.contact-glow{display:none}
.contact-inner{position:relative;z-index:1;max-width:480px;margin:0 auto;text-align:center}
.contact-inner h2{font-family:'Source Serif 4',Georgia,serif;font-size:clamp(1.3rem,2.3vw,1.7rem);font-weight:600;letter-spacing:-0.02em;margin-bottom:0.5rem}
.contact-desc{color:var(--text-body);font-size:0.92rem;margin-bottom:1.8rem;line-height:1.7}
.form{text-align:left}
.row{display:grid;grid-template-columns:1fr 1fr;gap:0.85rem;margin-bottom:0.85rem}
.field{margin-bottom:0.85rem}
.field label{display:block;font-size:0.75rem;font-weight:500;color:var(--text-muted);margin-bottom:0.3rem}
.field input,.field textarea,.field select{width:100%;padding:0.65rem 0.85rem;background:var(--bg-card);border:1px solid var(--border-s);border-radius:7px;color:var(--text);font-family:'DM Sans',sans-serif;font-size:0.9rem;outline:none;transition:border-color .3s,box-shadow .3s}
.field input::placeholder,.field textarea::placeholder{color:var(--text-muted)}
.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--purple);box-shadow:0 0 0 3px rgba(19,139,182,.06)}
.field textarea{resize:vertical;min-height:76px}
.field select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 5 5-5' stroke='%238a8298' fill='none' stroke-width='1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 0.85rem center}
.field select option{background:var(--bg-card)}
.submit{width:100%;padding:0.8rem;background:#138bb6;color:#fff;border:none;border-radius:8px;font-family:'DM Sans',sans-serif;font-size:0.9rem;font-weight:600;cursor:pointer;transition:all .3s;margin-top:0.2rem;letter-spacing:0.02em}
.submit:hover{background:#1698c4}
.emails{margin-top:1.4rem;text-align:center;color:var(--text-muted);font-size:0.78rem}
.emails a{color:var(--purple);text-decoration:none}.emails a:hover{text-decoration:underline}
.success{display:none;text-align:center;padding:2.5rem 1rem}
.success .ico{width:50px;height:50px;border-radius:50%;background:rgba(5,150,105,.06);border:2px solid var(--teal);display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem}
.success h3{font-family:'Source Serif 4',Georgia,serif;font-size:1.15rem;margin-bottom:0.3rem}.success p{color:var(--text-body);font-size:0.88rem}
footer{padding:2rem var(--page-padding-x);text-align:center;border-top:1px solid var(--border);color:var(--text-muted);font-size:0.75rem}

@media(max-width:900px){
  .hero{grid-template-columns:1fr;padding:7rem 2rem 3rem;text-align:center}
  .hero-text{max-width:100%;margin:0 auto}
  .hero-viz{max-width:100%;overflow:hidden}
  .hv-panel{transform:none!important}
  .stats-row{grid-template-columns:repeat(2,1fr)}
  .product-head{padding:0 1rem 2rem}
  .product{padding:5rem 1.5rem 5.5rem}
  .hv-participants{flex-wrap:wrap}.hv-pt{min-width:45%}
  .hv-bottom{grid-template-columns:repeat(2,1fr)}
  .hv-bs:nth-child(2){border-right:none}
}
@media(max-width:600px){
  .hero{padding:5rem 1rem 2rem;min-height:auto}
  .hero-text h1{font-size:1.6rem}
  .hero-text>p{font-size:0.9rem}
  .hero-cta{flex-direction:column;gap:0.8rem}
  .hero-cta-text{font-size:1rem}
  .hero-viz{margin-top:1.5rem}
  .hv-panel{font-size:0.85rem}
  .hv-top{padding:0.8rem 1rem}
  .hv-participants{padding:0.8rem 1rem;gap:0.4rem}
  .hv-pt{min-width:100%;padding:0.5rem 0.6rem}
  .dt-profile{padding:0.8rem 1rem;flex-wrap:wrap;gap:0.6rem}
  .dt-circle{width:48px;height:48px}
  .dt-twin{margin-left:-12px}
  .dt-cards{flex-wrap:wrap;gap:0.4rem}
  .dt-card{min-width:calc(50% - 0.2rem);padding:0.4rem 0.5rem}
  .hv-chart{padding:0.8rem 1rem}
  .hv-bottom{grid-template-columns:1fr;gap:0}
  .hv-bs{padding:0.6rem 1rem;border-right:none;border-bottom:1px solid var(--vborder)}
  .hv-bs:last-child{border-bottom:none}
}
@media(max-width:640px){.row{grid-template-columns:1fr}}

.fi{opacity:1;transform:translateY(0);transition:opacity .7s ease,transform .7s ease}
.fi.pre{opacity:0;transform:translateY(30px)}
.fi.pre.v{opacity:1;transform:translateY(0)}

/* Scroll-triggered animations with variety */
.fi.pre.v{animation:sectionReveal .9s cubic-bezier(.22,1,.36,1) forwards}
@keyframes sectionReveal{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}

/* Parallax depth layers */
.parallax-slow{transition:transform 0.1s linear}
.parallax-medium{transition:transform 0.1s linear}

/* Hero viz gets a subtle float */
.hero-viz{transition:transform 0.3s cubic-bezier(.22,1,.36,1)}

/* Smooth section entrances with scale */
.fi-scale{opacity:0;transform:translateY(20px) scale(0.97);transition:all .8s cubic-bezier(.22,1,.36,1)}
.fi-scale.v{opacity:1;transform:translateY(0) scale(1)}

/* Slide from left */
.fi-left{opacity:0;transform:translateX(-30px);transition:all .8s cubic-bezier(.22,1,.36,1)}
.fi-left.v{opacity:1;transform:translateX(0)}

/* Stagger children */
.stagger-children > *{opacity:0;transform:translateY(16px);transition:all .6s cubic-bezier(.22,1,.36,1)}
.stagger-children.v > *:nth-child(1){transition-delay:0s;opacity:1;transform:translateY(0)}
.stagger-children.v > *:nth-child(2){transition-delay:.1s;opacity:1;transform:translateY(0)}
.stagger-children.v > *:nth-child(3){transition-delay:.2s;opacity:1;transform:translateY(0)}
.stagger-children.v > *:nth-child(4){transition-delay:.3s;opacity:1;transform:translateY(0)}

/* ===== MOBILE RESPONSIVENESS FOR OPENER ===== */
@media(max-width:768px){
  .opener{min-height:100svh}
  .opener-content{padding:0 1.5rem;max-width:100%}
  .opener-h1{font-size:clamp(2rem,7vw,2.8rem);letter-spacing:-0.02em}
  .opener-sub{font-size:clamp(0.95rem,3.5vw,1.15rem);line-height:1.7;max-width:100%}
  .opener-label{font-size:0.75rem;letter-spacing:0.2em;margin-bottom:1.5rem}
  .opener-rule{width:40px;margin:1.8rem auto}
  .opener-scroll{padding-bottom:2rem}
  .opener-scroll-text{font-size:0.85rem}
  .opener-mesh-wrap{justify-content:center;padding-right:0}
  .opener-mesh{width:clamp(350px,90vw,600px);opacity:0.7;transform:translateX(0)}
  .neural-canvas{opacity:0.2}
}

@media(max-width:480px){
  .opener-h1{font-size:clamp(1.8rem,8vw,2.4rem)}
  .opener-sub{font-size:1rem;padding:0 0.5rem}
  .opener-label{font-size:0.7rem}
  .opener-mesh{width:90vw;opacity:0.6}
  .neural-canvas{opacity:0.15}
}

/* ===== DIFFERENTIATION SECTION ===== */
.differentiation{
  padding:3rem 2rem;
  background:linear-gradient(165deg, #0a1520 0%, #0d1e2e 35%, #102535 70%, #0f2030 100%);
  position:relative;
  overflow:hidden;
}

/* Shimmering Tiles Background */
.diff-tiles{
  position:absolute;
  inset:0;
  display:grid;
  grid-template-columns:repeat(8, 1fr);
  grid-template-rows:repeat(5, 1fr);
  gap:3px;
  opacity:0.6;
  pointer-events:none;
}
.tile{
  background:linear-gradient(135deg, rgba(65,195,227,0.04) 0%, rgba(19,139,182,0.1) 50%, rgba(65,195,227,0.04) 100%);
  border:1px solid rgba(65,195,227,0.08);
  border-radius:4px;
  position:relative;
  overflow:hidden;
}
.tile::before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(135deg, transparent 0%, rgba(65,195,227,0.25) 50%, transparent 100%);
  opacity:0;
  animation:tileShimmer 3s ease-in-out infinite;
}
/* Stagger animations for each tile */
.tile:nth-child(1)::before{animation-delay:0s}
.tile:nth-child(2)::before{animation-delay:0.3s}
.tile:nth-child(3)::before{animation-delay:0.6s}
.tile:nth-child(4)::before{animation-delay:0.1s}
.tile:nth-child(5)::before{animation-delay:0.8s}
.tile:nth-child(6)::before{animation-delay:1.2s}
.tile:nth-child(7)::before{animation-delay:0.4s}
.tile:nth-child(8)::before{animation-delay:0.9s}
.tile:nth-child(9)::before{animation-delay:1.5s}
.tile:nth-child(10)::before{animation-delay:0.2s}
.tile:nth-child(11)::before{animation-delay:1.8s}
.tile:nth-child(12)::before{animation-delay:0.7s}
.tile:nth-child(13)::before{animation-delay:1.1s}
.tile:nth-child(14)::before{animation-delay:0.5s}
.tile:nth-child(15)::before{animation-delay:2.0s}
.tile:nth-child(16)::before{animation-delay:1.3s}
.tile:nth-child(17)::before{animation-delay:0.15s}
.tile:nth-child(18)::before{animation-delay:1.6s}
.tile:nth-child(19)::before{animation-delay:0.85s}
.tile:nth-child(20)::before{animation-delay:2.2s}
.tile:nth-child(21)::before{animation-delay:0.45s}
.tile:nth-child(22)::before{animation-delay:1.9s}
.tile:nth-child(23)::before{animation-delay:0.65s}
.tile:nth-child(24)::before{animation-delay:1.4s}
.tile:nth-child(25)::before{animation-delay:2.5s}
.tile:nth-child(26)::before{animation-delay:0.25s}
.tile:nth-child(27)::before{animation-delay:1.7s}
.tile:nth-child(28)::before{animation-delay:0.95s}
.tile:nth-child(29)::before{animation-delay:2.1s}
.tile:nth-child(30)::before{animation-delay:0.55s}
.tile:nth-child(31)::before{animation-delay:1.25s}
.tile:nth-child(32)::before{animation-delay:2.3s}
.tile:nth-child(33)::before{animation-delay:0.35s}
.tile:nth-child(34)::before{animation-delay:1.85s}
.tile:nth-child(35)::before{animation-delay:0.75s}
.tile:nth-child(36)::before{animation-delay:2.4s}
.tile:nth-child(37)::before{animation-delay:1.05s}
.tile:nth-child(38)::before{animation-delay:0.2s}
.tile:nth-child(39)::before{animation-delay:1.55s}
.tile:nth-child(40)::before{animation-delay:2.6s}

@keyframes tileShimmer{
  0%,100%{opacity:0;transform:scale(1)}
  40%,60%{opacity:1;transform:scale(1.03)}
}

.diff-inner{
  max-width:960px;
  margin:0 auto;
  position:relative;
  z-index:1;
}

/* Header Block */
.diff-header{
  text-align:center;
  margin-bottom:2rem;
}
.diff-header .label{
  color:#41c3e3;
  margin-bottom:0.6rem;
}
.diff-headline{
  font-family:'Source Serif 4',Georgia,serif;
  font-size:clamp(1.3rem,2.5vw,1.85rem);
  font-weight:600;
  letter-spacing:-0.02em;
  line-height:1.35;
  color:#dff0f6;
  margin-bottom:0.7rem;
}
.diff-subhead{
  font-size:0.88rem;
  color:#9cb8c7;
  line-height:1.7;
  max-width:600px;
  margin:0 auto;
}

/* Combined Block */
.diff-combined{
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:1.5rem;
  align-items:stretch;
}

/* Chart Block */
.diff-chart{
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(65,195,227,0.12);
  border-radius:10px;
  padding:1.5rem;
  text-align:center;
  backdrop-filter:blur(8px);
}
.diff-chart-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:1rem;
  padding-bottom:0.8rem;
  border-bottom:1px solid rgba(255,255,255,0.08);
}
.diff-chart-label{
  font-family:'JetBrains Mono',monospace;
  font-size:0.65rem;
  font-weight:500;
  letter-spacing:0.08em;
  text-transform:uppercase;
  color:#41c3e3;
}
.diff-chart-note{
  font-size:0.65rem;
  color:#6e7a8a;
}

/* Bar Chart */
.mae-bars{
  display:flex;
  justify-content:center;
  align-items:flex-end;
  gap:3rem;
  min-height:150px;
  margin-bottom:1.2rem;
  perspective:400px;
}
.mae-bar-group{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:0.5rem;
}
.mae-bar{
  width:55px;
  background:rgba(255,255,255,0.03);
  border-radius:6px 6px 0 0;
  overflow:visible;
  position:relative;
  transform-style:preserve-3d;
  transform:rotateX(5deg);
}
/* 3D side face */
.mae-bar::before{
  content:'';
  position:absolute;
  right:-8px;
  top:4px;
  width:8px;
  height:100%;
  background:rgba(0,0,0,0.3);
  transform:skewY(-40deg);
  transform-origin:top left;
  border-radius:0 4px 0 0;
}
/* Top face */
.mae-bar::after{
  content:'';
  position:absolute;
  top:-6px;
  left:0;
  width:100%;
  height:8px;
  background:rgba(255,255,255,0.1);
  transform:skewX(-50deg) translateX(4px);
  border-radius:4px 4px 0 0;
}
.mae-bar-baseline{height:110px}
.mae-bar-intera{height:28px}
.mae-bar-fill{
  width:100%;
  height:100%;
  transition:transform 1s cubic-bezier(.22,1,.36,1);
  transform-origin:bottom;
  position:relative;
  border-radius:6px 6px 0 0;
}
/* Inner highlight */
.mae-bar-fill::before{
  content:'';
  position:absolute;
  top:0;
  left:4px;
  width:30%;
  height:100%;
  background:linear-gradient(180deg, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0) 60%);
  border-radius:4px 0 0 0;
}
/* Glow effect */
.mae-bar-fill::after{
  content:'';
  position:absolute;
  bottom:0;
  left:50%;
  transform:translateX(-50%);
  width:80%;
  height:20px;
  border-radius:50%;
  filter:blur(12px);
}
.mae-bar-baseline .mae-bar-fill{
  background:linear-gradient(180deg, #5a6a7a 0%, #3d4a58 50%, #2d3748 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,0.1), 0 4px 12px rgba(0,0,0,0.3);
}
.mae-bar-baseline .mae-bar-fill::after{
  background:rgba(90,106,122,0.4);
}
.mae-bar-intera .mae-bar-fill{
  background:linear-gradient(180deg, #5dd8f5 0%, #41c3e3 30%, #138bb6 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,0.3), 0 4px 20px rgba(65,195,227,0.4), 0 0 30px rgba(65,195,227,0.2);
}
.mae-bar-intera .mae-bar-fill::after{
  background:rgba(65,195,227,0.6);
}
.mae-bar-value{
  font-family:'JetBrains Mono',monospace;
  font-size:0.8rem;
  font-weight:600;
  color:#dff0f6;
  text-shadow:0 1px 2px rgba(0,0,0,0.3);
}
.mae-bar-label{
  font-size:0.7rem;
  color:#8a9aaa;
  font-weight:500;
}
.diff-chart-caveat{
  font-size:0.68rem;
  color:#6e7a8a;
  font-style:italic;
  margin:0;
}

/* Layer Cards */
.layer-cards-stack{
  display:flex;
  flex-direction:column;
  gap:0.8rem;
}
.layer-card{
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(65,195,227,0.12);
  border-radius:10px;
  padding:1.2rem 1.4rem;
  display:flex;
  align-items:flex-start;
  gap:1rem;
  transition:all 0.3s ease;
  flex:1;
  backdrop-filter:blur(8px);
}
.layer-card:hover{
  border-color:rgba(65,195,227,0.3);
  background:rgba(255,255,255,0.06);
}
.layer-card-marker{
  width:4px;
  height:100%;
  min-height:48px;
  background:linear-gradient(180deg, #41c3e3 0%, #138bb6 100%);
  border-radius:2px;
  flex-shrink:0;
}
.layer-card-content{
  flex:1;
}
.layer-card-title{
  font-family:'Source Serif 4',Georgia,serif;
  font-size:0.95rem;
  font-weight:600;
  color:#dff0f6;
  margin-bottom:0.3rem;
  letter-spacing:-0.01em;
}
.layer-card-desc{
  font-size:0.8rem;
  color:#9cb8c7;
  line-height:1.6;
  margin:0;
}

/* Mobile */
@media(max-width:768px){
  .diff-combined{
    grid-template-columns:1fr;
    gap:1rem;
  }
  .diff-chart{
    max-width:320px;
    margin:0 auto;
  }
}
@media(max-width:480px){
  .differentiation{padding:2rem 1rem}
  .diff-header{margin-bottom:1.5rem}
  .diff-header h2{font-size:1.3rem}
  .diff-header p{font-size:0.85rem}
  .mae-bars{gap:1.5rem;min-height:100px}
  .mae-bar{width:40px}
  .mae-bar-label{font-size:0.65rem}
  .mae-bar-value{font-size:0.75rem}
  .diff-chart{padding:1.2rem}
  .diff-chart .label{font-size:0.55rem}
  .diff-chart-note{font-size:0.65rem}
  .layer-cards-stack{gap:0.8rem}
  .layer-card{padding:1rem}
  .layer-card h4{font-size:0.95rem}
  .layer-card p{font-size:0.75rem}
  .mae-bar-baseline{height:85px}
  .mae-bar-intera{height:21px}
  .layer-card{padding:1rem 1.2rem;gap:0.8rem}
  .layer-card-marker{min-height:40px}
}

/* ===== TEAM PAGE ===== */
.team-page-header{
  padding:6rem var(--page-padding-x) 3rem;
  text-align:center;
  position:relative;
  z-index:2;
}
body:not(.landing-ghibli) .team-page-header{
  background:var(--bg-warm);
}
body.landing-ghibli .team-page-header{
  background:transparent;
  margin:2rem var(--page-padding-x) 0;
  padding:3rem var(--page-padding-x) 2rem;
}
.team-page-inner{
  max-width:var(--content-max);
  margin:0 auto;
}
body.landing-ghibli .team-page-inner{
  background:#ffffff;
  padding:2.5rem var(--page-padding-x) 2.5rem;
  border-radius:16px;
  box-shadow:0 4px 24px rgba(91,63,212,0.06);
  border:1px solid rgba(91,63,212,0.10);
}
.team-page-header .label{
  color:var(--purple);
  margin-bottom:1rem;
}
.back-link{
  display:inline-block;
  font-size:0.85rem;
  color:var(--text-muted);
  text-decoration:none;
  margin-bottom:2rem;
  transition:color 0.3s;
}
.back-link:hover{
  color:var(--purple);
}
.team-page-header h1{
  font-family:'Source Serif 4',Georgia,serif;
  font-size:clamp(2.2rem,5vw,3.4rem);
  font-weight:600;
  color:var(--text);
  letter-spacing:-0.03em;
  margin-bottom:1.2rem;
}
.team-page-intro{
  font-size:1.2rem;
  color:var(--text-body);
  line-height:1.85;
}
body.landing-ghibli .team-page-intro{
  color:var(--text);
}
.team-page-intro strong{
  color:var(--text);
  font-weight:600;
}

.team-members{
  padding:5rem var(--page-padding-x) 7rem;
  position:relative;
  z-index:2;
  background:var(--bg);
}
body.landing-ghibli .team-members{
  background:rgba(255,253,248,0.82);
  box-shadow:0 0 80px rgba(255,255,255,0.35);
  border-radius:20px;
  margin:2rem var(--page-padding-x) 2rem;
}
.team-members-inner{
  max-width:var(--content-max);
  margin:0 auto;
}

/* Clean Team Grid */
.team-grid-clean{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:4.5rem 3rem;
}
.team-card-clean{
  display:flex;
  flex-direction:column;
  transition:all 0.3s ease;
}
.team-card-clean:hover .team-card-photo{
  box-shadow:0 8px 24px rgba(19,139,182,0.12);
}
.team-card-clean .team-card-photo{
  position:relative;
  width:100%;
  aspect-ratio:1/1;
  border-radius:24px;
  background:linear-gradient(135deg, var(--bg-warm) 0%, #e0eef3 100%);
  overflow:hidden;
  margin-bottom:1.6rem;
  transition:box-shadow 0.3s ease;
}
.team-card-clean .team-card-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
}
/* Individual image adjustments */
.team-card-clean .team-card-photo img.jon-img{
  object-position:center 30%;
}
.team-card-clean .team-card-photo img.pranav-img{
  object-fit:cover;
  transform:scale(1.3);
  object-position:center 40%;
}
.team-linkedin{
  position:absolute;
  bottom:8px;
  right:8px;
  width:28px;
  height:28px;
  background:rgba(0,0,0,0.6);
  backdrop-filter:blur(8px);
  border-radius:6px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  opacity:0;
  transform:translateY(4px);
  transition:all 0.3s ease;
}
.team-linkedin svg{
  width:16px;
  height:16px;
}
.team-card-clean:hover .team-linkedin{
  opacity:1;
  transform:translateY(0);
}
.team-linkedin:hover{
  background:#0077b5;
  color:#fff;
}
.team-card-info{
  padding:0 0.25rem;
}
.team-card-name{
  font-family:'Source Serif 4',Georgia,serif;
  font-size:1.7rem;
  font-weight:600;
  color:var(--text);
  margin-bottom:0.35rem;
  letter-spacing:-0.02em;
}
.team-card-title{
  font-size:1.15rem;
  color:var(--text-muted);
  font-weight:500;
  margin-bottom:0.45rem;
}
.team-card-credential{
  font-size:1.12rem;
  color:var(--text-muted);
  line-height:1.5;
  opacity:0.85;
}

@media(max-width:900px){
  .team-grid-clean{grid-template-columns:repeat(2,1fr);gap:3rem 2.5rem}
}
@media(max-width:600px){
  .team-page-header{padding:5rem 1.5rem 2rem}
  .team-page-header h1{font-size:1.9rem}
  .team-page-intro{font-size:1rem}
  .team-grid-clean{grid-template-columns:repeat(2,1fr);gap:2.5rem 2rem}
  .team-card-clean .team-card-photo{border-radius:16px}
  .team-card-name{font-size:1.35rem}
  .team-card-title{font-size:1rem}
  .team-card-credential{font-size:0.95rem}
}
@media(max-width:400px){
  .team-page-header{padding:4.5rem 1rem 1.5rem}
  .team-grid-clean{grid-template-columns:1fr;gap:2.5rem;max-width:380px;margin:0 auto}
  .team-card-clean .team-card-photo{max-width:300px;margin:0 auto}
}

/* ===== GLOBAL MOBILE OPTIMIZATIONS ===== */
@media(max-width:480px){
  /* Contact section */
  .contact{padding:2.5rem 1rem}
  .contact-inner h2{font-size:1.3rem}
  .contact-desc{font-size:0.85rem}
  .row{grid-template-columns:1fr;gap:0}
  .field input,
  .field textarea,
  .field select{
    font-size:16px!important; /* Prevents iOS zoom */
    padding:0.75rem;
  }
  .form .btn{
    width:100%;
    padding:0.9rem;
    font-size:0.9rem;
  }
  
  /* Footer */
  footer{padding:1.5rem 1rem;font-size:0.7rem}
  
  /* Stats section */
  .stats{padding:2rem 1rem}
  .stats-grid{
    grid-template-columns:1fr 1fr;
    gap:1rem;
  }
  .stat{padding:0.8rem}
  .stat-num{font-size:1.2rem}
  .stat-lbl{font-size:0.65rem}
  
  /* Thesis section */
  .thesis-section{padding:3rem 1rem}
  .thesis-statement h2{font-size:1.4rem}
  .thesis-statement p{font-size:0.9rem}
  
  /* Team section on main page */
  .team{padding:2.5rem 1rem}
  .team-statement{font-size:0.95rem;line-height:1.65}
  .team-link{font-size:0.9rem}
}

/* Touch-friendly tap targets */
@media(max-width:768px){
  .cta, .submit, .hero-cta, .team-link{
    min-height:44px;
  }
}

/* Very small screens */
@media(max-width:360px){
  .opener-h1{font-size:1.6rem}
  .opener-sub{font-size:0.9rem}
  .team-grid-clean{gap:1.2rem}
  .diff-header h2{font-size:1.15rem}
  .product-head h2{font-size:1.15rem}
}

/* Mobile scrolling fixes */
@media(max-width:768px){
  /* Prevent horizontal scroll issues */
  .glow{display:none!important}
  
  /* Ensure nav doesn't block scrolling */
  nav{
    pointer-events:auto;
    touch-action:manipulation;
  }
  
  /* Prevent any absolutely positioned elements from blocking scroll */
  .opener-glow,
  .opener-light,
  .opener-mesh-wrap,
  .neural-network-bg{
    pointer-events:none;
  }
  
  /* Fix iOS momentum scrolling */
  section,
  .team-page-header,
  .team-members{
    -webkit-overflow-scrolling:touch;
  }
}

/* ===== NEW STYLES FOR REDESIGNED SITE ===== */

/* Chat Interface in Hero */
.chat-interface{padding:1rem 1.5rem}
.chat-query{display:flex;gap:0.75rem;align-items:flex-start;margin-bottom:1rem;padding:0.8rem 1rem;background:rgba(255,255,255,0.03);border-radius:8px;border:1px solid var(--vborder)}
.chat-query-icon{width:24px;height:24px;background:rgba(65,195,227,0.15);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#41c3e3;font-size:0.75rem;font-weight:700;flex-shrink:0}
.chat-query-text{font-size:0.85rem;color:var(--vtext);line-height:1.5;font-style:italic}

.chat-response{background:var(--vcard2);border:1px solid var(--vborder2);border-radius:8px;padding:1rem}
.chat-response-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:0.8rem;padding-bottom:0.6rem;border-bottom:1px solid var(--vborder)}
.chat-response-label{font-family:'JetBrains Mono',monospace;font-size:0.6rem;color:var(--vmuted);text-transform:uppercase;letter-spacing:0.08em}
.chat-response-count{font-family:'JetBrains Mono',monospace;font-size:0.6rem;color:#41c3e3}

.chat-metrics{display:flex;gap:0.8rem;margin-bottom:1rem}
.chat-metric{flex:1;text-align:center;padding:0.6rem 0.4rem;background:rgba(255,255,255,0.02);border-radius:6px}
.chat-metric-val{font-family:'Source Serif 4',Georgia,serif;font-size:1.4rem;font-weight:600;color:var(--vtext);line-height:1.1}
.chat-metric-label{font-size:0.58rem;color:var(--vmuted);margin-top:0.25rem}
.chat-metric-conf{font-family:'JetBrains Mono',monospace;font-size:0.5rem;color:var(--vdim);margin-top:0.2rem}

.chat-segments{margin-bottom:0.8rem}
.chat-segment{display:flex;align-items:center;gap:0.6rem;margin-bottom:0.5rem;position:relative}
.chat-segment-bar{height:4px;background:linear-gradient(90deg,#41c3e3,rgba(65,195,227,0.4));border-radius:2px;position:absolute;left:0;top:50%;transform:translateY(-50%)}
.chat-segment-label{font-size:0.62rem;color:var(--vmuted);margin-left:calc(72% + 8px);white-space:nowrap}
.chat-segment-pct{font-family:'JetBrains Mono',monospace;font-size:0.55rem;color:#41c3e3;margin-left:auto}

.chat-actions{display:flex;gap:0.5rem;padding-top:0.6rem;border-top:1px solid var(--vborder)}
.chat-action{flex:1;padding:0.5rem 0.6rem;background:rgba(65,195,227,0.1);border:1px solid rgba(65,195,227,0.2);border-radius:5px;color:#41c3e3;font-size:0.62rem;font-weight:600;cursor:pointer;transition:all 0.2s}
.chat-action:hover{background:rgba(65,195,227,0.15);border-color:rgba(65,195,227,0.3)}

/* Stats Section Enhancement */
.stats-intro{text-align:center;max-width:680px;margin:0 auto 3rem}
.stats-title{font-family:'Source Serif 4',Georgia,serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:600;color:var(--text);margin-bottom:1rem;letter-spacing:-0.02em}
.stats-subtitle{color:var(--text-body);font-size:0.95rem;line-height:1.7}

/* Product Mock Styles */
.p-mock{background:var(--vbg);border:1px solid var(--vborder);border-radius:8px;overflow:hidden;margin:1rem 0}
.pm-toolbar{display:flex;align-items:center;gap:0.6rem;padding:0.6rem 0.8rem;background:rgba(255,255,255,0.02);border-bottom:1px solid var(--vborder)}
.pm-toolbar-dots{display:flex;gap:4px}
.pm-toolbar-dots span{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,0.1)}
.pm-toolbar-title{font-family:'JetBrains Mono',monospace;font-size:0.55rem;color:var(--vmuted);margin-left:auto}
.pm-body{padding:0.8rem}
.pm-section-label{font-family:'JetBrains Mono',monospace;font-size:0.5rem;color:var(--vmuted);text-transform:uppercase;letter-spacing:0.08em;margin-bottom:0.5rem}
.pm-filter-row{display:flex;flex-wrap:wrap;gap:0.35rem;margin-bottom:0.4rem}
.pm-filter-tag{font-size:0.58rem;padding:0.2rem 0.5rem;background:rgba(65,195,227,0.12);border-radius:4px;color:#41c3e3}
.pm-divider{height:1px;background:var(--vborder);margin:0.6rem 0}
.pm-pop-count{display:flex;justify-content:space-between;align-items:center}
.pm-pop-label{font-size:0.6rem;color:var(--vmuted)}
.pm-pop-num{font-family:'Source Serif 4',Georgia,serif;font-size:1.1rem;font-weight:600;color:#41c3e3}

/* Prediction Chart */
.pm-prediction-chart{display:flex;align-items:flex-end;gap:0.5rem;height:80px;padding:0 0.5rem;margin-bottom:0.4rem}
.pm-pred-bar{flex:1;border-radius:4px 4px 0 0;display:flex;align-items:flex-start;justify-content:center;padding-top:0.3rem;transition:height 0.3s}
.pm-pred-bar span{font-family:'JetBrains Mono',monospace;font-size:0.5rem;color:var(--vtext);font-weight:600}
.pm-pred-bar.likely{background:linear-gradient(180deg,#059669 0%,rgba(5,150,105,0.5) 100%)}
.pm-pred-bar.neutral{background:linear-gradient(180deg,#f59e0b 0%,rgba(245,158,11,0.5) 100%)}
.pm-pred-bar.unlikely{background:linear-gradient(180deg,#ef4444 0%,rgba(239,68,68,0.5) 100%)}
.pm-pred-labels{display:flex;justify-content:space-around;margin-bottom:0.5rem}
.pm-pred-labels span{font-size:0.5rem;color:var(--vmuted)}
.pm-conf-score{text-align:center;font-family:'JetBrains Mono',monospace;font-size:0.55rem;color:#059669}

/* Persona & Interview */
.pm-persona{display:flex;align-items:center;gap:0.6rem;margin-bottom:0.6rem;padding-bottom:0.6rem;border-bottom:1px solid var(--vborder)}
.pm-persona-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#41c3e3,#138bb6);display:flex;align-items:center;justify-content:center;color:#fff;font-size:0.6rem;font-weight:700}
.pm-persona-name{font-size:0.7rem;font-weight:600;color:var(--vtext)}
.pm-persona-demo{font-size:0.55rem;color:var(--vmuted)}
.pm-interview-q{font-size:0.65rem;color:var(--vmuted);font-style:italic;margin-bottom:0.4rem}
.pm-interview-a{font-size:0.65rem;color:var(--vtext);line-height:1.5;padding:0.5rem;background:rgba(255,255,255,0.02);border-radius:4px;border-left:2px solid #41c3e3}

/* A/B Test Styles */
.pm-ab-variants{display:flex;gap:0.5rem;margin-bottom:0.6rem}
.pm-ab-variant{flex:1;padding:0.6rem;background:rgba(255,255,255,0.02);border:1px solid var(--vborder);border-radius:6px}
.pm-ab-variant.winner{border-color:rgba(5,150,105,0.3);background:rgba(5,150,105,0.05)}
.pm-ab-label{font-family:'JetBrains Mono',monospace;font-size:0.5rem;color:var(--vmuted);margin-bottom:0.3rem}
.pm-ab-headline{font-size:0.62rem;color:var(--vtext);font-weight:500;margin-bottom:0.3rem}
.pm-ab-result{font-family:'JetBrains Mono',monospace;font-size:0.6rem;font-weight:600}
.pm-ab-variant.winner .pm-ab-result{color:#059669}
.pm-ab-lift{text-align:center;font-family:'JetBrains Mono',monospace;font-size:0.6rem;color:#059669;font-weight:600;padding:0.4rem;background:rgba(5,150,105,0.1);border-radius:4px}

/* Accuracy Section */
.accuracy-section{background:linear-gradient(180deg,var(--bg) 0%,var(--bg-warm) 100%);padding:5rem 2rem}
.accuracy-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.accuracy-content h2{font-family:'Source Serif 4',Georgia,serif;font-size:clamp(1.6rem,3.5vw,2.2rem);font-weight:600;color:var(--text);margin-bottom:1.2rem;letter-spacing:-0.02em;line-height:1.2}
.accuracy-content p{color:var(--text-body);font-size:0.95rem;line-height:1.75;margin-bottom:1rem}
.accuracy-cta{display:inline-block;font-family:'Source Serif 4',Georgia,serif;font-size:1rem;color:var(--purple);text-decoration:none;font-weight:500;margin-top:0.5rem;transition:color 0.2s}
.accuracy-cta:hover{color:var(--purple-d)}

.accuracy-card{background:#fff;border:1px solid var(--border-s);border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,0.06)}
.accuracy-card-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.2rem;background:var(--vbg);border-bottom:1px solid var(--vborder)}
.accuracy-card-title{font-family:'Source Serif 4',Georgia,serif;font-size:0.9rem;color:var(--vtext);font-weight:600}
.accuracy-card-date{font-family:'JetBrains Mono',monospace;font-size:0.6rem;color:var(--vmuted)}

.accuracy-metrics{display:flex;padding:1.2rem;gap:1rem;background:var(--vbg)}
.accuracy-metric{flex:1;text-align:center}
.accuracy-metric-val{font-family:'Source Serif 4',Georgia,serif;font-size:2rem;font-weight:600;color:#41c3e3}
.accuracy-metric-label{font-size:0.65rem;color:var(--vmuted);margin-top:0.25rem}

.accuracy-tests{padding:0.8rem 1.2rem;background:#fff}
.accuracy-test{display:flex;align-items:center;padding:0.6rem 0;border-bottom:1px solid var(--border)}
.accuracy-test:last-child{border-bottom:none}
.accuracy-test-source{font-family:'JetBrains Mono',monospace;font-size:0.6rem;color:var(--text-muted);width:80px}
.accuracy-test-topic{flex:1;font-size:0.72rem;color:var(--text-body)}
.accuracy-test-result{font-family:'JetBrains Mono',monospace;font-size:0.55rem;padding:0.15rem 0.5rem;border-radius:3px}
.accuracy-test-result.pass{background:rgba(5,150,105,0.1);color:#059669}

.accuracy-footer{display:flex;justify-content:space-between;padding:0.8rem 1.2rem;background:var(--bg-warm);font-size:0.65rem;color:var(--text-muted)}

/* Use Cases Section */
.use-cases{padding:5rem 2rem;background:var(--bg)}
.use-cases-head{text-align:center;max-width:600px;margin:0 auto 3rem}
.use-cases-head h2{font-family:'Source Serif 4',Georgia,serif;font-size:clamp(1.6rem,3.5vw,2.2rem);font-weight:600;color:var(--text);margin-bottom:0.8rem;letter-spacing:-0.02em}
.use-cases-sub{color:var(--text-muted);font-size:0.95rem}

.use-cases-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1100px;margin:0 auto}
.use-case-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:1.5rem;transition:all 0.3s}
.use-case-card:hover{border-color:var(--border-s);box-shadow:0 8px 32px rgba(19,139,182,0.08)}
.use-case-card.featured{border-color:rgba(65,195,227,0.3);background:linear-gradient(180deg,#fff 0%,rgba(65,195,227,0.04) 100%);position:relative}
.use-case-badge{position:absolute;top:-10px;left:1rem;font-family:'JetBrains Mono',monospace;font-size:0.55rem;padding:0.25rem 0.6rem;background:linear-gradient(135deg,#41c3e3,#138bb6);color:#fff;border-radius:4px;letter-spacing:0.03em}
.use-case-icon{width:40px;height:40px;background:rgba(19,139,182,0.08);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}
.use-case-icon svg{width:22px;height:22px;color:var(--purple)}
.use-case-card h3{font-family:'Source Serif 4',Georgia,serif;font-size:1.15rem;font-weight:600;color:var(--text);margin-bottom:0.6rem}
.use-case-example{font-size:0.82rem;color:var(--text-muted);font-style:italic;margin-bottom:1rem;line-height:1.5}
.use-case-apps{list-style:none;padding:0;margin:0}
.use-case-apps li{font-size:0.78rem;color:var(--text-body);padding:0.3rem 0;padding-left:1rem;position:relative}
.use-case-apps li::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:4px;background:var(--purple-l);border-radius:50%}

/* Clinical Deep Dive Section */
.clinical-section{background:var(--bg-warm);padding:5rem 2rem}
.clinical-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:3rem;align-items:center}
.clinical-content h2{font-family:'Source Serif 4',Georgia,serif;font-size:clamp(1.5rem,3vw,1.9rem);font-weight:600;color:var(--text);margin-bottom:1rem;letter-spacing:-0.02em;line-height:1.25}
.clinical-content p{color:var(--text-body);font-size:0.92rem;line-height:1.75;margin-bottom:1.2rem}
.clinical-features{margin-top:1.5rem}
.clinical-feature{display:flex;align-items:center;gap:0.6rem;margin-bottom:0.6rem}
.clinical-feature-icon{color:#059669;font-weight:700;font-size:0.9rem}
.clinical-feature span{font-size:0.88rem;color:var(--text-body)}

.clinical-viz .hv-panel{max-width:100%}
.retention-chart{position:relative;padding:0.5rem 0}
.retention-svg{width:100%;height:auto;display:block}
.retention-labels{display:flex;justify-content:space-between;font-family:'JetBrains Mono',monospace;font-size:0.5rem;color:var(--vmuted);margin-top:0.3rem}

/* Bottom Stats Row */
.hv-bottom{display:grid;grid-template-columns:repeat(4,1fr);gap:0.8rem;padding:1rem 1.5rem;background:rgba(255,255,255,0.02);border-top:1px solid var(--vborder)}
.hv-bs{text-align:center}
.hv-bs-val{font-family:'Source Serif 4',Georgia,serif;font-size:1.1rem;font-weight:600;color:#41c3e3}
.hv-bs-lbl{font-size:0.55rem;color:var(--vmuted);margin-top:0.15rem}

/* Team Section Enhancement */
.team-inner{max-width:700px;margin:0 auto;text-align:center}
.team-statement{font-family:'Source Serif 4',Georgia,serif;font-size:1.25rem;color:var(--text-body);line-height:1.75;margin-bottom:1.5rem}
.team-statement strong{color:var(--text);font-weight:600}

/* Responsive Adjustments for New Components */
@media(max-width:900px){
  .accuracy-inner{grid-template-columns:1fr;gap:2rem}
  .clinical-inner{grid-template-columns:1fr;gap:2rem}
  .use-cases-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
  .use-cases-grid{grid-template-columns:1fr}
  .accuracy-section,.use-cases,.clinical-section{padding:3rem 1rem}
  .chat-metrics{flex-wrap:wrap}
  .chat-metric{min-width:45%}
  .accuracy-metrics{flex-direction:column;gap:0.5rem}
  .hv-bottom{grid-template-columns:repeat(2,1fr)}
}

/* ===== EDITORIAL / WISPR-STYLE SECTIONS ===== */

/* Hero - Aerial map background with drift and lights */
.hero-editorial{
  position:relative;
  z-index:2;
  min-height:98vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:80px var(--page-padding-x) 80px;
  overflow:hidden;
}
.hero-light{
  position:absolute;
  width:5px;
  height:5px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(255,220,120,0.95) 0%, rgba(255,180,60,0.6) 40%, transparent 70%);
  box-shadow:0 0 10px 3px rgba(255,200,80,0.6);
  animation:lightFlicker 4s ease-in-out infinite;
}
@keyframes lightFlicker{
  0%, 100%{ opacity:0; }
  50%{ opacity:1; }
}
.hero-editorial-inner{
  position:relative;
  z-index:2;
  width:100%;
  max-width:var(--content-max);
  text-align:center;
}
.hero-editorial-inner:has(.hero-two-col){
  max-width:1800px;
  margin:0 auto;
  padding:0 48px;
  text-align:left;
}
.hero-center{
  position:relative;
  z-index:2;
  padding:1.5rem 1rem;
  background:linear-gradient(180deg,rgba(255,255,255,0.15) 0%,rgba(255,255,255,0.04) 60%,transparent 100%);
  border-radius:16px;
  margin:0 -1rem;
}
.hero-center.hero-two-col{
  display:grid;
  grid-template-columns:minmax(320px, 480px) minmax(360px, 1040px);
  gap:120px;
  align-items:flex-start;
  text-align:left;
  padding:2rem 0 3rem;
  margin:0 auto;
  background:transparent;
  border-radius:0;
  width:min(1640px, 100%);
  max-width:100%;
  box-sizing:border-box;
}
.hero-copy{
  text-align:left;
  min-width:0;
}
.hero-copy .hero-logo{
  margin:0 0 0.75rem;
  height:clamp(64px, 14vw, 96px);
}
.hero-copy .hero-category{
  margin:0 0 0.5rem;
  font-size:clamp(0.8rem, 1.2vw, 0.95rem);
}
.hero-copy .hero-tagline{
  font-size:clamp(2.75rem, 6vw, 4.75rem);
  margin:0 0 0.6rem;
  line-height:1.1;
}
.hero-copy .hero-subhead{
  font-size:clamp(1.1rem, 1.8vw, 1.45rem);
  line-height:1.55;
  margin:0 0 1.25rem;
  max-width:100%;
}
.hero-copy .hero-cta-block{
  margin-bottom:0;
}
.hero-screenshot-wrap{
  display:flex;
  align-items:flex-start;
  justify-content:center;
  min-width:0;
  padding-right:0;
}
.hero-screenshot-wrap .create-world-screen{
  margin:0;
  width:1040px;
  min-width:1040px;
  min-height:520px;
  flex-shrink:0;
  transform:none;
  transition:transform 0.25s ease, box-shadow 0.25s ease, border-color 0.2s ease;
}
.hero-screenshot-wrap .create-world-screen:hover{
  transform:translateY(-6px);
  box-shadow:0 32px 80px rgba(26,21,53,0.22);
}
.hero-screenshot-wrap .create-world-screen .screen-content{
  padding:1.4rem 1.4rem 1.8rem;
}
.hero-screenshot-wrap .screen-chrome{
  padding:0.95rem 1.15rem;
}
.hero-screenshot-wrap .try-intera-label{
  font-size:0.9rem;
  margin-bottom:0.5rem;
}
.hero-screenshot-wrap .try-intera-input{
  min-height:80px;
  font-size:0.85rem;
  padding:0.8rem 1rem;

}
.hero-screenshot-wrap .try-intera-input-wrap{
  margin-bottom:0.6rem;
}
.hero-screenshot-wrap .try-intera-tag{
  padding:0.55rem 0.9rem;
  font-size:0.8rem;
}

/* Digital Twin dashboard (hero UI) */
.create-world-screen.dt-dashboard{ --dt-pop:#a78bfa; --dt-twin:#60a5fa; border-radius:16px; overflow:hidden; }
.create-world-screen.dt-dashboard .dt-body{
  display:grid;
  grid-template-columns:240px 1fr;
  min-height:460px;
  gap:0;
}
.create-world-screen.dt-dashboard .dt-left{
  width:240px;
  min-width:240px;
  background:#2d2a3e;
  padding:1rem 1rem 1.25rem;
  display:flex;
  flex-direction:column;
  gap:0.75rem;
  border-radius:0 0 0 16px;
}
.create-world-screen.dt-dashboard .dt-right{
  background:#fff;
  padding:1rem 1.25rem 1.25rem;
  border-radius:0 0 16px 0;
  display:flex;
  flex-direction:column;
  gap:0.85rem;
  min-width:0;
}
.create-world-screen.dt-dashboard .screen-chrome.dt-chrome{ border-radius:16px 16px 0 0; }
.dt-chrome{
  display:flex;
  align-items:center;
  gap:0.6rem;
  padding:0.65rem 1rem;
  flex-wrap:wrap;
}
.dt-title{ font-weight:600; font-size:14px; color:#e8e8f0; }
.dt-pills{ display:flex; gap:0.4rem; }
.dt-pill{
  font-size:12px;
  padding:0.25rem 0.6rem;
  border-radius:100px;
  background:rgba(255,255,255,0.08);
  color:#a099c0;
}
.dt-badge{
  margin-left:auto;
  font-size:12px;
  padding:0.25rem 0.6rem;
  border-radius:100px;
  border:1px solid rgba(255,255,255,0.12);
  color:#a099c0;
}
.dt-patient-header{ display:flex; align-items:center; gap:0.6rem; }
.dt-avatar{
  width:40px; height:40px;
  border-radius:50%;
  background:linear-gradient(135deg,#4a4563 0%,#3d3852 100%);
  flex-shrink:0;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}
.dt-avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.dt-pt-id{ font-weight:600; font-size:14px; color:#e8e8f0; }
.dt-pt-meta{ font-size:13px; color:#8a9bbf; margin-top:0.15rem; }
.dt-card{
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:8px;
  padding:0.5rem 0.75rem;
  display:flex;
  flex-direction:column;
  gap:0.35rem;
}
.dt-card-risk{ background:rgba(198,185,253,0.12); border-color:rgba(198,185,253,0.2); }
.dt-row{ display:flex; justify-content:space-between; align-items:center; font-size:13px; }
.dt-row span{ color:#8a9bbf; }
.dt-row strong{ color:#e8e8f0; }
.dt-row .dt-accent,.dt-row .dt-purple{ color:#c6b9fd; }
.dt-row .dt-blue{ color:#93c5fd; }
.dt-recommended{ margin-top:0.15rem; }
.dt-recommended-label{
  font-size:12px;
  letter-spacing:0.08em;
  text-transform:uppercase;
  color:#c6b9fd;
  margin-bottom:0.35rem;
}
.dt-recommended-text{ font-size:13px; color:#e8e8f0; line-height:1.4; margin:0 0 0.4rem; }
.dt-lift{ font-size:14px; font-weight:700; color:#c6b9fd; }
.dt-lift span{ font-size:12px; font-weight:500; letter-spacing:0.05em; color:#8a9bbf; }
.dt-summary-pill{
  display:flex;
  background:rgba(255,255,255,0.06);
  border-radius:100px;
  padding:0.4rem 0.6rem;
  margin-top:auto;
  gap:0;
  justify-content:space-around;
  border:1px solid rgba(255,255,255,0.06);
}
.dt-summary-item{
  display:flex;
  flex-direction:column;
  align-items:center;
  font-size:12px;
  color:#8a9bbf;
  flex:1;
  border-right:1px solid rgba(255,255,255,0.08);
}
.dt-summary-item:last-child{ border-right:none; }
.dt-summary-val{ font-weight:600; font-size:13px; color:#e8e8f0; display:block; }
.dt-chart-section{ flex:1; min-height:0; display:flex; flex-direction:column; gap:0.35rem; }
.dt-chart-title{ font-size:14px; font-weight:600; color:#1a1535; margin:0; }
.dt-chart-sub{ font-size:13px; color:#6b6490; margin:0 0 0.25rem; }
.dt-chart-wrap{ flex:1; min-height:100px; display:flex; align-items:center; }
.dt-chart-svg{ width:100%; height:auto; max-height:120px; }
.dt-chart-cliff{ font-size:12px; fill:var(--dt-pop); }
.dt-legend{
  display:flex;
  flex-wrap:wrap;
  gap:0.75rem 1rem;
  font-size:12px;
  color:#6b6490;
}
.dt-legend-line,.dt-legend-dot{
  display:inline-block;
  width:16px;
  height:3px;
  margin-right:0.25rem;
  vertical-align:middle;
  border-radius:2px;
}
.dt-legend-line.dt-legend-pop{ background:var(--dt-pop); }
.dt-legend-line.dt-legend-twin{ background:var(--dt-twin); }
.dt-legend-dot{ width:6px; height:6px; border-radius:50%; }
.dt-legend-dot.dt-legend-pop{ background:var(--dt-pop); }
.dt-interventions-label{
  font-size:12px;
  letter-spacing:0.08em;
  text-transform:uppercase;
  color:#5b3fd4;
  margin-bottom:0.2rem;
}
.dt-rec-item{
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:0.5rem 0.75rem;
  align-items:start;
  padding:0.45rem 0;
  border-bottom:1px solid rgba(91,63,212,0.08);
  font-size:13px;
  color:#1a1535;
}
.dt-rec-item:last-child{ border-bottom:none; }
.dt-rec-pill{
  font-size:12px;
  font-weight:600;
  padding:0.2rem 0.45rem;
  border-radius:100px;
  letter-spacing:0.02em;
}
.dt-rec-high{ background:#fecaca; color:#b91c1c; }
.dt-rec-med{ background:#fef3c7; color:#b45309; }
.dt-rec-monitor{ background:rgba(91,63,212,0.15); color:#5b3fd4; }
.dt-rec-body strong{ display:block; font-size:14px; margin-bottom:0.15rem; }
.dt-rec-body p{ margin:0; font-size:13px; color:#6b6490; line-height:1.35; }
.dt-rec-lift{ font-size:13px; font-weight:600; color:#059669; white-space:nowrap; }
@media (max-width:960px){
  .create-world-screen.dt-dashboard .dt-body{ grid-template-columns:1fr; }
  .create-world-screen.dt-dashboard .dt-left{ width:100%; min-width:0; border-radius:0; }
  .create-world-screen.dt-dashboard .dt-right{ border-radius:0 0 16px 16px; }
}
@media (max-width:1280px){
  .hero-screenshot-wrap .create-world-screen{ width:100%; min-width:0; max-width:1040px; }
}

.hero-logo{
  display:block;
  margin:0 auto 1.25rem;
  height:clamp(80px,18vw,140px);
  width:auto;
  object-fit:contain;
}
.hero-category{
  font-family:'DM Sans',sans-serif;
  font-size:0.8rem;
  font-weight:600;
  letter-spacing:0.2em;
  text-transform:uppercase;
  color:rgba(19,139,182,0.85);
  margin:0 0 0.75rem;
}
.hero-tagline{
  font-family:'Source Serif 4',Georgia,serif;
  font-size:clamp(2.8rem,7.5vw,5rem);
  font-weight:400;
  letter-spacing:-0.035em;
  line-height:1.08;
  color:#0a1520;
  margin:0 0 1.75rem;
}
.hero-subhead{
  font-family:'DM Sans',sans-serif;
  font-size:clamp(1rem,1.8vw,1.2rem);
  color:var(--text-body);
  line-height:1.65;
  margin:2rem auto 1.5rem;
  max-width:640px;
}
.hero-highlight-underline{
  background:linear-gradient(to top, rgba(65,195,227,0.4) 0%, rgba(65,195,227,0.4) 32%, transparent 32%);
  padding:0 0.06em 0 0;
}
body.landing-ghibli .hero-highlight-underline{
  background:linear-gradient(to top, rgba(91,63,212,0.35) 0%, rgba(91,63,212,0.35) 32%, transparent 32%);
}
.hero-callout{
  font-size:0.9rem;
  color:var(--text-muted);
  font-style:italic;
  margin:0 0 1.5rem;
}
.hero-cta-block{
  display:inline-flex;
  align-items:center;
  gap:0.6rem;
  text-decoration:none;
  color:var(--text);
  font-weight:600;
  font-size:1.05rem;
  margin-bottom:2rem;
  transition:opacity 0.2s;
}
.hero-cta-block:hover{ opacity:0.85; }
.hero-cta-arrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  background:rgba(19,139,182,0.85);
  color:#fff;
  border-radius:8px;
  transition:background 0.2s;
}
.hero-cta-block:hover .hero-cta-arrow{ background:#138bb6; }
.hero-cta-arrow svg{ width:18px; height:18px; }
.hero-subtext{
  font-family:'DM Sans',sans-serif;
  font-size:clamp(1rem,1.8vw,1.2rem);
  color:var(--text-body);
  line-height:1.6;
  margin:1rem 0 1.5rem;
  max-width:480px;
  margin-left:auto;
  margin-right:auto;
}
.hero-cta-simple{
  display:inline-block;
  font-size:1.15rem;
  font-weight:600;
  color:var(--purple)!important;
  text-decoration:none;
  font-family:'Source Serif 4',Georgia,serif;
  transition:opacity 0.2s;
}
.hero-cta-simple:hover{
  opacity:0.8;
}

/* Create a world - App window / screen frame */
.create-world-screen{
  margin-top:2rem;
  background:rgba(255,255,255,0.72);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 25px 60px rgba(0,0,0,0.18),0 0 1px rgba(0,0,0,0.08),0 40px 80px rgba(0,0,0,0.12);
  max-width:880px;
  margin-left:auto;
  margin-right:auto;
  transform:perspective(1200px) rotateX(4deg) rotateY(-2deg);
  transition:transform 0.4s ease, box-shadow 0.4s ease;
}
.create-world-screen:hover{
  transform:perspective(1200px) rotateX(2deg) rotateY(0deg);
  box-shadow:0 32px 70px rgba(0,0,0,0.2),0 0 1px rgba(0,0,0,0.08),0 48px 100px rgba(0,0,0,0.15);
}
.screen-chrome{
  display:flex;
  align-items:center;
  gap:0.75rem;
  padding:0.75rem 1rem;
  background:rgba(0,0,0,0.04);
  border-bottom:1px solid rgba(0,0,0,0.06);
}
.screen-dots{
  display:flex;
  gap:6px;
}
.screen-dots .dot{
  width:12px;
  height:12px;
  border-radius:50%;
}
.dot-red{background:#ff5f57}
.dot-yellow{background:#febc2e}
.dot-green{background:#28c840}
.screen-title{
  font-size:0.8rem;
  color:var(--text-muted);
  font-weight:500;
}
.screen-content{
  padding:2rem 2rem 2.5rem;
}

/* Try Intera - Create a world (inside screen) */
.try-intera-title{
  font-family:'Source Serif 4',Georgia,serif;
  font-size:clamp(1.5rem,3.2vw,2.1rem);
  font-weight:600;
  color:var(--text);
  margin:0 0 0.4rem;
  letter-spacing:-0.02em;
}
.try-intera-subtitle{
  font-size:1.05rem;
  color:var(--text-body);
  line-height:1.6;
  margin-bottom:1.5rem;
}
.try-intera-label{
  display:block;
  font-size:1.05rem;
  font-weight:500;
  color:var(--text-body);
  margin-bottom:0.75rem;
  line-height:1.5;
}
.try-intera-input-wrap{
  position:relative;
  margin-bottom:1.5rem;
}
.try-intera-input{
  width:100%;
  padding:1rem 4rem 1rem 1.2rem;
  font-family:'DM Sans',sans-serif;
  font-size:1rem;
  line-height:1.6;
  color:var(--text);
  background:#fff;
  border:1px solid rgba(0,0,0,0.12);
  border-radius:10px;
  resize:none;
  outline:none;
  transition:border-color 0.2s, box-shadow 0.2s;
}
.try-intera-input::placeholder{
  color:var(--text-muted);
}
.try-intera-input:focus{
  border-color:rgba(19,139,182,0.5);
  box-shadow:0 0 0 3px rgba(19,139,182,0.1);
}
.try-intera-submit{
  position:absolute;
  bottom:1rem;
  right:0.9rem;
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--purple);
  border:none;
  border-radius:10px;
  color:#fff;
  cursor:pointer;
  transition:background 0.2s, transform 0.2s;
}
.try-intera-submit:hover{
  background:var(--purple-d);
  transform:translateY(-1px);
}
.try-intera-suggestions{
  display:flex;
  flex-wrap:wrap;
  gap:0.6rem;
  justify-content:center;
}
.try-intera-tag{
  padding:0.65rem 1.2rem;
  font-family:'DM Sans',sans-serif;
  font-size:0.95rem;
  color:var(--text-body);
  background:#fff;
  border:1px solid rgba(0,0,0,0.12);
  border-radius:100px;
  cursor:pointer;
  transition:background 0.2s, border-color 0.2s, color 0.2s;
}
.try-intera-tag:hover{
  background:rgba(19,139,182,0.06);
  border-color:rgba(19,139,182,0.35);
  color:var(--text);
}

/* Try Intera - panel states */
.try-intera-panel{display:block;animation:tryInteraFade 0.4s ease}
.try-intera-panel[hidden]{display:none!important}
@keyframes tryInteraFade{from{opacity:0}to{opacity:1}}

/* Building state */
.try-intera-building-title{font-family:'Source Serif 4',Georgia,serif;font-size:clamp(1.35rem,2.8vw,1.8rem);font-weight:600;color:var(--text);margin:0 0 1.5rem;letter-spacing:-0.02em}
.try-intera-steps{list-style:none;margin:0;padding:0}
.try-intera-step{display:flex;align-items:center;gap:0.75rem;font-size:1rem;color:var(--text-body);line-height:1.6;margin:0 0 0.9rem;opacity:0.4;transition:opacity 0.4s ease}
.try-intera-step::before{content:'';width:8px;height:8px;border-radius:50%;background:var(--purple-l);flex-shrink:0;opacity:0.5}
.try-intera-step.is-active{opacity:1}
.try-intera-step.is-active::before{opacity:1;background:var(--purple);box-shadow:0 0 0 3px rgba(19,139,182,0.2)}
.try-intera-step.is-done{opacity:0.85}
.try-intera-step.is-done::before{opacity:1;background:var(--purple)}

/* Results state */
.try-intera-results-title{font-family:'Source Serif 4',Georgia,serif;font-size:clamp(1.25rem,2.5vw,1.6rem);font-weight:600;color:var(--text);margin:0 0 1.25rem;letter-spacing:-0.02em;line-height:1.35}
.try-intera-pills{display:flex;flex-wrap:wrap;gap:0.6rem;margin-bottom:1rem}
.try-intera-pill{display:inline-block;padding:0.5rem 1rem;font-size:0.95rem;font-weight:500;color:#0e6d8f;background:#e0f2f7;border-radius:100px;border:1px solid rgba(19,139,182,0.15)}
.try-intera-demos{font-size:0.95rem;color:var(--text-muted);margin:0 0 1.5rem;line-height:1.6}
.try-intera-another{font-family:'DM Sans',sans-serif;font-size:0.9rem;font-weight:500;color:var(--purple);background:transparent;border:1px solid rgba(19,139,182,0.3);border-radius:8px;padding:0.6rem 1.2rem;cursor:pointer;transition:background 0.2s, border-color 0.2s}
.try-intera-another:hover{background:rgba(19,139,182,0.08);border-color:var(--purple-l)}

/* Values Section - Organic flowing text */
/* Say vs. Do Section – Hume-style overlapping card carousel */
.say-do-section{position:relative;background:#f2f6f4;overflow:hidden;padding:3rem 0 4rem}
body.landing-ghibli .say-do-section{
  background:rgba(255,253,248,0.82);
  box-shadow:0 0 80px rgba(255,255,255,0.35);
  border-radius:20px;
}
.say-do-human{position:absolute;object-fit:contain;pointer-events:none;z-index:1;opacity:0.65}
.say-do-human-1{width:140px;bottom:8%;left:2%;}
.say-do-human-2{width:120px;top:12%;left:4%;transform:scaleX(-1)}
.say-do-human-3{width:100px;top:20%;right:3%;}
.say-do-human-4{width:90px;bottom:15%;right:6%;transform:scaleX(-1)}
.say-do-human-5{width:110px;top:25%;right:8%;transform:scaleX(-1)}
.say-do-human-6{width:85px;bottom:25%;left:1%;}
.say-do-human-7{width:95px;top:8%;right:12%;transform:scaleX(-1)}
.say-do-human-8{width:105px;bottom:18%;right:2%;}
.say-do-human-9{width:80px;top:18%;left:1%;transform:scaleX(-1)}
@media(max-width:900px){.say-do-human{width:auto!important;max-width:80px;opacity:0.5}}
@media(max-width:600px){.say-do-human{max-width:60px;opacity:0.4}}
.say-do-carousel{position:relative;width:100%;max-width:1400px;margin:0 auto;overflow:hidden;padding:0 80px;z-index:2}
.say-do-track{display:flex;gap:28px;transition:transform 0.5s cubic-bezier(0.25,0.46,0.45,0.94);padding:0 0 1rem;transform:translateX(calc(50% - 280px - var(--say-do-offset, 0px)))}
.say-do-card{flex:0 0 560px;min-width:560px;border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 2.5rem;text-align:center;color:#1a2e28;opacity:0.4;transform:scale(0.9);transition:opacity 0.5s ease, transform 0.5s ease, box-shadow 0.5s ease;overflow-y:auto;max-height:360px}
/* Card palette: teal, sage, warm cream  - consistent family */
.say-do-beat-1{background:linear-gradient(145deg,#f5faf9 0%,#ecf6f4 100%);box-shadow:0 8px 40px rgba(0,0,0,0.06),0 0 0 1px rgba(19,139,182,0.06),0 0 50px rgba(19,139,182,0.08)}
.say-do-beat-2{background:linear-gradient(145deg,#f0f7f5 0%,#e6f2ef 100%);box-shadow:0 8px 40px rgba(0,0,0,0.06),0 0 0 1px rgba(14,109,143,0.06),0 0 50px rgba(19,139,182,0.06)}
.say-do-beat-3{background:linear-gradient(145deg,#faf9f6 0%,#f5f3ee 100%);box-shadow:0 8px 40px rgba(0,0,0,0.06),0 0 0 1px rgba(45,64,56,0.05),0 0 50px rgba(90,120,110,0.06)}
.say-do-beat-4{background:linear-gradient(145deg,#f8f5f1 0%,#f0ebe5 100%);box-shadow:0 8px 40px rgba(0,0,0,0.06),0 0 0 1px rgba(75,85,80,0.06),0 0 50px rgba(120,140,130,0.08)}
.say-do-beat-5{background:linear-gradient(145deg,#f7f6f4 0%,#eeebe8 100%);box-shadow:0 8px 40px rgba(0,0,0,0.06),0 0 0 1px rgba(14,109,143,0.06),0 0 50px rgba(19,139,182,0.08)}
.say-do-beat-6{background:linear-gradient(145deg,#f2f8f6 0%,#e8f2ef 100%);box-shadow:0 8px 40px rgba(0,0,0,0.06),0 0 0 1px rgba(14,109,143,0.07),0 0 50px rgba(19,139,182,0.1)}
.say-do-beat-7{background:linear-gradient(145deg,#f0f9f7 0%,#e4f4f0 100%);box-shadow:0 8px 40px rgba(0,0,0,0.06),0 0 0 1px rgba(19,139,182,0.07),0 0 50px rgba(19,139,182,0.08)}
.say-do-beat-8{background:linear-gradient(145deg,#eff8f9 0%,#e2f2f4 100%);box-shadow:0 8px 40px rgba(0,0,0,0.06),0 0 0 1px rgba(19,139,182,0.08),0 0 50px rgba(19,139,182,0.12)}
.say-do-beat-9{background:linear-gradient(145deg,#f4f9f8 0%,#eaf4f2 100%);box-shadow:0 8px 40px rgba(0,0,0,0.06),0 0 0 1px rgba(19,139,182,0.07),0 0 50px rgba(19,139,182,0.1)}
.say-do-beat-10{background:linear-gradient(145deg,#f0f9fa 0%,#e5f4f6 100%);box-shadow:0 8px 40px rgba(0,0,0,0.06),0 0 0 1px rgba(19,139,182,0.08),0 0 50px rgba(19,139,182,0.15)}
.say-do-card.is-active{opacity:1;transform:scale(1);z-index:2}
.say-do-beat-1.is-active,.say-do-beat-2.is-active,.say-do-beat-5.is-active,.say-do-beat-6.is-active,.say-do-beat-7.is-active,.say-do-beat-9.is-active{box-shadow:0 20px 60px rgba(0,0,0,0.1),0 0 0 1px rgba(19,139,182,0.1),0 0 80px rgba(19,139,182,0.18)}
.say-do-beat-3.is-active,.say-do-beat-4.is-active{box-shadow:0 20px 60px rgba(0,0,0,0.1),0 0 0 1px rgba(45,64,56,0.08),0 0 80px rgba(80,110,100,0.12)}
.say-do-beat-8.is-active,.say-do-beat-10.is-active{box-shadow:0 20px 60px rgba(0,0,0,0.1),0 0 0 1px rgba(19,139,182,0.12),0 0 80px rgba(19,139,182,0.25)}
.say-do-beat{pointer-events:none}
.say-do-card.is-active .say-do-beat{pointer-events:auto}

/* Circular arrow buttons */
.say-do-arrow{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;border-radius:50%;background:rgba(255,255,255,0.9);border:1px solid rgba(0,0,0,0.08);box-shadow:0 4px 16px rgba(0,0,0,0.08);font-size:1.8rem;line-height:1;color:#1a2e28;cursor:pointer;transition:background 0.2s, transform 0.2s, box-shadow 0.2s;z-index:10;display:flex;align-items:center;justify-content:center;padding:0}
.say-do-arrow:hover{background:#fff;box-shadow:0 6px 24px rgba(0,0,0,0.12);transform:translateY(-50%) scale(1.05)}
.say-do-arrow:disabled{opacity:0.4;cursor:not-allowed;transform:translateY(-50%)}
.say-do-arrow-prev{left:1.5rem}
.say-do-arrow-next{right:1.5rem}

/* Beat 1 – opening */
.beat-1-stat{font-family:'Source Serif 4',Georgia,serif;font-size:clamp(1.75rem,3.8vw,2.5rem);font-weight:400;line-height:1.3;max-width:100%;margin:0 auto 1.5rem;letter-spacing:-0.02em;color:#0e6d8f}
.beat-1-twist{font-family:'Source Serif 4',Georgia,serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:400;line-height:1.4;max-width:100%;margin:0 auto;opacity:0.95;font-style:italic;color:#138bb6}

/* Beat 2 – pattern, stacking fast */
.say-do-beat-2{text-align:left;align-items:stretch}
.beat-2-line{font-family:'Source Serif 4',Georgia,serif;font-size:clamp(1.15rem,2.2vw,1.45rem);line-height:1.55;margin:0 0 1rem;max-width:100%;margin-left:auto;margin-right:auto;color:#1a2e28}
.beat-2-line:first-child{font-size:clamp(1.15rem,2.4vw,1.5rem);font-weight:600;margin-bottom:1.2rem;color:#0e6d8f}
.beat-2-line:last-child{font-weight:500;color:#138bb6}

/* Beat 3 – explanation */
.beat-3-text{font-size:clamp(1.1rem,1.7vw,1.2rem);line-height:1.75;max-width:100%;margin:0 auto 1.2rem;color:#1a2e28}
.beat-3-text:first-child{color:#1a2e28}
.beat-3-text:last-child{margin-bottom:0;color:#0e6d8f;font-weight:500}

/* Beat 4 – the cost */
.beat-4-head{font-family:'Source Serif 4',Georgia,serif;font-size:clamp(1.35rem,2.8vw,1.75rem);font-weight:600;margin:0 auto 1.5rem;letter-spacing:-0.02em;color:#c2410c}
.beat-4-text{font-size:clamp(1.1rem,1.6vw,1.2rem);line-height:1.7;max-width:100%;margin:0 auto 1.2rem;color:#1a2e28}
.beat-4-text:first-of-type{color:#b45309;font-weight:500}
.beat-4-text:last-child{margin-bottom:0}
.beat-4-source{font-size:0.8rem;color:var(--text-muted);margin:1.25rem auto 0;opacity:0.85;letter-spacing:0.02em}
body.landing-ghibli .beat-4-source{color:#a099c0}

/* Beat 5 – the pivot, fewest words, most weight */
.say-do-beat-5{gap:0.8rem;padding:4rem 2rem}
.beat-5-line{font-family:'Source Serif 4',Georgia,serif;font-size:clamp(1.4rem,2.8vw,1.9rem);font-weight:400;margin:0;opacity:0.7;letter-spacing:-0.02em;color:#2d4038}
.beat-5-punch{font-size:clamp(2.1rem,4.5vw,2.9rem)!important;font-weight:600;opacity:1;margin-top:1rem!important;color:#0e6d8f!important}

/* Beat 6 – the reframe */
.beat-6-q{font-family:'Source Serif 4',Georgia,serif;font-size:clamp(1.45rem,3vw,2rem);line-height:1.35;max-width:100%;margin:0 auto 1.2rem;color:#138bb6}
.beat-6-list{font-size:clamp(1.15rem,1.9vw,1.3rem);line-height:1.65;max-width:100%;margin:0 auto;color:#1a2e28}
.beat-6-list .sd-accent{color:#0e6d8f;font-weight:600}

/* Beat 7 – data foundation */
.beat-7-text{font-size:clamp(1.1rem,1.6vw,1.2rem);line-height:1.75;max-width:100%;margin:0 auto 1.2rem;color:#1a2e28}
.beat-7-text:last-child{margin-bottom:0;color:#138bb6;font-weight:500}

/* Beat 8 – introduce Intera (same background, accent color) */
.say-do-beat-8 .beat-8-text:first-child{color:#138bb6}
.beat-8-content{max-width:100%;text-align:left;margin:0 auto}
.beat-8-text{font-size:clamp(1rem,1.7vw,1.15rem);line-height:1.8;margin:0 0 1.5rem;color:#1a2e28}
.beat-8-text:first-child{font-family:'Source Serif 4',Georgia,serif;font-size:clamp(1.2rem,2.4vw,1.5rem);font-weight:600;margin-bottom:1.8rem}
.beat-8-text:last-child{margin-bottom:0}

/* Beat 9 – two columns */
.beat-9-columns{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;width:100%;text-align:center}
.beat-9-left{color:#2d4038}
.beat-9-right{color:#138bb6}
.beat-9-label{font-size:clamp(0.95rem,1.6vw,1.1rem);font-weight:600;margin:0 0 0.8rem;text-transform:uppercase;letter-spacing:0.08em}
.beat-9-line{font-family:'Source Serif 4',Georgia,serif;font-size:clamp(1.2rem,2.4vw,1.5rem);line-height:1.4;margin:0}
@media(max-width:700px){.beat-9-columns{grid-template-columns:1fr;gap:2.5rem}}

/* Beat 10 – close */
.beat-10-text{font-size:clamp(1.2rem,1.9vw,1.35rem);line-height:1.65;max-width:100%;margin:0 auto 1rem;color:#0e6d8f;font-weight:600}
.beat-10-close{font-family:'Source Serif 4',Georgia,serif;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:600;color:#138bb6;margin:0;letter-spacing:-0.02em}

/* Say vs. Do – pill indicators (Hume-style) */
.say-do-dots{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:0.5rem;padding:2rem 2rem 0;position:relative;z-index:2}
.say-do-dot{font-family:'DM Sans',sans-serif;font-size:0.85rem;font-weight:500;color:#5a6b64;background:#fff;border:1px solid rgba(0,0,0,0.08);border-radius:100px;cursor:pointer;padding:0.5rem 1rem;transition:background 0.2s, color 0.2s, border-color 0.2s;min-width:36px}
.say-do-dot:hover{background:rgba(19,139,182,0.08);color:#138bb6;border-color:rgba(19,139,182,0.2)}
.say-do-dot.is-active{background:#1a2e28;color:#fff;border-color:#1a2e28}
.say-do-arrow[disabled]{opacity:0.35;cursor:not-allowed;pointer-events:none}

@media(max-width:900px){
  .say-do-carousel{padding:0 64px}
  .say-do-card{padding:2.5rem 2rem;max-height:380px}
}
@media(max-width:600px){
  .say-do-carousel{padding:0 52px}
  .say-do-card{padding:2rem 1.5rem}
  .say-do-arrow{width:48px;height:48px;font-size:1.5rem}
  .say-do-arrow-prev{left:0.75rem}
  .say-do-arrow-next{right:0.75rem}
}

/* Platform Section */
.platform-section{
  padding:4rem var(--page-padding-x);
}
body.landing-ghibli .platform-section{background:transparent}
.platform-inner{
  max-width:var(--content-max);
  margin:0 auto;
  padding:0 var(--page-padding-x);
}
.platform-inner.platform-inner-wide{max-width:1400px}
.platform-inner h2{
  font-family:'Source Serif 4',Georgia,serif;
  font-size:clamp(1.8rem,4vw,2.5rem);
  font-weight:600;
  color:var(--text);
  margin-bottom:3rem;
  letter-spacing:-0.02em;
}
.platform-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:2rem;
}
.platform-carousel-nav{display:flex;justify-content:center;gap:0.5rem;margin-bottom:1.5rem}
.platform-nav-btn{font-family:'DM Sans',sans-serif;font-size:1.05rem;font-weight:500;color:#6b7280;background:#fff;border:1px solid var(--border);border-radius:8px;padding:0.75rem 1.5rem;cursor:pointer;transition:all 0.2s}
.platform-nav-btn:hover{color:var(--purple);border-color:rgba(19,139,182,0.3)}
.platform-nav-btn.is-active{color:#fff;background:var(--purple);border-color:var(--purple)}
.platform-carousel{position:relative;width:100%}
.platform-slide{display:none}
.platform-slide.is-active{display:block}
.platform-card{
  padding:2rem;
  background:#fff;
  border:1px solid var(--border);
  border-radius:12px;
  transition:border-color 0.2s;
}
.platform-card-wide{padding:1.5rem 1.75rem}
.platform-card:hover{
  border-color:var(--border-s);
}
.platform-card h3{
  font-family:'Source Serif 4',Georgia,serif;
  font-size:1.25rem;
  font-weight:600;
  color:var(--text);
  margin-bottom:0.8rem;
}
.platform-card p{
  font-size:0.95rem;
  color:var(--text-body);
  line-height:1.7;
}
.platform-lead{
  font-size:0.95rem;
  color:var(--text-body);
  line-height:1.65;
  margin-bottom:0;
}

/* Platform mockups  - reads as product window, distinct from page */
.platform-mockup.platform-ui{
  margin-top:1rem;
  border-radius:8px;
  overflow:hidden;
  background:#fff;
  border:1px solid #cbd5e1;
  box-shadow:0 4px 6px rgba(0,0,0,0.07), 0 16px 48px rgba(0,0,0,0.12), 0 0 0 1px rgba(0,0,0,0.04);
  max-height:min(420px, 65vh);
  display:flex;
  flex-direction:column;
  min-height:0;
}
.platform-mockup.platform-ui .platform-mockup-body{
  flex:1;
  min-height:0;
  overflow:hidden;
}

.platform-section .platform-card{
  background:#f8fafc;
}
.platform-mockup-chrome{
  display:flex;
  align-items:center;
  gap:0.75rem;
  padding:0.6rem 1rem;
  background:linear-gradient(180deg,#f8fafc 0,#f1f5f9 100%);
  border-bottom:1px solid #e2e8f0;
}
.platform-mockup-dots{
  display:flex;
  gap:6px;
}
.platform-mockup-dots span{
  width:10px;
  height:10px;
  border-radius:50%;
}
.platform-mockup-dots span:nth-child(1){background:#ef4444}
.platform-mockup-dots span:nth-child(2){background:#f59e0b}
.platform-mockup-dots span:nth-child(3){background:#22c55e}
.platform-mockup-title{
  font-weight:500;
  color:#1e293b;
  font-size:0.8rem;
}
.platform-mockup-badge{
  font-size:0.65rem;
  font-weight:600;
  color:#0e6d8f;
  background:rgba(14,165,233,0.1);
  padding:0.25rem 0.6rem;
  border-radius:6px;
  margin-left:auto;
}
.platform-mockup-badge-risk{
  color:#fff;
  background:#dc2626;
}
.platform-mockup-badge-tag{
  color:#1e293b;
  background:#e0f2fe;
  border:1px solid #7dd3fc;
}
.platform-ui-pill-tag{
  background:#0ea5e9;
  color:#fff;
  font-size:0.58rem;
}
.platform-mockup-body{
  padding:0.75rem 1rem;
  background:#fafbfc;
  display:flex;
  flex-direction:column;
  gap:0.5rem;
}
/* Platform UI elements */
.platform-ui-prompt{
  font-size:0.78rem;
  color:#475569;
  padding:0.45rem 0.65rem;
  background:#fff;
  border-radius:6px;
  border:1px solid #e2e8f0;
  font-style:italic;
}
.platform-ui-result{
  font-size:0.8rem;
  color:#64748b;
  font-weight:500;
}
.platform-ui-list{
  display:flex;
  flex-direction:column;
  gap:0.4rem;
}
.platform-ui-row{
  display:flex;
  align-items:center;
  gap:0.6rem;
  padding:0.6rem 0.9rem;
  background:#fff;
  border-radius:8px;
  border:1px solid #e2e8f0;
}
.platform-ui-row-highlight{
  border-color:#0ea5e9;
  box-shadow:0 0 0 1px rgba(14,165,233,0.2);
}
.platform-ui-avatar{
  width:32px;
  height:32px;
  border-radius:50%;
  background:#e0f2fe;
  color:#0369a1;
  font-size:0.75rem;
  font-weight:600;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}
.platform-ui-meta{
  flex:1;
  min-width:0;
}
.platform-ui-name{
  display:block;
  font-weight:600;
  color:#1e293b;
  font-size:0.8rem;
}
.platform-ui-detail{
  font-size:0.7rem;
  color:#64748b;
}
.platform-ui-pill{
  font-size:0.65rem;
  font-weight:600;
  color:#0369a1;
  background:rgba(14,165,233,0.1);
  padding:0.2rem 0.5rem;
  border-radius:100px;
  flex-shrink:0;
}
.platform-ui-pill-risk{
  background:#dc2626;
  color:#fff;
}

/* Population viz  - horizontal bar, 1,200 dots, 4 segments, detail card */
.platform-population-body{
  padding:0.5rem 0.75rem;
  display:flex;
  flex-direction:column;
  max-height:min(260px, 42vh);
  min-height:0;
}
.population-bar-wrap{
  display:flex;
  flex-wrap:nowrap;
  align-items:stretch;
  gap:0.5rem;
  flex:1;
  min-height:0;
}
.population-bar-group{
  flex:1 1 0;
  min-width:0;
  min-height:0;
  display:flex;
  flex-direction:column;
  width:249px;
  max-width:100%;
}
.population-segment-labels{
  display:grid;
  grid-template-columns:340fr 285fr 310fr 265fr;
  width:100%;
  opacity:0;
  transition:opacity 0.4s ease 1.6s;
  flex-shrink:0;
}
.population-segment-labels.is-visible{
  opacity:1;
}
.population-segment-label{
  font-size:0.62rem;
  color:var(--text-body);
  text-align:center;
  padding:0.25rem 0.1rem;
  background:#fff;
  border:1px solid #e2e8f0;
  border-bottom:none;
  border-radius:6px 6px 0 0;
  cursor:pointer;
  transition:border-color 0.2s, background 0.2s, box-shadow 0.2s;
}
.population-segment-label:nth-child(2),
.population-segment-label:nth-child(3){ border-left:none; border-right:none; }
.population-segment-label--selected{
  font-weight:600;
  color:var(--text);
}
.population-segment-label--selected[data-segment="0"]{
  background:rgba(234,88,12,0.14);
  border-color:#ea580c;
  box-shadow:0 -2px 0 0 #ea580c;
}
.population-segment-label--selected[data-segment="1"]{
  background:rgba(13,148,136,0.14);
  border-color:#0d9488;
  box-shadow:0 -2px 0 0 #0d9488;
}
.population-segment-label--selected[data-segment="2"]{
  background:rgba(22,163,74,0.14);
  border-color:#16a34a;
  box-shadow:0 -2px 0 0 #16a34a;
}
.population-segment-label--selected[data-segment="3"]{
  background:rgba(245,158,11,0.2);
  border-color:#f59e0b;
  box-shadow:0 -2px 0 0 #f59e0b;
}
.population-bar{
  width:100%;
  flex:1;
  min-height:0;
  height:100%;
  background:linear-gradient(180deg, #f0f7fa 0%, #e8f4f8 100%);
  border:1px solid rgba(19,139,182,0.15);
  border-radius:0 0 10px 10px;
  padding:4px 6px;
  position:relative;
  overflow:hidden;
}
.population-bar-dots{
  display:grid;
  grid-template-columns:repeat(50, 4px);
  grid-auto-rows:4px;
  gap:1px;
  width:calc(50 * 4px + 49 * 1px);
  max-width:100%;
  margin:0 auto;
  justify-content:start;
}
.pop-bar-dot{
  width:4px;
  height:4px;
  border-radius:50%;
  opacity:0;
  transition:opacity 0.25s ease, transform 1.5s cubic-bezier(0.22,1,0.36,1);
}
.population-bar-dots.is-packed .pop-bar-dot{
  opacity:1;
}
.pop-bar-dot--energy{ background:#ea580c; }
.pop-bar-dot--teal{ background:#0d9488; }
.pop-bar-dot--smoothie{ background:#16a34a; }
.pop-bar-dot--switcher{ background:#f59e0b; }

.population-detail-card{
  flex:0 0 180px;
  width:180px;
  max-width:100%;
  min-height:0;
  display:flex;
  flex-direction:column;
  background:#fff;
  border-radius:8px;
  border:1px solid rgba(19,139,182,0.15);
  box-shadow:0 4px 20px rgba(0,0,0,0.08);
  padding:0.4rem 0.5rem;
  opacity:0;
  transform:translateX(12px);
  transition:opacity 0.4s ease 1.9s, transform 0.4s ease 1.9s;
  overflow:hidden;
}
.population-detail-card.is-visible{
  opacity:1;
  transform:translateX(0);
}
.population-detail-title{
  font-size:0.6rem;
  font-weight:600;
  letter-spacing:0.05em;
  color:var(--text-muted);
  margin-bottom:0.35rem;
  flex-shrink:0;
}
.population-detail-list{
  display:flex;
  flex-direction:column;
  gap:0.2rem;
  flex:1;
  min-height:0;
  overflow:hidden;
}
.population-detail-row{
  display:flex;
  align-items:center;
  gap:0.35rem;
  padding:0.25rem 0.35rem;
  background:#f8fafc;
  border-radius:4px;
  border:1px solid #e2e8f0;
  font-size:0.68rem;
  flex-shrink:0;
}
.population-detail-row .platform-ui-avatar{
  width:20px;
  height:20px;
  font-size:0.6rem;
  flex-shrink:0;
}
.population-detail-row .platform-ui-meta{
  flex:1;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:0.05rem;
}
.population-detail-row .platform-ui-name{
  font-size:0.68rem;
  font-weight:600;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.population-detail-row .platform-ui-detail{
  font-size:0.6rem;
  line-height:1.25;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  color:var(--text-muted);
}
.population-detail-row .platform-ui-pill{
  font-size:0.55rem;
  padding:0.1rem 0.3rem;
  flex-shrink:0;
}

/* Predictions viz  - stimulus, bars, why */
.platform-predictions-body{
  padding:0.6rem 1rem;
  display:flex;
  flex-direction:column;
  gap:0.5rem;
  max-height:min(320px, 50vh);
  min-height:0;
}
.predictions-stimulus{
  opacity:0;
  transform:translateY(8px);
  transition:opacity 0.4s ease, transform 0.4s ease;
  flex-shrink:0;
}
.predictions-stimulus.is-visible{
  opacity:1;
  transform:translateY(0);
}
.predictions-stimulus-label{
  font-size:0.62rem;
  font-weight:600;
  letter-spacing:0.06em;
  color:var(--text-muted);
  margin-bottom:0.3rem;
}
.predictions-stimulus-card{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:6px;
  padding:0.5rem 0.65rem;
  font-size:0.72rem;
  color:var(--text-body);
}
.predictions-stimulus-from{
  font-weight:600;
  color:var(--text);
  font-size:0.7rem;
  margin-bottom:0.15rem;
}
.predictions-stimulus-subject{
  font-size:0.7rem;
  color:var(--purple-d);
  margin-bottom:0.25rem;
}
.predictions-stimulus-preview{
  margin:0;
  line-height:1.4;
  font-size:0.68rem;
  color:var(--text-body);
}

.predictions-bars-wrap{
  opacity:0;
  transform:translateY(6px);
  transition:opacity 0.4s ease 0.3s, transform 0.4s ease 0.3s;
  flex-shrink:0;
}
.predictions-bars-wrap.is-visible{
  opacity:1;
  transform:translateY(0);
}
.predictions-bar-row{
  display:flex;
  align-items:center;
  gap:0.5rem;
  margin-bottom:0.35rem;
}
.predictions-bar-row:last-child{ margin-bottom:0; }
.predictions-bar-label{
  flex:0 0 7.5rem;
  min-width:7.5rem;
  font-size:0.7rem;
  color:var(--text-body);
  white-space:nowrap;
}
.predictions-bar-track{
  flex:1;
  height:10px;
  background:#e2e8f0;
  border-radius:100px;
  overflow:hidden;
}
.predictions-bar-fill{
  height:100%;
  border-radius:100px;
  transition:width 1s cubic-bezier(0.22,1,0.36,1);
}
.predictions-bar-fill--high{
  background:linear-gradient(90deg, #059669 0%, #10b981 100%);
}
.predictions-bar-fill--medium{
  background:linear-gradient(90deg, #d97706 0%, #f59e0b 100%);
}
.predictions-bar-fill--low{
  background:linear-gradient(90deg, #dc2626 0%, #ef4444 100%);
}
.predictions-bar-value{
  flex:0 0 36px;
  font-size:0.8rem;
  font-weight:600;
  color:var(--text);
  text-align:right;
}

.predictions-why{
  opacity:0;
  transform:translateY(6px);
  transition:opacity 0.5s ease 0.6s, transform 0.5s ease 0.6s;
  padding-top:0.4rem;
  margin-top:0.1rem;
  border-top:1px solid #e2e8f0;
  flex-shrink:0;
}
.predictions-why.is-visible{
  opacity:1;
  transform:translateY(0);
}
.predictions-why-label{
  font-size:0.62rem;
  font-weight:600;
  letter-spacing:0.06em;
  color:var(--text-muted);
  margin-bottom:0.3rem;
}
.predictions-driver{
  display:flex;
  align-items:center;
  gap:0.4rem;
  padding:0.28rem 0.4rem;
  background:#f8fafc;
  border-radius:4px;
  margin-bottom:0.2rem;
  font-size:0.7rem;
}
.predictions-driver:last-child{ margin-bottom:0; }
.predictions-driver-name{
  flex:1;
  color:var(--text-body);
}
.predictions-driver-effect{
  font-weight:600;
  flex-shrink:0;
}
.predictions-driver-effect--pos{ color:#059669; }
.predictions-driver-effect--neg{ color:#dc2626; }
.predictions-driver-arrow{
  font-size:0.9rem;
  color:var(--text-muted);
  flex-shrink:0;
}
.predictions-driver-arrow--up{ color:#059669; }

.platform-ui-pills{
  display:flex;
  flex-wrap:wrap;
  gap:0.4rem;
}
.platform-ui-pills span{
  font-size:0.8rem;
  font-weight:500;
  color:#0369a1;
  background:rgba(14,165,233,0.08);
  border:1px solid rgba(14,165,233,0.15);
  padding:0.4rem 0.8rem;
  border-radius:8px;
}
.platform-ui-sentiment{
  background:#fff;
  border-radius:8px;
  border:1px solid #e2e8f0;
  padding:1rem;
}
.platform-ui-sentiment-header{
  font-size:0.65rem;
  font-weight:600;
  color:#94a3b8;
  letter-spacing:0.06em;
  margin-bottom:0.75rem;
}
.platform-ui-sentiment-body{
  display:flex;
  align-items:center;
  gap:1rem;
}
.platform-ui-donut{
  width:56px;
  height:56px;
  border-radius:50%;
  background:conic-gradient(#f59e0b 0 34%,#94a3b8 34% 72%,#c084fc 72% 100%);
  position:relative;
  flex-shrink:0;
}
.platform-ui-donut-inner{
  position:absolute;
  inset:6px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  background:#f8fafc;
  border-radius:50%;
  font-size:0.7rem;
  font-weight:600;
  color:#1e293b;
  line-height:1.2;
}
.platform-ui-legend{
  font-size:0.75rem;
  color:#475569;
  display:flex;
  flex-direction:column;
  gap:0.25rem;
}
.platform-ui-legend i{
  display:inline-block;
  width:8px;
  height:8px;
  border-radius:50%;
  margin-right:0.4rem;
  vertical-align:middle;
}
.platform-ui-legend span:nth-child(1) i{background:#f59e0b}
.platform-ui-legend span:nth-child(2) i{background:#94a3b8}
.platform-ui-legend span:nth-child(3) i{background:#c084fc}
.platform-ui-themes{
  display:flex;
  flex-direction:column;
  gap:0.35rem;
}
.platform-ui-themes-label{
  font-size:0.65rem;
  font-weight:600;
  color:#94a3b8;
  letter-spacing:0.05em;
}
.platform-ui-themes-tags{
  display:flex;
  flex-wrap:wrap;
  gap:0.35rem;
}
.platform-ui-themes-tags span{
  font-size:0.72rem;
  color:#475569;
  background:#fff;
  border:1px solid #e2e8f0;
  padding:0.25rem 0.55rem;
  border-radius:6px;
}
.platform-ui-chat{
  display:flex;
  flex-direction:column;
  gap:0.35rem;
}
.platform-ui-bubble{
  padding:0.45rem 0.7rem;
  border-radius:8px;
  font-size:0.75rem;
  line-height:1.45;
  max-width:92%;
}
.platform-ui-bubble-left{
  background:#fff;
  color:#334155;
  border:1px solid #e2e8f0;
  align-self:flex-start;
}
.platform-ui-bubble-right{
  background:#0ea5e9;
  color:#fff;
  border:none;
  align-self:flex-end;
}
.platform-ui-test-card{
  background:linear-gradient(135deg,#fefce8 0,#fef9c3 100%);
  border:1px solid #fde047;
  border-radius:8px;
  padding:0.9rem 1rem;
}
.platform-ui-test-card strong{
  display:block;
  font-size:0.85rem;
  color:#1e293b;
  margin-bottom:0.35rem;
}
.platform-ui-test-card p{
  font-size:0.78rem;
  color:#475569;
  line-height:1.5;
  margin:0;
}
.platform-ui-insight{
  font-size:0.78rem;
  font-weight:500;
  color:#1e293b;
  line-height:1.5;
}

/* A/B test tab  - two versions, mini bars, summary */
.platform-ab-test-body{
  padding:0.5rem 0.75rem;
  max-height:min(320px, 52vh);
  min-height:0;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  gap:0.5rem;
}
.ab-test-versions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0.5rem;
  margin-bottom:0.4rem;
  flex:1;
  min-height:0;
  overflow:hidden;
}
.ab-test-version{
  background:#f8fafc;
  border:1px solid #e2e8f0;
  border-radius:6px;
  padding:0.45rem 0.6rem;
}
.ab-test-headline{
  font-size:0.62rem;
  font-weight:600;
  letter-spacing:0.04em;
  color:var(--text-muted);
  margin-bottom:0.25rem;
}
.ab-test-copy{
  font-size:0.72rem;
  color:#1e293b;
  line-height:1.35;
  margin:0 0 0.35rem 0;
}
.ab-test-mini-bars{
  display:flex;
  flex-direction:column;
  gap:0.35rem;
}
.ab-test-mini-row{
  display:flex;
  align-items:center;
  gap:0.4rem;
  font-size:0.68rem;
}
.ab-test-mini-label{
  flex:0 0 100px;
  color:var(--text-muted);
}
.ab-test-mini-track{
  flex:1;
  min-width:0;
  height:6px;
  background:#e2e8f0;
  border-radius:100px;
  overflow:hidden;
}
.ab-test-mini-fill{
  height:100%;
  border-radius:100px;
  transition:width 0.6s ease;
}
.ab-test-mini-fill--orange{ background:linear-gradient(90deg, #ea580c 0%, #f97316 100%); }
.ab-test-mini-fill--teal{ background:linear-gradient(90deg, #0d9488 0%, #14b8a6 100%); }
.ab-test-mini-val{
  flex:0 0 28px;
  font-weight:600;
  color:#1e293b;
  text-align:right;
}
.ab-test-summary{
  font-size:0.7rem;
  font-weight:500;
  color:#1e293b;
  line-height:1.4;
  padding:0.4rem 0.5rem;
  background:#fef3c7;
  border:1px solid #fde047;
  border-radius:6px;
  margin-bottom:0.5rem;
  flex-shrink:0;
}
@media (max-width: 520px) {
  .ab-test-versions{ grid-template-columns: 1fr; }
}

.platform-ui-input{
  display:flex;
  align-items:center;
  gap:0.5rem;
  background:#fff;
  border:1px solid #cbd5e1;
  border-radius:10px;
  padding:0.5rem 0.9rem 0.5rem 1rem;
  min-height:40px;
}
.platform-ui-input .platform-ui-input-icon{
  color:#94a3b8;
  flex-shrink:0;
  display:flex;
  align-items:center;
}
.platform-ui-input .platform-ui-input-icon svg{
  width:16px;
  height:16px;
}
.platform-ui-placeholder{
  flex:1;
  color:#94a3b8;
  font-size:0.8rem;
  min-width:0;
}
.platform-ui-send{
  width:28px;
  height:28px;
  border:none;
  border-radius:50%;
  background:#e2e8f0;
  color:#64748b;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  cursor:default;
  pointer-events:none;
}
.platform-ui-send svg{
  width:12px;
  height:12px;
  transform:rotate(-90deg);
}
.platform-ui-input-wide .platform-ui-placeholder{
  font-size:0.75rem;
}

/* Legacy mockup classes (kept for any remaining usage) */
.platform-mockup{background:#fafafa;border:1px solid rgba(0,0,0,0.06);border-radius:12px;overflow:hidden;margin-top:1.25rem;min-height:200px;display:flex;flex-direction:column;box-shadow:0 2px 8px rgba(0,0,0,0.04)}
.platform-mockup-header{display:flex;align-items:center;gap:0.75rem;padding:0.75rem 1.25rem;background:#fff;border-bottom:1px solid rgba(0,0,0,0.06)}
.platform-mockup-chat-prompt,.mockup-chat-result{font-size:0.85rem;color:#374151;line-height:1.55}
.platform-mockup-chat-prompt{padding:1rem 1.25rem}
.mockup-chat-prompt{background:#fff}
.mockup-chat-result{background:#fff;padding:0.85rem 1.25rem;font-weight:500}
.mockup-patient-list{flex:1;padding:0.5rem 1rem 0.6rem;display:flex;flex-direction:column;gap:0.5rem}
.mockup-patient-card{display:flex;align-items:center;gap:0.6rem;padding:0.65rem 1rem;background:#fff;border-radius:10px;border:1px solid rgba(0,0,0,0.06);box-shadow:0 1px 3px rgba(0,0,0,0.04)}
.mockup-person-icon{font-size:1rem;opacity:0.7}
.mockup-patient-info{flex:1;min-width:0}
.mockup-patient-name{display:block;font-weight:600;color:#111;font-size:0.8rem}
.mockup-patient-meta{font-size:0.7rem;color:#6b7280}
.mockup-patient-detail{font-size:0.65rem;color:#9ca3af}
.mockup-risk-pill{background:#dc2626;color:#fff;font-size:0.6rem;font-weight:600;padding:0.25rem 0.5rem;border-radius:100px;white-space:nowrap;flex-shrink:0}
.mockup-pills-row{display:flex;flex-wrap:wrap;gap:0.4rem;padding:0.6rem 1rem}
.mockup-pill{background:rgba(19,139,182,0.1);color:#0e6d8f;font-size:0.8rem;font-weight:500;padding:0.4rem 0.85rem;border-radius:100px;border:1px solid rgba(19,139,182,0.15)}
.mockup-demos{font-size:0.75rem;color:#6b7280;padding:0 1rem 0.6rem;line-height:1.4}
.mockup-sentiment-card{background:#fff;border:1px solid rgba(0,0,0,0.06);border-radius:10px;padding:1.15rem 1.4rem;margin:0 1.25rem 0.75rem;box-shadow:0 2px 6px rgba(0,0,0,0.04)}
.mockup-sentiment-header{font-size:0.7rem;font-weight:600;color:#9ca3af;letter-spacing:0.05em;margin-bottom:0.75rem}
.mockup-sentiment-body{display:flex;align-items:center;gap:1.25rem}
.mockup-donut{width:64px;height:64px;border-radius:50%;background:conic-gradient(#f59e0b 0 34%,#80deea 34% 72%,#b39ddb 72% 100%);position:relative;flex-shrink:0}
.mockup-donut-center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fafafa;border-radius:50%;margin:8px;font-size:0.75rem;font-weight:600;color:#1a2e28;line-height:1.2}
.mockup-sentiment-legend{font-size:0.75rem;color:#4b5563;display:flex;flex-direction:column;gap:0.3rem}
.mockup-sentiment-legend i{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:0.5rem;vertical-align:middle}
.mockup-sentiment-legend span:nth-child(1) i{background:#f59e0b}
.mockup-sentiment-legend span:nth-child(2) i{background:#80deea}
.mockup-sentiment-legend span:nth-child(3) i{background:#b39ddb}
.mockup-sentiment-footer{font-size:0.65rem;color:#9ca3af;margin-top:0.75rem}
.mockup-risk-legend{display:flex;gap:0.6rem;padding:0.5rem 1rem;font-size:0.65rem;color:#6b7280}
.mockup-risk-legend i{display:inline-block;width:6px;height:6px;border-radius:50%;margin-right:0.3rem;vertical-align:middle}
.mockup-risk-legend span:nth-child(1) i{background:#22c55e}
.mockup-risk-legend span:nth-child(2) i{background:#eab308}
.mockup-risk-legend span:nth-child(3) i{background:#ef4444}
.mockup-chat-input{display:flex;align-items:center;gap:0.5rem;background:#fff;border:1px solid rgba(19,139,182,0.25);border-radius:20px;margin:0.75rem 1.25rem;padding:0.55rem 0.85rem 0.55rem 1.1rem;min-height:42px;box-shadow:0 1px 2px rgba(0,0,0,0.04)}
.mockup-chat-input .mockup-input-icon{color:#9ca3af;flex-shrink:0;display:flex;align-items:center}
.mockup-chat-input .mockup-input-icon svg{width:14px;height:14px}
.mockup-chat-input .mockup-input-placeholder{flex:1;color:#9ca3af;font-size:0.8rem;min-width:0}
.mockup-chat-input .mockup-send-btn{width:28px;height:28px;border:none;border-radius:50%;background:#e5e7eb;color:#6b7280;display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:default;pointer-events:none}
.mockup-chat-input .mockup-send-btn svg{width:12px;height:12px;transform:rotate(-90deg)}
.mockup-chat-input-wide .mockup-input-placeholder{font-size:0.75rem}
.mockup-chat-header{display:flex;align-items:center;gap:0.6rem;padding:0.7rem 1rem;background:#fff;border-bottom:1px solid #e5e5ea}
.mockup-avatar{width:28px;height:28px;border-radius:50%;background:#dc2626;color:#fff;display:flex;align-items:center;justify-content:center;font-size:0.75rem;font-weight:600;flex-shrink:0}
.mockup-header-name{display:block;font-weight:600;color:#111;font-size:0.85rem}
.mockup-header-meta{font-size:0.7rem;color:#6b7280}
.mockup-chat-header .mockup-risk-pill{margin-left:auto}
.mockup-chat-bubbles{padding:0.9rem 1.25rem;display:flex;flex-direction:column;gap:0.6rem;flex:1}
.mockup-bubble{padding:0.7rem 1rem;border-radius:12px;font-size:0.8rem;line-height:1.5;max-width:92%}
.mockup-bubble-left{background:#fff;color:#374151;border:1px solid rgba(0,0,0,0.06);box-shadow:0 1px 2px rgba(0,0,0,0.04);align-self:flex-start}
.mockup-bubble-right{background:#138bb6;color:#fff;border:none;align-self:flex-end}
.mockup-suggestions{display:flex;flex-wrap:wrap;gap:0.4rem;padding:0 1.25rem 0.75rem}
.mockup-suggestions span{background:#fff;border:1px solid rgba(0,0,0,0.08);padding:0.4rem 0.85rem;border-radius:100px;font-size:0.75rem;color:#4b5563}
.mockup-test-card{background:#fef8f0;border:1px solid rgba(0,0,0,0.06);border-radius:10px;padding:1.15rem 1.4rem;margin:0 1.25rem 1rem;box-shadow:0 2px 6px rgba(0,0,0,0.04)}
.mockup-test-card strong{display:block;font-size:0.9rem;color:#1a2e28;margin-bottom:0.4rem}
.mockup-test-card p{font-size:0.8rem;color:#4b5563;line-height:1.55;margin:0}
.mockup-testing-status{font-size:0.8rem;color:#374151;padding:0 1.25rem 0.5rem}
.mockup-insight{font-size:0.8rem;font-weight:600;color:#1a2e28;padding:0 1.25rem 0.5rem;line-height:1.5}
.mockup-steps{list-style:none;padding:0 1rem 0.6rem;margin:0}
.mockup-steps li{font-size:0.7rem;color:#6b7280;padding:0.25rem 0;padding-left:1rem;position:relative}
.mockup-steps li::before{content:'';position:absolute;left:0;top:0.5em;width:4px;height:4px;border-radius:50%;background:#138bb6}

/* Accuracy  - compact cards, research-forward */
.accuracy-section{
  padding:3rem var(--page-padding-x);
}
body.landing-ghibli .accuracy-section{
  background:rgba(255,253,248,0.82);
  box-shadow:0 0 80px rgba(255,255,255,0.35);
  border-radius:20px;
}
.accuracy-inner{
  max-width:var(--content-max);
  margin:0 auto;
  padding:0 var(--page-padding-x);
  display:flex;
  flex-direction:column;
  align-items:center;
}
.accuracy-section h2{
  font-family:'Source Serif 4',Georgia,serif;
  font-size:clamp(1.8rem,4vw,2.5rem);
  font-weight:600;
  color:var(--text);
  text-align:center;
  margin:0 0 0.75rem;
  letter-spacing:-0.02em;
}
.accuracy-card-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1rem;
  width:100%;
}
@media (max-width:900px){
  .accuracy-card-grid{ grid-template-columns:1fr; max-width:400px; margin:0 auto; }
}
.accuracy-card{
  background:#faf9f7;
  border:1px solid rgba(0,0,0,0.06);
  border-left:3px solid #0d9488;
  border-radius:10px;
  height:340px;
  display:flex;
  flex-direction:column;
  cursor:pointer;
  transition:transform 0.2s, box-shadow 0.2s;
}
.accuracy-card:hover{
  transform:translateY(-2px);
  box-shadow:0 6px 24px rgba(0,0,0,0.08);
}
.accuracy-card-placeholder{
  cursor:default;
  border-left-color:rgba(0,0,0,0.15);
}
.accuracy-card-placeholder:hover{
  transform:none;
  box-shadow:none;
}
.accuracy-card-placeholder .accuracy-card-dot{ background:var(--text-muted); }
.accuracy-card-content{
  padding:1.5rem 1.75rem;
  display:flex;
  flex-direction:column;
  height:100%;
}
.accuracy-card-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:0.75rem;
  margin-bottom:0.6rem;
}
.accuracy-card-domain{
  font-size:0.65rem;
  font-weight:600;
  letter-spacing:0.08em;
  color:var(--text-muted);
  display:flex;
  align-items:center;
  gap:0.4rem;
}
.accuracy-card-dot{
  width:6px;
  height:6px;
  border-radius:50%;
  background:#0d9488;
  flex-shrink:0;
}
.accuracy-card-stat{
  font-family:'Source Serif 4',Georgia,serif;
  font-size:1.85rem;
  font-weight:600;
  color:#0d9488;
  flex-shrink:0;
}
.accuracy-card-title{
  font-family:'Source Serif 4',Georgia,serif;
  font-size:1.3rem;
  font-weight:600;
  color:var(--text);
  line-height:1.3;
  margin-bottom:0.5rem;
}
.accuracy-card-desc{
  font-size:1rem;
  color:var(--text-body);
  line-height:1.5;
  flex:1;
  margin-bottom:0.75rem;
}
.accuracy-card-footer{
  font-size:0.82rem;
  color:var(--text-muted);
  margin-top:auto;
}

/* Accuracy article panel */
.accuracy-article-panel{
  position:fixed;
  inset:0;
  z-index:1000;
  display:flex;
  align-items:flex-start;
  justify-content:flex-end;
  pointer-events:none;
}
.accuracy-article-panel[aria-hidden="false"]{
  pointer-events:auto;
}
.accuracy-article-backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.4);
  opacity:0;
  transition:opacity 0.3s ease;
}
.accuracy-article-panel[aria-hidden="false"] .accuracy-article-backdrop{
  opacity:1;
}
.accuracy-article-inner{
  position:relative;
  width:100%;
  max-width:720px;
  height:100%;
  overflow-y:auto;
  transform:translateX(100%);
  transition:transform 0.35s ease;
  padding:3rem 2.5rem 4rem;
  background:#fff;
}
.accuracy-article-inner > *{
  position:relative;
  z-index:1;
}
.accuracy-article-panel[aria-hidden="false"] .accuracy-article-inner{
  transform:translateX(0);
}
.accuracy-article-close{
  position:absolute;
  top:1.5rem;
  right:2rem;
  width:40px;
  height:40px;
  border:none;
  background:rgba(255,255,255,0.9);
  border-radius:50%;
  font-size:1.5rem;
  line-height:1;
  color:var(--text);
  cursor:pointer;
  transition:background 0.2s;
  z-index:2;
}
.accuracy-article-close:hover{
  background:#fff;
}
.accuracy-article{
  max-width:560px;
  margin:0 auto;
}
.accuracy-article-header{
  margin-bottom:2rem;
}
.accuracy-article-domain{
  font-size:0.65rem;
  font-weight:600;
  letter-spacing:0.1em;
  color:var(--text-muted);
  display:block;
  margin-bottom:0.25rem;
}
.accuracy-article-title{
  font-family:'Source Serif 4',Georgia,serif;
  font-size:clamp(1.5rem,2.8vw,1.9rem);
  font-weight:600;
  color:var(--text);
  margin-bottom:0.25rem;
  line-height:1.3;
}
.accuracy-article-meta{
  font-size:0.9rem;
  color:var(--text-muted);
  margin-bottom:0.75rem;
}
.accuracy-article-stat{
  font-family:'Source Serif 4',Georgia,serif;
  font-size:2.5rem;
  font-weight:600;
  color:#0d9488;
}
.accuracy-chart-legend{
  display:flex;
  gap:1.5rem;
  margin-bottom:1rem;
  font-size:0.85rem;
  color:var(--text-muted);
}
.accuracy-legend-item{
  display:flex;
  align-items:center;
  gap:0.5rem;
}
.accuracy-legend-bar{
  width:16px;
  height:8px;
  border-radius:2px;
}
.accuracy-legend-predicted{ background:#14b8a6; }
.accuracy-legend-actual{ background:#374151; }
.accuracy-bars{
  margin:1rem 0 2rem;
}
.accuracy-bar-row{
  display:grid;
  grid-template-columns:1fr auto;
  gap:1rem 2rem;
  align-items:center;
  margin-bottom:0.9rem;
  font-size:0.9rem;
}
.accuracy-bar-label{
  color:var(--text);
  line-height:1.3;
}
.accuracy-bar-pair{
  display:flex;
  flex-direction:column;
  gap:0.35rem;
}
.accuracy-bar-cell{
  display:flex;
  align-items:center;
  gap:0.6rem;
}
.accuracy-bar-track{
  width:100px;
  height:8px;
  background:rgba(0,0,0,0.06);
  border-radius:2px;
  overflow:hidden;
}
.accuracy-bar{
  height:100%;
  border-radius:2px;
  min-width:2px;
  transition:width 0.3s ease;
}
.accuracy-bar-predicted{ background:#14b8a6; }
.accuracy-bar-actual{ background:#374151; }
.accuracy-bar-pct{
  font-family:ui-monospace,monospace;
  font-size:0.8rem;
  color:var(--text-muted);
  flex-shrink:0;
  min-width:2.5em;
}
.accuracy-error-chart{
  position:relative;
  height:48px;
  padding-bottom:1.5em;
  background:#f8f6f2;
  border-radius:6px;
  margin:0.75rem 0 0.25rem;
  border:1px solid rgba(0,0,0,0.05);
}
.accuracy-error-axis{
  position:absolute;
  bottom:-1.25em;
  font-size:0.7rem;
  color:var(--text-muted);
}
.accuracy-error-axis:first-of-type{ left:0; }
.accuracy-error-axis:last-of-type{ right:0; }
.accuracy-error-dot{
  position:absolute;
  top:50%;
  transform:translate(-50%,-50%);
  width:8px;
  height:8px;
  border-radius:50%;
  background:#0d9488;
  opacity:0.85;
}
.accuracy-error-caption{
  font-size:0.8rem;
  color:var(--text-muted);
  margin-bottom:1.5rem !important;
}
.accuracy-methodology{
  margin-top:1.5rem;
  padding:0.75rem 1rem;
  background:#f8f6f2;
  border-radius:6px;
  border:1px solid rgba(0,0,0,0.05);
}
.accuracy-methodology p{
  font-family:ui-monospace,monospace;
  font-size:0.75rem;
  color:var(--text-muted);
  line-height:1.6;
  margin:0;
}
.accuracy-article h2{
  font-family:'Source Serif 4',Georgia,serif;
  font-size:1.1rem;
  font-weight:600;
  color:var(--text);
  margin-top:1.75rem;
  margin-bottom:0.5rem;
}
.accuracy-article h2:first-of-type{ margin-top:0; }
.accuracy-article p{
  font-family:'DM Sans',sans-serif;
  font-size:0.95rem;
  color:var(--text-body);
  line-height:1.65;
  margin-bottom:0.75rem;
}
.accuracy-article-table-wrap{
  overflow-x:auto;
  margin:1.25rem 0;
  border-radius:10px;
  border:1px solid #e2e8f0;
  background:rgba(255,255,255,0.9);
}
.accuracy-article-table{
  width:100%;
  border-collapse:collapse;
  font-size:0.9rem;
}
.accuracy-article-table th{
  font-weight:600;
  color:var(--text);
  text-align:left;
  padding:0.75rem 1rem;
  background:#f8fafc;
  border-bottom:1px solid #e2e8f0;
}
.accuracy-article-table td{
  padding:0.65rem 1rem;
  border-bottom:1px solid #f1f5f9;
}
.accuracy-article-table tbody tr:nth-child(even){
  background:#fafbfc;
}
.accuracy-article-table .num{
  font-family:'JetBrains Mono',monospace;
  font-variant-numeric:tabular-nums;
}
.accuracy-article-table .diff{
  font-weight:500;
}
.accuracy-article-back{
  margin-top:2rem;
  padding:0.7rem 1.1rem;
  font-size:1rem;
  color:var(--purple);
  background:transparent;
  border:none;
  cursor:pointer;
  font-family:'DM Sans',sans-serif;
}
.accuracy-article-back:hover{
  text-decoration:underline;
}

/* Use Cases - Minimal card grid */
.use-cases-section{
  padding:3.5rem var(--page-padding-x);
}
body.landing-ghibli .use-cases-section{background:transparent}
.use-cases-inner{
  max-width:var(--content-max);
  margin:0 auto;
  padding:0 var(--page-padding-x);
}
.use-cases-section .label{
  display:block;
  font-size:0.7rem;
  font-weight:600;
  letter-spacing:0.12em;
  color:var(--text-muted);
  text-align:center;
  margin-bottom:0.5rem;
}
.use-cases-section h2{
  font-family:'Source Serif 4',Georgia,serif;
  font-size:clamp(1.8rem,4vw,2.5rem);
  font-weight:600;
  color:var(--text);
  margin-bottom:0.5rem;
  letter-spacing:-0.02em;
  text-align:center;
}
.use-cases-section .use-cases-sub{
  font-size:1.1rem;
  color:var(--text);
  font-weight:500;
  text-align:center;
  margin:0 auto 2.5rem;
  max-width:540px;
}
.use-cases-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:2rem;
}
@media (max-width:768px){
  .use-cases-grid{ grid-template-columns:1fr; }
}
.use-case-card{
  background:#fff;
  border:1px solid rgba(0,0,0,0.06);
  border-radius:4px;
  padding:2.25rem 2rem;
  min-height:180px;
  transition:box-shadow 0.2s ease;
}
.use-case-card:hover{
  box-shadow:0 4px 20px rgba(0,0,0,0.06);
}
.use-case-domain{
  display:block;
  font-family:'JetBrains Mono',ui-monospace,monospace;
  font-size:0.65rem;
  font-weight:500;
  letter-spacing:0.1em;
  text-transform:uppercase;
  margin-bottom:0.75rem;
}
.use-case-consumer .use-case-domain{ color:#b8860b; }
.use-case-clinical .use-case-domain{ color:#2e7d5f; }
.use-case-public-health .use-case-domain{ color:#0d7d8c; }
.use-case-politics .use-case-domain{ color:#4a6fa5; }
.use-case-enterprise .use-case-domain{ color:#6b6058; }
.use-case-digital-health .use-case-domain{ color:#7b5ea7; }
.use-case-prompt{
  font-family:'DM Sans',sans-serif;
  font-size:1.05rem;
  font-weight:400;
  color:var(--text);
  line-height:1.6;
  margin:0;
}
.use-cases-section .credibility-trust-card{
  margin-top:2.5rem;
}

/* Credibility Section - ABOUT with marquee */
.credibility-section{
  padding:3.5rem var(--page-padding-x) 1.5rem;
  text-align:center;
}
body.landing-ghibli .credibility-section{
  background:#f5f3ef;
  box-shadow:0 0 80px rgba(255,255,255,0.35);
  border-radius:20px;
}
.credibility-inner{
  max-width:var(--content-max);
  margin:0 auto;
  padding:0 var(--page-padding-x);
}
.credibility-section .label{
  display:block;
  font-size:0.75rem;
  font-weight:600;
  letter-spacing:0.12em;
  color:var(--text-muted);
  margin-bottom:1rem;
}
.credibility-headline{
  font-family:'Source Serif 4',Georgia,serif;
  font-size:1.5rem;
  font-weight:400;
  line-height:1.65;
  color:var(--text);
  margin-bottom:2.5rem;
}
.credibility-headline strong{
  font-weight:600;
}
.credibility-marquee-wrap{
  overflow:hidden;
  mask-image:linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
  -webkit-mask-image:linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
  margin-bottom:2rem;
  padding:1.5rem 0;
  min-height:64px;
}
.credibility-marquee-wrap:hover .credibility-marquee-track{
  animation-play-state:paused;
}
.credibility-marquee-track{
  display:flex;
  gap:4rem;
  align-items:center;
  width:max-content;
  animation:credibilityMarquee 25s linear infinite;
}
@keyframes credibilityMarquee{
  from{ transform:translateX(0); }
  to{ transform:translateX(-50%); }
}
.credibility-logo{
  flex-shrink:0;
  display:flex;
  align-items:center;
  height:56px;
}
.credibility-logo img{
  height:56px;
  width:auto;
  object-fit:contain;
}
.credibility-logo-text{
  font-family:'DM Sans',sans-serif;
  font-size:1.15rem;
  font-weight:600;
  white-space:nowrap;
}
.credibility-logo.credibility-logo-uv .credibility-logo-text{ color:#1a5fb4; }
.credibility-logo.credibility-logo-cv .credibility-logo-text{ color:#26a269; }
.credibility-trust-card{
  background:#fff;
  border:1px solid rgba(0,0,0,0.06);
  border-left:3px solid #0d9488;
  border-radius:12px;
  padding:1.75rem 2rem;
  margin-bottom:2rem;
  box-shadow:0 4px 20px rgba(0,0,0,0.06);
}
.credibility-trust-main{
  max-width:100%;
}
.credibility-trust-head{
  display:flex;
  align-items:flex-start;
  text-decoration:none;
  color:inherit;
  cursor:pointer;
}
.credibility-trust-head:hover{
  color:inherit;
}
.credibility-trust-head.credibility-trust-cta{
  gap:1rem;
  justify-content:space-between;
  margin-bottom:1rem;
}
.credibility-trust-card h3{
  font-family:'Source Serif 4',Georgia,serif;
  font-size:1.35rem;
  font-weight:600;
  color:var(--text);
  margin:0;
  line-height:1.3;
}
.credibility-trust-arrow{
  font-size:1.25rem;
  color:#fff;
  flex-shrink:0;
  width:2.25rem;
  height:2.25rem;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:rgba(19,139,182,0.85);
  transition:background 0.2s ease;
}
.credibility-trust-cta:hover .credibility-trust-arrow{
  background:rgba(19,139,182,1);
}
.credibility-trust-icons-row{
  display:flex;
  align-items:center;
  gap:1rem;
  margin-bottom:0.9rem;
}
.credibility-trust-icons{
  display:flex;
  gap:0.75rem;
}
.credibility-trust-icons svg{
  color:var(--text);
  opacity:0.7;
}
.credibility-trust-statement{
  font-family:'DM Sans',sans-serif;
  font-size:0.8rem;
  font-weight:400;
  color:var(--text-muted);
}
.credibility-trust-desc{
  font-size:1rem;
  color:var(--text-body);
  line-height:1.55;
  margin:0;
}
.credibility-raised{
  font-family:'JetBrains Mono',ui-monospace,monospace;
  font-size:0.7rem;
  color:var(--text-muted);
  letter-spacing:0.05em;
  margin-bottom:0.6rem;
}
.credibility-team-link{
  font-family:'DM Sans',sans-serif;
  font-size:0.9rem;
  font-weight:500;
  color:#0d9488;
  text-decoration:none;
}
.credibility-team-link:hover{
  text-decoration:underline;
}

/* CTA Section */
.cta-section{
  margin-top:0;
  padding:80px var(--page-padding-x) 3.5rem;
  position:relative;
  z-index:4;
  overflow:hidden;
  background:var(--purple);
  border-radius:0;
  border-top:1px solid rgba(240,237,248,0.08);
}
.cta-ribbon{
  position:relative;
  z-index:2;
  padding:0;
  text-align:center;
  border-radius:0;
}
.cta-inner{
  position:relative;
  max-width:500px;
  margin:0 auto;
  text-align:center;
}
.cta-inner .label{
  font-size:0.8rem;
  letter-spacing:0.14em;
  color:rgba(255,255,255,0.85);
  margin-bottom:1.25rem;
}
.cta-inner h2{
  font-family:'Source Serif 4',Georgia,serif;
  font-size:2.5rem;
  font-weight:600;
  color:#fff;
  margin-bottom:3rem;
  text-shadow:0 1px 2px rgba(0,0,0,0.15);
}
.cta-inner > p{
  font-size:1rem;
  color:rgba(255,255,255,0.9);
  line-height:1.7;
  margin-bottom:2rem;
}
.cta-form{
  display:flex;
  flex-direction:column;
  gap:1.75rem;
}
.cta-row{
  display:flex;
  gap:1.5rem;
}
.cta-row input{
  flex:1;
}
.cta-form input{
  padding:1rem 1.15rem;
  background:rgba(255,255,255,0.95);
  border:1px solid rgba(255,255,255,0.3);
  border-radius:8px;
  color:var(--text);
  font-size:1rem;
}
.cta-form input::placeholder{
  color:var(--text-muted);
}
.cta-form input:focus{
  outline:none;
  border-color:rgba(255,255,255,0.8);
  box-shadow:0 0 0 3px rgba(255,255,255,0.2);
}
.cta-dropdown-wrap{
  width:100%;
}
.cta-select{
  width:100%;
  padding:1rem 1.15rem;
  background:rgba(255,255,255,0.95);
  border:1px solid rgba(255,255,255,0.3);
  border-radius:8px;
  color:var(--text);
  font-size:1rem;
  font-family:'DM Sans',sans-serif;
  cursor:pointer;
  appearance:auto;
}
.cta-select:focus{
  outline:none;
  border-color:rgba(255,255,255,0.8);
  box-shadow:0 0 0 3px rgba(255,255,255,0.2);
}
.cta-select option[value=""]{
  color:var(--text-muted);
}
.cta-message-wrap{
  width:100%;
}
.cta-textarea{
  width:100%;
  padding:1rem 1.15rem;
  background:rgba(255,255,255,0.95);
  border:1px solid rgba(255,255,255,0.3);
  border-radius:8px;
  color:var(--text);
  font-size:1rem;
  font-family:'DM Sans',sans-serif;
  resize:vertical;
  outline:none;
  min-height:80px;
}
.cta-textarea::placeholder{
  color:var(--text-muted);
}
.cta-textarea:focus{
  border-color:rgba(255,255,255,0.8);
  box-shadow:0 0 0 3px rgba(255,255,255,0.2);
}
.cta-submit{
  padding:1.1rem 1.25rem;
  background:#fff;
  color:var(--purple);
  border:none;
  border-radius:8px;
  font-size:1.05rem;
  font-weight:600;
  cursor:pointer;
  transition:all 0.2s;
}
.cta-submit:hover{
  background:rgba(255,255,255,0.95);
  transform:translateY(-1px);
  box-shadow:0 4px 12px rgba(0,0,0,0.15);
}
.cta-email{
  font-size:0.85rem;
  color:rgba(255,255,255,0.85);
  margin-top:1.5rem;
  text-align:center;
}
.cta-email a{
  color:#fff;
  text-decoration:underline;
  text-underline-offset:2px;
}
.cta-email a:hover{
  text-decoration:none;
}

/* Simple bottom CTA band for solution pages */
.simple-cta-band{
  padding:80px 80px;
  background:#f5f3ff;
  border-top:1px solid rgba(26,21,53,0.08);
  box-sizing:border-box;
}
.simple-cta-row{
  max-width:960px;
  margin:0 auto;
  display:flex;
  gap:24px;
}
.simple-cta-card{
  flex:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:28px 32px;
  text-decoration:none;
  border-radius:0;
  border:1px solid rgba(26,21,53,0.18);
  font-family:'DM Sans',sans-serif;
  font-size:20px;
  font-weight:500;
}

.simple-cta-primary{
  background:#ffffff;
  color:#1a1535;
}
.simple-cta-secondary{
  background:#0a9bad;
  color:#f0edf8;
}

.simple-cta-arrow{
  font-size:24px;
}

.simple-cta-card:hover{
  border-color:rgba(19,139,182,0.6);
}

/* === Methodology / Research page === */
.methodology-page{
  background:#f0edf8;
  color:#1a1535;
}
.methodology-main{
  background:#f0edf8;
  padding-top:80px;
  padding-bottom:160px;
}

/* ===== Research backtests page ===== */
.research-page .research-hero{
  padding:120px 80px 60px;
  background:#1a1535;
  box-sizing:border-box;
}
.research-eyebrow{
  font-family:'DM Sans',sans-serif;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:0.18em;
  color:#00BCD4;
  margin:0 0 16px;
}
.research-hero-title{
  font-family:'Lora',serif;
  font-size:56px;
  font-weight:400;
  line-height:1.05;
  color:#f0edf8;
  margin:0 0 20px;
  max-width:780px;
}
.research-hero-body{
  font-family:'DM Sans',sans-serif;
  font-size:15px;
  line-height:1.7;
  color:#ffffff;
  max-width:640px;
  margin:0 0 14px;
}
.research-hero-disclaimer{
  font-family:'DM Sans',sans-serif;
  font-size:13px;
  font-style:italic;
  line-height:1.7;
  color:#ffffff;
  max-width:720px;
  margin:0;
}
.research-main{
  background:#f0edf8;
  padding:120px 0 160px;
}
.research-inner{
  max-width:1100px;
  margin:0 auto;
  padding:0 80px;
  box-sizing:border-box;
}
.research-board{
  margin-top:40px;
}
.research-entry{
  display:grid;
  grid-template-columns:220px 1fr;
  gap:80px;
  align-items:start;
  padding:40px 0;
  border-top:1px solid rgba(240,237,248,0.08);
}
.research-entry:first-child{
  border-top:none;
}
.research-entry-left{
  position:sticky;
  top:120px;
  align-self:flex-start;
}
.research-entry-right{
  min-width:0;
}
.research-category{
  font-family:'DM Sans',sans-serif;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:0.18em;
  color:#9B6FD4;
  margin:0 0 8px;
}
.research-date{
  font-family:'DM Sans',sans-serif;
  font-size:13px;
  color:rgba(26,21,53,0.5);
  margin:0;
}
.research-entry-accent{
  display:block;
  width:32px;
  height:2px;
  margin-top:16px;
  background:rgba(155,111,212,0.35);
  border-radius:0;
}
.research-title{
  font-family:'Lora',serif;
  font-size:28px;
  font-weight:400;
  line-height:1.2;
  color:#1a1535;
  margin:0 0 8px;
}
.research-title-link{
  color:inherit;
  text-decoration:none;
}
.research-title-link:hover{
  color:#9B6FD4;
  text-decoration:underline;
}
.research-descriptor{
  font-family:'DM Sans',sans-serif;
  font-size:15px;
  font-weight:600;
  color:#1a1535;
  margin:0 0 10px;
}
.research-body{
  font-family:'DM Sans',sans-serif;
  font-size:15px;
  line-height:1.7;
  color:rgba(26,21,53,0.7);
  margin:0 0 18px;
}
.research-source{
  font-family:'DM Sans',sans-serif;
  font-size:13px;
  color:rgba(26,21,53,0.6);
  margin:0 0 22px;
}
.research-source a{
  color:#9B6FD4;
  text-decoration:none;
}
.research-source a:hover{
  text-decoration:underline;
}
.research-stats{
  display:flex;
  flex-wrap:wrap;
  gap:48px;
  margin:0 0 20px;
}
.research-stat{
  display:flex;
  flex-direction:column;
}
.research-stat-value{
  font-family:'Lora',serif;
  font-size:48px;
  line-height:1;
  color:#9B6FD4;
}
.research-stat-value.research-stat-pending{
  color:rgba(155,111,212,0.4);
}
.research-stat-label{
  font-family:'DM Sans',sans-serif;
  font-size:11px;
  letter-spacing:0.18em;
  text-transform:uppercase;
  color:rgba(26,21,53,0.6);
  margin-top:6px;
}
.research-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.research-tag{
  font-family:'DM Sans',sans-serif;
  font-size:12px;
  border:1px solid rgba(26,21,53,0.2);
  padding:6px 16px;
  text-transform:none;
  border-radius:0;
  color:#1a1535;
  background:transparent;
}
.research-tag:hover{
  border-color:#9B6FD4;
}
@media (max-width:768px){
  .research-entry{
    grid-template-columns:1fr;
  }
}
.methodology-grid{
  max-width:1200px;
  margin:0 auto;
  padding:80px 80px 0;
  display:grid;
  grid-template-columns:260px 1fr;
  gap:0;
  box-sizing:border-box;
}
.methodology-toc{
  position:sticky;
  top:120px;
  align-self:flex-start;
  padding-right:56px;
  border-right:1px solid rgba(26,21,53,0.06);
}
.methodology-toc-label{
  font-family:'DM Sans',sans-serif;
  font-size:14px;
  font-weight:500;
  text-transform:none;
  letter-spacing:0.02em;
  color:rgba(26,21,53,0.5);
  margin:0 0 12px;
}
.methodology-toc-nav{
  display:flex;
  flex-direction:column;
}
.methodology-toc-group{
  font-family:'DM Sans',sans-serif;
  font-size:16px;
  text-transform:none;
  letter-spacing:0;
  color:rgba(26,21,53,0.7);
  margin:8px 0 4px;
}
.methodology-toc-group:first-child{
  margin-top:0;
}
.methodology-toc-link{
  display:block;
  padding:6px 0;
  font-family:'Source Serif 4',Georgia,serif;
  font-size:17px;
  font-weight:400;
  line-height:1.5;
  color:rgba(26,21,53,0.65);
  text-decoration:none;
  border-left:none;
  transition:color 160ms ease;
}
.methodology-toc-link-chapter{
  padding:6px 0;
  margin:0;
  font-size:17px;
  font-weight:400;
  text-transform:none;
  letter-spacing:0;
  color:rgba(26,21,53,0.65);
  border-left:none;
  background:transparent;
}
.methodology-toc-divider{
  margin:18px 0;
  border:none;
  border-top:1px solid rgba(26,21,53,0.12);
}

/* New, simplified methodology TOC */
.methodology-chapters,
.methodology-sections{
  display:flex;
  flex-direction:column;
  gap:0;
}
.methodology-chapters{
  margin-bottom:24px;
}
.methodology-chapter-link{
  display:block;
  padding:6px 0;
  font-family:'Source Serif 4',Georgia,serif;
  font-size:17px;
  font-weight:400;
  text-transform:none;
  letter-spacing:0;
  color:rgba(26,21,53,0.65);
  text-decoration:none;
  background:transparent;
  transition:color 160ms ease;
}
.methodology-chapter-link:hover{
  color:#9B6FD4;
}
.methodology-sections-label{
  font-family:'DM Sans',sans-serif;
  font-size:14px;
  font-weight:500;
  text-transform:none;
  letter-spacing:0.02em;
  color:rgba(26,21,53,0.5);
  margin:0 0 10px;
}
.methodology-section-link{
  display:block;
  padding:5px 0;
  font-family:'DM Sans',sans-serif;
  font-size:16px;
  font-weight:400;
  line-height:1.5;
  color:rgba(26,21,53,0.6);
  text-decoration:none;
}
.methodology-section-link:hover{
  color:#9B6FD4;
}
.methodology-section-link-active{
  color:#1a1535;
  font-weight:500;
}
.methodology-toc-link:hover{
  color:#9B6FD4;
}
.methodology-toc-link-active{
  color:#1a1535;
  font-weight:500;
  background:transparent;
}
.methodology-article{
  padding-left:80px;
  max-width:720px;
}
.methodology-eyebrow{
  font-family:'DM Sans',sans-serif;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:0.18em;
  color:#9B6FD4;
  margin:0 0 16px;
}
.methodology-title{
  font-family:'Lora',serif;
  font-size:52px;
  line-height:1.1;
  font-weight:400;
  color:#1a1535;
  margin:0 0 24px;
}
.methodology-subtitle{
  font-family:'DM Sans',sans-serif;
  font-size:18px;
  line-height:1.7;
  color:rgba(26,21,53,0.6);
  margin:0 0 16px;
}
.methodology-meta{
  font-family:'DM Sans',sans-serif;
  font-size:12px;
  color:#9B6FD4;
  margin:0 0 64px;
}
.methodology-header-rule{
  border:none;
  border-top:1px solid rgba(26,21,53,0.08);
  margin:0 0 64px;
}
.methodology-section-heading{
  font-family:'Lora',serif;
  font-size:32px;
  font-weight:400;
  color:#1a1535;
  margin:72px 0 24px;
}
.methodology-section:first-of-type .methodology-section-heading{
  margin-top:0;
}
.methodology-body{
  font-family:'DM Sans',sans-serif;
  font-size:17px;
  line-height:1.85;
  color:rgba(26,21,53,0.7);
  margin:0 0 24px;
}
.methodology-quote{
  border-left:3px solid #9B6FD4;
  padding:0 0 0 24px;
  margin:32px 0;
  font-family:'DM Sans',sans-serif;
  font-size:17px;
  font-style:italic;
  line-height:1.8;
  color:rgba(26,21,53,0.65);
}
.methodology-subsection-heading{
  font-family:'DM Sans',sans-serif;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:0.12em;
  color:#9B6FD4;
  margin:48px 0 12px;
}
.methodology-callout{
  background:#f0edf8;
  border:1px solid rgba(26,21,53,0.08);
  padding:24px 28px;
  margin:40px 0;
  font-family:'DM Sans',sans-serif;
  font-size:15px;
  line-height:1.7;
  color:rgba(26,21,53,0.7);
}
.methodology-list{
  margin:32px 0 8px;
}
.methodology-list-item{
  margin-bottom:32px;
}
.methodology-list-num{
  display:block;
  font-family:'DM Sans',sans-serif;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:0.12em;
  color:#9B6FD4;
  margin-bottom:6px;
}
.methodology-list-heading{
  font-family:'DM Sans',sans-serif;
  font-size:16px;
  font-weight:600;
  color:#1a1535;
  margin:0 0 8px;
}
.methodology-list-body{
  font-family:'DM Sans',sans-serif;
  font-size:16px;
  line-height:1.7;
  color:rgba(26,21,53,0.65);
  margin:0;
}
.methodology-list-blue .methodology-list-num{
  color:#00BCD4;
}
.methodology-stats{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  padding:32px 0;
  margin:40px 0;
  border-top:1px solid rgba(26,21,53,0.08);
  border-bottom:1px solid rgba(26,21,53,0.08);
}
.methodology-stat-value{
  font-family:'Lora',serif;
  font-size:48px;
  color:#9B6FD4;
  margin:0 0 8px;
}
.methodology-stat-label{
  font-family:'DM Sans',sans-serif;
  font-size:13px;
  line-height:1.7;
  color:rgba(26,21,53,0.6);
  margin:0;
}
.methodology-limitations{
  background:#1a1535;
  padding:40px 48px;
  margin:48px 0;
}
.methodology-limitations-title{
  font-family:'Lora',serif;
  font-size:22px;
  color:#f0edf8;
  margin:0 0 20px;
}
.methodology-limitations p{
  font-family:'DM Sans',sans-serif;
  font-size:15px;
  line-height:1.8;
  color:#ffffff;
  margin:0 0 20px;
}
.methodology-limitations p:last-child{
  margin-bottom:0;
}
.methodology-bottom-cta{
  background:#1a1535;
  padding:80px;
  text-align:center;
}
.methodology-bottom-cta-inner{
  max-width:640px;
  margin:0 auto;
}
.methodology-bottom-cta-headline{
  font-family:'Lora',serif;
  font-size:44px;
  font-weight:400;
  color:#f0edf8;
  margin:0 0 16px;
}
.methodology-bottom-cta-body{
  font-family:'DM Sans',sans-serif;
  font-size:16px;
  line-height:1.7;
  color:#ffffff;
  max-width:480px;
  margin:0 auto 32px;
}
.methodology-bottom-cta-button{
  font-size:14px;
}

/* === Ethics page === */
.ethics-page{
  background:#1a1535;
  color:#f0edf8;
}
.ethics-hero{
  padding:180px 80px 60px;
  background:#1a1535;
  box-sizing:border-box;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  min-height:420px;
}
.ethics-eyebrow{
  font-family:'DM Sans',sans-serif;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:0.18em;
  color:#00BCD4;
  margin:0 0 16px;
}
.ethics-eyebrow-light{
  color:#9B6FD4;
}
.ethics-hero-title{
  font-family:'Lora',serif;
  font-size:64px;
  font-weight:400;
  line-height:1.05;
  color:#f0edf8;
  max-width:780px;
  margin:0 0 28px;
}
.ethics-hero-body{
  font-family:'DM Sans',sans-serif;
  font-size:17px;
  line-height:1.7;
  color:#ffffff;
  max-width:640px;
  margin:0;
}
.ethics-hero-rule{
  border:none;
  border-top:1px solid rgba(240,237,248,0.08);
  margin:80px 0 0;
}
.ethics-section{
  padding:100px 80px;
  box-sizing:border-box;
}
.ethics-principles-section{
  background:#1a1535;
}
.ethics-section-title{
  font-family:'Lora',serif;
  font-size:48px;
  font-weight:400;
  max-width:700px;
  margin:0 0 80px;
  color:#f0edf8;
}
.ethics-section-title-light{
  color:#1a1535;
}
.ethics-principles-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}

/* Ethics framework section specific spacing and visibility */
.ethics-principles-section{
  padding:40px 80px 60px;
}
.ethics-principles-section .ethics-eyebrow{
  margin:0 0 8px;
}
.ethics-principles-section .ethics-section-title{
  margin:0 0 40px;
}
body.landing-ghibli .ethics-principles-section .ethics-section-title{
  color:#f0edf8 !important;
}

/* Ensure Scope and Limits headline is visible on dark background */
body.landing-ghibli .ethics-scope-section .ethics-section-title{
  color:#f0edf8 !important;
}
.ethics-principle{
  background:transparent;
}
.ethics-principle-img-simple{
  width:100%;
  aspect-ratio:3 / 2;
  object-fit:cover;
  display:block;
  filter:brightness(0.88);
  transition:filter 300ms ease;
}
.ethics-principle:hover .ethics-principle-img-simple{
  filter:brightness(1);
}
.ethics-principle-name{
  font-family:'Lora',serif;
  font-size:18px;
  font-weight:400;
  color:#f0edf8;
  margin:12px 0 6px;
}
.ethics-principle-body-simple{
  font-family:'DM Sans',sans-serif;
  font-size:13px;
  line-height:1.6;
  color:#ffffff;
  margin:0;
}

.ethics-controls-section{
  background:#f0edf8;
}
.ethics-scope-section{
  background:#1a1535;
}
.ethics-grid-rows{
  border-top:1px solid rgba(26,21,53,0.08);
}
.ethics-grid-row{
  display:grid;
  grid-template-columns:220px 1fr;
  gap:80px;
  padding:44px 0;
  border-top:1px solid rgba(26,21,53,0.08);
}
.ethics-grid-row-first{
  border-top:none;
}
.ethics-grid-row-last{
  border-bottom:1px solid rgba(26,21,53,0.08);
}
.ethics-grid-left{
  display:flex;
  align-items:flex-start;
  color:#ffffff;
}
.ethics-grid-label{
  font-family:'Lora',serif;
  font-size:26px;
  font-weight:400;
  color:#1a1535;
  margin:0;
}
body.landing-ghibli .ethics-scope-section .ethics-grid-label{
  color:#ffffff;
}
.ethics-grid-right{
  display:flex;
  flex-direction:column;
}
.ethics-grid-desc{
  font-family:'DM Sans',sans-serif;
  font-size:15px;
  line-height:1.8;
  color:rgba(26,21,53,0.6);
  margin:0;
}
.ethics-grid-impl{
  font-family:'DM Sans',sans-serif;
  font-size:13px;
  font-style:italic;
  color:#9B6FD4;
  margin:12px 0 0;
}
.ethics-grid-rows-dark{
  border-top:1px solid rgba(240,237,248,0.08);
}
.ethics-grid-rows-dark .ethics-grid-row{
  border-top:1px solid rgba(240,237,248,0.08);
}
.ethics-grid-rows-dark .ethics-grid-row-last{
  border-bottom:1px solid rgba(240,237,248,0.08);
}
.ethics-grid-label-dark{
  color:#ffffff;
  font-weight:400;
}
.ethics-grid-desc-dark{
  color:#ffffff;
}
.ethics-grid-impl-dark{
  color:#00BCD4;
}

.ethics-cta-band{
  background:#f0edf8;
  padding:100px 80px;
  border-top:1px solid rgba(26,21,53,0.08);
  text-align:center;
  box-sizing:border-box;
}
.ethics-cta-inner{
  max-width:640px;
  margin:0 auto;
}
.ethics-cta-headline{
  font-family:'Lora',serif;
  font-size:48px;
  font-weight:400;
  color:#1a1535;
  margin:0 0 20px;
}
.ethics-cta-body{
  font-family:'DM Sans',sans-serif;
  font-size:17px;
  line-height:1.7;
  color:rgba(26,21,53,0.55);
  max-width:560px;
  margin:0 auto 40px;
}
.ethics-cta-button{
  font-size:14px;
}
.ethics-cta-button:hover{
  background:#1a1535;
  color:#f0edf8;
}

@media(max-width:1024px){
  .methodology-grid{
    padding:60px 24px 0;
    grid-template-columns:1fr;
    gap:40px;
  }
  .methodology-toc{
    position:static;
    border-right:none;
    padding-right:0;
    border-bottom:1px solid rgba(26,21,53,0.08);
    padding-bottom:24px;
  }
  .methodology-article{
    padding-left:0;
    max-width:720px;
  }
  .methodology-bottom-cta{
    padding:60px 24px;
  }
}
@media (max-width:900px){
  .simple-cta-band{ padding:60px 24px; }
  .simple-cta-row{ flex-direction:column; }
}


/* Footer - Intera board style */
footer.site-footer{
  position:relative;
  overflow:hidden;
  padding:72px var(--page-padding-x) 360px;
  border-top:1px solid var(--border);
}
.site-footer-inner{
  max-width:1160px;
  margin:0 auto;
  position:relative;
  z-index:1;
}
.site-footer-top{
  display:flex;
  flex-wrap:wrap;
  gap:56px;
  align-items:flex-start;
}
.site-footer-col{
  min-width:140px;
  flex:1;
}
.site-footer-col-small{
  flex:0 0 160px;
}
.site-footer-heading{
  font-family:'DM Sans',sans-serif;
  font-size:11px;
  letter-spacing:0.16em;
  text-transform:uppercase;
  color:rgba(240,237,248,0.7);
  margin:0 0 14px;
}
.site-footer-col a{
  display:block;
  font-family:'DM Sans',sans-serif;
  font-size:13px;
  color:rgba(240,237,248,0.75);
  text-decoration:none;
  margin-bottom:6px;
}
.site-footer-col a:hover{
  color:#f0edf8;
}
.site-footer-market-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 14px;
  border-radius:999px;
  border:1px solid rgba(240,237,248,0.22);
  background:rgba(10,6,30,0.65);
  color:#f0edf8;
  font-family:'DM Sans',sans-serif;
  font-size:13px;
  cursor:pointer;
}
.site-footer-market-pill span{
  display:inline-flex;
  align-items:center;
}
.site-footer-market-flag{
  font-size:14px;
}
.site-footer-market-arrow{
  font-size:14px;
  opacity:0.7;
}
.site-footer-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  margin-top:40px;
}
.site-footer-meta{
  font-family:'DM Sans',sans-serif;
  font-size:12px;
  color:rgba(240,237,248,0.6);
  margin:0;
}
.site-footer-social-inline{
  display:flex;
  gap:12px;
  font-family:'DM Sans',sans-serif;
  font-size:12px;
}
.site-footer-social-inline a{
  color:rgba(240,237,248,0.75);
  text-decoration:none;
}
.site-footer-social-inline a:hover{
  color:#f0edf8;
}
.site-footer-wordmark{
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:-32px;
  font-family:'Lora',serif;
  font-size:clamp(160px,32vw,280px);
  font-weight:400;
  letter-spacing:0.03em;
  color:#f0edf8;
  pointer-events:none;
  user-select:none;
  white-space:nowrap;
}

@media (max-width:900px){
  footer.site-footer{
    padding:56px 24px 260px;
  }
  .site-footer-top{
    gap:32px;
  }
}
@media (max-width:640px){
  .site-footer-top{
    flex-direction:column;
  }
  .site-footer-bottom{
    flex-direction:column;
    align-items:flex-start;
  }
  .site-footer-wordmark{
    font-size:96px;
    bottom:0;
  }
}

/* Hero two-col: stack on narrow viewports */
@media(max-width:960px){
  .hero-center.hero-two-col{
    grid-template-columns:1fr;
    text-align:center;
    gap:1.5rem;
  }
  .hero-editorial-inner:has(.hero-two-col){ text-align:center; }
  .hero-copy{ text-align:center; }
  .hero-copy .hero-logo{ margin:0 auto 0.75rem; }
  .hero-copy .hero-subhead{ margin-left:auto; margin-right:auto; }
  .hero-screenshot-wrap{ justify-content:center; }
  .hero-screenshot-wrap .create-world-screen{ max-width:560px; margin:0 auto; }
}
/* Responsive */
@media(max-width:768px){
  .hero-editorial{padding:5rem 1rem 3rem}
  .hero-tagline{font-size:clamp(2.5rem,9vw,3.5rem)}
  .create-world-screen{transform:none;margin-top:1.5rem}
  .create-world-screen:hover{transform:none}
  .hero-screenshot-wrap .create-world-screen{ max-width:100%; }
  .platform-grid{grid-template-columns:1fr}
  .cta-row{flex-direction:column}
  .accuracy-inner{padding:0 1rem}
}

/* ===== STREET OF PEOPLE – scattered naturally ===== */
.person{
  position:fixed;
  pointer-events:none;
  z-index:0;
  opacity:0.58;
  object-fit:contain;
  background:none;border:none;box-shadow:none;
  transition:opacity 0.5s;
}
.person[src=""],.person:not([src]){display:none}

/* Climbing the mountain path – lower-right (foot) up to upper-left (peak) */
.person-1{width:88px;height:auto;max-height:145px;bottom:16%;right:14%;animation:personFloat1 13s ease-in-out infinite}
.person-2{width:82px;height:auto;max-height:135px;bottom:22%;right:22%;animation:personFloat2 15s ease-in-out infinite;animation-delay:1s}
.person-3{width:72px;height:auto;max-height:120px;bottom:28%;right:18%;animation:personFloat1 11s ease-in-out infinite;animation-delay:3s}
.person-4{width:90px;height:auto;max-height:150px;bottom:34%;right:32%;animation:personFloat2 14s ease-in-out infinite;animation-delay:0.5s}
.person-5{width:78px;height:auto;max-height:128px;bottom:40%;left:42%;animation:personFloat1 16s ease-in-out infinite;animation-delay:2s}
.person-6{width:85px;height:auto;max-height:140px;bottom:46%;left:36%;animation:personFloat2 12s ease-in-out infinite;animation-delay:4s}
.person-7{width:80px;height:auto;max-height:132px;bottom:52%;left:30%;animation:personFloat1 14s ease-in-out infinite;animation-delay:1s}
.person-8{width:92px;height:auto;max-height:152px;top:52%;left:28%;animation:personFloat2 13s ease-in-out infinite;animation-delay:2.5s}
.person-9{width:76px;height:auto;max-height:125px;top:45%;left:24%;animation:personFloat1 12s ease-in-out infinite;animation-delay:5s}
.person-10{width:68px;height:auto;max-height:112px;top:38%;left:20%;animation:personFloat2 17s ease-in-out infinite;animation-delay:0.8s}
.person-11{width:86px;height:auto;max-height:142px;top:30%;left:16%;animation:personFloat1 10s ease-in-out infinite;animation-delay:3.5s}
.person-12{width:74px;height:auto;max-height:122px;top:24%;left:14%;animation:personFloat2 11s ease-in-out infinite;animation-delay:1.2s}
.person-13{width:80px;height:auto;max-height:132px;top:18%;left:12%;animation:personFloat1 15s ease-in-out infinite;animation-delay:4s}
.person-14{width:70px;height:auto;max-height:115px;top:12%;left:10%;animation:personFloat2 13s ease-in-out infinite;animation-delay:2s}
.person-15{width:84px;height:auto;max-height:138px;top:8%;left:8%;animation:personFloat1 14s ease-in-out infinite;animation-delay:6s}
.person-16{width:72px;height:auto;max-height:118px;top:5%;left:6%;animation:personFloat2 11s ease-in-out infinite;animation-delay:3s}
.person-17{width:78px;height:auto;max-height:128px;top:2%;left:5%;animation:personFloat1 12s ease-in-out infinite;animation-delay:1.5s}

@keyframes personFloat1{
  0%,100%{transform:translateY(0) translateX(0)}
  25%{transform:translateY(-6px) translateX(2px)}
  50%{transform:translateY(-3px) translateX(-1px)}
  75%{transform:translateY(-8px) translateX(1px)}
}
@keyframes personFloat2{
  0%,100%{transform:translateY(0) translateX(0)}
  25%{transform:translateY(-5px) translateX(-2px)}
  50%{transform:translateY(-10px) translateX(1px)}
  75%{transform:translateY(-4px) translateX(-1px)}
}

/* Hide on mobile for cleaner experience */
@media(max-width:900px){
  .person{display:none}
}

/* ===== PERSONA UPLOAD UI ===== */
.persona-upload-trigger{margin-top:0.5rem}
.persona-upload-btn{
  background:none;
  border:none;
  color:var(--text-muted);
  font-size:0.75rem;
  cursor:pointer;
  text-decoration:underline;
  padding:0;
  font-family:inherit;
}
.persona-upload-btn:hover{color:var(--text-body)}
.persona-upload-panel{
  position:fixed;
  inset:0;
  z-index:1000;
  background:rgba(0,0,0,0.5);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:1rem;
}
.persona-upload-panel[hidden]{display:none}
.persona-upload-inner{
  background:var(--bg-card);
  border-radius:12px;
  padding:1.5rem 2rem;
  max-width:420px;
  box-shadow:0 20px 60px rgba(0,0,0,0.2);
}
.persona-upload-inner h3{font-size:1.1rem;margin-bottom:0.5rem;color:var(--text)}
.persona-upload-inner p{font-size:0.9rem;color:var(--text-body);margin-bottom:1rem;line-height:1.5}
.persona-upload-drop{
  border:2px dashed var(--border-s);
  border-radius:8px;
  padding:2rem;
  text-align:center;
  cursor:pointer;
  transition:border-color 0.2s,background 0.2s;
  margin-bottom:1rem;
}
.persona-upload-drop:hover,.persona-upload-drop.dragover{
  border-color:var(--purple);
  background:rgba(19,139,182,0.04);
}
.persona-upload-drop input{display:none}
.persona-upload-drop span{color:var(--text-muted);font-size:0.9rem}
.persona-upload-hint{font-size:0.8rem;color:var(--text-muted);margin-bottom:1rem}
.persona-upload-hint code{font-family:'JetBrains Mono',monospace;font-size:0.75rem;background:rgba(0,0,0,0.06);padding:0.1em 0.3em;border-radius:3px}
.persona-upload-close{
  background:var(--purple);
  color:#fff;
  border:none;
  padding:0.5rem 1.2rem;
  border-radius:6px;
  font-size:0.9rem;
  cursor:pointer;
  font-family:inherit;
}
.persona-upload-close:hover{background:var(--purple-d)}

/* ===== LIGHT PURPLE THEME OVERRIDES (landing-ghibli) ===== */
body.landing-ghibli .label,
body.landing-ghibli .hero .label,
body.landing-ghibli .hero-category,
body.landing-ghibli .platform-section .label,
body.landing-ghibli .use-cases-section .label,
body.landing-ghibli .credibility-section .label,
body.landing-ghibli .team-page-header .label{ color:#5b3fd4; }
body.landing-ghibli h1,body.landing-ghibli h2,body.landing-ghibli h3,
body.landing-ghibli .hero-tagline,body.landing-ghibli .hero-cta-text{ color:#1a1535; text-shadow:none; filter:none; }

/* Ensure methodology dark block title stays light */
body.landing-ghibli .methodology-limitations-title{
  color:#f0edf8;
}

/* Ensure DCT dark-section titles stay light on dark backgrounds */
body.landing-ghibli .dct-hero-headline,
body.landing-ghibli .dct-what-section .dct-what-headline,
body.landing-ghibli .dct-why-section .dct-why-headline{
  color:#f0edf8;
}

/* Ensure Chorus labels stay visible under landing-ghibli overrides */
body.landing-ghibli .chorus-hero-headline{
  color:#ffffff;
}
body.landing-ghibli .chorus-cta-band{
  background:#1a1535;
  border-top:1px solid rgba(240,237,248,0.08);
}
body.landing-ghibli .chorus-products-headline,
body.landing-ghibli .chorus-audience-headline{
  color:#f0edf8;
}
body.landing-ghibli .chorus-products-section .chorus-grid-label,
body.landing-ghibli .chorus-products-section .chorus-product-name,
body.landing-ghibli .chorus-audience-section .chorus-grid-label,
body.landing-ghibli .chorus-audience-section .chorus-audience-label{
  color:#f0edf8;
}
body.landing-ghibli .chorus-cta-band .chorus-cta-headline{
  color:#f0edf8;
}
body.landing-ghibli .chorus-cta-band .chorus-cta-body{
  color:#ffffff;
}

/* Ensure ethics hero title stays light on dark background */
body.landing-ghibli .ethics-hero-title{
  color:#f0edf8;
}

/* Ensure methodology bottom CTA title stays light on dark background */
body.landing-ghibli .methodology-bottom-cta-headline{
  color:#f0edf8;
}


/* Ensure team titles are visible on dark background */
body.landing-ghibli .team-hero-headline,
body.landing-ghibli .team-cta-headline{
  color:#f0edf8;
}

/* Research page hero: keep title, body, disclaimer light on dark background */
body.landing-ghibli .research-hero-title{
  color:#f0edf8;
}
body.landing-ghibli .research-hero-body{
  color:#ffffff;
}
body.landing-ghibli .research-hero-disclaimer{
  color:#ffffff;
}

body.landing-ghibli .hero-category{ color:#5b3fd4; opacity:1; font-family:'JetBrains Mono',monospace; letter-spacing:2px; }
body.landing-ghibli .hero-subhead{ color:#6b6490; }
body.landing-ghibli .hero-callout{ color:#6b6490; }
body.landing-ghibli .hero-center{ background:transparent; }

/* Demo / input box */
body.landing-ghibli .create-world-screen{ background:#1a1535; border:1px solid rgba(91,63,212,0.25); border-radius:16px; box-shadow:0 24px 60px rgba(26,21,53,0.18); }
body.landing-ghibli .hero-screenshot-wrap .create-world-screen:hover{ box-shadow:0 32px 80px rgba(26,21,53,0.28); border-color:rgba(91,63,212,0.35); }
body.landing-ghibli .screen-chrome{ background:rgba(0,0,0,0.15); border-bottom:1px solid rgba(91,63,212,0.12); }
body.landing-ghibli .screen-title{ color:#7a8aaa; }
body.landing-ghibli .try-intera-label{ color:#e8e8f0; }
body.landing-ghibli .try-intera-input{ background:rgba(0,0,0,0.2); border:1px solid rgba(91,63,212,0.20); color:#e8e8f0; }
body.landing-ghibli .try-intera-input::placeholder{ color:#7a8aaa; }
body.landing-ghibli .try-intera-input:focus{ border-color:rgba(91,63,212,0.40); box-shadow:0 0 0 3px rgba(91,63,212,0.1); }
body.landing-ghibli .try-intera-submit{ background:#5b3fd4; color:#ffffff; }
body.landing-ghibli .try-intera-submit:hover{ background:#7c5ce8; }
body.landing-ghibli .try-intera-tag{ background:transparent; border:1px solid rgba(91,63,212,0.18); color:#c4bedd; }
body.landing-ghibli .try-intera-tag:hover{ border-color:#5b3fd4; color:#e8e8f0; }
body.landing-ghibli .try-intera-building-title,body.landing-ghibli .try-intera-results-title{ color:#e8e8f0; }
body.landing-ghibli .try-intera-step span{ color:#e8e8f0; }
body.landing-ghibli .try-intera-step::before{ background:#5b3fd4; }
body.landing-ghibli .try-intera-step.is-active::before{ background:#5b3fd4; box-shadow:0 0 0 3px rgba(91,63,212,0.2); }
body.landing-ghibli .try-intera-step.is-done::before{ background:#5b3fd4; }
body.landing-ghibli .try-intera-pill{ background:rgba(91,63,212,0.08); color:#5b3fd4; border-color:rgba(91,63,212,0.18); }
body.landing-ghibli .try-intera-demos{ color:#7a8aaa; }
body.landing-ghibli .try-intera-another{ color:#5b3fd4; border:1px solid rgba(91,63,212,0.25); }
body.landing-ghibli .try-intera-another:hover{ background:rgba(91,63,212,0.06); border-color:#5b3fd4; }
body.landing-ghibli .hero-cta-arrow{ background:#5b3fd4; }
body.landing-ghibli .hero-cta-block{ color:#1a1535; }
body.landing-ghibli .hero-cta-block:hover .hero-cta-arrow{ background:#7c5ce8; }

/* Carousel / Say vs Do – slide restyle (landing only) */
body.landing-ghibli .say-do-section{ background:#e8e3f5; }
body.landing-ghibli .say-do-card{ box-shadow:none; color:inherit; }
body.landing-ghibli .say-do-card.is-active{ border-color:rgba(91,63,212,0.40); }
body.landing-ghibli .say-do-beat-1{ background:#1a1535!important; border:1px solid rgba(91,63,212,0.15)!important; }
body.landing-ghibli .say-do-beat-2{ background:#ffffff!important; border:1px solid rgba(91,63,212,0.15)!important; }
body.landing-ghibli .say-do-beat-3{ background:#ffffff!important; border:none!important; border-left:3px solid #5b3fd4!important; padding-left:32px!important; align-items:flex-start!important; text-align:left!important; }
body.landing-ghibli .say-do-beat-4{ background:linear-gradient(135deg, #1a1535 0%, #2d2060 100%)!important; border:1px solid rgba(91,63,212,0.20)!important; align-items:flex-start!important; text-align:left!important; }
body.landing-ghibli .say-do-beat-5{ background:#f0edf8!important; border:1px solid rgba(91,63,212,0.12)!important; }
body.landing-ghibli .say-do-beat-6{ background:#5b3fd4!important; border:1px solid rgba(91,63,212,0.25)!important; }
body.landing-ghibli .say-do-beat-7{ background:#ffffff!important; border:1px solid rgba(91,63,212,0.15)!important; align-items:flex-start!important; text-align:left!important; }
body.landing-ghibli .say-do-beat-8{ background:#ffffff!important; border:1px solid rgba(91,63,212,0.15)!important; }
body.landing-ghibli .say-do-beat-9{ background:linear-gradient(135deg, #2d2060 0%, #1a1535 100%)!important; border:1px solid rgba(91,63,212,0.22)!important; align-items:flex-start!important; text-align:left!important; }
body.landing-ghibli .say-do-beat-10{ background:#1a1535!important; border:1px solid rgba(91,63,212,0.20)!important; }
body.landing-ghibli .say-do-card:hover{ border-color:rgba(91,63,212,0.30); }
body.landing-ghibli .say-do-arrow{ color:#5b3fd4; border:1px solid rgba(91,63,212,0.20); background:rgba(255,255,255,0.9); }
body.landing-ghibli .say-do-arrow:hover{ background:rgba(91,63,212,0.08); }
body.landing-ghibli .say-do-human{ mix-blend-mode:normal; }
body.landing-ghibli .say-do-dot{ color:#c4bedd; background:#e8e3f5; border-color:rgba(91,63,212,0.18); }
body.landing-ghibli .say-do-dot.is-active{ background:#5b3fd4; color:#fff; border-color:#5b3fd4; }

/* Card 1 – stat */
body.landing-ghibli .beat-1-num{ font-family:Lora,Georgia,serif; font-size:96px; font-weight:700; color:#c6b9fd; line-height:1; margin:0 0 0.5rem; display:block; }
body.landing-ghibli .beat-1-line{ font-size:18px; color:#8a9bbf; margin:0 0 0.5rem; }
body.landing-ghibli .beat-1-small{ font-size:14px; color:#4a5a7a; font-style:italic; margin:0; }
/* Card 2 – statement */
body.landing-ghibli .beat-2-statement{ font-family:Lora,Georgia,serif; font-size:32px; color:#1a1535; line-height:1.2; margin:0; }
/* Card 3 – quote */
body.landing-ghibli .beat-3-line{ font-family:Lora,Georgia,serif; font-size:22px; color:#6b6490; margin:0 0 0.75rem; }
body.landing-ghibli .beat-3-accent{ font-family:Lora,Georgia,serif; font-size:22px; color:#5b3fd4; font-style:italic; margin:0; }
/* Card 4 – cost */
body.landing-ghibli .beat-4-label{ font-family:'JetBrains Mono',monospace; font-size:10px; color:#c6b9fd; letter-spacing:0.2em; margin:0 0 1.25rem; text-transform:uppercase; }
body.landing-ghibli .beat-4-row{ display:flex; flex-direction:column; gap:0.25rem; margin:0 0 1.25rem; }
body.landing-ghibli .beat-4-row:last-child{ margin-bottom:0; }
body.landing-ghibli .beat-4-stat{ font-family:Lora,Georgia,serif; font-size:48px; font-weight:700; color:#c6b9fd; line-height:1; }
body.landing-ghibli .beat-4-desc{ font-size:16px; color:#8a9bbf; line-height:1.4; }
/* Card 5 – dramatic */
body.landing-ghibli .beat-5-a{ font-size:18px; color:#6b6490; margin:0; }
body.landing-ghibli .beat-5-b{ font-size:22px; color:#6b6490; margin:0.4rem 0 0; }
body.landing-ghibli .beat-5-c{ font-family:Lora,Georgia,serif; font-size:28px; color:#5b3fd4; font-style:italic; margin:0.75rem 0 0; }
/* Card 6 – question */
body.landing-ghibli .beat-6-head{ font-family:Lora,Georgia,serif; font-size:30px; color:#ffffff; margin:0 0 1rem; }
body.landing-ghibli .beat-6-sub{ font-size:16px; color:rgba(255,255,255,0.75); margin:0; }
/* Card 7 – insight */
body.landing-ghibli .beat-7-label{ font-family:'JetBrains Mono',monospace; font-size:10px; color:#5b3fd4; letter-spacing:0.2em; margin:0 0 1rem; text-transform:uppercase; }
body.landing-ghibli .beat-7-line{ font-family:Lora,Georgia,serif; font-size:20px; color:#1a1535; margin:0 0 0.5rem; }
body.landing-ghibli .beat-7-accent{ font-family:Lora,Georgia,serif; font-size:20px; color:#5b3fd4; margin:0; }
/* Card 8 – two column */
body.landing-ghibli .beat-8-columns{ display:grid; grid-template-columns:1fr 1px 1fr; gap:0; width:100%; align-items:stretch; text-align:left; }
body.landing-ghibli .beat-8-left .beat-8-col-label{ font-family:'JetBrains Mono',monospace; font-size:10px; color:#a099c0; letter-spacing:0.2em; margin:0 0 0.75rem; }
body.landing-ghibli .beat-8-right .beat-8-col-label{ font-family:'JetBrains Mono',monospace; font-size:10px; color:#5b3fd4; letter-spacing:0.2em; margin:0 0 0.75rem; }
body.landing-ghibli .beat-8-col-line{ font-size:16px; margin:0 0 0.5rem; }
body.landing-ghibli .beat-8-left{ color:#a099c0; padding-right:1.5rem; }
body.landing-ghibli .beat-8-right{ color:#1a1535; padding-left:1.5rem; }
body.landing-ghibli .beat-8-divider{ width:1px; min-width:1px; background:rgba(91,63,212,0.12); margin:0; }
@media(max-width:560px){ body.landing-ghibli .beat-8-columns{ grid-template-columns:1fr; } body.landing-ghibli .beat-8-divider{ width:100%; height:1px; min-width:0; } body.landing-ghibli .beat-8-left{ padding-right:0; padding-bottom:1rem; } body.landing-ghibli .beat-8-right{ padding-left:0; padding-top:1rem; } }
body.landing-ghibli .beat-8-col-line:last-child{ margin-bottom:0; }
/* Card 9 – platform */
body.landing-ghibli .beat-9-top-label{ font-family:'JetBrains Mono',monospace; font-size:10px; color:#c6b9fd; letter-spacing:0.2em; margin:0 0 0.75rem; text-transform:uppercase; }
body.landing-ghibli .beat-9-head{ font-family:Lora,Georgia,serif; font-size:24px; color:#e8e8f0; margin:0 0 0.75rem; }
body.landing-ghibli .beat-9-sub{ font-size:15px; color:#8a9bbf; margin:0; }
/* Card 10 – closing */
body.landing-ghibli .beat-10-lead{ font-family:'JetBrains Mono',monospace; font-size:18px; color:#8a9bbf; letter-spacing:0.1em; margin:0 0 0.75rem; }
body.landing-ghibli .beat-10-close{ font-family:Lora,Georgia,serif; font-size:52px; font-weight:700; color:#c6b9fd; margin:0; }
body.landing-ghibli .platform-mockup-body,
body.landing-ghibli .platform-ui-prompt,
body.landing-ghibli .platform-population-body,
body.landing-ghibli .platform-predictions-body,
body.landing-ghibli .platform-ui-chat,
body.landing-ghibli .platform-ab-test-body{ background:#1a1535; color:#e8e8f0; }
body.landing-ghibli .platform-ui-prompt,
body.landing-ghibli .platform-ui-name,
body.landing-ghibli .platform-ui-detail{ color:#e8e8f0; }
body.landing-ghibli .population-segment-label{ color:#a099c0; border-color:rgba(91,63,212,0.18); }
body.landing-ghibli .population-segment-label--selected,
body.landing-ghibli .population-segment-label[data-segment]:hover{ border-color:rgba(91,63,212,0.40); }
body.landing-ghibli .population-detail-card{ background:rgba(45,32,96,0.6); border:1px solid rgba(91,63,212,0.12); }
body.landing-ghibli .predictions-bar-label{ color:#7a8aaa; }
body.landing-ghibli .predictions-why li{ color:#7a8aaa; }
body.landing-ghibli .platform-ui-bubble{ background:rgba(45,32,96,0.6); border:1px solid rgba(91,63,212,0.12); color:#e8e8f0; }
body.landing-ghibli .ab-test-headline{ color:#e8e8f0; }
body.landing-ghibli .ab-test-copy{ color:#7a8aaa; }
body.landing-ghibli .ab-test-summary{ color:#7a8aaa; }


/* Platform section – tabs and mockup cards */
body.landing-ghibli .platform-section{ background:#f0edf8; }
body.landing-ghibli .platform-mockup{ background:#1a1535; border:1px solid rgba(91,63,212,0.25); }
body.landing-ghibli .platform-mockup:hover{ border-color:rgba(91,63,212,0.40); background:#1a1535; }
body.landing-ghibli .platform-tabs button{ color:#6b6490; border-bottom:transparent; }
body.landing-ghibli .platform-tabs button:hover{ color:#1a1535; }
body.landing-ghibli .platform-tabs button.is-active{ color:#5b3fd4; border-bottom:2px solid #5b3fd4; background:transparent; }

/* Use cases grid – cards */
body.landing-ghibli .use-cases-section{ background:#e8e3f5; }
body.landing-ghibli .use-case-card{ background:#ffffff; border:1px solid rgba(91,63,212,0.12); }
body.landing-ghibli .use-case-card:hover{ border-color:rgba(91,63,212,0.30); box-shadow:0 4px 20px rgba(91,63,212,0.08); background:#ffffff; }
body.landing-ghibli .use-case-card h3,body.landing-ghibli .use-case-prompt{ color:#1a1535; }
body.landing-ghibli .use-case-domain{ color:#5b3fd4!important; }
body.landing-ghibli .use-case-apps li{ color:#6b6490; }
body.landing-ghibli .use-case-apps li::before{ background:#5b3fd4; }

/* Credibility / About – surface and logos */
body.landing-ghibli .credibility-section{ background:#1a1535; box-shadow:none; border:1px solid rgba(91,63,212,0.12); }
body.landing-ghibli .credibility-section .label{ color:#5b3fd4; }
body.landing-ghibli .credibility-headline{ color:#e8e8f0; }
body.landing-ghibli .credibility-trust-card{ background:rgba(45,32,96,0.5); border:1px solid rgba(91,63,212,0.12); border-left:3px solid #5b3fd4; }
body.landing-ghibli .credibility-trust-card h3{ color:#e8e8f0; }
body.landing-ghibli .credibility-trust-statement,body.landing-ghibli .credibility-trust-desc{ color:#a099c0; }
body.landing-ghibli .credibility-trust-icons svg{ color:#5b3fd4; }
body.landing-ghibli .credibility-trust-arrow{ background:#5b3fd4; color:#ffffff; }
body.landing-ghibli .credibility-trust-cta:hover .credibility-trust-arrow{ background:#7c5ce8; }
body.landing-ghibli .credibility-logo img{ filter:brightness(0) invert(1); opacity:0.7; }
body.landing-ghibli .credibility-raised{ color:#c6b9fd; }
body.landing-ghibli .credibility-team-link{ color:#c6b9fd; }
body.landing-ghibli .credibility-team-link:hover{ color:#ffffff; }

/* Team section */
body.landing-ghibli .team-page-header{ background:#f0edf8; }
body.landing-ghibli .team-page-header h1{ color:#1a1535; }
body.landing-ghibli .team-page-intro{ color:#6b6490; }
body.landing-ghibli .team-members{ background:#f0edf8; }
body.landing-ghibli .team-card{ background:#ffffff; border:1px solid rgba(91,63,212,0.12); border-radius:12px; }
body.landing-ghibli .team-card:hover{ border-color:rgba(91,63,212,0.30); background:#ffffff; }

/* CTA section and form */
body.landing-ghibli .cta-section,body.landing-ghibli #cta{ background:#1a1535; border:1px solid rgba(91,63,212,0.12); }
body.landing-ghibli .cta-section h2{ color:#e8e8f0; }
body.landing-ghibli .cta-section p{ color:#a099c0; }
body.landing-ghibli .field input,body.landing-ghibli .field textarea,body.landing-ghibli .field select{ background:rgba(45,32,96,0.4); border:1px solid rgba(91,63,212,0.20); color:#e8e8f0; }
body.landing-ghibli .field input::placeholder,body.landing-ghibli .field textarea::placeholder{ color:#7a8aaa; }
body.landing-ghibli .field input:focus,body.landing-ghibli .field textarea:focus,body.landing-ghibli .field select:focus{ border-color:rgba(91,63,212,0.40); box-shadow:0 0 0 3px rgba(91,63,212,0.1); }
body.landing-ghibli .submit{ background:#5b3fd4; color:#ffffff; }
body.landing-ghibli .submit:hover{ background:#7c5ce8; }
body.landing-ghibli footer.site-footer{ background:#1a1535; border-top:1px solid rgba(91,63,212,0.12); color:#6b6490; }
body.landing-ghibli footer.site-footer a{ color:#a099c0; }
body.landing-ghibli footer.site-footer a:hover{ color:#c6b9fd; }
body.landing-ghibli ::-webkit-scrollbar-track{ background:#e8e3f5; }
body.landing-ghibli ::-webkit-scrollbar-thumb{ background:rgba(91,63,212,0.25); border-radius:4px; }

/* ===== EARLY ACCESS PAGE ===== */
.early-access-page{
  background:#1a1535;
  color:#f0edf8;
  min-height:100vh;
  display:flex;
  flex-direction:column;
}
.early-access-main{
  flex:1;
  min-height:100vh;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:140px 80px;
  box-sizing:border-box;
}
.early-access-section{
  width:100%;
  max-width:1100px;
}
.early-access-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:120px;
  align-items:flex-start;
}
.early-access-left{
  max-width:520px;
}
.early-access-eyebrow{
  font-family:'DM Sans',sans-serif;
  font-size:11px;
  letter-spacing:0.18em;
  text-transform:uppercase;
  color:#00BCD4;
  margin:0 0 16px;
}
.early-access-headline{
  font-family:'Lora',serif;
  font-size:56px;
  line-height:1.1;
  font-weight:400;
  color:#f0edf8;
  margin:0 0 24px;
}
body.landing-ghibli .early-access-headline{
  color:#f0edf8;
}
.early-access-body{
  font-family:'DM Sans',sans-serif;
  font-size:16px;
  line-height:1.7;
  color:#ffffff;
  margin:0 0 48px;
}
.early-access-contact{
  border-top:1px solid rgba(240,237,248,0.08);
}
.early-access-contact-row{
  padding:20px 0;
  border-top:1px solid rgba(240,237,248,0.08);
}
.early-access-contact-label{
  font-family:'DM Sans',sans-serif;
  font-size:10px;
  letter-spacing:0.16em;
  text-transform:uppercase;
  color:#00BCD4;
  margin:0 0 6px;
}
.early-access-contact-value{
  font-family:'DM Sans',sans-serif;
  font-size:15px;
  color:#f0edf8;
  margin:0;
}
.early-access-contact-value a{
  color:#f0edf8;
  text-decoration:none;
}
.early-access-contact-value a:hover{
  color:#00BCD4;
}
.early-access-right{
  width:100%;
}
.early-access-form-panel{
  background:#f0edf8;
  padding:48px;
  box-sizing:border-box;
}
.early-access-form{
  display:flex;
  flex-direction:column;
  gap:16px;
}
.early-access-row-two{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.early-access-field{
  display:flex;
  flex-direction:column;
  gap:6px;
}
.early-access-label{
  font-family:'DM Sans',sans-serif;
  font-size:12px;
  color:#1a1535;
}
.early-access-field input,
.early-access-field select,
.early-access-field textarea{
  width:100%;
  padding:14px 16px;
  font-family:'DM Sans',sans-serif;
  font-size:14px;
  color:#1a1535;
  background:#ffffff;
  border:1px solid rgba(26,21,53,0.15);
  border-radius:0;
  box-sizing:border-box;
}
.early-access-field textarea{
  min-height:120px;
  resize:vertical;
}
.early-access-field input:focus,
.early-access-field select:focus,
.early-access-field textarea:focus{
  outline:none;
  border-color:#9B6FD4;
}
.early-access-submit{
  width:100%;
  border:none;
  padding:16px;
  font-family:'DM Sans',sans-serif;
  font-size:14px;
  letter-spacing:0.08em;
  text-transform:uppercase;
  background:#9B6FD4;
  color:#f0edf8;
  cursor:pointer;
  border-radius:0;
}
.early-access-submit:hover{
  background:#1a1535;
}
.early-access-inline-email{
  font-family:'DM Sans',sans-serif;
  font-size:12px;
  color:rgba(26,21,53,0.4);
  text-align:center;
  margin:16px 0 0;
}
.early-access-inline-email a{
  color:rgba(26,21,53,0.6);
  text-decoration:none;
}
.early-access-inline-email a:hover{
  color:#9B6FD4;
}
@media(max-width:900px){
  .early-access-main{
    padding:120px 24px;
  }
  .early-access-grid{
    grid-template-columns:1fr;
    gap:64px;
  }
  .early-access-left{
    max-width:none;
  }
}

/* ===============================
   Global responsive overrides
   =============================== */

/* Tablet: max-width 1024px */
@media (max-width:1024px){
  /* Nav: avoid overlap - show hamburger, hide center links and CTA */
  .nav-scale-center,
  .nav-scale-cta{
    display:none !important;
  }
  #mobile-menu-btn{
    display:flex;
  }
  body.hero-scale nav.nav-scale,
  body.clinical-trials-light nav.nav-scale{
    padding-left:24px;
    padding-right:24px;
  }

  /* Two-column 220px / 1fr grids -> single column stacked */
  .ethics-grid-row,
  .chorus-grid-row,
  .dct-grid-row,
  .argus-failure-row{
    grid-template-columns:1fr;
    gap:24px;
  }

  /* Horizontal timeline -> vertical */
  .argus-timeline-grid{
    grid-template-columns:1fr;
    row-gap:32px;
  }
  .argus-timeline-line{
    display:none;
  }

  /* Homepage hero: stack chart below text */
  .hero-scale-inner{
    grid-template-columns:1fr;
    gap:40px;
    padding:0 32px;
    transform:none;
  }
  .hero-scale-left-inner{
    margin-left:0;
    max-width:none;
  }
  .hero-scale-right{
    padding:0 0 40px;
  }
  .hero-scale-chart-wrap{
    width:100%;
    max-width:100%;
  }

  /* Products, team, ethics, early access layouts */
  .products-entry-inner{
    grid-template-columns:1fr;
    gap:24px;
  }
  .team-grid-clean{
    grid-template-columns:repeat(2,1fr);
  }
  .ethics-principles-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .early-access-grid{
    grid-template-columns:1fr;
    gap:64px;
  }

  /* Methodology TOC as horizontal pills above content */
  .methodology-grid{
    grid-template-columns:1fr;
    padding:60px 24px 0;
    gap:32px;
  }
  .methodology-toc{
    position:static;
    border-right:none;
    padding-right:0;
    border-bottom:1px solid rgba(26,21,53,0.08);
    padding-bottom:16px;
  }
  .methodology-toc-label,
  .methodology-sections-label{
    display:none;
  }
  .methodology-chapters,
  .methodology-sections{
    display:flex;
    gap:8px;
    overflow-x:auto;
    padding-bottom:8px;
  }
  .methodology-chapters::-webkit-scrollbar,
  .methodology-sections::-webkit-scrollbar{
    display:none;
  }
  .methodology-toc-link-chapter,
  .methodology-section-link{
    white-space:nowrap;
    background:#f0edf8;
    padding:8px 16px;
    border-radius:0;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:0.14em;
  }
}

/* Mobile: max-width 768px */
@media (max-width:768px){
  /* Nav: show hamburger, hide desktop center links and CTA */
  #mobile-menu-btn{
    display:flex;
  }

  .nav-scale-center,
  .nav-scale-cta{
    display:none !important;
  }

  body.hero-scale nav.nav-scale,
  body.clinical-trials-light nav.nav-scale{
    padding-left:24px;
    padding-right:24px;
  }

  /* Typography */
  .hero-scale-headline,
  .chorus-hero-headline,
  .dct-hero-headline,
  .ethics-hero-title,
  .team-hero-headline,
  .early-access-headline,
  .argus-headline,
  .mission-headline,
  .methodology-title{
    font-size:clamp(36px,8vw,56px);
  }

  .chorus-problem-headline,
  .chorus-products-headline,
  .chorus-how-headline,
  .chorus-audience-headline,
  .argus-problem-headline,
  .argus-ui-headline,
  .argus-timeline-headline,
  .dct-problem-headline,
  .dct-what-headline,
  .dct-use-headline,
  .dct-why-headline,
  .ethics-section-title,
  .methodology-section-heading,
  .mission-headline{
    font-size:clamp(28px,6vw,44px);
  }

  body{
    font-size:15px;
  }

  .hero-scale-eyebrow,
  .chorus-eyebrow,
  .dct-eyebrow,
  .argus-eyebrow,
  .ethics-eyebrow,
  .team-eyebrow,
  .methodology-eyebrow{
    font-size:10px;
  }

  /* Section padding */
  .belief-section,
  .products-section,
  .mission-section,
  .chorus-section,
  .dct-section,
  .argus-section,
  .argus-timeline-section,
  .ethics-section,
  .simple-cta-band,
  .ethics-cta-band{
    padding:60px 24px;
  }

  /* Hero sections: padding */
  .hero-scale-section,
  .argus-hero,
  .dct-hero,
  .chorus-hero,
  .ethics-hero,
  .team-hero{
    padding:100px 24px 60px;
  }

  /* Columns -> single column */
  .products-entry-inner,
  .mission-section,
  .early-access-grid{
    grid-template-columns:1fr;
    gap:24px;
  }
  .chorus-grid-row,
  .ethics-grid-row,
  .dct-grid-row,
  .argus-failure-row{
    grid-template-columns:1fr;
    gap:24px;
  }
  .chorus-how-row{
    flex-direction:column;
    gap:32px;
  }

  /* Four-column grids -> two columns */
  .argus-failure-visual-grid{
    grid-template-columns:repeat(2,1fr);
  }

  /* Ethics principles grid: single column on mobile */
  .ethics-principles-grid{
    grid-template-columns:1fr;
  }

  /* Team grid: keep two columns on mobile */
  .team-grid-clean{
    grid-template-columns:repeat(2,1fr);
  }

  /* Early access form specifics */
  .early-access-form-panel{
    padding:24px;
  }
  .early-access-row-two{
    flex-direction:column;
    gap:16px;
  }

  /* Forms: full width inputs */
  form input,
  form select,
  form textarea{
    width:100%;
  }

  /* Buttons: full width CTAs */
  .hero-scale-cta-primary,
  .hero-scale-cta-secondary,
  .nav-scale-cta,
  .argus-cta,
  .early-access-submit,
  .simple-cta-card,
  .chorus-cta-button{
    width:100%;
    text-align:center;
    justify-content:center;
    display:inline-flex;
  }

  /* Commercial Pharma hero: image on top, text below on dark background */
  .chorus-hero{
    position:relative;
    padding:0;
  }
  .chorus-hero-bg{
    position:relative;
    width:100%;
    height:50vh;
    object-fit:cover;
  }
  .chorus-hero-content{
    position:static;
    padding:40px 24px 60px;
    background:#1a1535;
  }
  .chorus-hero-content .chorus-eyebrow{
    color:#5DE1F0;
    font-size:11px;
    letter-spacing:0.14em;
  }
  .chorus-hero-content .chorus-hero-headline{
    color:#ffffff;
    text-shadow:0 1px 2px rgba(0,0,0,0.2);
  }
  .chorus-hero-content .chorus-hero-body{
    color:#ffffff;
    font-size:16px;
    line-height:1.65;
  }
  .chorus-hero-content .argus-cta{
    background:#ffffff;
    color:#1a1535;
    font-weight:600;
    padding:16px 28px;
    font-size:14px;
  }
  .chorus-hero-rule{
    position:static;
    border-top:1px solid rgba(240,237,248,0.16);
  }

  /* DCT and Clinical Trials hero text centering */
  .dct-hero,
  .argus-hero{
    padding:100px 24px 60px;
    text-align:center;
  }
  .dct-hero-inner,
  .argus-hero-inner{
    max-width:100%;
  }
}

