:root{
  --ink:#213A52;--ink-soft:rgba(33,58,82,.68);
  --indigo:#3A3480;--violet:#6C63C7;--violet-soft:#EDEBFA;--lav:#C9C3EE;--bronze:#A18355;
  --paper:#FCFBF9;--mist:#F3F6FA;--sky:#EAF4FB;--sky-2:#D9EBF6;--sky-3:#C4DFF0;
  --ocean:#2E6E93;--aqua:#7FB8D9;--lime:#B8D96E;
  --line:rgba(33,58,82,.12);--line-strong:rgba(33,58,82,.2);
  --glass-bg:rgba(255,255,255,.44);--glass-brd:rgba(255,255,255,.7);
  --glass-shadow:0 18px 44px rgba(46,110,147,.16);
  --serif:'IvyPresto Display','Playfair Display',Georgia,serif;
  --sans:'Manrope','Segoe UI',sans-serif;
  --ease:cubic-bezier(.22,.61,.36,1);--header-h:84px;--rad:22px;

  --rad:22px;
    --porcelain:#F7F4EE;
  --porcelain-2:#F2EEE6;
  --mist:#E8F1F8;
  --mist-2:#D9E8F4;
    --deep:#1B1740;
}

@font-face{font-family:'IvyPresto Display';font-weight:400 600;font-display:swap;src:local('IvyPresto Display');
  /* src:url('/wp-content/uploads/fonts/IvyPrestoDisplay.woff2') format('woff2'); */}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:var(--sans);color:var(--ink);background:var(--paper);line-height:1.72;font-size:16.5px;-webkit-font-smoothing:antialiased;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img,svg,canvas,video{max-width:100%;display:block}
button{font:inherit;cursor:pointer;background:none;border:none;color:inherit}
::selection{background:var(--ocean);color:#fff}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}
.wrap{width:100%;max-width:1280px;margin:0 auto;padding:0 5vw}
.eyebrow{font-size:12px;letter-spacing:.22em;text-transform:uppercase;font-weight:700;color:var(--ocean);margin-bottom:22px}
h1,h2,h3{font-family:var(--serif);font-weight:500;line-height:1.12;letter-spacing:-.01em}
h1{font-size:clamp(44px,6.6vw,78px)}
h2{font-size:clamp(32px,4.2vw,54px);margin-bottom:26px}
h3{font-size:clamp(20px,2vw,25px)}
.lede{font-size:clamp(17px,1.5vw,20px);color:var(--ink-soft);max-width:640px}
section{position:relative}
.sec-pad{padding:clamp(80px,10vw,140px) 0}
.rv{opacity:0;transform:translateY(30px);transition:opacity .9s var(--ease),transform .9s var(--ease)}
.rv.in{opacity:1;transform:none}
.rv-d1{transition-delay:.08s}.rv-d2{transition-delay:.16s}.rv-d3{transition-delay:.24s}
.btn{display:inline-flex;align-items:center;gap:10px;padding:16px 30px;border-radius:100px;font-weight:600;font-size:15px;letter-spacing:.01em;transition:transform .35s var(--ease),box-shadow .35s var(--ease),background .35s var(--ease),color .35s var(--ease)}
.btn-solid{background:var(--indigo);color:#fff;box-shadow:0 10px 28px rgba(58,52,128,.28)}
.btn-solid:hover{transform:translateY(-2px);background:var(--violet);box-shadow:0 16px 36px rgba(108,99,199,.34)}
.btn-ghost{border:1px solid var(--line-strong);color:var(--ink);background:transparent}
.btn-ghost:hover{border-color:var(--violet);color:var(--violet)}
.btn-light{background:var(--paper);color:var(--indigo)}
.btn-light:hover{transform:translateY(-2px)}
.btn-ghost.on-dark{border-color:rgba(252,251,249,.35);color:var(--paper)}
.btn-ghost.on-dark:hover{border-color:#fff}
.btn .arr{transition:transform .35s var(--ease)}
.btn:hover .arr{transform:translateX(4px)}
:focus-visible{outline:3px solid var(--violet);outline-offset:3px;border-radius:6px}
/* ---- verification banner ---- */
.verify-note{display:flex;gap:10px;align-items:flex-start;background:#FFF7E8;border:1px solid #E8CFA0;border-radius:12px;padding:12px 16px;font-size:13px;color:#7A5A22;margin-top:26px;max-width:640px}
.verify-note b{font-weight:700}
:focus-visible{outline:3px solid var(--ocean);outline-offset:3px;border-radius:6px}
.glass{background:var(--glass-bg);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid var(--glass-brd);border-radius:var(--rad);box-shadow:var(--glass-shadow)}
/* header */

@media(max-width:900px){.hy-nav{display:none}}
/* ================= PROOF HERO WITH VIDEO BG ================= */

.proof-hero {
  position: relative;
  min-height: 96svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  /* background: #d9ebf6; */
}

.proof-hero .hero-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  transform: scaleX(-1);
}

.proof-hero .hero-bg-video {
  transform: scaleX(-1);
}

.proof-hero .hero-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;

}

.proof-hero .hero-inner {
  position: relative;
  z-index: 2;
  padding: calc(var(--header-h) + 60px) 0 80px;
}

.proof-hero h1 {
  max-width: 14ch;
}

.proof-hero .lede {
  margin: 28px 0 38px;
}

.proof-hero .hero-ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.proof-hero .trust-strip {
  position: relative;
  z-index: 2;
  border-top: 1px solid var(--line);
  margin-top: 64px;
  padding-top: 32px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 22px;
}

.proof-hero .trust-item .t-big {
  font-family: var(--serif);
  font-size: clamp(18px, 1.8vw, 24px);
}

.proof-hero .trust-item .t-sub {
  font-size: 11.5px;
  letter-spacing: .06em;
  color: var(--ink-soft);
  margin-top: 4px;
  text-transform: uppercase;
  font-weight: 700;
}


section.bodysec.sec-pad {
    text-align: center;
    background: linear-gradient(180deg, var(--porcelain) 0%, var(--mist) 22%, var(--mist) 78%, var(--porcelain) 100%);
}

.bodysec .wrap{text-align:center}
.bodysec .eyebrow,
.bodysec h2,
.bodysec .lede{margin-inline:auto}
.bodysec .lede{max-width:720px}




.aiwpin{height:230svh;position:relative;background:#0E1119}
.aiwstick{position:sticky;top:0;height:100svh;overflow:hidden}
.aiw-video{position:absolute;inset:0;z-index:0}
.aiw-video .av-layer{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity 1s var(--ease)}
.aiw-video .av-layer.on{opacity:1}
.aiw-video .av-layer video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.aiw-video .av1{background:radial-gradient(120% 100% at 30% 20%,#25506b 0%,#16344a 45%,#0E1119 100%)}
.aiw-video .av2{background: linear-gradient(197.69deg, #FFFFFF 12.71%, rgba(255, 255, 255, 0.51) 87.29%)}
.aiw-scrim{position:absolute;inset:0;z-index:1;background: linear-gradient(197.69deg, #FFFFFF 12.71%, rgba(255, 255, 255, 0.51) 87.29%);}
.aiw-layer{position:absolute;inset:0;z-index:2;color:var(--paper);display:flex;align-items:center}
.aiw-inner{max-width:1280px;margin:0 auto;padding:0 5vw;width:100%}
.aiw-phase{position:absolute;inset:0;display:flex;align-items:center;padding:calc(var(--header-h) + 20px) 5vw 8vh;opacity:0;transform:translateY(24px);transition:opacity .6s var(--ease),transform .6s var(--ease);pointer-events:none}
.aiw-phase.on{opacity:1;transform:none;pointer-events:auto;position:relative}
.aiw-phase-inner{max-width:900px}
.aiw-eyebrow{font-size:12px;letter-spacing:.22em;text-transform:uppercase;font-weight:700;color:#2e6e93;margin-bottom:20px}
.aiw-phase h2{color:#213a52;font-size:clamp(28px,4vw,52px);line-height:1.12;margin-bottom:16px}
.aiw-sub{color:#213a52;font-size:clamp(15px,1.5vw,18px);max-width:640px;margin-bottom:30px}
.aiw-h3{font-family:var(--serif);color:#213a52;font-size:clamp(19px,2vw,24px);margin-bottom:16px}
.aiw-list{display:flex;flex-direction:column;gap:12px;margin-bottom:8px}
.aiw-li{display:flex;gap:12px;align-items:flex-start;font-size:14.5px;color:#213a52;line-height:1.6}
.aiw-li::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--aqua);flex:none;margin-top:8px}
.aiw-country{display:flex;gap:14px;align-items:flex-start;margin-bottom:14px}
.aiw-country .ac-k{font-weight:700;color:#213a52;font-size:14.5px;flex:none;min-width:132px}
.aiw-country .ac-v{font-size:14px;color:#213a52;line-height:1.6}
.aiw-why{margin-top:22px;padding-top:20px;border-top:1px solid rgba(252,251,249,.16)}
.aiw-why p{font-size:14px;color:#213a52;line-height:1.65;max-width:680px}
.aiw-progress{display:flex;gap:8px;position:absolute;bottom:calc(8vh - 26px);left:5vw;z-index:3}
.aiw-progress i{width:34px;height:3px;border-radius:3px;background:rgba(252,251,249,.22);transition:background .4s}
.aiw-progress i.on{background:var(--aqua)}
@media(max-width:820px){.aiw-country{flex-direction:column;gap:4px}.aiw-country .ac-k{min-width:auto}}


@media (max-width:600px) {
  .aiwstick{position:sticky;top:0;height:100svh;}

}


/* ================= 5. SIX TRIALS — FULL-SCREEN SPLIT STICKY (Movra pattern) ================= */
.trialsec{background: linear-gradient(180deg, #1C1842 0%, #211E4E 100%);color:var(--paper)}
.tsp{display:grid;grid-template-columns:1fr 1fr;align-items:start}
.tsp-left{position:sticky;top:0;height:80svh;display:flex;flex-direction:column;justify-content:space-between;padding:calc(var(--header-h) + 30px) clamp(24px,5vw,80px) clamp(40px,6vh,70px) clamp(24px,5vw,80px)}
.tsp-left .eyebrow{color:var(--aqua)}
.tsp-left h2{color:#fff;font-size:clamp(30px,3.6vw,52px);max-width:13ch;margin-bottom:0}
.tsp-copy{position:relative;min-height:280px}
.tsp-text{position:absolute;inset:auto 0 0 0;opacity:0;transform:translateY(26px);transition:opacity .55s var(--ease),transform .55s var(--ease);pointer-events:none}
.tsp-text.on{opacity:1;transform:none;pointer-events:auto}
.tsp-text .st-num{font-size:11px;letter-spacing:.24em;font-weight:700;color:var(--aqua);text-transform:uppercase;margin-bottom:12px;display:block}
.tsp-text h3{color:#fff;font-size:42px;margin-bottom:12px}
.tsp-text .fk{font-size:14px;letter-spacing:.16em;text-transform:uppercase;font-weight:700;color:#7fb8d9;margin:20px 0 3px}
.tsp-text p{font-size:20px;color:rgba(252,251,249,.74);max-width:540px;line-height:1.6}
.tsp-text p b{color:#fff;font-weight:700}
.tsp-text .st-line{font-family:var(--serif);font-style:italic;color:var(--aqua);font-size:15.5px;margin-top:14px}
.tsp-progress{display:flex;gap:8px;margin-top:22px}
.tsp-progress i{width:26px;height:2px;background:rgba(252,251,249,.2);border-radius:2px;transition:background .3s}
.tsp-progress i.on{background:var(--aqua)}
.tsp-right{display:flex;flex-direction:column}
.tsp-img{height:80svh;position:relative;overflow:hidden;display:grid;place-items:center}
.tsp-img .ti-bg{position:absolute;inset:0;background-size:cover;background-position:center}
.tsp-img .ti-tag{position:absolute;left:clamp(20px,3vw,40px);bottom:clamp(20px,3vw,40px);font-size:11px;letter-spacing:.22em;text-transform:uppercase;font-weight:700;color:rgba(255,255,255,.85);background:rgba(10,12,18,.4);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);border-radius:100px;padding:9px 18px}
@media(max-width:900px){
  .tsp{grid-template-columns:1fr}
  .tsp-left{position:relative;top:0;height:auto;justify-content:flex-start;gap:26px;padding:60px 6vw 10px}
  .tsp-copy{display:none} /* mobile shows text under each image instead */
  .tsp-progress{display:none}
  .tsp-img{height:46svh}
  .tsp-mob{display:block;padding:26px 6vw 44px;border-bottom:1px solid rgba(252,251,249,.12)}
}
.tsp-mob{display:none}
@media(max-width:900px){
  .tsp-mob .st-num{font-size:11px;letter-spacing:.24em;font-weight:700;color:var(--aqua);text-transform:uppercase;margin-bottom:10px;display:block}
  .tsp-mob h3{color:#fff;font-size:22px;margin-bottom:10px}
  .tsp-mob .fk{font-size:11px;letter-spacing:.16em;text-transform:uppercase;font-weight:700;color:rgba(252,251,249,.5);margin:12px 0 3px}
  .tsp-mob p{font-size:14px;color:rgba(252,251,249,.74);line-height:1.6}
  .tsp-mob p b{color:#fff}
  .tsp-mob .st-line{font-family:var(--serif);font-style:italic;color:var(--aqua);font-size:15px;margin-top:12px}
}


/* =====================================================
   SIX TRIALS: FINAL DESKTOP STICKY FIX
===================================================== */

.trialsec {
  background: #ffffff; /* removes the indigo gap */
  color: var(--paper);
}

.tsp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

/* Full-screen sticky left panel */
.tsp-left {
  position: sticky;
  top: 0;

  height: 100vh;
  height: 100svh;
  min-height: 100vh;
  min-height: 100svh;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  overflow: hidden;
  isolation: isolate;

  padding:
    calc(var(--header-h) + 30px)
    clamp(24px, 5vw, 80px)
    clamp(30px, 5vh, 60px);
}

/* Background layers must completely cover the left panel */
.tsp-bgs {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.tsp-bg {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.55s var(--ease);
}

.tsp-bg.on {
  opacity: 1;
}

/* Keep all text above the backgrounds */
.tsp-left > *:not(.tsp-bgs) {
  position: relative;
  z-index: 2;
}

/* Each right-side trial now occupies one complete screen */
.tsp-img {
  position: relative;
  height: 100vh;
  height: 100svh;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  place-items: center;
}

.tsp-img .ti-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

/* Prevent grid overflow */
.tsp-right {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

/* Hide mobile copy by default */
.tsp-mob {
  display: none;
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 900px) {
  .trialsec {
    background: linear-gradient(180deg, #1C1842 0%, #211E4E 100%);
  }

  .tsp {
    grid-template-columns: 1fr;
  }

  .tsp-left {
    position: relative;
    top: auto;

    height: auto;
    min-height: 0;

    justify-content: flex-start;
    gap: 26px;

    padding: 60px 6vw 20px;
    overflow: visible;
  }

  .tsp-copy,
  .tsp-progress {
    display: none;
  }

  .tsp-img {
    height: 46svh;
    min-height: 0;
  }

  .tsp-mob {
    display: block;
    padding: 26px 6vw 44px;
    border-bottom: 1px solid rgba(252, 251, 249, 0.12);
  }
}
/* ================= 6. SCIENCE — MACHINE VIDEO + USP STATS ================= */
.science {
    background: #CDCDCD;
    color: var(--paper);
}.science .eyebrow{color:var(--aqua)}
.science h2{color:#213a52}
.science .lede{color:#213a52}
.sci-stage{display:grid;grid-template-columns:1fr minmax(280px,420px) 1fr;gap:clamp(20px,3vw,40px);align-items:center;margin-top:60px}
.sci-video{position:relative;aspect-ratio:9/9;border-radius:calc(var(--rad)*1.4);overflow:hidden;display:grid;place-items:center;}
.sci-video video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.sci-video .mv-empty{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;padding:28px}
.sci-video .mv-play{width:70px;height:70px;border-radius:50%;background:rgba(252,251,249,.12);backdrop-filter:blur(8px);border:1px solid rgba(252,251,249,.25);display:grid;place-items:center}
.sci-video .mv-play svg{width:22px;height:22px;fill:#fff;margin-left:4px}
.sci-video .mv-label{font-size:11.5px;letter-spacing:.2em;text-transform:uppercase;font-weight:700;color:rgba(252,251,249,.6)}
.sci-video .mv-note{font-size:12.5px;color:rgba(252,251,249,.4);max-width:240px}
.sci-col{display:flex;flex-direction:column;gap:18px}
.usp{background:rgb(252 251 249 / 66%);border:1px solid rgba(252,251,249,.14);border-radius:var(--rad);padding:26px 26px;backdrop-filter:blur(6px);transition:transform .5s var(--ease),background .5s}
.usp .u-num{font-size:11px;letter-spacing:.22em;font-weight:700;color:var(--aqua);text-transform:uppercase;margin-bottom:10px;display:block}
.usp .u-stat{font-family:var(--serif);font-size:clamp(22px,2.4vw,30px);color:#213a52;margin-bottom:8px}
.usp p{font-size:13.5px;color:#213a52}

@media(max-width:920px){.sci-stage{grid-template-columns:1fr}.sci-col{flex-direction:row;flex-wrap:wrap}.sci-col .usp{flex:1;min-width:240px}}


/* ================= CLOSING ================= */

.closing {
  text-align: center;
  overflow: hidden;
}

.closing h2 {
  font-size: clamp(36px, 5.4vw, 70px);
}

/* ================= SCIENCE / CLOSING WATER CANVAS ================= */

.science-water {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #EDF4FA;
}

.science-water > .water-bg-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  pointer-events: none;
}

.science-water > .water-bg-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(237,244,250,.18) 0%,
    rgba(247,244,238,.12) 48%,
    rgba(247,244,238,.30) 100%
  );
}

.science-water > .wrap {
  position: relative;
  z-index: 2;
}
.closing .lede{margin:24px auto 42px}
.hero-ctas{display:flex;gap:16px;flex-wrap:wrap}




.footer{background:var(--sky-3);color:rgba(33,58,82,.7);padding:60px 0 40px;font-size:14px;border-top:1px solid var(--line)}
.foot-grid{display:flex;justify-content:space-between;gap:30px;flex-wrap:wrap;align-items:center}
.foot-note{font-size:12px;margin-top:30px;max-width:760px;line-height:1.7;color:rgba(33,58,82,.5)}



/* ================= SIX TRIALS MOBILE RESPONSIVE ================= */

/* keep mobile text hidden on desktop */
.tsp-mob {
  display: none;
}

@media (max-width: 900px) {

  .trialsec {
    overflow: hidden;
  }

  .tsp {
    display: block;
  }

  .tsp-left {
    position: relative;
    top: auto;
    height: auto;
    padding: 64px 22px 28px;
    display: block;
  }

  .tsp-left .eyebrow {
    margin-bottom: 14px;
  }

  .tsp-left h2 {
    font-size: clamp(30px, 9vw, 42px);
    max-width: 12ch;
    line-height: 1.04;
  }

  /* hide sticky desktop copy on mobile */
  .tsp-copy,
  .tsp-progress {
    display: none !important;
  }

  .tsp-right {
    display: block;
  }

  .tsp-img {
    height: 48svh;
    min-height: 360px;
    max-height: 520px;
    position: relative;
    overflow: hidden;
    background: #1C1842;
  }

  .tsp-img .ti-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1.02);
  }

  .tsp-img::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(
      180deg,
      rgba(28,24,66,.06) 0%,
      rgba(28,24,66,.12) 48%,
      rgba(28,24,66,.48) 100%
    );
  }

  .tsp-img .ti-tag {
    left: 18px;
    right: 18px;
    bottom: 18px;
    width: fit-content;
    max-width: calc(100% - 36px);
    z-index: 2;
    font-size: 10px;
    line-height: 1.3;
    letter-spacing: .16em;
    padding: 9px 14px;
    white-space: normal;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .tsp-mob {
    display: block !important;
    padding: 28px 22px 46px;
    border-bottom: 1px solid rgba(252,251,249,.12);
    background: #1C1842;
  }

  .tsp-mob .st-num {
    display: block;
    font-size: 10.5px;
    letter-spacing: .18em;
    font-weight: 700;
    color: var(--aqua);
    text-transform: uppercase;
    margin-bottom: 12px;
  }

  .tsp-mob h3 {
    color: #fff;
    font-size: clamp(22px, 7vw, 30px);
    line-height: 1.12;
    margin-bottom: 16px;
  }

  .tsp-mob .fk {
    font-size: 10.5px;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(252,251,249,.52);
    margin: 16px 0 5px;
  }

  .tsp-mob p {
    font-size: 14.5px;
    line-height: 1.65;
    color: rgba(252,251,249,.76);
    margin: 0;
  }

  .tsp-mob p b {
    color: #fff;
    font-weight: 700;
  }

  .tsp-mob .st-line {
    font-family: var(--serif);
    font-style: italic;
    color: var(--aqua);
    font-size: 15px;
    margin-top: 14px;
  }
}

@media (max-width: 520px) {

  .tsp-left {
    padding: 54px 18px 24px;
  }

  .tsp-img {
    height: 42svh;
    min-height: 300px;
  }

  .tsp-mob {
    padding: 24px 18px 40px;
  }

  .tsp-img .ti-tag {
    font-size: 9.5px;
    letter-spacing: .14em;
  }
}

/* per-trial left backgrounds — crossfade layers */
.tsp-left{overflow:hidden}
.tsp-left > *{position:relative;z-index:1}
.tsp-bgs{position:absolute;inset:0;z-index:0}
.tsp-bg{position:absolute;inset:0;opacity:0;transition:opacity .6s var(--ease)}
.tsp-bg.on{opacity:1}
.tsp-bg[data-t="0"]{background: linear-gradient(160.02deg, #EDFFED 9.66%, #C3C1A1 90.34%)}
.tsp-bg[data-t="1"]{background:linear-gradient(158.04deg,#A7E6F3 9.98%,#55CCF0 90.02%)}
.tsp-bg[data-t="2"]{background:linear-gradient(158.04deg,#56AFFF 9.98%,#044177 90.02%)}
.tsp-bg[data-t="3"]{background:linear-gradient(158.04deg,#ECEEE7 9.98%,#C8A385 90.02%)}
.tsp-bg[data-t="4"]{background:linear-gradient(158.04deg,#A9DCF0 9.98%,#5A93AA 90.02%)}
.tsp-bg[data-t="5"]{background:linear-gradient(158.04deg,#A0D0E0 9.98%,#C1DBE4 90.02%)}

/* dark-text mode for light gradients (trials 2, 4, 6) */
.tsp-left.light-bg .eyebrow,
.tsp-left.light-bg .tsp-text .st-num{color:#0b3a5c}
.tsp-left.light-bg h2,
.tsp-left.light-bg .tsp-text h3,
.tsp-left.light-bg .tsp-text p b{color:#213a52}
.tsp-left.light-bg .tsp-text .fk{color:#1d5f8a}
.tsp-left.light-bg .tsp-text p{color:#213a52}
.tsp-left.light-bg .tsp-progress i{background:rgba(16,18,35,.25)}
.tsp-left.light-bg .tsp-progress i.on{background:#0b3a5c}

/* mobile: layers hatao, left ka bg static rahega */
@media(max-width:900px){
  .tsp-bgs{display:none}
}

@media(max-width:600px){
  .trial-heading-content h2 p {
    color:#fff !important
  }
}

/* ================= RESEARCH USPS — DARK COVER STACK (Portrixe scroll: each tile covers the last) ================= */
/* ================= RESEARCH USPS — COMPACT NUMBERED LIST ================= */
.rusp{background:#131722;color:var(--paper)}
.rusp .eyebrow{color:var(--aqua)}
.rusp h2{color:#213a52}
.rusp .lede{color:#213a52}
.usp-list{margin-top:52px}
.usp-row{display:grid;grid-template-columns:64px 1px 1fr 60px;align-items:center;gap:clamp(20px,3vw,40px);
  padding:clamp(22px,3vw,34px) 0;border-bottom:1px solid #213a52}
.usp-num{font-family:var(--serif);font-size:clamp(24px,2.4vw,34px);color:var(--aqua);line-height:1}
.usp-divider{width:1px;align-self:stretch;background:#213a52}
.usp-body h3{color:#213a52;font-size:clamp(19px,1.7vw,24px);margin-bottom:6px}
.usp-body p{font-size:14.5px;color:#213a52;letter-spacing:.01em;max-width:560px}
.usp-body p b{color:#213a52;font-weight:700}
.usp-icon{width:44px;height:44px;border-radius:50%;background:rgba(252,251,249,.08);backdrop-filter:blur(8px);
  border:1px solid rgba(252,251,249,.2);display:grid;place-items:center;justify-self:end}
.usp-icon svg{width:20px;height:20px;stroke:#EAF4FB;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:720px){
  .usp-row{grid-template-columns:44px 1px 1fr;padding:20px 0}
  .usp-icon{display:none}
  .usp-body h3{font-size:19px}
}

.usp-icon{
    width:80px;
    height:80px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.usp-icon img{
    width:100%;
    height:100%;
    object-fit:contain;
}
.rusp{
    position:relative;
    overflow:hidden;
    isolation:isolate;
}

.rusp > .wrap{
    position:relative;
    z-index:2;
}
.rusp > .water-bg-canvas{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    z-index:0;
    pointer-events:none;
}


/* ================= 3B. CINEMATIC STICKY ZOOM (Fovea pattern) ================= */
.cine{position:relative;height:230svh;background:linear-gradient(180deg, var(--deep), #232052);}
.cine-stick{position:sticky;top:0;height:100svh;overflow:hidden}
.cine-layer{position:absolute;inset:0;z-index:2;color:var(--paper)}
.cine-inner{max-width:1280px;margin:0 auto;padding:0 5vw;height:100%;position:relative}
.cine-bg-video{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    z-index:0;
}
.cine-stick:after{
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    background:linear-gradient(
        90deg,
        rgba(14,17,25,.82) 0%,
        rgba(14,17,25,.5) 42%,
        rgba(14,17,25,.62) 100%
    );
    pointer-events:none;
}
/* Phase 1 foreground — flex added, content centered */
.cine-p1{
  position:absolute;inset:0;
  display:flex;align-items:center;justify-content:center;
  padding:calc(var(--header-h) + 20px) 5vw 8vh;
  will-change:opacity;
  transition:opacity .45s var(--ease);
}
.cine-p1 > div{max-width:900px;text-align:center}
.cine-eyebrow{font-size:12px;letter-spacing:.22em;text-transform:uppercase;font-weight:700;color:var(--aqua);margin-bottom:22px}
.cine-p1 h2{color:#fff;font-size:clamp(30px,4vw,58px);margin-bottom:24px}
.cine-p1 p{color:rgba(252,251,249,.72);font-size:clamp(16px,1.5vw,19px)}
.cine-chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px;justify-content:center}
.cine-chip{font-size:12.5px;font-weight:600;border:1px solid rgba(252,251,249,.22);border-radius:100px;padding:8px 16px;background:rgba(252,251,249,.06);color:rgba(252,251,249,.88)}

/* Phase 2 phrase slider foreground */
.cine-p2{
  position:absolute;inset:0;
  display:flex;flex-direction:column;justify-content:center;align-items:flex-start;
  padding:0 5vw;
  opacity:0;pointer-events:none;
  will-change:opacity;
  transition:opacity .45s var(--ease);
}
.cine-p2 .cp-idx{font-family:var(--serif);font-size:clamp(60px,12vw,150px);line-height:1;color:rgba(252,251,249,.18)}
.cine-phrase{position:relative;height:clamp(70px,10vw,130px);margin:6px 0 16px}
.cine-word{position:absolute;left:0;top:0;font-family:var(--serif);font-size:clamp(46px,8vw,104px);line-height:1;color:#fff;opacity:0;transform:translateY(30px);transition:opacity .5s var(--ease),transform .5s var(--ease);white-space:nowrap}
.cine-word.on{opacity:1;transform:none}
.cine-steps{display:flex;gap:10px;margin-bottom:20px}
.cine-step{width:44px;height:3px;border-radius:3px;background:rgba(252,251,249,.2);transition:background .4s}
.cine-step.on{background:var(--aqua)}
.cine-sub{position:relative;width:min(600px,100%);min-height:clamp(130px,14vw,180px)}
.cine-subline{position:absolute;left:0;top:0;width:100%;color:rgba(252,251,249,.72);font-size:clamp(15px,1.5vw,18px);line-height:1.6;opacity:0;transition:opacity .5s var(--ease)}
.cine-subline.on{opacity:1}

/* Scroll hint */
.cine-hint{
  position:absolute;left:50%;bottom:28px;transform:translateX(-50%);
  z-index:3;
  font-size:12px;letter-spacing:.18em;text-transform:uppercase;font-weight:600;
  color:rgba(252,251,249,.55);
  transition:opacity .4s var(--ease);
  animation:cineHintBob 2s ease-in-out infinite;
  pointer-events:none;
}
@keyframes cineHintBob{
  0%,100%{transform:translateX(-50%) translateY(0)}
  50%{transform:translateX(-50%) translateY(6px)}
}

/* ================= CINEMATIC STICKY-ZOOM (Fovea pattern) ================= */
.fov{height:420vh;position:relative;background:#0b0f16}
.fov-sticky{position:sticky;top:0;height:100svh;overflow:hidden;display:block}
.fov-bg{position:absolute;inset:0;background-size:cover;background-position:center;will-change:transform;transform:scale(1)}
.fov-veil{position:absolute;inset:0;background:radial-gradient(120% 100% at 50% 40%,rgba(11,15,22,.1),rgba(11,15,22,.72) 85%)}
.fov-phase{position:absolute;inset:0;display:grid;align-items:center;padding:5vw;will-change:opacity,transform}
.fov-p1{grid-template-columns:1.1fr .9fr;gap:clamp(30px,5vw,90px)}
.fov-p1 .eyebrow{color:var(--aqua)}
.fov-p1 h2{color:#fff;font-size:clamp(28px,3.6vw,50px);max-width:24ch;margin-bottom:18px}
.fov-p1 .lede{color:rgba(252,251,249,.72);font-size:clamp(15px,1.4vw,18px);max-width:460px}
.fov-acc{display:flex;flex-direction:column;gap:10px;max-width:630px;justify-self:end;width:100%}
.fov-acc-item{background:rgba(252,251,249,.07);backdrop-filter:blur(10px);border:1px solid rgba(252,251,249,.12);border-radius:14px;overflow:hidden}
.fov-acc-q{width:100%;display:flex;align-items:center;gap:14px;padding:16px 20px;text-align:left;font-size:14.5px;font-weight:600;color:rgba(252,251,249,.9)}
.fov-acc-q .fn{font-size:12px;color:var(--aqua);font-weight:700;letter-spacing:.08em}
.fov-acc-q .fp{margin-left:auto;color:var(--aqua);transition:transform .4s var(--ease)}
.fov-acc-item.open .fp{transform:rotate(45deg)}
.fov-acc-a{max-height:0;overflow:hidden;transition:max-height .45s var(--ease)}
.fov-acc-item.open .fov-acc-a{max-height:350px}
.fov-acc-a p{padding:0 20px 16px 46px;font-size:13.5px;color:rgba(252,251,249,.62)}
.fov-p2{place-items:center;text-align:center}
.fov-phrases{position:relative;height:140px;width:100%}
.fov-phrase{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;opacity:0;transform:translateY(30px);transition:opacity .5s var(--ease),transform .5s var(--ease)}
.fov-phrase.on{opacity:1;transform:none}
.fov-phrase .fpn{font-size:12px;letter-spacing:.3em;font-weight:700;color:var(--aqua);text-transform:uppercase}
.fov-phrase .fpt {
    font-family: var(--serif);
    font-size: 60px;
    color: #fff;
    line-height: 1;
    width: 700px;
}
.fov-phrase p{
    font-family: var(--serif);
    font-size: 30px;
    color: #fff;
    line-height: 1;
    width: 700px;
    margin-top: 15px;
}
.fov-dots{display:flex;gap:10px;justify-content:center;margin-top:32px}
.fov-dots i{width:26px;height:2px;background:rgba(252,251,249,.22);border-radius:2px;transition:background .3s}
.fov-dots i.on{background:var(--aqua)}
@media(max-width:860px){
  .fov{height:380vh}
  .fov-p1{grid-template-columns:1fr;align-content:center;gap:26px}
  .fov-acc{justify-self:start}
  .fov-acc-a p{padding-left:20px}
}

.fov-acc-a ol li {
    padding: 0 20px 10px 46px;
    font-size: 13.5px;
    color: rgba(252, 251, 249, .62);
}


/* =========================================================
   HYDRON PROOF PAGE: MOBILE-ONLY RESPONSIVE OVERRIDES
   Load this file AFTER science-style.css and global-header-footer.css.
   Desktop styles remain unchanged.
   ========================================================= */

@media (max-width: 900px) {
  :root {
    --header-h: 72px;
    --rad: 18px;
  }

  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  body {
    font-size: 16px;
    line-height: 1.62;
  }

  img,
  svg,
  canvas,
  video {
    max-width: 100%;
    height: auto;
  }

  .wrap,
  .cine-inner {
    width: 100%;
    max-width: 100%;
    padding-left: 22px;
    padding-right: 22px;
  }

  .sec-pad {
    padding: 72px 0;
  }

  h1 {
    font-size: clamp(40px, 11vw, 60px);
    line-height: 1.02;
    overflow-wrap: anywhere;
  }

  h2,
  .closing h2 {
    font-size: clamp(30px, 8.5vw, 43px);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  h3 {
    font-size: clamp(21px, 6vw, 27px);
  }

  .eyebrow,
  .cine-eyebrow {
    margin-bottom: 14px;
    font-size: 10.5px;
    line-height: 1.4;
    letter-spacing: .17em;
  }

  .lede {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    line-height: 1.65;
  }

  .btn {
    min-height: 50px;
    padding: 13px 22px;
    justify-content: center;
    text-align: center;
  }

  /* Header */
  .hy-header,
  .hy-bar {
    width: 100%;
    max-width: 100%;
  }

  .hy-bar {
    min-height: var(--header-h);
    padding-left: 18px;
    padding-right: 18px;
    gap: 12px;
  }

  .hy-logo {
    flex: 0 1 auto;
    min-width: 0;
  }

  .hy-logo img {
    width: auto;
    max-width: 132px;
    max-height: 42px;
  }

  .hy-nav,
  .hy-header-cta {
    display: none;
  }

  .hy-menu-toggle {
    display: inline-flex;
    flex: 0 0 auto;
  }

  /* Hero */
  .proof-hero {
    min-height: 100svh;
    align-items: flex-end;
  }

     .proof-hero .hero-bg-video {
        height: 100%;
        object-position: 44% center;
    }

  .proof-hero .hero-inner {
    width: 100%;
    padding-bottom: 48px;
  }

  .proof-hero h1 {
    max-width: 12.5ch;
  }

  .proof-hero .lede {
    margin: 20px 0 28px;
  }

  .proof-hero .hero-ctas,
  .closing .hero-ctas {
    width: 100%;
    gap: 12px;
  }

  .proof-hero .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin-top: 40px;
    padding-top: 20px;
  }

  .proof-hero .trust-item {
    min-width: 0;
    padding: 14px 12px;
    border-bottom: 1px solid var(--line);
  }

  .proof-hero .trust-item:nth-child(odd) {
    padding-left: 0;
    border-right: 1px solid var(--line);
  }

  .proof-hero .trust-item:nth-child(even) {
    padding-right: 0;
    padding-left: 18px;
  }

  .proof-hero .trust-item .t-big {
    font-size: 22px;
  }

  .proof-hero .trust-item .t-sub {
    font-size: 9.5px;
    line-height: 1.35;
  }

  /* Intro */
  .bodysec h2 br,
  .rusp h2 br,
  .closing h2 br {
    display: none;
  }

  .bodysec .lede {
    max-width: 100%;
  }

  /* Difference list */
  .usp-list {
    margin-top: 34px;
  }

  .usp-row {
    grid-template-columns: 38px 1px minmax(0, 1fr);
    gap: 14px;
    padding: 22px 0;
  }

  .usp-num {
    font-size: 24px;
  }

  .usp-body,
  .usp-body p {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .usp-body h3 {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.2;
  }

  .usp-body p {
    font-size: 14px;
    line-height: 1.65;
    overflow-wrap: anywhere;
  }

  .usp-icon {
    display: none;
  }

  /* Cinematic proof section: same scroll interaction, mobile-safe sizing */


  .cine-stick {
    height: 100svh;
  }

  .cine-stick::after {
    background: linear-gradient(
      180deg,
      rgba(14, 17, 25, .60) 0%,
      rgba(14, 17, 25, .54) 48%,
      rgba(14, 17, 25, .76) 100%
    );
  }

  .cine-bg-video {
    object-position: center;
  }

  .cine-p1 {
    padding: calc(var(--header-h) + 22px) 22px 76px;
  }

  .cine-p1 > div {
    width: 100%;
    max-width: 100%;
  }

  .cine-p1 h2 {
    margin-bottom: 18px;
    font-size: clamp(29px, 8vw, 42px);
    line-height: 1.08;
  }

  .cine-p1 p {
    font-size: 15px;
    line-height: 1.62;
  }

  .cine-chips {
    gap: 8px;
    margin-top: 22px;
  }

  .cine-chip {
    padding: 7px 12px;
    font-size: 11px;
  }

  .cine-p2 {
    width: 100%;
    padding: calc(var(--header-h) + 14px) 22px 74px;
  }

  .cine-p2 .cp-idx {
    font-size: clamp(54px, 20vw, 92px);
  }

  .cine-phrase {
    width: 100%;
    height: clamp(68px, 23vw, 104px);
    margin: 2px 0 14px;
  }

  .cine-word {
    width: 100%;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    font-size: clamp(39px, 12vw, 62px);
    line-height: .98;
  }

  .cine-steps {
    width: 100%;
    gap: 7px;
    margin-bottom: 16px;
  }

  .cine-step {
    width: 32px;
  }

  .cine-sub {
    width: 100%;
    max-width: 100%;
    min-height: 210px;
  }

  .cine-subline {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    line-height: 1.58;
    overflow-wrap: anywhere;
  }

  .cine-hint {
    bottom: 18px;
    font-size: 10px;
  }

  /* Science cards */
  .sci-stage {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    margin-top: 36px;
  }

  .sci-col {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .sci-col .usp {
    width: 100%;
    min-width: 0;
    padding: 22px 20px;
  }

  .sci-video {
    width: 100%;
    max-width: 520px;
    margin: 4px auto;
    border-radius: 22px;
  }

  .usp:hover {
    transform: none;
  }

  /* Fovea sticky section */
  .fov {
    height: 380vh;
  }

  .fov-sticky {
    height: 100svh;
  }

  .fov-phase {
    width: 100%;
    padding: calc(var(--header-h) + 18px) 22px 54px;
  }

  .fov-p1 {
    grid-template-columns: minmax(0, 1fr);
    align-content: center;
    gap: 22px;
  }

  .fov-p1 h2 {
    max-width: 100%;
    margin-bottom: 14px;
    font-size: clamp(28px, 7.6vw, 39px);
  }

  .fov-p1 .lede {
    max-width: 100%;
    font-size: 14.5px;
  }

  .fov-acc {
    width: 100%;
    max-width: 100%;
    gap: 8px;
    justify-self: stretch;
  }

  .fov-acc-item {
    width: 100%;
    border-radius: 12px;
  }

  .fov-acc-q {
    gap: 10px;
    padding: 13px 14px;
    font-size: 13px;
    line-height: 1.35;
  }

  .fov-acc-a p,
  .fov-acc-a ol li {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 12.5px;
    line-height: 1.55;
  }

  .fov-phrases {
    width: 100%;
    height: 210px;
  }

  .fov-phrase {
    width: 100%;
    padding: 0;
  }

  .fov-phrase .fpn {
    font-size: 10px;
  }

  .fov-phrase .fpt,
  .fov-phrase p {
    width: 320px;
  }

  .fov-phrase .fpt {
    font-size: clamp(34px, 10vw, 52px);
    line-height: 1.02;
  }

  .fov-phrase p {
    margin-top: 10px;
    font-size: clamp(18px, 5.6vw, 25px);
    line-height: 1.15;
  }

  .fov-dots {
    margin-top: 20px;
  }

  /* Clinical trials */
  .trialsec {
    width: 100%;
    overflow: hidden;
  }

  .tsp {
    display: block;
    width: 100%;
  }

  .tsp-left {
    position: relative;
    top: auto;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 64px 22px 30px;
    overflow: hidden;
  }

  .tsp-left h2 {
    max-width: 100%;
    font-size: clamp(30px, 8.5vw, 42px);
    line-height: 1.08;
  }

  .tsp-copy,
  .tsp-progress,
  .tsp-bgs {
    display: none !important;
  }

  .tsp-right {
    display: block;
    width: 100%;
  }

  .tsp-img {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: 4 / 4.6;
    background: #1c1842;
  }

  .tsp-img .ti-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.01);
  }

  .tsp-img .ti-tag {
    right: 18px;
    bottom: 18px;
    left: 18px;
    z-index: 2;
    width: fit-content;
    max-width: calc(100% - 36px);
    padding: 8px 12px;
    white-space: normal;
    font-size: 9.5px;
    line-height: 1.35;
    letter-spacing: .12em;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .tsp-mob {
    display: block !important;
    width: 100%;
    padding: 26px 22px 44px;
  }

  .tsp-mob h3 {
    font-size: clamp(23px, 6.8vw, 30px);
  }

  .tsp-mob p {
    font-size: 14px;
    line-height: 1.65;
    overflow-wrap: anywhere;
  }

  /* Closing */
  .closing .lede {
    width: 100%;
    max-width: 100% !important;
    margin: 20px auto 30px;
  }

  /* Footer */
  .footer {
    padding: 48px 0 32px;
  }

  .foot-grid {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .foot-grid nav {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 12px 18px !important;
  }

  .foot-grid nav a {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .foot-note {
    margin-top: 24px;
    font-size: 11.5px;
    line-height: 1.65;
  }

  /* Reduce expensive visual effects on touch screens without changing layout */
  .glass,
  .usp,
  .fov-acc-item,
  .usp-icon {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

@media (max-width: 600px) {
  .wrap,
  .cine-inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .sec-pad {
    padding: 60px 0;
  }

  .proof-hero .hero-inner {
    padding-left: 16px;
        padding-right: 16px;

  }

  .proof-hero .hero-ctas,
  .closing .hero-ctas {
    flex-direction: column;
  }

  .proof-hero .hero-ctas .btn,
  .closing .hero-ctas .btn {
    width: 100%;
  }

  .cine-p1,
  .cine-p2,
  .fov-phase {
    padding-left: 18px;
    padding-right: 18px;
  }

  .cine-sub {
    min-height: 235px;
  }

  .fov-phrases {
    height: 235px;
  }

  .tsp-left {
    padding: 56px 18px 26px;
  }

  .tsp-mob {
    padding: 24px 18px 40px;
  }

  .tsp-img .ti-tag {
    right: 14px;
    bottom: 14px;
    left: 14px;
    max-width: calc(100% - 28px);
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: clamp(38px, 12vw, 50px);
  }

  h2,
  .closing h2 {
    font-size: clamp(29px, 9.5vw, 38px);
  }

  .proof-hero .trust-strip {
    grid-template-columns: 1fr 1fr;
  }

  .proof-hero .trust-item {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .usp-row {
    grid-template-columns: 32px 1px minmax(0, 1fr);
    gap: 11px;
  }

  .usp-num {
    font-size: 21px;
  }

  .cine-p1 h2 {
    font-size: 28px;
  }

  .cine-word {
    font-size: clamp(35px, 12vw, 48px);
  }

  .cine-sub {
    min-height: 270px;
  }

  .cine-subline {
    font-size: 13.25px;
  }

  .fov-phase {
    padding-top: calc(var(--header-h) + 10px);
  }

  .fov-p1 {
    gap: 16px;
  }

  .fov-acc-q {
    padding: 11px 12px;
    font-size: 12px;
  }

  .fov-phrases {
    height: 260px;
  }

  .fov-phrase .fpt {
    font-size: 34px;
  }

  .fov-phrase p {
    font-size: 18px;
  }

  .tsp-img {
    aspect-ratio: 4 / 5;
  }

  .foot-grid nav {
    grid-template-columns: 1fr;
  }
}

@media (hover: none) and (pointer: coarse) and (max-width: 900px) {
  .btn:hover,
  .btn-light:hover,
  .usp:hover {
    transform: none;
  }

  .btn:hover .arr {
    transform: none;
  }
}


/* =====================================================
   AIW SECTION ONLY: MOBILE RESPONSONSIVE FIX
   Scroll flow and phase switching remain unchanged
===================================================== */

@media (max-width: 820px) {

  #aiwPin {
    height: 230svh;
    height: 230dvh;
  }

  #aiwPin .aiwstick {
    position: sticky;
    top: 0;
    height: 100vh;
    height: 100dvh;
    min-height: 100dvh;
    overflow: hidden;
  }

  #aiwPin .aiw-video,
  #aiwPin .aiw-scrim,
  #aiwPin .aiw-layer {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  #aiwPin .aiw-video .av-layer,
  #aiwPin .aiw-video .av-layer video {
    width: 100%;
    height: 100%;
  }

    #aiwPin .aiw-video .av-layer video {
        object-fit: cover;
        object-position: 32% center;
    }


  #aiwPin .aiw-layer {
    display: block;
  }

  #aiwPin .aiw-inner {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: none;
    padding: 0;
  }

  #aiwPin .aiw-phase {
    position: absolute;
    inset: 0;

    display: flex;
    align-items: center;

    padding:
      max(82px, calc(env(safe-area-inset-top) + 68px))
      20px
      max(48px, calc(env(safe-area-inset-bottom) + 28px));

    overflow: hidden;
  }

  #aiwPin .aiw-phase.on {
    position: absolute;
  }

  #aiwPin .aiw-phase-inner {
    width: 100%;
    max-width: 100%;
  }

  #aiwPin .aiw-eyebrow {
    font-size: 10px;
    letter-spacing: 0.18em;
    margin-bottom: 10px;
  }

  #aiwPin .aiw-phase h2 {
    font-size: clamp(26px, 7.5vw, 34px);
    line-height: 1.08;
    margin-bottom: 12px;
  }

  #aiwPin .aiw-sub {
    max-width: 100%;
    font-size: 13.5px;
    line-height: 1.5;
    margin-bottom: 16px;
  }

  #aiwPin .aiw-h3 {
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 10px;
  }

  #aiwPin .aiw-list {
    gap: 7px;
    margin-bottom: 0;
  }

  #aiwPin .aiw-li {
    gap: 9px;
    font-size: 12.8px;
    line-height: 1.45;
  }

  #aiwPin .aiw-li::before {
    width: 5px;
    height: 5px;
    margin-top: 6px;
  }

  #aiwPin .aiw-country {
    flex-direction: column;
    gap: 2px;
    margin-bottom: 9px;
  }

  #aiwPin .aiw-country .ac-k {
    min-width: 0;
    font-size: 12.5px;
  }

  #aiwPin .aiw-country .ac-v {
    font-size: 12.5px;
    line-height: 1.45;
  }

  #aiwPin .aiw-why {
    margin-top: 12px;
    padding-top: 12px;
  }

  #aiwPin .aiw-why p {
    font-size: 12.5px;
    line-height: 1.45;
  }

  #aiwPin .aiw-progress {
    left: 20px;
    bottom: max(18px, env(safe-area-inset-bottom));
  }
}


/* Short-height phones */
@media (max-width: 820px) and (max-height: 740px) {

  #aiwPin .aiw-phase {
    padding-top: max(
      68px,
      calc(env(safe-area-inset-top) + 56px)
    );

    padding-bottom: max(
      38px,
      calc(env(safe-area-inset-bottom) + 20px)
    );
  }

  #aiwPin .aiw-phase h2 {
    font-size: 25px;
    margin-bottom: 9px;
  }

  #aiwPin .aiw-sub {
    font-size: 12.5px;
    line-height: 1.4;
    margin-bottom: 11px;
  }

  #aiwPin .aiw-h3 {
    font-size: 16px;
    margin-bottom: 7px;
  }

  #aiwPin .aiw-list {
    gap: 5px;
  }

  #aiwPin .aiw-li,
  #aiwPin .aiw-country .ac-v,
  #aiwPin .aiw-why p {
    font-size: 11.8px;
    line-height: 1.35;
  }

  #aiwPin .aiw-country {
    margin-bottom: 6px;
  }

  #aiwPin .aiw-why {
    margin-top: 8px;
    padding-top: 8px;
  }

  .trial-heading-content p {
    color:#fff !important
}

  .trial-heading-content h2 {
    color:#fff !important
}

    h2, .closing h2 {
        font-size: 32px;
    }
}


/* Very small phones */
@media (max-width: 380px) {

  #aiwPin .aiw-phase {
    padding-left: 16px;
    padding-right: 16px;
  }

  #aiwPin .aiw-phase h2 {
    font-size: 23px;
  }

  #aiwPin .aiw-sub {
    font-size: 12px;
  }

  #aiwPin .aiw-li,
  #aiwPin .aiw-country .ac-v,
  #aiwPin .aiw-why p {
    font-size: 11.5px;
  }

  #aiwPin .aiw-progress {
    left: 16px;
  }
}


/* =====================================================
   CINEMATIC SECTION MOBILE FIX
   Paste this at the very end of the CSS file
   Existing scroll animation and JS remain unchanged
===================================================== */

@media (max-width: 820px) {

  /* Maintain enough height for the complete scroll animation */
  #cine.cine {
    position: relative;

    height: 250vh !important;
    height: 250dvh !important;

    min-height: 250vh !important;
    min-height: 250dvh !important;

    background: #0e1119 !important;
  }

  /* Fix the iPhone Safari top and bottom gap */
  #cine .cine-stick {
    position: sticky;
    top: 0;

    width: 100%;

    height: 100vh !important;
    height: 100dvh !important;

    min-height: 100vh !important;
    min-height: 100dvh !important;

    overflow: hidden;
    background: #0e1119 !important;
  }

  /* Make every layer fill the complete mobile viewport */
  #cine .cine-bg-video,
  #cine .cine-layer,
  #cine .cine-inner {
    width: 100%;
    height: 100% !important;
    min-height: 100% !important;
  }

  #cine .cine-bg-video {
    position: absolute;
    inset: 0;

    object-fit: cover;
    object-position: center;

    z-index: 0;
  }

  /* Dark overlay across the full video */
  #cine .cine-stick::after {
    content: "";
    position: absolute;
    inset: 0;

    z-index: 1;
    pointer-events: none;

    background: linear-gradient(
      180deg,
      rgba(14, 17, 25, 0.58) 0%,
      rgba(14, 17, 25, 0.52) 48%,
      rgba(14, 17, 25, 0.76) 100%
    );
  }

  #cine .cine-layer {
    position: absolute;
    inset: 0;
    z-index: 2;
  }

  /* Remove duplicate mobile padding */
  #cine .cine-inner {
    position: relative;

    max-width: none;
    margin: 0;
    padding: 0 !important;
  }

  /* Phase 1 */
  #cine .cine-p1 {
    position: absolute;
    inset: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    padding:
      max(82px, calc(env(safe-area-inset-top) + 64px))
      20px
      max(54px, calc(env(safe-area-inset-bottom) + 32px)) !important;
  }

  #cine .cine-p1 > div {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  #cine .cine-eyebrow {
    font-size: 10px;
    line-height: 1.3;
    letter-spacing: 0.18em;
    margin-bottom: 14px;
  }

  #cine .cine-p1 h2 {
    font-size: clamp(27px, 8vw, 40px);
    line-height: 1.08;
    margin-bottom: 17px;
  }

  #cine .cine-p1 p {
    font-size: 14px;
    line-height: 1.55;
  }

  #cine .cine-chips {
    justify-content: center;
    gap: 7px;
    margin-top: 20px;
  }

  #cine .cine-chip {
    padding: 7px 11px;
    font-size: 10.5px;
  }

  /* Phase 2: Precision, Validation and Intelligence */
  #cine .cine-p2 {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;

    padding:
      max(76px, calc(env(safe-area-inset-top) + 58px))
      20px
      max(54px, calc(env(safe-area-inset-bottom) + 32px)) !important;
  }

  #cine .cine-p2 .cp-idx {
    font-size: clamp(52px, 18vw, 84px);
    line-height: 0.9;
  }

  #cine .cine-phrase {
    position: relative;

    width: 100%;
    height: clamp(58px, 18vw, 82px);

    margin: 7px 0 15px;
  }

  #cine .cine-word {
    width: 100%;
    max-width: 100%;

    font-size: clamp(39px, 11.5vw, 58px);
    line-height: 1;

    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
  }

  #cine .cine-steps {
    gap: 8px;
    margin-bottom: 17px;
  }

  #cine .cine-step {
    width: 34px;
    height: 3px;
  }

  #cine .cine-sub {
    position: relative;

    width: 100%;
    max-width: 100%;
    min-height: 230px;
  }

  #cine .cine-subline {
    width: 100%;
    max-width: 100%;

    font-size: 13.5px;
    line-height: 1.55;

    word-break: normal;
    overflow-wrap: normal;
  }

  #cine .cine-hint {
    bottom: max(16px, env(safe-area-inset-bottom));
    font-size: 10px;
  }
}


/* Short-height phones */
@media (max-width: 820px) and (max-height: 740px) {

  #cine .cine-p1,
  #cine .cine-p2 {
    padding-top:
      max(60px, calc(env(safe-area-inset-top) + 48px)) !important;

    padding-bottom:
      max(34px, calc(env(safe-area-inset-bottom) + 20px)) !important;
  }

  #cine .cine-p1 h2 {
    font-size: 25px;
    margin-bottom: 12px;
  }

  #cine .cine-p1 p {
    font-size: 12.5px;
    line-height: 1.45;
  }

  #cine .cine-chips {
    margin-top: 14px;
  }

  #cine .cine-p2 .cp-idx {
    font-size: 46px;
  }

  #cine .cine-phrase {
    height: 52px;
    margin: 4px 0 11px;
  }

  #cine .cine-word {
    font-size: 36px;
  }

  #cine .cine-steps {
    margin-bottom: 12px;
  }

  #cine .cine-sub {
    min-height: 195px;
  }

  #cine .cine-subline {
    font-size: 12.25px;
    line-height: 1.42;
  }
}


/* Very narrow phones */
@media (max-width: 380px) {

  #cine .cine-p1,
  #cine .cine-p2 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  #cine .cine-p1 h2 {
    font-size: 24px;
  }

  #cine .cine-word {
    font-size: 35px;
  }

  #cine .cine-subline {
    font-size: 12px;
  }
}

/* =====================================================
   FOVEA SECTION MOBILE FIX
   Paste at the very end of the CSS file
   HTML, JS and scroll flow remain unchanged
===================================================== */

@media (max-width: 900px) {

  /* Keep enough page height for the existing scroll animation */
  #fov.fov {
    position: relative;

    height: 380vh !important;
    height: 380dvh !important;

    min-height: 380vh !important;
    min-height: 380dvh !important;

    background: #0b0f16 !important;
  }

  /* Fill the complete visible phone screen */
  #fov .fov-sticky {
    position: sticky;
    top: 0;

    width: 100%;

    height: 100vh !important;
    height: 100dvh !important;

    min-height: 100vh !important;
    min-height: 100dvh !important;

    overflow: hidden;
    background: #0b0f16 !important;
  }

  /* Make background, overlay and content cover full viewport */
  #fov .fov-bg,
  #fov .fov-veil,
  #fov .fov-phase {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100% !important;
    min-height: 100% !important;
  }

  #fov .fov-bg {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat;
  }

  #fov .fov-veil {
    background: radial-gradient(
      120% 100% at 50% 40%,
      rgba(11, 15, 22, 0.08),
      rgba(11, 15, 22, 0.72) 85%
    );
  }

  /* Common mobile phase spacing */
  #fov .fov-phase {
    box-sizing: border-box;

    padding:
      max(76px, calc(env(safe-area-inset-top) + 58px))
      18px
      max(44px, calc(env(safe-area-inset-bottom) + 26px)) !important;
  }

  /* ================= PHASE 1 ================= */

  #fov .fov-p1 {
    grid-template-columns: minmax(0, 1fr) !important;
    align-content: center;
    gap: 18px;

    width: 100%;
  }

  #fov .fov-p1 > div {
    width: 100%;
    min-width: 0;
  }

  #fov .fov-p1 h2 {
    max-width: 100%;

    font-size: clamp(27px, 7.8vw, 39px);
    line-height: 1.08;

    margin-bottom: 13px;
  }

  #fov .fov-p1 .lede {
    width: 100%;
    max-width: 100%;

    font-size: 13.5px;
    line-height: 1.5;
  }

  #fov .fov-p1 .eyebrow {
    margin-bottom: 10px;
    font-size: 10px;
  }

  #fov .fov-acc {
    width: 100%;
    max-width: 100%;

    gap: 7px;
    justify-self: stretch;
  }

  #fov .fov-acc-item {
    width: 100%;
    border-radius: 11px;
  }

  #fov .fov-acc-q {
    width: 100%;
    gap: 9px;

    padding: 11px 12px;

    font-size: 12px;
    line-height: 1.3;
  }

  #fov .fov-acc-a {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  #fov .fov-acc-item.open .fov-acc-a {
    max-height: min(260px, 34dvh);
  }

  #fov .fov-acc-a p,
  #fov .fov-acc-a ol li {
    padding-left: 12px;
    padding-right: 12px;

    font-size: 12px;
    line-height: 1.48;
  }

  #fov .fov-acc-a p {
    padding-bottom: 14px;
  }

  #fov .fov-acc-a ol li {
    padding-bottom: 8px;
  }

  /* ================= PHASE 2 ================= */

  #fov .fov-p2 {
    display: grid;
    place-items: center;

    width: 100%;
    text-align: center;
  }

  #fov .fov-p2 > div {
    width: 100%;
    max-width: 100%;
  }

  #fov .fov-phrases {
    position: relative;

    width: 100% !important;
    height: 210px !important;
  }

  #fov .fov-phrase {
    width: 100%;
    padding: 0 4px;
  }

  #fov .fov-phrase .fpn {
    font-size: 10px;
  }

  #fov .fov-phrase .fpt,
  #fov .fov-phrase p {
    width: 100% !important;
    max-width: 100% !important;

    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  #fov .fov-phrase .fpt {
    font-size: clamp(32px, 9.5vw, 48px);
    line-height: 1.04;
  }

  #fov .fov-phrase p {
    margin-top: 10px;

    font-size: clamp(17px, 5vw, 23px);
    line-height: 1.18;
  }

  #fov .fov-dots {
    margin-top: 18px;
  }
}


/* Short-height phones */
@media (max-width: 900px) and (max-height: 740px) {

  #fov .fov-phase {
    padding:
      max(58px, calc(env(safe-area-inset-top) + 44px))
      16px
      max(30px, calc(env(safe-area-inset-bottom) + 18px)) !important;
  }

  #fov .fov-p1 {
    gap: 12px;
  }

  #fov .fov-p1 h2 {
    font-size: 25px;
    margin-bottom: 9px;
  }

  #fov .fov-p1 .lede {
    font-size: 12.5px;
    line-height: 1.42;
  }

  #fov .fov-acc {
    gap: 5px;
  }

  #fov .fov-acc-q {
    padding: 9px 10px;
    font-size: 11.5px;
  }

  #fov .fov-acc-item.open .fov-acc-a {
    max-height: 200px;
  }

  #fov .fov-phrases {
    height: 175px !important;
  }

  #fov .fov-phrase .fpt {
    font-size: 31px;
  }

  #fov .fov-phrase p {
    font-size: 16px;
  }

  #fov .fov-dots {
    margin-top: 13px;
  }
}


/* Small-width phones */
@media (max-width: 380px) {

  #fov .fov-phase {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  #fov .fov-p1 h2 {
    font-size: 24px;
  }

  #fov .fov-acc-q {
    font-size: 11px;
  }

  #fov .fov-phrase .fpt {
    font-size: 29px;
  }

  #fov .fov-phrase p {
    font-size: 15px;
  }
}