/* V5 — guaranteed layout overrides loaded after all component CSS */
html, body {
  min-height: 100%;
  overflow-x: hidden;
  background: #f7f8fc;
}

.viewport {
  min-height: 1240px !important;
  overflow-x: hidden !important;
  overflow-y: visible !important;
  background: #f7f8fc !important;
}

.canvas {
  width: 100vw !important;
  min-height: 1240px !important;
  height: 1240px !important;
  overflow: hidden !important;
  background: linear-gradient(180deg, transparent 0 70%, #f7f8fc 88%, #f7f8fc 100%) !important;
}

/* Keep the photography only in the hero area, then fade to the page surface. */
.background,
.atmosphere {
  inset: 0 0 auto 0 !important;
  width: 100% !important;
  height: 1024px !important;
}

.canvas::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 900px;
  height: 420px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(247,248,252,0), #f7f8fc 34%, #f7f8fc 100%);
}

/* Notification must visibly straddle the dashboard top edge. */
.notice.created {
  top: 70px !important;
  left: 43% !important;
  z-index: 9 !important;
}

/* Everything from the statement downward is deliberately below the hero cluster. */
.proof {
  top: 790px !important;
  left: 5.8vw !important;
  right: 5.8vw !important;
  z-index: 12 !important;
}

.proof h2 {
  margin: 0 0 28px !important;
}

.feature-strip {
  margin-top: 0 !important;
}

.trusted {
  margin-top: 38px !important;
  margin-bottom: 20px !important;
}

.logos {
  padding-bottom: 54px !important;
}

@media (max-width: 1280px) {
  .viewport,
  .canvas {
    min-height: 1420px !important;
    height: 1420px !important;
  }

  .proof {
    top: 875px !important;
  }
}

@media (max-width: 1024px) {
  .viewport,
  .canvas {
    min-height: 1640px !important;
    height: 1640px !important;
  }

  .proof {
    top: 1075px !important;
  }
}


/* V6 accordion expansion: preserve the existing layout when closed,
   and create real vertical room only while a pillar is open. */
.viewport.accordion-open{
  min-height:1475px !important;
}

.canvas.accordion-open{
  min-height:1475px !important;
  height:1475px !important;
}

.canvas.accordion-open .trusted{
  margin-top:42px !important;
}

@media (max-width:1280px){
  .viewport.accordion-open,
  .canvas.accordion-open{
    min-height:1575px !important;
    height:1575px !important;
  }
}

@media (max-width:1024px){
  .viewport.accordion-open,
  .canvas.accordion-open{
    min-height:1795px !important;
    height:1795px !important;
  }
}


/* V8 — Ultra-strict single adjustment:
   Raise only the “Deal Case created” notification by 24px. */
.notice.created{
  transform:translateY(-24px) !important;
}


/* V12: the original hero canvas keeps its approved geometry.
   The pricing section flows naturally below it. */
.viewport{
  min-height:0 !important;
  overflow:visible !important;
}

.canvas{
  position:relative !important;
  flex:none;
}

.pricing-section{
  display:block !important;
}


/* ============================================================
   V14 — Premium footer + Start visual polish
   ============================================================ */

.dealdrive-v14-footer{
  position:relative;
  overflow:hidden;
  padding:90px 7vw 35px;
  color:#fff;
  background:
    radial-gradient(circle at 30% 0%,rgba(113,57,255,.22),transparent 35%),
    radial-gradient(circle at 80% 40%,rgba(38,102,255,.16),transparent 35%),
    #050b25;
}

.footer-glow{
  position:absolute;
  inset:auto 20% 0;
  height:180px;
  background:radial-gradient(circle,rgba(124,67,255,.18),transparent 65%);
  pointer-events:none;
}

.footer-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.5fr 1fr;
  gap:80px;
  max-width:1200px;
  margin:auto;
}

.footer-logo{
  font-size:34px;
  font-weight:750;
  letter-spacing:-.04em;
}

.footer-brand p{
  color:#aab5d1;
  font-size:18px;
  margin:18px 0 28px;
}

.footer-cta{
  display:inline-flex;
  padding:14px 26px;
  border-radius:12px;
  color:white;
  text-decoration:none;
  background:linear-gradient(135deg,#7438ff,#2461ff);
  box-shadow:0 16px 35px rgba(91,49,255,.3);
  transition:.25s ease;
}

.footer-cta:hover{
  transform:translateY(-2px);
}

.footer-links{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.footer-links h3{
  margin:0 0 12px;
  color:white;
  font-size:14px;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.footer-links a,
.footer-bottom a{
  color:#aab5d1;
  text-decoration:none;
  transition:.2s ease;
}

.footer-links a:hover,
.footer-bottom a:hover{
  color:white;
}

.footer-bottom{
  position:relative;
  z-index:1;
  max-width:1200px;
  margin:70px auto 0;
  padding-top:25px;
  border-top:1px solid rgba(255,255,255,.12);
  display:flex;
  justify-content:space-between;
  color:#8995b3;
}

.footer-bottom div{
  display:flex;
  gap:25px;
}

/* Start card: remove flat illustration feeling */
.pricing-visual--start{
  background:
    radial-gradient(circle at 50% 15%,rgba(111,56,255,.16),transparent 35%),
    linear-gradient(180deg,#fff,#f0f3fa);
}

.pricing-card--start .laptop-screen{
  box-shadow:
    0 25px 45px rgba(38,43,76,.22),
    inset 0 1px 0 rgba(255,255,255,.9);
}

@media(max-width:800px){
 .footer-grid{grid-template-columns:1fr;gap:40px}
 .footer-bottom{flex-direction:column;gap:20px}
}


/* ============================================================
   V15 — START CARD COMPLETE PRODUCT VISUAL REDESIGN
   ============================================================ */

.pricing-visual--start{
  height:220px !important;
  background:
    radial-gradient(circle at 50% 20%,rgba(104,54,255,.18),transparent 38%),
    linear-gradient(180deg,#ffffff,#eef2fa) !important;
}

.pricing-visual--start .laptop{
  display:none;
}

.pricing-visual--start::before{
  content:"";
  position:absolute;
  left:28px;
  right:28px;
  top:30px;
  bottom:24px;
  border-radius:18px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.96),rgba(245,247,255,.96));
  box-shadow:
    0 25px 55px rgba(34,42,80,.16),
    inset 0 1px 0 rgba(255,255,255,.9);
}

.pricing-visual--start::after{
  content:"CALL  →  AI  →  DEAL CASE";
  position:absolute;
  left:50%;
  top:18px;
  transform:translateX(-50%);
  font-size:9px;
  letter-spacing:.12em;
  font-weight:750;
  color:#6331ff;
}

.pricing-card--start .pricing-visual{
  overflow:hidden;
}

.pricing-card--start .pricing-visual:global{
}

.pricing-card--start .desk-mug,
.pricing-card--start .desk-plant{
  display:none !important;
}


/* ============================================================
   V16 — START PRICING VISUAL : WALK DEAL CASE
   Only the START illustration is enhanced.
   ============================================================ */

.pricing-card--start .pricing-visual--start{
  position:relative;
  height:220px;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 15%, rgba(108,55,255,.16), transparent 36%),
    linear-gradient(180deg,#ffffff,#eef2f8);
}

/* Premium laptop body */
.pricing-card--start .pricing-visual--start .laptop{
  display:block !important;
  width:245px;
  left:50%;
  bottom:22px;
  transform:
    translateX(-50%)
    perspective(900px)
    rotateY(-7deg)
    rotateX(3deg);
}

.pricing-card--start .pricing-visual--start .laptop-screen{
  border-radius:10px 10px 4px 4px;
  border-width:6px;
  background:
    linear-gradient(135deg,#ffffff,#f7f8ff);
}

/* WALK Deal Case content enhancement */
.pricing-card--start .mini-case-head b{
  font-size:10px;
}

.pricing-card--start .mini-case-head small{
  font-size:7px;
}

.pricing-card--start .mini-case-head b::after{
  content:"WALK";
}

/* Champion portraits: richer visual treatment */
.pricing-card--start .mini-avatars i{
  width:29px;
  height:29px;
  box-shadow:
    0 4px 10px rgba(30,40,70,.18),
    inset 0 1px 2px rgba(255,255,255,.8);
  background:
    radial-gradient(circle at 50% 32%, #f0c7aa 0 23%, transparent 24%),
    linear-gradient(145deg,#334155,#d7a47d);
}

.pricing-card--start .mini-avatars strong{
  box-shadow:0 5px 12px rgba(91,44,255,.16);
}

/* Remove old decorative office feeling */
.pricing-card--start .desk-plant,
.pricing-card--start .desk-mug{
  opacity:.65;
}


/* ============================================================
   V17 — Premium footer + START visual final direction
   ============================================================ */

.dealdrive-v17-footer{
  position:relative;
  overflow:hidden;
  padding:100px 7vw 38px;
  background:
    radial-gradient(circle at 20% 10%,rgba(105,54,255,.24),transparent 35%),
    radial-gradient(circle at 80% 30%,rgba(33,102,255,.16),transparent 35%),
    #050a22;
  color:white;
}

.footer-v17-glow{
  position:absolute;
  width:600px;
  height:260px;
  left:50%;
  top:-120px;
  transform:translateX(-50%);
  background:radial-gradient(circle,rgba(130,78,255,.25),transparent 70%);
}

.footer-v17-grid{
  position:relative;
  z-index:1;
  max-width:1280px;
  margin:auto;
  display:grid;
  grid-template-columns:1.8fr repeat(2,1fr);
  gap:60px;
}

.footer-v17-logo{
  max-width:180px;
  filter:brightness(0) invert(1);
}

.footer-v17-tagline{
  margin:22px 0 30px;
  color:#c4cee5;
  letter-spacing:.04em;
  font-size:15px;
  font-weight:650;
}

.footer-v17-button{
  display:inline-flex;
  padding:14px 28px;
  border-radius:12px;
  text-decoration:none;
  color:white;
  background:linear-gradient(135deg,#7438ff,#2461ff);
  box-shadow:0 18px 45px rgba(85,44,255,.35);
}

.footer-v17-column{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.footer-v17-column h3{
  margin:0 0 10px;
  font-size:12px;
  letter-spacing:.14em;
  color:white;
  text-transform:uppercase;
}

.footer-v17-column a,
.footer-v17-bottom a{
  color:#9ca9c7;
  text-decoration:none;
}

.footer-v17-column a:hover,
.footer-v17-bottom a:hover{
  color:white;
}

.footer-v17-bottom{
  position:relative;
  z-index:1;
  max-width:1280px;
  margin:70px auto 0;
  padding-top:26px;
  border-top:1px solid rgba(255,255,255,.12);
  display:flex;
  justify-content:space-between;
  color:#8995b3;
}

.footer-v17-bottom div{
  display:flex;
  gap:24px;
}

/* START visual: premium product card */
.pricing-card--start .pricing-visual--start{
  background:
    radial-gradient(circle at 50% 20%,rgba(110,58,255,.16),transparent 40%),
    linear-gradient(180deg,#fff,#edf2fa);
}

.pricing-card--start .laptop-screen{
  box-shadow:
    0 30px 60px rgba(30,42,75,.25),
    inset 0 1px 0 rgba(255,255,255,.9);
}


/* V18 brand footer refinement */
.footer-v17-logo{
  display:block;
  width:auto;
  max-width:190px;
  height:auto;
  object-fit:contain;
}

.dealdrive-v17-footer{
  padding-top:110px;
  padding-bottom:45px;
}

.footer-v17-column a{
  transition:transform .2s ease,color .2s ease;
}

.footer-v17-column a:hover{
  transform:translateX(3px);
}


/* V3 START VISUAL CLEAN FIX */
.pricing-card--start .pricing-visual--start{
  height:260px;
  overflow:hidden;
  position:relative;
}

.pricing-card--start .pricing-visual--start .deal-flow-label{
  position:absolute;
  top:12px;
  left:50%;
  transform:translateX(-50%);
  z-index:5;
  white-space:nowrap;
}

.pricing-card--start .pricing-visual--start::after{
  display:none !important;
}

.pricing-card--start .pricing-visual--start .laptop{
  display:block !important;
  position:absolute;
  left:50%;
  bottom:5px;
  transform:translateX(-50%);
}

.pricing-card--start .pricing-visual--start .desk-mug{
  display:block;
}

.pricing-card--start .pricing-visual--start .laptop-screen{
  overflow:hidden;
}

.pricing-card--start .pricing-visual--start .mini-case-head b{
  font-size:14px;
}

.pricing-card--start .pricing-visual--start .mini-case-head b::first-letter{
}

/* remove any old WALK label if present */
.pricing-card--start .pricing-visual--start .mini-case-head b{
  content:"Deal Case";
}


/* V18 — Pricing transition polish: reduce excessive gap after trusted logos */
.pricing-section{
  padding-top:42px !important;
}


/* V5 — Premium START visual rebalance */
.pricing-card--start .pricing-visual--start{
  height:330px !important;
  overflow:hidden !important;
  position:relative !important;
}

.pricing-card--start .pricing-visual--start .deal-flow-label{
  top:18px !important;
  font-size:12px !important;
  letter-spacing:.08em !important;
}

.pricing-card--start .pricing-visual--start .laptop{
  bottom:18px !important;
  transform:translateX(-50%) scale(1.03) !important;
}

.pricing-card--start .pricing-visual--start .laptop-screen{
  overflow:hidden !important;
}

/* keep pricing transition premium without compressing cards */
.pricing-section{
  padding-top:60px !important;
}


/* V6 — START visual clean correction */
.pricing-card--start .pricing-visual--start{
  height:300px !important;
  overflow:hidden !important;
  position:relative !important;
}

.pricing-card--start .pricing-visual--start .deal-flow-label{
  top:10px !important;
  font-size:11px !important;
  opacity:.8 !important;
}

.pricing-card--start .pricing-visual--start .laptop{
  bottom:8px !important;
  transform:translateX(-50%) scale(.98) !important;
}

.pricing-card--start .pricing-visual--start .laptop-screen{
  overflow:hidden !important;
}

/* restore balanced pricing transition */
.pricing-section{
  padding-top:60px !important;
}


/* V8 — START premium visual balance */
.pricing-card--start .pricing-visual--start{
  height:280px !important;
  overflow:hidden !important;
}

.pricing-card--start .pricing-visual--start::after{
  content:none !important;
}

.pricing-card--start .deal-flow-label{
  position:absolute;
  top:18px !important;
  left:50%;
  transform:translateX(-50%);
  font-size:11px !important;
  letter-spacing:.18em !important;
  white-space:nowrap;
  z-index:3;
}

.pricing-card--start .pricing-laptop{
  display:block !important;
  width:360px !important;
  max-width:none !important;
  bottom:18px !important;
  transform:translateX(-50%) perspective(650px) rotateX(1deg) rotateY(-3deg) !important;
}

.pricing-card--start .laptop-screen{
  height:220px !important;
  padding:24px 22px 14px !important;
}

.pricing-card--start .laptop-base{
  transform:scale(1.05);
}

.pricing-card--start .mini-case-head b{
  font-size:20px !important;
}

.pricing-card--start .mini-case-head small{
  font-size:12px !important;
}


/* V11 START visual cleanup */
.pricing-visual--start{
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

.pricing-visual--start .deal-flow-label{
  top:14px;
  font-size:9px;
  letter-spacing:.14em;
}

.pricing-visual--start .pricing-laptop{
  width:212px;
  bottom:auto;
  top:50%;
  left:50%;
  transform:translate(-50%,-42%);
}

.pricing-visual--start .pricing-laptop .laptop-screen{
  height:132px;
}

.pricing-visual--start .laptop-base{
  width:300px;
  margin-left:-44px;
  height:13px;
}

.pricing-visual--start .desk-mug{
  opacity:.35;
  transform:scale(.9);
}


/* V12 START premium container correction */
.pricing-visual--start{
  overflow:hidden !important;
  display:flex;
  align-items:center;
  justify-content:center;
}
.pricing-visual--start .deal-flow-label{
  top:22px;
  font-size:9px;
  letter-spacing:.16em;
}
.pricing-visual--start .pricing-laptop{
  width:215px;
  bottom:32px;
}
.pricing-visual--start .pricing-laptop .laptop-screen{
  height:134px;
  padding:15px 14px 10px;
  border-width:7px;
}
.pricing-visual--start .pricing-laptop .laptop-base{
  width:305px;
  height:13px;
  margin-left:-45px;
}


/* V13 — final START laptop screen calibration */
.pricing-card--start .pricing-visual--start{
  height:280px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
}

.pricing-card--start .pricing-visual--start .deal-flow-label{
  top:12px !important;
  font-size:10px !important;
  letter-spacing:.18em !important;
}

.pricing-card--start .pricing-visual--start .pricing-laptop{
  width:190px !important;
  top:52% !important;
  bottom:auto !important;
  left:50% !important;
  transform:translate(-50%,-50%) !important;
}

.pricing-card--start .pricing-visual--start .pricing-laptop .laptop-screen{
  height:118px !important;
  padding:13px 12px 9px !important;
}

.pricing-card--start .pricing-visual--start .laptop-base{
  width:275px !important;
  margin-left:-42px !important;
}

.pricing-card--start .mini-case-head b{
  font-size:18px !important;
}

.pricing-card--start .mini-case-head small{
  font-size:11px !important;
}

/* V19 FINAL START LAPTOP CALIBRATION */
.pricing-card--start .pricing-visual--start{
  height:300px;
  overflow:hidden;
}

.pricing-card--start .pricing-visual--start .laptop{
  width:318px;
  bottom:18px;
  left:50%;
  transform:translateX(-50%) perspective(900px) rotateY(-7deg) rotateX(3deg);
}

.pricing-card--start .pricing-visual--start .laptop-screen{
  overflow:hidden;
}

.pricing-card--start .pricing-visual--start .mini-case-head b::after{
  content:none !important;
}

.pricing-card--start .pricing-visual--start .mini-case-head b{
  font-size:13px;
  line-height:1.1;
}

.pricing-card--start .pricing-visual--start .mini-case-head small{
  font-size:9px;
}


/* V15 - final laptop content calibration */
.pricing-laptop{
  width:325px !important;
  bottom:26px !important;
}
.pricing-laptop .laptop-screen{
  height:205px !important;
  padding:18px 16px 14px !important;
  overflow:hidden !important;
}
.pricing-laptop .laptop-base{
  width:365px !important;
  margin-left:-20px !important;
}
.pricing-laptop .preview-avatars{
  margin:16px 0 12px !important;
}
.pricing-laptop .preview-avatars img,
.pricing-laptop .preview-avatars strong{
  width:34px !important;
  height:34px !important;
}
.pricing-laptop .mini-timeline{
  margin-top:10px !important;
  font-size:7px !important;
}


/* V19 micro-fix: START laptop final polish */
.pricing-laptop .preview-avatars{
  transform:translateY(-14px) !important;
  margin-bottom:-2px !important;
}

.pricing-laptop .laptop-base{
  width:285px !important;
  margin-left:0 !important;
}
/* keep laptop screen proportions unchanged */


/* MOBILE PREMIUM RESPONSIVE REBUILD */
@media (max-width: 768px){

  html, body {
    overflow-x:hidden !important;
  }

  .viewport {
    min-height:100% !important;
    height:auto !important;
    overflow-x:hidden !important;
  }

  .canvas {
    height:auto !important;
    min-height:0 !important;
    overflow:visible !important;
    display:block !important;
    padding-bottom:40px !important;
  }

  .background,
  .atmosphere {
    height:100% !important;
    min-height:760px !important;
    background-position:center top !important;
  }

  .header {
    position:relative !important;
    top:auto !important;
    left:auto !important;
    right:auto !important;
    height:auto !important;
    padding:22px 20px 0 !important;
    display:flex !important;
    justify-content:space-between !important;
    align-items:center !important;
  }

  .brand {
    width:170px !important;
    height:42px !important;
  }

  .nav,
  .login {
    display:none !important;
  }

  .header-actions {
    margin-left:auto !important;
  }

  .header-actions .cta,
  .header-actions a {
    padding:14px 20px !important;
    font-size:15px !important;
    white-space:nowrap !important;
  }

  .hero,
  .hero-content {
    position:relative !important;
    top:auto !important;
    left:auto !important;
    width:auto !important;
    margin:50px 24px 0 !important;
  }

  .hero h1 {
    font-size:44px !important;
    line-height:1.04 !important;
    letter-spacing:-1.8px !important;
  }

  .hero-subtitle {
    font-size:20px !important;
  }

  .hero-actions {
    display:flex !important;
    flex-direction:column !important;
    width:100% !important;
  }

  .hero-actions a,
  .hero-actions button {
    width:100% !important;
    justify-content:center !important;
  }

  .dashboard,
  .hero-dashboard,
  .deal-dashboard {
    position:relative !important;
    inset:auto !important;
    width:calc(100% - 32px) !important;
    margin:36px auto 0 !important;
    transform:none !important;
  }

  .notice {
    display:none !important;
  }

  .proof {
    position:relative !important;
    top:auto !important;
    left:auto !important;
    right:auto !important;
    margin:50px 20px 0 !important;
  }

  .feature-strip,
  .features,
  .feature-cards {
    display:flex !important;
    flex-direction:column !important;
    gap:20px !important;
  }

  .feature-card {
    width:100% !important;
    min-height:auto !important;
  }

  .trusted .logos,
  .logos {
    display:grid !important;
    grid-template-columns:repeat(2,1fr) !important;
    gap:24px !important;
    align-items:center !important;
  }

  .pricing,
  .pricing-grid,
  .pricing-cards {
    display:flex !important;
    flex-direction:column !important;
    width:100% !important;
  }

  .pricing-card {
    width:calc(100% - 32px) !important;
    margin:16px auto !important;
  }

  .pricing-laptop {
    transform:none !important;
    width:100% !important;
  }

  .pricing-laptop .laptop-base {
    width:220px !important;
  }
}

@media (max-width:430px){
  .hero h1 {
    font-size:38px !important;
  }

  .brand {
    width:145px !important;
  }

  .header-actions .cta,
  .header-actions a {
    padding:12px 14px !important;
  }
}


/* V5 PREMIUM MOBILE POLISH OVERRIDES */
@media (max-width: 768px){
  body{
    overflow-x:hidden !important;
  }

  .canvas,
  .viewport{
    width:100% !important;
    min-height:0 !important;
    height:auto !important;
    overflow-x:hidden !important;
  }

  .header{
    padding:18px 18px 0 !important;
    gap:12px !important;
  }

  .brand{
    width:150px !important;
    height:auto !important;
    flex-shrink:1 !important;
  }

  .header-actions .cta,
  .header-actions a{
    padding:11px 16px !important;
    font-size:14px !important;
  }

  .hero,
  .hero-content{
    margin:34px 18px 0 !important;
    text-align:center !important;
  }

  .hero h1{
    font-size:clamp(34px,9.5vw,44px) !important;
    line-height:1.02 !important;
    letter-spacing:-1.4px !important;
  }

  .hero-subtitle{
    max-width:330px !important;
    margin:18px auto !important;
    font-size:18px !important;
    line-height:1.45 !important;
  }

  .hero-dashboard,
  .dashboard,
  .deal-dashboard{
    width:calc(100% - 28px) !important;
    max-width:390px !important;
    margin:30px auto 0 !important;
  }

  .proof{
    margin:32px 18px 0 !important;
  }

  .feature-card,
  .pricing-card{
    border-radius:24px !important;
    padding-left:18px !important;
    padding-right:18px !important;
  }

  .trusted .logos,
  .logos{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:18px !important;
  }
}

@media (max-width:390px){
  .header{
    align-items:flex-start !important;
  }

  .brand{
    width:130px !important;
  }

  .header-actions .cta,
  .header-actions a{
    padding:10px 12px !important;
    font-size:13px !important;
  }

  .hero,
  .hero-content{
    margin-left:16px !important;
    margin-right:16px !important;
  }

  .hero h1{
    font-size:34px !important;
  }
}

/* =========================================================
   MOBILE EXPERIENCE V7 — NATIVE MOBILE COMPOSITION
   Desktop remains unchanged.
   ========================================================= */
.mobile-product-story{display:none}

@media (max-width: 768px){
  html,body{width:100%;max-width:100%;overflow-x:hidden;background:#f7f8fc}
  body{font-size:16px}
  .viewport{width:100%;overflow:visible}
  .canvas{position:relative!important;width:100%!important;height:auto!important;min-height:0!important;overflow:visible!important;background:#f7f8fc!important}
  .background{position:absolute!important;inset:0 0 auto!important;height:760px!important;background-position:60% top!important;background-size:auto 760px!important;opacity:.72}
  .atmosphere{height:760px!important;background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.32) 45%,#f7f8fc 100%)!important}

  .header{position:relative!important;inset:auto!important;width:calc(100% - 32px)!important;height:64px!important;margin:16px auto 0!important;padding:8px 10px!important;border-radius:20px!important;background:rgba(255,255,255,.82)!important;backdrop-filter:blur(18px)!important;box-shadow:0 14px 40px rgba(32,27,87,.10)!important;display:flex!important;align-items:center!important;justify-content:space-between!important;z-index:20}
  .brand{position:static!important;width:auto!important;display:block!important;flex:0 1 auto!important;min-width:0!important}
  .brand img{display:block!important;width:172px!important;max-width:48vw!important;height:auto!important}
  .nav,.login{display:none!important}
  .header-actions{position:static!important;display:block!important;margin:0!important;flex:0 0 auto!important}
  .header .cta-small{width:auto!important;min-width:126px!important;height:46px!important;padding:0 18px!important;border-radius:15px!important;font-size:15px!important;box-shadow:0 10px 24px rgba(84,44,255,.25)!important}

  .hero-copy{position:relative!important;left:auto!important;top:auto!important;width:auto!important;min-width:0!important;margin:56px 20px 0!important;padding:0!important;text-align:left!important;z-index:3}
  .hero-copy .eyebrow{font-size:13px!important;letter-spacing:.12em!important;margin:0 0 20px!important;text-align:left!important}
  .hero-copy h1{font-size:clamp(42px,11.2vw,56px)!important;line-height:.98!important;letter-spacing:-.055em!important;text-align:left!important;margin:0!important;max-width:100%!important}
  .hero-copy h1 span,.hero-copy h1 strong{display:block!important}
  .hero-copy h1 strong:first-of-type{margin-top:10px!important}
  .hero-subcopy{margin-top:28px!important;text-align:left!important;font-size:20px!important;line-height:1.35!important}
  .hero-subcopy p{margin:0 0 4px!important}
  .hero-actions{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;margin-top:28px!important;width:100%!important}
  .hero-actions .cta,.hero-actions .watch{width:100%!important;height:58px!important;border-radius:18px!important;font-size:18px!important;justify-content:center!important;margin:0!important}

  .product-stage{display:none!important}
  .mobile-product-story{display:block!important;position:relative;margin-top:54px;padding:0 16px 80px;z-index:4}
  .mobile-story-shell{max-width:540px;margin:0 auto}
  .mobile-story-head{padding:0 4px 26px}
  .mobile-story-kicker{display:block;color:#6432ff;font-size:12px;font-weight:800;letter-spacing:.14em;margin-bottom:12px}
  .mobile-story-head h2{font-size:34px;line-height:1.02;letter-spacing:-.045em;color:#07163c;margin:0 0 14px}
  .mobile-story-head p{font-size:17px;line-height:1.5;color:#596680;margin:0}
  .mobile-story-card{background:rgba(255,255,255,.93);border:1px solid rgba(95,73,180,.12);border-radius:26px;padding:20px;margin:14px 0;box-shadow:0 24px 70px rgba(31,29,83,.10);backdrop-filter:blur(14px)}
  .mobile-story-card__top{display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;padding-bottom:16px;border-bottom:1px solid #eceaf5}
  .mobile-story-card__top span{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:#eee8ff;color:#5c2dff;font-weight:800;font-size:12px}
  .mobile-story-card__top b{font-size:15px;color:#07163c}
  .mobile-story-card__top i{font-style:normal;font-size:12px;color:#7d879e}
  .mobile-story-summary{padding-top:18px}
  .mobile-story-summary h3{font-size:25px;margin:0 0 4px;color:#07163c}
  .mobile-ai-label{font-size:13px;color:#6432ff;margin:0 0 16px}
  .mobile-summary-grid{display:grid;grid-template-columns:1fr;gap:10px}
  .mobile-summary-grid>div,.mobile-impact{padding:14px;border-radius:17px;background:#f7f6fc}
  .mobile-summary-grid small,.mobile-impact small{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#7d879e;margin-bottom:5px}
  .mobile-summary-grid p{margin:0;color:#253353;font-size:14px;line-height:1.4}
  .mobile-impact{margin-top:10px;background:#f0fff4}.mobile-impact strong{color:#099446;font-size:16px}
  .mobile-people-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:20px 0 16px}
  .mobile-people-row figure{margin:0;text-align:center}.mobile-people-row img{width:58px;height:58px;object-fit:cover;border-radius:50%;box-shadow:0 0 0 4px #fff,0 8px 22px rgba(30,32,72,.14)}
  .mobile-people-row figcaption{font-size:13px;font-weight:800;color:#07163c;margin-top:9px}.mobile-people-row small{display:block;font-size:11px;font-weight:500;color:#768099;margin-top:2px}
  .mobile-committee-status{display:flex;justify-content:space-between;align-items:center;background:#f0ebff;border-radius:16px;padding:14px 16px;color:#2b1b68;font-size:14px;font-weight:700}.mobile-committee-status b{font-size:24px;color:#6432ff}
  .mobile-signal-list{list-style:none;margin:16px 0 0;padding:0;display:grid;gap:10px}.mobile-signal-list li{display:flex;gap:12px;align-items:center;padding:13px 14px;border-radius:16px;background:#f7f6fc}.mobile-signal-list li>span{display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:#e8fff0;color:#069b43;font-size:18px;font-weight:800}.mobile-signal-list b{display:block;color:#07163c;font-size:14px}.mobile-signal-list small{display:block;color:#7b8498;font-size:12px;margin-top:3px}

  .proof{position:relative!important;left:auto!important;top:auto!important;width:auto!important;height:auto!important;margin:0!important;padding:74px 16px 76px!important;background:linear-gradient(180deg,#f7f8fc 0%,#f2efff 100%)!important;overflow:hidden!important}
  .proof h2{position:static!important;width:auto!important;margin:0 auto 30px!important;padding:0 4px!important;font-size:34px!important;line-height:1.05!important;text-align:left!important;letter-spacing:-.04em!important;color:#07163c!important}
  .proof h2 strong{display:block!important;margin-top:4px!important}
  .feature-strip{position:static!important;width:auto!important;height:auto!important;display:grid!important;grid-template-columns:1fr!important;gap:14px!important;margin:0!important;padding:0!important;background:none!important;border:0!important;box-shadow:none!important;overflow:visible!important}
  .feature-card{position:relative!important;inset:auto!important;width:100%!important;min-height:0!important;margin:0!important;padding:22px!important;border:1px solid rgba(91,63,190,.10)!important;border-radius:24px!important;background:#fff!important;box-shadow:0 18px 55px rgba(29,27,76,.08)!important;display:grid!important;grid-template-columns:58px 1fr!important;gap:16px!important;align-items:start!important;overflow:hidden!important}
  .feature-card::before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--feature-accent,#6432ff)}
  .feature-card--empower{--feature-accent:#10a84f}.feature-card--support{--feature-accent:#2868ff}.feature-card--control{--feature-accent:#ff642b}
  .feature-card__icon{position:static!important;width:58px!important;height:58px!important;margin:0!important;object-fit:contain!important}
  .feature-card__copy{position:static!important;width:auto!important;min-width:0!important}
  .feature-card h3{font-size:24px!important;margin:1px 0 5px!important;color:#07163c!important}.feature-card p{font-size:16px!important;line-height:1.4!important;margin:0 0 12px!important;color:#35415c!important}
  .feature-card__toggle{font-size:15px!important;padding:0!important}.feature-card__details{padding-top:12px!important}.feature-card__details p{font-size:14px!important;color:#647089!important}

  .trusted{position:static!important;width:auto!important;margin:58px 0 18px!important;text-align:center!important;font-size:11px!important;line-height:1.5!important;letter-spacing:.16em!important;color:#778198!important}
  .logos{position:relative!important;left:auto!important;top:auto!important;width:100%!important;height:72px!important;display:flex!important;gap:36px!important;align-items:center!important;margin:0!important;overflow:hidden!important;mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent)!important;-webkit-mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent)!important}
  .logos::before,.logos::after{display:none!important}
  .partner-logo{position:static!important;flex:0 0 auto!important;width:145px!important;height:56px!important;display:grid!important;place-items:center!important;margin:0!important;transform:none!important;animation:none!important}
  .partner-logo img,.partner-logo__tile{max-width:140px!important;max-height:52px!important;width:auto!important;height:auto!important;object-fit:contain!important}
  .premium-logos.mobile-marquee-ready{width:max-content!important;animation:mobileLogoMarquee 22s linear infinite!important;overflow:visible!important;mask-image:none!important;-webkit-mask-image:none!important}
  .proof .mobile-logo-viewport{overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent)}
  @keyframes mobileLogoMarquee{to{transform:translateX(-50%)}}

  .pricing-section{padding:78px 14px 96px!important;overflow:hidden!important}
  .pricing-shell{width:100%!important;max-width:560px!important;margin:0 auto!important}
  .pricing-heading{padding:0 6px 34px!important}.pricing-heading h2{font-size:44px!important;line-height:.98!important;letter-spacing:-.055em!important}.pricing-heading>p:not(.pricing-kicker){font-size:17px!important;line-height:1.45!important;margin-top:18px!important}
  .billing-switch{max-width:100%!important;margin:26px auto 0!important}
  .pricing-grid{display:grid!important;grid-template-columns:1fr!important;gap:22px!important}
  .pricing-card{width:100%!important;min-height:0!important;border-radius:28px!important;overflow:hidden!important}
  .pricing-card__top{padding:30px 24px 24px!important}.plan-name{font-size:18px!important}.price-value{font-size:68px!important}.enterprise-price{font-size:38px!important}
  .pricing-visual{min-height:0!important;height:auto!important;padding:26px 16px!important}
  .pricing-card__body{padding:28px 24px 30px!important}.pricing-cta{min-height:58px!important;font-size:17px!important}
  .plan-features li{font-size:16px!important;line-height:1.35!important}.plan-notes{padding-bottom:0!important}

  .dealdrive-v17-footer{padding:64px 22px 38px!important}.footer-v17-grid{grid-template-columns:1fr!important;gap:38px!important}.footer-v17-logo{max-width:230px!important}.footer-v17-column{display:grid!important;gap:12px!important}
}

@media (max-width: 390px){
  .header{width:calc(100% - 24px)!important;margin-top:12px!important}.brand img{width:148px!important}.header .cta-small{min-width:110px!important;padding:0 13px!important;font-size:14px!important}
  .hero-copy{margin-left:16px!important;margin-right:16px!important}.hero-copy h1{font-size:42px!important}
  .mobile-product-story,.proof{padding-left:12px!important;padding-right:12px!important}.pricing-section{padding-left:10px!important;padding-right:10px!important}
}

@media (prefers-reduced-motion: reduce){.premium-logos.mobile-marquee-ready{animation:none!important}}


/* V9 — Native, premium mobile feature accordions. */
.feature-card__accordion {
  margin: 0;
  padding: 0;
}

.feature-card__accordion > summary {
  list-style: none;
}

.feature-card__accordion > summary::-webkit-details-marker {
  display: none;
}

.feature-card__toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  user-select: none;
}

.feature-card__toggle:focus-visible {
  outline: 3px solid rgba(100, 50, 255, .28);
  outline-offset: 6px;
  border-radius: 8px;
}

.feature-card__arrow {
  display: inline-block;
  transform-origin: center;
  transition: transform .34s cubic-bezier(.22, 1, .36, 1);
}

.feature-card__accordion[open] .feature-card__arrow {
  transform: rotate(90deg);
}

.feature-card__details {
  overflow: hidden;
}

.feature-card__accordion[open] .feature-card__details {
  animation: featureDetailsReveal .42s cubic-bezier(.22, 1, .36, 1) both;
}

@keyframes featureDetailsReveal {
  from {
    opacity: 0;
    transform: translateY(-7px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .feature-card__accordion {
    width: 100%;
  }

  .feature-card__toggle {
    min-height: 44px;
    margin-top: 2px;
    color: var(--feature-accent, #6432ff) !important;
    font-weight: 750 !important;
    letter-spacing: -.01em;
  }

  .feature-card__arrow {
    display: grid;
    place-items: center;
    width: 27px;
    height: 27px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--feature-accent, #6432ff) 12%, white);
    font-size: 17px;
    line-height: 1;
  }

  .feature-card__details {
    margin-top: 2px;
    padding: 0 0 2px !important;
  }

  .feature-card__accordion[open] .feature-card__details {
    padding-top: 10px !important;
  }

  .feature-card__details p {
    margin: 0 !important;
    padding: 14px 15px !important;
    border: 1px solid color-mix(in srgb, var(--feature-accent, #6432ff) 13%, transparent);
    border-radius: 16px;
    background: color-mix(in srgb, var(--feature-accent, #6432ff) 5%, white);
    color: #536078 !important;
    line-height: 1.55 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .feature-card__arrow,
  .feature-card__accordion[open] .feature-card__details {
    transition: none;
    animation: none;
  }
}

/* V10 — reliable premium feature toggles + perfectly centered chevrons. */
.feature-card__accordion{width:100%;}
.feature-card__toggle{
  appearance:none;
  -webkit-appearance:none;
  border:0;
  background:transparent;
  font:inherit;
  position:relative;
  z-index:3;
}
.feature-card__label{font-size:inherit!important;font-weight:inherit!important;transform:none!important;}
.feature-card__arrow{
  display:inline-grid!important;
  place-items:center!important;
  flex:0 0 auto;
  width:28px!important;
  height:28px!important;
  padding:0!important;
  border-radius:999px;
  transform:none!important;
  line-height:0!important;
}
.feature-card__arrow svg{
  display:block;
  width:14px;
  height:14px;
  overflow:visible;
  fill:none;
  stroke:currentColor;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
  transform:translateX(.5px);
  transition:transform .28s cubic-bezier(.22,1,.36,1);
}
.feature-card__toggle[aria-expanded="true"] .feature-card__arrow svg{transform:translateX(.5px) rotate(90deg);}
.feature-card__details[hidden]{display:none!important;}
.feature-card__details:not([hidden]){display:block!important;animation:featureDetailsReveal .35s cubic-bezier(.22,1,.36,1) both;}
@media(max-width:768px){
  .feature-card__toggle{
    width:max-content!important;
    min-height:46px!important;
    padding:6px 0!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:10px!important;
  }
  .feature-card__arrow{width:30px!important;height:30px!important;}
  .feature-card__arrow svg{width:15px;height:15px;}
}


/* V11 — authoritative native Learn More accordions (mobile-safe, no JavaScript). */
.feature-card__accordion{
  width:100%;
  margin:0;
  padding:0;
}
.feature-card__accordion > summary{
  list-style:none;
}
.feature-card__accordion > summary::-webkit-details-marker{
  display:none;
}
.feature-card__toggle{
  appearance:none!important;
  -webkit-appearance:none!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:10px!important;
  min-height:44px!important;
  margin:2px 0 0!important;
  padding:6px 0!important;
  border:0!important;
  background:transparent!important;
  color:var(--feature-accent,#6432ff)!important;
  cursor:pointer!important;
  touch-action:manipulation!important;
  -webkit-tap-highlight-color:transparent!important;
  user-select:none!important;
  position:relative!important;
  z-index:5!important;
}
.feature-card__label{
  display:block!important;
  font-size:15px!important;
  line-height:1!important;
  font-weight:750!important;
  transform:none!important;
}
.feature-card__arrow{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  box-sizing:border-box!important;
  flex:0 0 30px!important;
  width:30px!important;
  height:30px!important;
  margin:0!important;
  padding:0!important;
  border-radius:50%!important;
  background:rgba(100,50,255,.10)!important;
  color:currentColor!important;
  line-height:0!important;
  transform:none!important;
}
.feature-card--empower .feature-card__arrow{background:rgba(16,168,79,.10)!important}
.feature-card--support .feature-card__arrow{background:rgba(40,104,255,.10)!important}
.feature-card--control .feature-card__arrow{background:rgba(255,100,43,.10)!important}
.feature-card__arrow svg{
  display:block!important;
  width:14px!important;
  height:14px!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2.2!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  transform:translateX(.4px)!important;
  transform-origin:50% 50%!important;
  transition:transform .28s cubic-bezier(.22,1,.36,1)!important;
}
.feature-card__accordion[open] .feature-card__arrow svg{
  transform:translateX(.4px) rotate(90deg)!important;
}
.feature-card__details{
  display:block!important;
  width:100%!important;
  margin:0!important;
  padding:8px 0 2px!important;
  overflow:visible!important;
}
.feature-card__accordion:not([open]) > .feature-card__details{
  display:none!important;
}
.feature-card__accordion[open] > .feature-card__details{
  display:block!important;
  animation:featureDetailsReveal .34s cubic-bezier(.22,1,.36,1) both!important;
}
.feature-card__details p{
  max-width:none!important;
  margin:0!important;
  padding:14px 15px!important;
  border:1px solid rgba(100,50,255,.12)!important;
  border-radius:16px!important;
  background:rgba(100,50,255,.045)!important;
  color:#536078!important;
  font-size:14px!important;
  line-height:1.55!important;
}
.feature-card--empower .feature-card__details p{border-color:rgba(16,168,79,.13)!important;background:rgba(16,168,79,.045)!important}
.feature-card--support .feature-card__details p{border-color:rgba(40,104,255,.13)!important;background:rgba(40,104,255,.045)!important}
.feature-card--control .feature-card__details p{border-color:rgba(255,100,43,.13)!important;background:rgba(255,100,43,.045)!important}
@media (prefers-reduced-motion:reduce){
  .feature-card__arrow svg,.feature-card__accordion[open]>.feature-card__details{transition:none!important;animation:none!important}
}

/* V12 — Mobile partner marquee optical alignment and clipping fix.
   Scoped to mobile only; desktop remains untouched. */
@media (max-width: 768px){
  .proof .mobile-logo-viewport{
    position:relative!important;
    width:calc(100% + 32px)!important;
    height:112px!important;
    margin:0 -16px!important;
    padding:18px 0!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
    mask-image:linear-gradient(90deg,transparent 0,#000 9%,#000 91%,transparent 100%)!important;
    -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 9%,#000 91%,transparent 100%)!important;
  }

  .proof .premium-logos.mobile-marquee-ready{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    display:flex!important;
    align-items:center!important;
    width:max-content!important;
    height:76px!important;
    min-height:76px!important;
    padding:0!important;
    margin:0!important;
    gap:34px!important;
    overflow:visible!important;
    transform:translate3d(0,0,0);
    will-change:transform;
  }

  .proof .premium-logos.mobile-marquee-ready .partner-logo{
    flex:0 0 154px!important;
    width:154px!important;
    height:76px!important;
    min-height:76px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:8px 7px!important;
    margin:0!important;
    box-sizing:border-box!important;
    overflow:visible!important;
  }

  .proof .premium-logos.mobile-marquee-ready .partner-logo img,
  .proof .premium-logos.mobile-marquee-ready .partner-logo__tile{
    display:block!important;
    width:auto!important;
    height:auto!important;
    max-width:140px!important;
    max-height:56px!important;
    object-fit:contain!important;
    object-position:center!important;
    margin:auto!important;
    transform:none!important;
  }

  /* Optical normalization for logos with very different native aspect ratios. */
  .proof .partner-logo--air-europa img{max-width:132px!important;max-height:48px!important}
  .proof .partner-logo--wildix img{max-width:132px!important;max-height:46px!important}
  .proof .partner-logo--mpm img{max-width:136px!important;max-height:54px!important}
  .proof .partner-logo--kpmg img{max-width:124px!important;max-height:50px!important}
  .proof .partner-logo--flatchr img{max-width:140px!important;max-height:48px!important}
  .proof .partner-logo--walk .partner-logo__tile{max-width:112px!important;max-height:54px!important}
  .proof .partner-logo--walk img{max-width:92px!important;max-height:30px!important}
}


/* V17 - Mobile AI Deal Movement notification reveal */
@media (max-width: 768px){
  .mobile-story-card--signals .mobile-signal-list li{
    opacity:0;
    transform:translateY(18px);
    transition:opacity .55s ease, transform .55s cubic-bezier(.22,1,.36,1);
  }
  .mobile-story-card--signals.is-visible .mobile-signal-list li:nth-child(1){transition-delay:.10s}
  .mobile-story-card--signals.is-visible .mobile-signal-list li:nth-child(2){transition-delay:.35s}
  .mobile-story-card--signals.is-visible .mobile-signal-list li:nth-child(3){transition-delay:.60s}
  .mobile-story-card--signals.is-visible .mobile-signal-list li:nth-child(4){transition-delay:.85s}
  .mobile-story-card--signals.is-visible .mobile-signal-list li:nth-child(5){transition-delay:1.10s}
  .mobile-story-card--signals.is-visible .mobile-signal-list li{opacity:1;transform:translateY(0)}
}


/* Mobile product story sequential reveal - v18 */
@media (max-width:768px){
  .mobile-story-card--summary,
  .mobile-story-card--people{
    opacity:0;
    transform:translateY(28px);
    transition:opacity .6s ease, transform .6s ease;
  }

  .mobile-story-card--summary.is-visible,
  .mobile-story-card--people.is-visible{
    opacity:1;
    transform:translateY(0);
  }

  .mobile-story-card--summary .mobile-story-card__top,
  .mobile-story-card--summary .mobile-story-summary > *,
  .mobile-story-card--people .mobile-story-card__top,
  .mobile-story-card--people .mobile-people-row figure,
  .mobile-story-card--people .mobile-committee-status{
    opacity:0;
    transform:translateY(12px);
    transition:opacity .45s ease, transform .45s ease;
  }

  .mobile-story-card--summary.is-visible .mobile-story-card__top{
    opacity:1;
    transform:translateY(0);
    transition-delay:.15s;
  }
  .mobile-story-card--summary.is-visible .mobile-story-summary > *{
    opacity:1;
    transform:translateY(0);
  }
  .mobile-story-card--summary.is-visible .mobile-story-summary > *:nth-child(1){transition-delay:.35s;}
  .mobile-story-card--summary.is-visible .mobile-story-summary > *:nth-child(2){transition-delay:.55s;}
  .mobile-story-card--summary.is-visible .mobile-impact{transition-delay:.75s;}

  .mobile-story-card--people.is-visible .mobile-story-card__top{
    opacity:1;
    transform:translateY(0);
    transition-delay:.15s;
  }
  .mobile-story-card--people.is-visible .mobile-people-row figure{
    opacity:1;
    transform:translateY(0) scale(1);
  }
  .mobile-story-card--people.is-visible .mobile-people-row figure:nth-child(1){transition-delay:.35s;}
  .mobile-story-card--people.is-visible .mobile-people-row figure:nth-child(2){transition-delay:.55s;}
  .mobile-story-card--people.is-visible .mobile-people-row figure:nth-child(3){transition-delay:.75s;}
  .mobile-story-card--people.is-visible .mobile-committee-status{
    opacity:1;
    transform:translateY(0);
    transition-delay:.95s;
  }
}


/* V19 — Desktop feature accordion flow fix only */
@media (min-width: 769px) {
  .feature-strip {
    align-items: stretch !important;
    overflow: visible !important;
  }

  .feature-card {
    transition: min-height .45s cubic-bezier(.22,1,.36,1), background .25s ease !important;
  }

  .feature-card__accordion {
    overflow: hidden !important;
  }

  .feature-card__details {
    position: static !important;
    transform: none !important;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height .45s cubic-bezier(.22,1,.36,1), opacity .25s ease, padding .35s ease !important;
    padding-top: 0 !important;
  }

  .feature-card__accordion[open] .feature-card__details {
    max-height: 240px;
    opacity: 1;
    padding-top: 16px !important;
  }

  .feature-card__toggle {
    cursor: pointer;
  }
}




/* V22 — Premium desktop inline expansion. Mobile untouched. */
@media (min-width:769px){
 .feature-strip{display:grid!important;grid-template-columns:repeat(4,1fr);}
 .feature-desktop-expand{
   grid-column:1/-1;
   max-height:0;
   opacity:0;
   overflow:hidden;
   transition:max-height .45s cubic-bezier(.22,1,.36,1),opacity .3s ease,margin .35s ease;
   margin:0;
 }
 .feature-desktop-expand.open{
   max-height:220px;
   opacity:1;
   margin-top:18px;
 }
 .feature-desktop-expand__inner{
   border-radius:24px;
   padding:24px 32px;
   background:rgba(100,50,255,.06);
   border:1px solid rgba(100,50,255,.14);
   color:#35415c;
   font-size:18px;
   line-height:1.55;
   box-shadow:0 18px 45px rgba(29,27,76,.06);
 }
 .feature-strip .feature-card.is-desktop-open .feature-card__toggle .feature-card__arrow svg{
   transform:rotate(90deg);
 }
 .feature-strip .feature-card__accordion>.feature-card__details{display:none!important;}
 .feature-desktop-expand.feature-card--empower .feature-desktop-expand__inner{background:rgba(16,168,79,.06);border-color:rgba(16,168,79,.16)}
 .feature-desktop-expand.feature-card--support .feature-desktop-expand__inner{background:rgba(40,104,255,.06);border-color:rgba(40,104,255,.16)}
 .feature-desktop-expand.feature-card--control .feature-desktop-expand__inner{background:rgba(255,100,43,.06);border-color:rgba(255,100,43,.16)}
}


/* V23 — Desktop premium accordion: reuse native card expansion logic.
   Mobile remains untouched. */
@media (min-width: 769px) {
  .feature-strip {
    height: auto !important;
    min-height: 138px;
    align-items: stretch;
    overflow: visible !important;
  }

  .feature-card {
    align-items: start;
    padding-top: 0;
    transition: background .35s ease, border-color .35s ease;
  }

  .feature-card__copy {
    width: 100%;
  }

  .feature-card__accordion {
    width: 100%;
  }

  .feature-card__details {
    margin-top: 18px;
    padding: 18px 16px;
    border-radius: 18px;
    opacity: .98;
  }

  .feature-card--build .feature-card__details {
    background: rgba(113,62,255,.08);
    border: 1px solid rgba(113,62,255,.16);
  }

  .feature-card--empower .feature-card__details {
    background: rgba(22,170,86,.08);
    border: 1px solid rgba(22,170,86,.16);
  }

  .feature-card--support .feature-card__details {
    background: rgba(40,104,255,.08);
    border: 1px solid rgba(40,104,255,.16);
  }

  .feature-card--control .feature-card__details {
    background: rgba(255,108,45,.08);
    border: 1px solid rgba(255,108,45,.16);
  }

  .feature-card__details p {
    margin: 0;
    line-height: 1.55;
  }

  .feature-strip:has(.feature-card__accordion[open]) {
    padding-bottom: 28px;
  }

  .trusted {
    transition: margin-top .35s ease;
  }
}


/* ==========================================
   V24 DESKTOP PREMIUM FEATURE ACCORDION
   Desktop only - mobile untouched
   ========================================== */

@media (min-width: 769px){

  .feature-strip{
    height:auto !important;
    min-height:138px;
    transition:height .45s cubic-bezier(.2,.75,.25,1);
    align-items:stretch;
  }

  .feature-card{
    display:grid;
    grid-template-columns:78px minmax(0,1fr);
    align-content:start;
  }

  .feature-card__accordion{
    grid-column:1 / -1;
    width:100%;
  }

  .feature-card__details{
    max-width:none !important;
    margin-top:18px !important;
    padding:18px 22px !important;
    border:1px solid rgba(113,62,255,.14);
    border-radius:18px;
    background:rgba(113,62,255,.055);
    animation:desktopFeatureReveal .35s ease both;
  }

  .feature-card__details p{
    max-width:none !important;
    font-size:14px !important;
    line-height:1.55 !important;
  }

  .feature-card--empower .feature-card__details{
    background:rgba(34,197,94,.055);
    border-color:rgba(34,197,94,.16);
  }

  .feature-card--support .feature-card__details{
    background:rgba(59,130,246,.055);
    border-color:rgba(59,130,246,.16);
  }

  .feature-card--control .feature-card__details{
    background:rgba(249,115,22,.055);
    border-color:rgba(249,115,22,.16);
  }

  .feature-strip:has(.feature-card__accordion[open]){
    padding-bottom:24px;
  }

  .feature-card__accordion[open] .feature-card__arrow svg{
    transform:rotate(90deg);
  }

  .feature-card__arrow svg{
    transition:transform .25s ease;
  }

  @keyframes desktopFeatureReveal{
    from{
      opacity:0;
      transform:translateY(-8px);
    }
    to{
      opacity:1;
      transform:translateY(0);
    }
  }

}

/* ============================================================
   V25 — Dedicated premium desktop feature component.
   The original native accordion remains the only mobile UI.
   ============================================================ */
.feature-desktop-shell{display:none}

@media (min-width:769px){
  .feature-strip{display:none!important}

  .feature-desktop-shell{
    --feature-tone:#6b36ff;
    --feature-tone-rgb:107,54,255;
    display:block;
    width:100%;
    margin:0;
    border:1px solid rgba(28,35,66,.07);
    border-radius:28px;
    background:rgba(255,255,255,.97);
    box-shadow:0 24px 70px rgba(31,28,78,.08),0 2px 10px rgba(31,28,78,.03);
    overflow:hidden;
    transition:box-shadow .35s ease,border-color .35s ease;
  }
  .feature-desktop-shell[data-tone="empower"]{--feature-tone:#159447;--feature-tone-rgb:21,148,71}
  .feature-desktop-shell[data-tone="support"]{--feature-tone:#2767ff;--feature-tone-rgb:39,103,255}
  .feature-desktop-shell[data-tone="control"]{--feature-tone:#ff642b;--feature-tone-rgb:255,100,43}
  .feature-desktop-shell:has(.feature-desktop-panel.is-open){
    border-color:rgba(var(--feature-tone-rgb),.14);
    box-shadow:0 28px 80px rgba(31,28,78,.10),0 0 0 1px rgba(var(--feature-tone-rgb),.025);
  }

  .feature-desktop-tabs{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    min-height:154px;
  }
  .feature-desktop-tab{
    position:relative;
    display:grid;
    grid-template-columns:76px minmax(0,1fr);
    gap:18px;
    align-items:center;
    min-width:0;
    padding:28px 30px;
    border:0;
    border-right:1px solid rgba(28,35,66,.055);
    background:transparent;
    color:#07163c;
    text-align:left;
    cursor:pointer;
    transition:background .28s ease,transform .28s ease;
  }
  .feature-desktop-tab:last-child{border-right:0}
  .feature-desktop-tab:hover{background:rgba(247,248,252,.72)}
  .feature-desktop-tab:focus-visible{outline:3px solid rgba(100,50,255,.22);outline-offset:-3px}
  .feature-desktop-tab.is-active{background:rgba(var(--feature-tone-rgb),.035)}
  .feature-desktop-tab.is-active::after{
    content:"";
    position:absolute;
    left:30px;
    right:30px;
    bottom:0;
    height:3px;
    border-radius:999px 999px 0 0;
    background:var(--feature-tone);
    box-shadow:0 0 20px rgba(var(--feature-tone-rgb),.24);
  }
  .feature-desktop-tab__icon-wrap{
    display:grid;
    place-items:center;
    width:76px;
    height:76px;
    border-radius:24px;
    background:rgba(var(--feature-tone-rgb),.07);
    transition:transform .32s cubic-bezier(.22,1,.36,1),background .28s ease;
  }
  .feature-desktop-tab.is-active .feature-desktop-tab__icon-wrap{transform:translateY(-2px);background:rgba(var(--feature-tone-rgb),.105)}
  .feature-desktop-tab--build{--feature-tone:#6b36ff;--feature-tone-rgb:107,54,255}
  .feature-desktop-tab--empower{--feature-tone:#159447;--feature-tone-rgb:21,148,71}
  .feature-desktop-tab--support{--feature-tone:#2767ff;--feature-tone-rgb:39,103,255}
  .feature-desktop-tab--control{--feature-tone:#ff642b;--feature-tone-rgb:255,100,43}
  .feature-desktop-tab__icon{display:block;width:68px;height:68px;object-fit:contain}
  .feature-desktop-tab__text{display:flex;min-width:0;flex-direction:column;align-items:flex-start}
  .feature-desktop-tab__text strong{font-size:20px;line-height:1.12;font-weight:750;letter-spacing:-.02em}
  .feature-desktop-tab__text>span:not(.feature-desktop-tab__learn){margin-top:7px;color:#58647d;font-size:14px;line-height:1.35}
  .feature-desktop-tab__learn{
    display:inline-flex;
    align-items:center;
    gap:9px;
    margin-top:15px;
    color:var(--feature-tone);
    font-size:13px;
    line-height:1;
    font-weight:720;
  }
  .feature-desktop-tab__chevron{
    display:grid;
    place-items:center;
    width:24px;
    height:24px;
    border-radius:50%;
    background:rgba(var(--feature-tone-rgb),.09);
  }
  .feature-desktop-tab__chevron svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform .28s ease}
  .feature-desktop-tab.is-active .feature-desktop-tab__chevron svg{transform:rotate(90deg)}

  .feature-desktop-panel{
    display:grid;
    grid-template-rows:0fr;
    opacity:0;
    background:linear-gradient(135deg,rgba(var(--feature-tone-rgb),.075),rgba(var(--feature-tone-rgb),.025) 56%,rgba(255,255,255,.75));
    border-top:1px solid rgba(var(--feature-tone-rgb),.11);
    transition:grid-template-rows .46s cubic-bezier(.22,1,.36,1),opacity .28s ease,background .32s ease;
  }
  .feature-desktop-panel[hidden]{display:none}
  .feature-desktop-panel.is-open{grid-template-rows:1fr;opacity:1}
  .feature-desktop-panel__inner{
    position:relative;
    min-height:0;
    overflow:hidden;
    display:flex;
    align-items:center;
    gap:24px;
    padding:0 42px;
    transition:padding .46s cubic-bezier(.22,1,.36,1);
  }
  .feature-desktop-panel.is-open .feature-desktop-panel__inner{padding-top:26px;padding-bottom:28px}
  .feature-desktop-panel__accent{
    flex:0 0 5px;
    align-self:stretch;
    min-height:54px;
    border-radius:999px;
    background:var(--feature-tone);
    box-shadow:0 0 22px rgba(var(--feature-tone-rgb),.22);
  }
  .feature-desktop-panel__copy{min-width:0;max-width:980px}
  .feature-desktop-panel__eyebrow{display:block;margin-bottom:7px;color:var(--feature-tone);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
  .feature-desktop-panel__copy p{margin:0;color:#273552;font-size:17px;line-height:1.55;letter-spacing:-.005em}

  @media (max-width:1180px){
    .feature-desktop-tab{grid-template-columns:62px minmax(0,1fr);gap:14px;padding:24px 20px}
    .feature-desktop-tab__icon-wrap{width:62px;height:62px;border-radius:20px}
    .feature-desktop-tab__icon{width:56px;height:56px}
    .feature-desktop-tab__text strong{font-size:18px}
    .feature-desktop-tab__text>span:not(.feature-desktop-tab__learn){font-size:13px}
  }
}

@media (max-width:768px){
  .feature-desktop-shell{display:none!important}
  .feature-strip{display:grid!important}
}

/* V29 — Mobile Hero Product Story. Desktop is intentionally untouched. */
.mobile-hero-demo{display:none}
@media (max-width:768px){
  .mobile-hero-demo{display:block;margin:0 0 44px;padding:0 2px}
  .mobile-demo-rail{display:flex;gap:13px;overflow:hidden;padding:0 3px 11px;border-bottom:1px solid rgba(94,73,170,.12)}
  .mobile-demo-rail span{position:relative;flex:0 0 auto;padding-bottom:8px;color:#9a9fb0;font-size:8px;font-weight:850;letter-spacing:.09em;transition:color .35s ease}
  .mobile-demo-rail span::after{content:"";position:absolute;left:0;right:0;bottom:-12px;height:2px;border-radius:999px;background:#6633ff;transform:scaleX(0);transition:transform .45s cubic-bezier(.22,1,.36,1)}
  .mobile-demo-rail span.is-active{color:#5d2aff}.mobile-demo-rail span.is-active::after{transform:scaleX(1)}
  .mobile-demo-frame{margin-top:13px;padding:17px;border:1px solid rgba(92,65,180,.13);border-radius:26px;background:rgba(255,255,255,.96);box-shadow:0 25px 65px rgba(35,29,88,.13);overflow:hidden}
  .mobile-demo-brand{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid #eeecf5}.mobile-demo-brand small,.mobile-demo-brand b{display:block}.mobile-demo-brand small{font-size:10px;color:#7c8497}.mobile-demo-brand b{margin-top:2px;color:#08173c;font-size:18px;letter-spacing:-.025em}.mobile-demo-brand em{font-style:normal;padding:6px 9px;border-radius:999px;background:#e9f8ee;color:#07843a;font-size:10px;font-weight:800}
  .mobile-demo-stage{min-height:312px;padding-top:16px;transition:opacity .24s ease,transform .32s ease}.mobile-demo-stage.is-switching{opacity:0;transform:translateY(7px)}
  .m-kicker{display:block;color:#6534ff;font-size:10px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.m-title{margin:6px 0 14px;color:#08173c;font-size:23px;line-height:1.05;letter-spacing:-.035em}.m-soft{color:#69748b;font-size:12px;line-height:1.45}
  .m-wave{display:flex;height:42px;align-items:center;gap:4px;padding:0 3px;margin:18px 0}.m-wave i{display:block;width:4px;border-radius:999px;background:linear-gradient(#7547ff,#4721dc);animation:mWave .8s ease-in-out infinite alternate}.m-wave i:nth-child(2n){animation-delay:-.35s}.m-wave i:nth-child(3n){animation-delay:-.6s}
  .m-transcript{display:grid;gap:8px}.m-line{padding:10px 11px;border-radius:13px;background:#f7f6fb;color:#34405a;font-size:11px;line-height:1.4}.m-line b{color:#111d3e}.m-done{display:flex;gap:9px;align-items:center;margin-top:12px;padding:11px;border-radius:13px;background:#effff4;color:#087f39;font-size:11px;font-weight:800}.m-done span{display:grid;place-items:center;width:24px;height:24px;border-radius:8px;background:#d9f7e4}
  .m-checks{display:grid;gap:8px}.m-check{display:flex;gap:10px;align-items:center;padding:10px;border:1px solid #eceef4;border-radius:13px;background:#fff;opacity:0;transform:translateY(7px);animation:mReveal .36s ease forwards}.m-check:nth-child(2){animation-delay:.18s}.m-check:nth-child(3){animation-delay:.36s}.m-check:nth-child(4){animation-delay:.54s}.m-check:nth-child(5){animation-delay:.72s}.m-check i{display:grid;place-items:center;width:25px;height:25px;border-radius:8px;background:#eafff0;color:#089443;font-style:normal;font-weight:900}.m-check b,.m-check small{display:block}.m-check b{font-size:11px;color:#111d3e}.m-check small{font-size:9px;color:#7c8496;margin-top:2px}
  .m-build{display:grid;grid-template-columns:1fr 1fr;gap:8px}.m-build div{padding:12px;border-radius:14px;background:#f7f5ff;opacity:0;transform:translateY(7px);animation:mReveal .35s ease forwards}.m-build div:nth-child(2){animation-delay:.15s}.m-build div:nth-child(3){animation-delay:.3s}.m-build div:nth-child(4){animation-delay:.45s}.m-build div:last-child{grid-column:1/-1;background:#effff4;animation-delay:.6s}.m-build span{display:block;color:#6634ff;font-size:9px;font-weight:850}.m-build b{display:block;margin-top:5px;color:#111d3e;font-size:11px}.m-build small{display:block;margin-top:3px;color:#778197;font-size:9px}
  .m-video{position:relative;height:205px;margin-top:6px;padding:18px;border-radius:18px;overflow:hidden;color:#fff;background:radial-gradient(circle at 78% 34%,rgba(130,89,255,.48),transparent 30%),linear-gradient(135deg,#11102f,#1a0c42 55%,#35128b);box-shadow:0 18px 40px rgba(34,17,95,.22)}.m-video small{font-size:8px;letter-spacing:.1em}.m-video strong{display:block;width:62%;margin-top:45px;font-size:20px;line-height:1.05;letter-spacing:-.035em}.m-play{position:absolute;right:24px;top:75px;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#7c49ff,#4a22e7);box-shadow:0 0 0 10px rgba(112,64,255,.12);font-size:18px}.m-progress{height:5px;margin-top:13px;border-radius:999px;background:#eceaf4;overflow:hidden}.m-progress i{display:block;height:100%;width:0;background:linear-gradient(90deg,#6c34ff,#1766ff);animation:mProgress 1.7s .15s cubic-bezier(.22,1,.36,1) forwards}.m-ready{margin-top:7px;display:flex;justify-content:space-between;color:#667189;font-size:10px}.m-ready b{color:#0a8c3e}
  .m-people{display:flex;justify-content:space-between;gap:8px;margin-top:25px}.m-person{text-align:center;opacity:0;transform:translateY(9px) scale(.92);animation:mPop .4s ease forwards}.m-person:nth-child(2){animation-delay:.18s}.m-person:nth-child(3){animation-delay:.36s}.m-person:nth-child(4){animation-delay:.54s}.m-person img{width:54px;height:54px;border-radius:50%;object-fit:cover;box-shadow:0 0 0 4px #fff,0 0 0 5px #e7e8f0}.m-person b,.m-person small{display:block}.m-person b{margin-top:8px;color:#111d3e;font-size:10px}.m-person small{margin-top:2px;color:#7d8598;font-size:8px}.m-share{margin-top:18px;padding:12px 14px;border-radius:14px;background:#f1edff;color:#5c2cff;font-size:10px;font-weight:800;text-align:center}
  .m-question,.m-answer{padding:13px;border-radius:15px}.m-question{background:#f7f6fb;color:#263451}.m-question b,.m-answer b{display:block;font-size:10px}.m-question p,.m-answer p{margin:5px 0 0;font-size:11px;line-height:1.45}.m-thinking{display:flex;gap:5px;align-items:center;margin:12px 0;color:#6b38ff;font-size:9px;font-weight:800}.m-thinking i{width:5px;height:5px;border-radius:50%;background:#6b38ff;animation:mDot .8s ease-in-out infinite}.m-thinking i:nth-child(2){animation-delay:.15s}.m-thinking i:nth-child(3){animation-delay:.3s}.m-answer{background:linear-gradient(135deg,#f0ebff,#f7f5ff);border:1px solid #e6ddff;color:#2c3650;opacity:0;transform:translateY(7px);animation:mReveal .4s .65s ease forwards}.m-answer b{color:#5d2cff}
  .m-feed{display:grid;gap:8px}.m-event{display:flex;gap:10px;align-items:center;padding:10px;border:1px solid #eceef4;border-radius:13px;background:#fff;opacity:0;transform:translateX(-8px);animation:mRevealX .35s ease forwards}.m-event:nth-child(2){animation-delay:.2s}.m-event:nth-child(3){animation-delay:.4s}.m-event:nth-child(4){animation-delay:.6s}.m-event:nth-child(5){animation-delay:.8s}.m-event>span{display:grid;place-items:center;width:30px;height:30px;border-radius:10px;background:#f0ebff;color:#6031ff;font-weight:900}.m-event.good{background:#f1faf4;border-color:#dff2e5}.m-event.good>span{background:#e2f7e9;color:#078f3b}.m-event b,.m-event small{display:block}.m-event b{color:#111d3e;font-size:10px}.m-event small{margin-top:2px;color:#81899a;font-size:8px}
  @keyframes mWave{from{height:7px}to{height:34px}}@keyframes mReveal{to{opacity:1;transform:translateY(0)}}@keyframes mRevealX{to{opacity:1;transform:translateX(0)}}@keyframes mPop{to{opacity:1;transform:translateY(0) scale(1)}}@keyframes mProgress{to{width:100%}}@keyframes mDot{0%,100%{opacity:.25;transform:translateY(0)}50%{opacity:1;transform:translateY(-2px)}}
}
@media (prefers-reduced-motion:reduce){.mobile-hero-demo *{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}


/* V32 — Mobile hero copy relocation only */
.mobile-hero-relocated-copy{display:none}
@media (max-width:768px){
  .mobile-hero-relocated-copy{display:block;margin-top:26px;padding:0 4px}
  .mobile-hero-relocated-copy h2{font-size:34px;line-height:1.02;letter-spacing:-.045em;color:#07163c;margin:0 0 14px}
  .mobile-hero-relocated-copy p{font-size:17px;line-height:1.5;color:#596680;margin:0}
  .mobile-product-story{margin-top:40px!important}
}


/* V36 — strict mobile-only cleanup: no separator, tighter proof transition, workflow label spacing */
.mobile-proof-separator{display:none!important;}
@media (max-width:768px){
  .mobile-proof-separator{display:none!important;height:0!important;margin:0!important;border:0!important;}
  .mobile-hero-demo{margin-bottom:0!important;}
  .mobile-product-story{padding-bottom:0!important;}
  .proof{padding-top:38px!important;}
  .proof::before{content:none!important;display:none!important;}

  .pricing-v31-step{grid-template-columns:58px 86px 1fr!important;}
  .pricing-v31-step i{padding-left:40px!important;padding-right:12px!important;}
}


/* V41 — Learn More copy hierarchy only */
.feature-card__details h4{
  margin:0 0 7px;
  color:#14213d;
  font-size:15px;
  line-height:1.22;
  letter-spacing:-.018em;
  font-weight:800;
}
.feature-desktop-panel__copy h4{
  margin:5px 0 8px;
  color:#14213d;
  font-size:22px;
  line-height:1.14;
  letter-spacing:-.025em;
  font-weight:800;
}
@media(max-width:768px){
  .feature-card__details h4{font-size:15px;line-height:1.2;margin-bottom:6px}
}


/* V44 — premium social-proof rail. Scope limited to .proof-metrics. */
.proof .proof-metrics{
  width:min(980px,calc(100% - 96px));
  margin:20px auto 0;
  padding:16px 24px 0;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  position:relative;
  border-top:1px solid rgba(20,33,61,.075);
  box-sizing:border-box;
}
.proof .proof-metric{
  min-width:0;
  min-height:42px;
  padding:0 30px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:11px;
  box-sizing:border-box;
}
.proof .proof-metric + .proof-metric{
  border-left:1px solid rgba(20,33,61,.075);
}
.proof .proof-metric strong{
  flex:0 0 auto;
  display:block;
  margin:0;
  color:#101d3d;
  font-size:27px;
  line-height:1;
  letter-spacing:-.045em;
  font-weight:800;
}
.proof .proof-metric span{
  display:block;
  margin:0;
  color:rgba(20,33,61,.56);
  font-size:10px;
  line-height:1.28;
  letter-spacing:.002em;
  font-weight:650;
  text-align:left;
}
.proof .proof-metrics__source{
  grid-column:1/-1;
  margin:10px 0 0;
  color:rgba(20,33,61,.34);
  font-size:8px;
  line-height:1.2;
  letter-spacing:.075em;
  text-transform:uppercase;
  text-align:center;
  font-weight:700;
}

/* Keep the proof composition compact so Pricing retains the existing rhythm. */
@media(min-width:769px){
  .proof .proof-metrics{
    transform:translateY(-2px);
  }
}

/* Mobile: no squeezed 3-column table. One quiet premium surface, 3 readable rows. */
@media(max-width:768px){
  .proof .proof-metrics{
    width:calc(100% - 28px);
    margin:22px auto 0;
    padding:4px 17px 10px;
    display:block;
    border-top:0;
    border:1px solid rgba(20,33,61,.075);
    border-radius:20px;
    background:rgba(255,255,255,.72);
    box-shadow:
      0 14px 34px rgba(24,35,69,.045),
      inset 0 1px 0 rgba(255,255,255,.9);
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
  }
  .proof .proof-metric{
    min-height:54px;
    padding:0 3px;
    display:grid;
    grid-template-columns:58px minmax(0,1fr);
    align-items:center;
    justify-content:initial;
    gap:10px;
    border:0;
  }
  .proof .proof-metric + .proof-metric{
    border-left:0;
    border-top:1px solid rgba(20,33,61,.065);
  }
  .proof .proof-metric strong{
    font-size:24px;
    line-height:1;
    text-align:left;
  }
  .proof .proof-metric span{
    font-size:10px;
    line-height:1.3;
    text-align:left;
  }
  .proof .proof-metric span br{
    display:none;
  }
  .proof .proof-metrics__source{
    margin:7px 0 1px;
    padding-top:9px;
    border-top:1px solid rgba(20,33,61,.065);
    font-size:7.5px;
    line-height:1.25;
    letter-spacing:.055em;
    white-space:nowrap;
  }
}
@media(max-width:360px){
  .proof .proof-metrics{
    width:calc(100% - 22px);
    padding-left:14px;
    padding-right:14px;
    border-radius:18px;
  }
  .proof .proof-metric{
    grid-template-columns:53px minmax(0,1fr);
    gap:8px;
  }
  .proof .proof-metric strong{font-size:22px}
  .proof .proof-metric span{font-size:9px}
  .proof .proof-metrics__source{
    font-size:6.8px;
    letter-spacing:.04em;
  }
}

/* V45 — proof visibility + premium mobile hierarchy. Strictly scoped. */
@media (min-width:769px){
  /* The proof rail lives inside the fixed desktop canvas. Reserve real space for it
     so the following Pricing section can no longer paint over the metrics. */
  .canvas{
    height:1390px !important;
    min-height:1390px !important;
  }
  .proof .logos{
    padding-bottom:34px !important;
  }
  .proof .proof-metrics{
    width:min(1010px,calc(100% - 80px));
    margin:10px auto 0;
    padding:18px 22px 0;
    transform:none;
  }
  .proof .proof-metric{
    min-height:48px;
    gap:13px;
  }
  .proof .proof-metric strong{
    font-size:31px;
    color:#07163c;
  }
  .proof .proof-metric span{
    font-size:10.5px;
    line-height:1.32;
    color:rgba(30,43,75,.62);
  }
  .proof .proof-metrics__source{
    margin-top:12px;
    font-size:8.5px;
    color:rgba(30,43,75,.40);
  }
}
@media (min-width:769px) and (max-width:1280px){
  .canvas{height:1490px !important;min-height:1490px !important}
}
@media (min-width:769px) and (max-width:1024px){
  .canvas{height:1710px !important;min-height:1710px !important}
}

@media (max-width:768px){
  .proof .proof-metrics{
    width:calc(100% - 18px);
    margin:24px auto 0;
    padding:8px 16px 11px;
    border:1px solid rgba(91,44,255,.11);
    border-radius:22px;
    background:
      radial-gradient(circle at 2% 0%,rgba(91,44,255,.075),transparent 32%),
      linear-gradient(180deg,rgba(255,255,255,.94),rgba(255,255,255,.82));
    box-shadow:0 18px 46px rgba(35,29,91,.075),inset 0 1px 0 rgba(255,255,255,.98);
  }
  .proof .proof-metric{
    min-height:68px;
    padding:8px 2px;
    grid-template-columns:62px minmax(0,1fr);
    gap:14px;
    position:relative;
  }
  .proof .proof-metric + .proof-metric{
    border-top:1px solid rgba(64,51,118,.075);
  }
  .proof .proof-metric strong{
    font-size:27px;
    line-height:1;
    letter-spacing:-.055em;
    font-weight:850;
    background:linear-gradient(135deg,#07163c 18%,#5b2cff 100%);
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
  }
  .proof .proof-metric span{
    position:relative;
    padding-top:14px;
    color:#34415f;
    font-size:11px;
    line-height:1.32;
    letter-spacing:-.005em;
    font-weight:700;
  }
  .proof .proof-metric span::before{
    position:absolute;
    top:0;
    left:0;
    color:#6a42ff;
    font-size:7px;
    line-height:1;
    letter-spacing:.14em;
    font-weight:850;
  }
  .proof .proof-metric:nth-child(1) span::before{content:"01 · ENGAGEMENT"}
  .proof .proof-metric:nth-child(2) span::before{content:"02 · REACH"}
  .proof .proof-metric:nth-child(3) span::before{content:"03 · MOMENTUM"}
  .proof .proof-metrics__source{
    margin:5px 0 1px;
    padding-top:11px;
    color:rgba(40,50,79,.46);
    font-size:7.2px;
    line-height:1.25;
    letter-spacing:.07em;
    font-weight:750;
  }
}


/* ============================================================
   V46 — Proof balance + desktop proof labels + tablet/mobile CTA cleanup
   Strictly scoped. No other layout/behavior changes.
   ============================================================ */

/* Desktop proof composition: use the existing height more evenly.
   Move the complete authority/proof group down without changing the canvas height. */
@media (min-width:901px){
  .proof .trusted{
    margin-top:76px !important;
    margin-bottom:22px !important;
  }

  .proof .logos{
    padding-bottom:24px !important;
  }

  .proof .proof-metrics{
    margin-top:8px !important;
    padding-top:20px !important;
  }

  /* Same semantic hierarchy already approved on mobile. */
  .proof .proof-metric span{
    position:relative;
    padding-top:15px;
  }

  .proof .proof-metric span::before{
    position:absolute;
    top:0;
    left:0;
    color:#6a42ff;
    font-size:7px;
    line-height:1;
    letter-spacing:.14em;
    font-weight:850;
    white-space:nowrap;
  }

  .proof .proof-metric:nth-child(1) span::before{content:"01 · ENGAGEMENT";}
  .proof .proof-metric:nth-child(2) span::before{content:"02 · REACH";}
  .proof .proof-metric:nth-child(3) span::before{content:"03 · MOMENTUM";}
}

/* Tablet receives the same proof labels while preserving its existing geometry. */
@media (min-width:769px) and (max-width:900px){
  .proof .proof-metric span{
    position:relative;
    padding-top:15px;
  }
  .proof .proof-metric span::before{
    position:absolute;
    top:0;
    left:0;
    color:#6a42ff;
    font-size:7px;
    line-height:1;
    letter-spacing:.12em;
    font-weight:850;
    white-space:nowrap;
  }
  .proof .proof-metric:nth-child(1) span::before{content:"01 · ENGAGEMENT";}
  .proof .proof-metric:nth-child(2) span::before{content:"02 · REACH";}
  .proof .proof-metric:nth-child(3) span::before{content:"03 · MOMENTUM";}
}

/* Mobile + tablet only: remove the secondary Watch Demo CTA from the Hero.
   Desktop remains strictly unchanged. */
@media (max-width:900px){
  .hero-actions .watch,
  #watch-demo{
    display:none !important;
  }
}


/* ============================================================
   V47 — proof typography refinement + remove Hero Watch Demo
   Strictly scoped to the existing Hero CTA and .proof-metrics.
   ============================================================ */

/* Watch Demo removed from Hero on every viewport. */
.hero-actions .watch,
#watch-demo{
  display:none !important;
}

/* Desktop: clearer three-level hierarchy — category / metric / evidence. */
@media (min-width:901px){
  .proof .proof-metric{
    gap:16px !important;
    padding-left:34px !important;
    padding-right:34px !important;
  }

  .proof .proof-metric strong{
    font-size:32px !important;
    line-height:.96 !important;
    letter-spacing:-.05em !important;
    font-weight:820 !important;
    color:#0b1838 !important;
  }

  .proof .proof-metric span{
    padding-top:18px !important;
    color:rgba(11,24,56,.66) !important;
    font-size:11px !important;
    line-height:1.28 !important;
    letter-spacing:0 !important;
    font-weight:650 !important;
  }

  .proof .proof-metric span::before{
    top:0 !important;
    color:#633cff !important;
    font-size:8.5px !important;
    line-height:1 !important;
    letter-spacing:.105em !important;
    font-weight:850 !important;
  }

  .proof .proof-metrics__source{
    margin-top:12px !important;
    color:rgba(11,24,56,.39) !important;
    font-size:8px !important;
    letter-spacing:.07em !important;
    font-weight:720 !important;
  }
}

/* Tablet: same hierarchy, proportionally restrained. */
@media (min-width:769px) and (max-width:900px){
  .proof .proof-metric{
    gap:12px !important;
    padding-left:18px !important;
    padding-right:18px !important;
  }

  .proof .proof-metric strong{
    font-size:28px !important;
    color:#0b1838 !important;
  }

  .proof .proof-metric span{
    padding-top:17px !important;
    color:rgba(11,24,56,.66) !important;
    font-size:10.5px !important;
    line-height:1.28 !important;
    font-weight:650 !important;
  }

  .proof .proof-metric span::before{
    color:#633cff !important;
    font-size:8px !important;
    letter-spacing:.1em !important;
    font-weight:850 !important;
  }
}

/* Mobile: preserve the approved premium card geometry,
   but make labels and evidence genuinely readable. */
@media (max-width:768px){
  .proof .proof-metrics{
    padding-top:7px !important;
    padding-bottom:11px !important;
  }

  .proof .proof-metric{
    min-height:61px !important;
    grid-template-columns:60px minmax(0,1fr) !important;
    gap:12px !important;
  }

  .proof .proof-metric strong{
    font-size:25px !important;
    line-height:1 !important;
    letter-spacing:-.045em !important;
    font-weight:820 !important;
    color:#0b1838 !important;
  }

  .proof .proof-metric span{
    position:relative !important;
    padding-top:18px !important;
    color:rgba(11,24,56,.70) !important;
    font-size:10.5px !important;
    line-height:1.3 !important;
    letter-spacing:0 !important;
    font-weight:650 !important;
  }

  .proof .proof-metric span::before{
    position:absolute !important;
    top:1px !important;
    left:0 !important;
    color:#633cff !important;
    font-size:8px !important;
    line-height:1 !important;
    letter-spacing:.105em !important;
    font-weight:850 !important;
    white-space:nowrap !important;
  }

  .proof .proof-metric:nth-child(1) span::before{content:"01 · ENGAGEMENT" !important;}
  .proof .proof-metric:nth-child(2) span::before{content:"02 · REACH" !important;}
  .proof .proof-metric:nth-child(3) span::before{content:"03 · MOMENTUM" !important;}

  .proof .proof-metrics__source{
    margin-top:8px !important;
    padding-top:10px !important;
    color:rgba(11,24,56,.42) !important;
    font-size:7.5px !important;
    line-height:1.25 !important;
    letter-spacing:.055em !important;
    font-weight:720 !important;
  }
}

@media (max-width:360px){
  .proof .proof-metric{
    grid-template-columns:56px minmax(0,1fr) !important;
    gap:10px !important;
  }
  .proof .proof-metric strong{
    font-size:23px !important;
  }
  .proof .proof-metric span{
    font-size:9.8px !important;
  }
  .proof .proof-metric span::before{
    font-size:7.6px !important;
  }
}

/* V51 — premium bilingual EN/FR switch */
.lang-switch{display:inline-flex;align-items:center;justify-content:center;gap:6px;flex:0 0 auto;height:28px;padding:0 8px;border:1px solid rgba(20,33,61,.08);border-radius:999px;background:rgba(255,255,255,.66);box-shadow:inset 0 1px 0 rgba(255,255,255,.88);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.lang-switch a{padding:0!important;color:rgba(20,33,61,.42)!important;font-size:10px!important;line-height:1!important;letter-spacing:.08em;font-weight:760!important;text-decoration:none!important;transition:color .18s ease}
.lang-switch a:hover{color:#4325d8!important}.lang-switch a.is-active{color:#5b2cff!important;font-weight:850!important}.lang-switch span{color:rgba(20,33,61,.16);font-size:9px;line-height:1}
@media(max-width:900px){.lang-switch{height:27px;padding:0 7px;gap:5px}.lang-switch a{font-size:9px!important}}
@media(max-width:390px){.lang-switch{position:absolute;right:112px;top:50%;transform:translateY(-50%)}}
/* French-only copy fit: typography safety, no redesign */
html[lang="fr"] .feature-card__details h4,html[lang="fr"] .feature-desktop-panel__copy h4,html[lang="fr"] .pricing-v31-included__heading h3{text-wrap:balance}
html[lang="fr"] .pricing-v31-step small{white-space:normal}
@media(max-width:768px){html[lang="fr"] .m-title{font-size:clamp(18px,5.1vw,22px)}html[lang="fr"] .m-soft{line-height:1.38}}

/* V52 — refined language placement. Old capsule is not used. */
.lang-switch{display:none!important}
.lang-nav-separator{display:inline-block;width:1px;height:14px;margin:0 12px 0 8px;background:rgba(20,33,61,.11);vertical-align:middle}
.lang-nav{display:inline-flex;align-items:center;gap:5px;vertical-align:middle;white-space:nowrap}
.lang-nav a{padding:0!important;font-size:10px!important;line-height:1!important;font-weight:720!important;letter-spacing:.075em;color:rgba(20,33,61,.38)!important;text-decoration:none!important;transition:color .16s ease}
.lang-nav a:hover{color:#4325d8!important}.lang-nav a.is-active{color:#5b2cff!important;font-weight:840!important}.lang-nav>span{font-size:9px;color:rgba(20,33,61,.17);line-height:1}
.lang-mobile{display:none}
@media(max-width:900px){
  .lang-nav,.lang-nav-separator{display:none!important}
  header{position:relative}
  .lang-mobile{display:inline-flex;align-items:center;gap:5px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:6;white-space:nowrap}
  .lang-mobile a{padding:3px 0!important;font-size:10px!important;line-height:1!important;font-weight:720!important;letter-spacing:.08em;color:rgba(20,33,61,.38)!important;text-decoration:none!important}
  .lang-mobile a.is-active{color:#5b2cff!important;font-weight:850!important}.lang-mobile>span{font-size:9px;color:rgba(20,33,61,.17);line-height:1}
}
@media(max-width:390px){.lang-mobile a{font-size:9px!important}}


/* ============================================================
   V53 — FR compact navigation + premium mobile language control
   ============================================================ */

/* Desktop: keep language selector as a quiet navigation utility. */
@media (min-width:901px){
  .lang-nav-separator{
    margin-left:10px!important;
    margin-right:11px!important;
  }
  .lang-nav a{
    font-size:10px!important;
    letter-spacing:.07em!important;
  }
}

/* Tablet + mobile: language moves OUTSIDE the crowded header row.
   It sits just below the header, right-aligned, in the natural gap
   before the Hero — never overlapping logo or CTA. */
@media (max-width:900px){
  .lang-mobile{
    display:inline-flex!important;
    align-items:center!important;
    gap:5px!important;
    position:absolute!important;
    left:auto!important;
    right:12px!important;
    top:calc(100% + 9px)!important;
    transform:none!important;
    z-index:21!important;
    min-height:24px!important;
    padding:4px 7px!important;
    border:1px solid rgba(20,33,61,.06)!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.72)!important;
    box-shadow:0 6px 18px rgba(24,35,69,.045), inset 0 1px 0 rgba(255,255,255,.9)!important;
    backdrop-filter:blur(9px)!important;
    -webkit-backdrop-filter:blur(9px)!important;
    white-space:nowrap!important;
  }
  .lang-mobile a{
    padding:0!important;
    font-size:9.5px!important;
    line-height:1!important;
    letter-spacing:.075em!important;
    font-weight:740!important;
    color:rgba(20,33,61,.42)!important;
    text-decoration:none!important;
  }
  .lang-mobile a.is-active{
    color:#5b2cff!important;
    font-weight:860!important;
  }
  .lang-mobile > span{
    font-size:8px!important;
    line-height:1!important;
    color:rgba(20,33,61,.17)!important;
  }
}

@media (max-width:390px){
  .lang-mobile{
    right:10px!important;
    top:calc(100% + 8px)!important;
    min-height:23px!important;
    padding:4px 6px!important;
  }
  .lang-mobile a{font-size:9px!important}
}


/* ============================================================
   V54 — PREMIUM UI POLISH
   Design-system consolidation inspired by Deal Drive light tokens.
   Scope: surfaces, hairlines, elevation, CTA depth, focus, proof motion.
   No layout, copy, navigation, section geometry or responsive restructuring.
   ============================================================ */

:root{
  --dd54-page:#F7F8FC;
  --dd54-raised:#FFFFFF;
  --dd54-sunken:#EFF1F7;
  --dd54-blue:#3888FF;
  --dd54-violet:#7056F1;
  --dd54-violet-graphic:#816CFF;
  --dd54-magenta:#AB35DE;
  --dd54-line-soft:rgba(28,40,90,.07);
  --dd54-line:rgba(28,40,90,.12);
  --dd54-line-strong:rgba(28,40,90,.18);
  --dd54-shadow-1:0 1px 2px rgba(28,40,90,.05),0 7px 18px -8px rgba(28,40,90,.11);
  --dd54-shadow-2:0 2px 5px rgba(28,40,90,.05),0 15px 34px -12px rgba(28,40,90,.15);
  --dd54-shadow-3:0 7px 18px -7px rgba(28,40,90,.10),0 34px 68px -24px rgba(28,40,90,.23);
  --dd54-highlight:inset 0 1px 0 rgba(255,255,255,.96);
  --dd54-ring:0 0 0 4px rgba(112,86,241,.16);
  --dd54-gradient-brand:linear-gradient(112deg,#286FE4 0%,#7056F1 55%,#8D48EF 100%);
  --dd54-gradient-edge:linear-gradient(100deg,#3888FF 0%,#816CFF 50%,#B15BE8 100%);
}

/* Strong focus without visually changing resting states. */
a:focus-visible,
button:focus-visible,
summary:focus-visible{
  outline:2px solid var(--dd54-violet)!important;
  outline-offset:3px!important;
  border-radius:8px;
}

/* Header: one raised glass surface with a true hairline and tinted elevation. */
.header{
  border:1px solid rgba(28,40,90,.065)!important;
  box-shadow:
    0 1px 2px rgba(28,40,90,.025),
    0 14px 34px -16px rgba(28,40,90,.16),
    inset 0 1px 0 rgba(255,255,255,.91)!important;
}

/* Primary actions: richer three-stop brand fill, cast shadow rather than bloom. */
.cta,
.pricing-cta,
.footer-v17-button{
  background:var(--dd54-gradient-brand)!important;
  box-shadow:
    0 2px 3px rgba(28,40,90,.06),
    0 16px 34px -12px rgba(78,72,214,.34),
    inset 0 1px 0 rgba(255,255,255,.22)!important;
  transition:
    transform .18s cubic-bezier(.2,.8,.2,1),
    box-shadow .24s cubic-bezier(.2,.8,.2,1),
    filter .18s cubic-bezier(.2,.8,.2,1)!important;
}
@media (hover:hover) and (pointer:fine){
  .cta:hover,
  .pricing-cta:hover,
  .footer-v17-button:hover{
    transform:translateY(-1px);
    filter:saturate(1.035);
    box-shadow:
      0 2px 4px rgba(28,40,90,.05),
      0 21px 42px -14px rgba(78,72,214,.40),
      inset 0 1px 0 rgba(255,255,255,.26)!important;
  }
}

/* Deal Case: premium raised surface — subtle top light + brand-tinted depth. */
.deal-case{
  border:1px solid rgba(28,40,90,.075)!important;
  box-shadow:
    var(--dd54-highlight),
    0 2px 5px rgba(28,40,90,.04),
    0 24px 54px -20px rgba(28,40,90,.22)!important;
}
.deal-top{
  border-bottom-color:var(--dd54-line-soft)!important;
}

/* Internal UI wells: visibly nested, never heavy. */
.deal-demo__viewport,
.mobile-demo-frame,
.pricing-v31-workflow__stage{
  box-shadow:
    inset 0 0 0 1px rgba(28,40,90,.055),
    inset 0 1px 0 rgba(255,255,255,.88)!important;
}

/* Floating notifications: shared raised-card recipe. */
.notice{
  border:1px solid rgba(28,40,90,.075)!important;
  box-shadow:
    var(--dd54-highlight),
    0 2px 5px rgba(28,40,90,.045),
    0 18px 42px -16px rgba(28,40,90,.21)!important;
}

/* Four-pillar strip: one coherent surface, finer separators. */
.feature-strip{
  border:1px solid rgba(28,40,90,.075)!important;
  box-shadow:
    var(--dd54-highlight),
    0 2px 5px rgba(28,40,90,.035),
    0 22px 50px -24px rgba(28,40,90,.19)!important;
}
.feature-card{
  border-color:rgba(28,40,90,.055)!important;
}
.feature-card__details,
.feature-desktop-panel{
  border-color:rgba(28,40,90,.07)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.92),
    0 8px 22px -16px rgba(28,40,90,.14)!important;
}

/* Pricing: consolidate all plan cards under one elevation language. */
.pricing-v30-card{
  border-color:rgba(28,40,90,.085)!important;
  box-shadow:
    var(--dd54-highlight),
    0 2px 5px rgba(28,40,90,.035),
    0 22px 50px -24px rgba(28,40,90,.18)!important;
  transition:
    transform .22s cubic-bezier(.2,.8,.2,1),
    box-shadow .26s cubic-bezier(.2,.8,.2,1)!important;
}
.pricing-v30-card--start{
  border-color:rgba(112,86,241,.48)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.96),
    0 2px 6px rgba(112,86,241,.07),
    0 28px 58px -25px rgba(112,86,241,.25)!important;
}
@media (hover:hover) and (pointer:fine) and (min-width:901px){
  .pricing-v30-card:hover{
    transform:translateY(-2px);
    box-shadow:
      var(--dd54-highlight),
      0 3px 7px rgba(28,40,90,.04),
      0 28px 58px -24px rgba(28,40,90,.22)!important;
  }
  .pricing-v30-card--start:hover{
    box-shadow:
      inset 0 1px 0 rgba(255,255,255,.96),
      0 3px 8px rgba(112,86,241,.08),
      0 34px 66px -26px rgba(112,86,241,.30)!important;
  }
}

/* Included workflow: elevated shell + recessed interactive stage. */
.pricing-v31-included{
  border-color:rgba(28,40,90,.08)!important;
  box-shadow:
    var(--dd54-highlight),
    0 2px 5px rgba(28,40,90,.035),
    0 24px 56px -26px rgba(28,40,90,.18)!important;
}

/* Social proof: make evidence feel deliberate without adding visual weight. */
.proof-metrics{
  border-top-color:rgba(28,40,90,.075)!important;
}
.proof-metric + .proof-metric{
  border-left-color:rgba(28,40,90,.075)!important;
}
.proof-metric strong{
  font-variant-numeric:tabular-nums;
  text-rendering:geometricPrecision;
}
.proof-metric.is-counting strong{
  background:linear-gradient(105deg,#17213a 12%,#7056F1 56%,#286FE4 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent!important;
}

/* Mobile story cards: subtle consistency with desktop raised surfaces. */
.mobile-story-card{
  border:1px solid rgba(28,40,90,.075)!important;
  box-shadow:
    var(--dd54-highlight),
    0 2px 5px rgba(28,40,90,.03),
    0 20px 44px -22px rgba(28,40,90,.18)!important;
}

/* Premium image compositing: do not alter layout or crop. */
.partner-logo__tile,
.one-deal-window,
.mobile-demo-frame{
  border-color:rgba(28,40,90,.065)!important;
}

/* Respect reduced-motion and keep mobile tactility stable. */
@media (prefers-reduced-motion:reduce){
  .cta,.pricing-cta,.footer-v17-button,.pricing-v30-card{
    transition:none!important;
  }
}
@media (max-width:900px){
  .pricing-v30-card:hover,
  .cta:hover,
  .pricing-cta:hover,
  .footer-v17-button:hover{
    transform:none!important;
  }
}


/* ============================================================
   V55 — PREMIUM INTERACTION REFINEMENT
   Scope: gradient-edge accents, interaction scrim/focus, media blur-up,
   and final token harmonisation. No layout or copy changes.
   ============================================================ */

/* --- Gradient-edge accents: only on elements that benefit from it. --- */
.feature-card__toggle,
.pricing-v30-badge,
.lang-mobile{
  border:1px solid transparent!important;
  background:
    linear-gradient(rgba(255,255,255,.92),rgba(255,255,255,.92)) padding-box,
    linear-gradient(105deg,rgba(56,136,255,.28),rgba(129,108,255,.34),rgba(204,91,255,.22)) border-box!important;
}

/* Keep badge fills visually intact while preserving the refined edge. */
.pricing-v30-badge--popular{
  color:#fff!important;
  background:
    linear-gradient(112deg,#6b36ff,#3f20ec) padding-box,
    linear-gradient(105deg,#3888FF,#816CFF,#CC5BFF) border-box!important;
}
.pricing-v30-badge--value,
.pricing-v30-badge--best{
  background:
    linear-gradient(#e9f8ee,#e9f8ee) padding-box,
    linear-gradient(105deg,rgba(0,167,86,.28),rgba(112,86,241,.18)) border-box!important;
}

/* --- Focus/scrim treatment for modal and expanded interactions. --- */
#demo-modal::backdrop{
  background:rgba(13,20,42,.24)!important;
  backdrop-filter:blur(4px) saturate(.94)!important;
  -webkit-backdrop-filter:blur(4px) saturate(.94)!important;
}
#demo-modal{
  border:1px solid rgba(28,40,90,.10)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.96),
    0 32px 72px -24px rgba(28,40,90,.32)!important;
}

/* Accordion focus-dimming: other cards recede slightly while one is open. */
@media (hover:hover) and (pointer:fine){
  .feature-strip:has(.feature-card details[open]) .feature-card{
    opacity:.76;
    transition:opacity .18s ease, filter .18s ease, transform .18s ease!important;
  }
  .feature-strip:has(.feature-card details[open]) .feature-card:has(details[open]){
    opacity:1;
    filter:none;
    transform:translateY(-1px);
  }
}

/* --- Blur-up media loading, progressive and layout-safe. --- */
img[data-dd-blur]{
  filter:blur(8px);
  transform:scale(1.015);
  opacity:.82;
  transition:
    filter .42s cubic-bezier(.2,.8,.2,1),
    transform .42s cubic-bezier(.2,.8,.2,1),
    opacity .32s ease!important;
}
img[data-dd-blur].is-loaded{
  filter:blur(0);
  transform:scale(1);
  opacity:1;
}

/* The hero background itself is not an <img>; preserve its geometry and simply
   refine perceived loading via a short initial fade. */
.background{
  animation:dd55-bg-in .44s cubic-bezier(.2,.8,.2,1) both;
}
@keyframes dd55-bg-in{
  from{opacity:.86}
  to{opacity:1}
}

/* --- Final token harmonisation for quiet UI chrome. --- */
.deal-status span,
.demo-live,
.pricing-v30-card__eyebrow,
.pricing-kicker,
.proof-metric span::before{
  text-rendering:geometricPrecision;
}

.feature-card__arrow,
.demo-live,
.deal-status span{
  box-shadow:inset 0 1px 0 rgba(255,255,255,.86);
}

/* Preserve mobile tactility and avoid hover-state artifacts. */
@media(max-width:900px){
  .feature-strip:has(.feature-card details[open]) .feature-card{
    opacity:1!important;
    transform:none!important;
  }
}

/* Reduced motion: eliminate all new transitions/entry animation. */
@media(prefers-reduced-motion:reduce){
  .background{animation:none!important}
  img[data-dd-blur]{transition:none!important;filter:none!important;transform:none!important;opacity:1!important}
}


/* ============================================================
   V56 — PILLAR TITLE ALIGNMENT
   Scope: four-pillar title baseline only.
   ============================================================ */

/* Desktop: each tab now uses the same top anchor. Longer subtitles no longer
   pull their title upward relative to neighbouring pillars. */
@media (min-width:769px){
  .feature-desktop-tab{
    align-items:start!important;
  }
  .feature-desktop-tab__icon-wrap{
    margin-top:0!important;
  }
  .feature-desktop-tab__text{
    padding-top:1px!important;
    align-self:start!important;
  }
  .feature-desktop-tab__text strong{
    display:block!important;
    min-height:23px!important;
    line-height:1.12!important;
  }
  .feature-desktop-tab__text>span:not(.feature-desktop-tab__learn){
    display:block!important;
    min-height:38px!important;
  }
  .feature-desktop-tab__learn{
    margin-top:13px!important;
  }
}

/* Mobile: lock the title to the same top rhythm relative to its icon/copy
   column, without changing card dimensions or accordion behaviour. */
@media (max-width:768px){
  .feature-card__copy{
    align-self:start!important;
    justify-content:flex-start!important;
    padding-top:1px!important;
  }
  .feature-card h3{
    line-height:1.08!important;
  }
}


/* V57 — workflow benefit copy legibility only */
.workflow-scene-copy small{font-size:12px!important;line-height:1.5!important;color:#66738d!important;font-weight:500!important}
@media(max-width:768px){.workflow-scene-copy small{font-size:11px!important;line-height:1.5!important}}


/* ============================================================
   V59 — APP DASHBOARD BACKGROUND / REFINED
   Reference target: Deal Drive application dashboard.
   Scope is deliberately limited to the landing-page canvas:
   cool off-white base + visible fine grid + broad blue/lavender
   illumination. Existing cards, typography, spacing and hero
   photography remain untouched.
   ============================================================ */
:root{
  --app-bg-base:#f5f7fc;
  --app-grid:rgba(75,91,142,.070);
  --app-violet:rgba(118,91,255,.105);
  --app-blue:rgba(77,137,255,.095);
  --app-soft-violet:rgba(158,137,255,.065);
}

html,
body{
  background:#f5f7fc!important;
}

.viewport{
  position:relative;
  isolation:isolate;
  background:
    radial-gradient(ellipse 44% 34% at 31% 25%,var(--app-violet) 0%,rgba(118,91,255,.052) 43%,transparent 74%),
    radial-gradient(ellipse 46% 36% at 75% 30%,var(--app-blue) 0%,rgba(77,137,255,.045) 44%,transparent 76%),
    radial-gradient(ellipse 52% 38% at 52% 67%,var(--app-soft-violet) 0%,transparent 72%),
    linear-gradient(180deg,#fafbff 0%,#f6f8fd 42%,#f4f7fc 100%)!important;
}

/* The dashboard grid is structural, not decorative: visible enough to read,
   but kept behind every interface surface. */
.viewport::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background-image:
    linear-gradient(to right,var(--app-grid) 1px,transparent 1px),
    linear-gradient(to bottom,var(--app-grid) 1px,transparent 1px);
  background-size:154px 154px;
  background-position:center top;
  opacity:.78;
  -webkit-mask-image:linear-gradient(to bottom,black 0%,black 76%,rgba(0,0,0,.45) 91%,transparent 100%);
  mask-image:linear-gradient(to bottom,black 0%,black 76%,rgba(0,0,0,.45) 91%,transparent 100%);
}

/* Keep the original photographic hero exactly as designed. The app-like
   canvas becomes visible through its existing lower fade only. */
.canvas{
  position:relative;
  z-index:0;
  background:transparent!important;
}

/* Existing proof bridge should sit directly on the dashboard canvas. */
.proof{
  background:transparent!important;
}

/* Pricing: remove the previous independent decorative wash/grid so that the
   same app canvas continues beneath the cards, like the dashboard reference. */
.pricing-section{
  background:rgba(248,250,255,.34)!important;
  position:relative;
}
.pricing-section::before{
  background-image:
    linear-gradient(to right,rgba(75,91,142,.050) 1px,transparent 1px),
    linear-gradient(to bottom,rgba(75,91,142,.050) 1px,transparent 1px)!important;
  background-size:154px 154px!important;
  background-position:center top!important;
  opacity:.68!important;
  -webkit-mask-image:linear-gradient(to bottom,black,rgba(0,0,0,.68) 72%,transparent);
  mask-image:linear-gradient(to bottom,black,rgba(0,0,0,.68) 72%,transparent);
}

/* Broad illumination behind pricing, matching the app's soft blue/violet
   atmospheric distribution rather than a centered purple spotlight. */
.pricing-section::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    radial-gradient(ellipse 38% 42% at 27% 25%,rgba(122,95,255,.085),transparent 72%),
    radial-gradient(ellipse 42% 42% at 76% 28%,rgba(74,135,255,.075),transparent 74%);
}

@media(max-width:900px){
  .viewport::before,
  .pricing-section::before{
    background-size:108px 108px!important;
  }
  .viewport::before{opacity:.68}
}
@media(max-width:480px){
  .viewport::before,
  .pricing-section::before{
    background-size:88px 88px!important;
  }
  .viewport::before{opacity:.60}
}


/* ============================================================
   V60 — DASHBOARD BACKGROUND / APP MATCH
   Refined from the actual Deal Drive deal-page reference.
   Key traits:
   - almost-white cool base
   - ultra-fine low-contrast grid
   - asymmetric lavender field from left/center
   - restrained cool-blue haze from right
   - soft vertical light bands / depth
   - no decorative "spotlight" effect
   ============================================================ */

:root{
  --dd60-base:#f8f9fd;
  --dd60-grid:rgba(73,87,133,.052);
  --dd60-grid-soft:rgba(73,87,133,.028);
}

/* The app reference is much closer to white than the prior v59 canvas. */
html,
body{
  background:var(--dd60-base)!important;
}

.viewport{
  position:relative;
  isolation:isolate;
  background:
    /* broad lavender atmosphere: starts left, dissipates through center */
    radial-gradient(ellipse 58% 46% at 22% 37%,
      rgba(119,92,255,.105) 0%,
      rgba(119,92,255,.062) 31%,
      rgba(119,92,255,.025) 57%,
      transparent 78%),
    /* secondary violet bridge through the central working area */
    radial-gradient(ellipse 46% 42% at 51% 45%,
      rgba(143,121,255,.060) 0%,
      rgba(143,121,255,.026) 48%,
      transparent 76%),
    /* subtle cool-blue illumination on the right */
    radial-gradient(ellipse 48% 46% at 82% 37%,
      rgba(88,145,255,.070) 0%,
      rgba(88,145,255,.032) 43%,
      transparent 76%),
    /* very soft bottom lavender persistence */
    radial-gradient(ellipse 62% 28% at 45% 78%,
      rgba(130,105,255,.035) 0%,
      transparent 72%),
    linear-gradient(180deg,#fbfcff 0%,#f8f9fd 48%,#f7f9fd 100%)!important;
}

/* Fine app grid. The reference uses hairlines, not a strong graph-paper grid. */
.viewport::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  pointer-events:none;
  background-image:
    linear-gradient(to right,var(--dd60-grid) 1px,transparent 1px),
    linear-gradient(to bottom,var(--dd60-grid) 1px,transparent 1px);
  background-size:154px 154px;
  background-position:center top;
  opacity:.62;
  -webkit-mask-image:
    linear-gradient(to bottom,
      rgba(0,0,0,.90) 0%,
      rgba(0,0,0,.82) 64%,
      rgba(0,0,0,.42) 86%,
      transparent 100%);
  mask-image:
    linear-gradient(to bottom,
      rgba(0,0,0,.90) 0%,
      rgba(0,0,0,.82) 64%,
      rgba(0,0,0,.42) 86%,
      transparent 100%);
}

/* Large translucent vertical zones reproduce the app's barely perceptible
   panel-depth behind the grid without looking like extra sections. */
.viewport::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    linear-gradient(90deg,
      transparent 0%,
      rgba(255,255,255,.16) 16%,
      transparent 16.15%,
      transparent 39.8%,
      rgba(255,255,255,.12) 40%,
      transparent 40.15%,
      transparent 68.8%,
      rgba(255,255,255,.13) 69%,
      transparent 69.15%,
      transparent 100%);
  opacity:.72;
}

/* Do not alter the photographic hero composition. */
.canvas{
  position:relative;
  z-index:0;
  background:transparent!important;
}

.proof{
  background:transparent!important;
}

/* Pricing is part of the same canvas in the app language.
   Keep only a translucent white veil so cards retain separation. */
.pricing-section{
  position:relative;
  background:rgba(250,251,255,.42)!important;
}

/* Match the global hairline grid instead of creating a second visual system. */
.pricing-section::before{
  background-image:
    linear-gradient(to right,var(--dd60-grid-soft) 1px,transparent 1px),
    linear-gradient(to bottom,var(--dd60-grid-soft) 1px,transparent 1px)!important;
  background-size:154px 154px!important;
  background-position:center top!important;
  opacity:.62!important;
  -webkit-mask-image:linear-gradient(to bottom,black 0%,rgba(0,0,0,.72) 68%,transparent 100%);
  mask-image:linear-gradient(to bottom,black 0%,rgba(0,0,0,.72) 68%,transparent 100%);
}

/* Remove the v59 "two spotlights" feeling. This is intentionally broad,
   asymmetric and extremely low contrast, like the app screenshots. */
.pricing-section::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    radial-gradient(ellipse 62% 54% at 23% 28%,rgba(119,92,255,.055),transparent 75%),
    radial-gradient(ellipse 56% 52% at 82% 32%,rgba(82,143,255,.045),transparent 77%);
}

/* Responsive keeps the same visual identity; only grid scale is adapted. */
@media(max-width:900px){
  .viewport::before,
  .pricing-section::before{
    background-size:108px 108px!important;
  }
  .viewport::before{opacity:.56}
  .viewport::after{opacity:.58}
}
@media(max-width:480px){
  .viewport::before,
  .pricing-section::before{
    background-size:88px 88px!important;
  }
  .viewport::before{opacity:.50}
  .viewport::after{opacity:.48}
}

/* ============================================================
   V80 — Navigation stability + complete Impact section
   Scope: deterministic top navigation and enough document room
   for the full approved Impact section to be reached naturally.
   ============================================================ */
@media (min-width: 1025px) {
  .canvas {
    min-height: 1640px !important;
    height: 1640px !important;
    overflow: hidden !important;
  }

  /* Preserve the approved Hero/Impact geometry while ensuring the
     proof strip, CTA and breathing room all belong to the normal scroll. */
  .proof.impact-v69 {
    top: 790px !important;
  }
}

/* Native anchors are a fallback only; JS applies the exact fixed-header offset. */
#how-it-works,
#why-deal-drive,
#pricing,
#produit,
#impact,
#tarifs {
  scroll-margin-top: 100px;
}


/* V88 — campaign hero assets + section flow lock */
@media (min-width: 769px){
  .campaign-slide__copy,.campaign-hero__cta,.campaign-hero__nav{left:3.4vw!important;}
}
@media (min-width: 1025px){
  .canvas{height:calc(1640px + 100vh)!important;min-height:calc(1640px + 100vh)!important;overflow:hidden!important;}
  .background,.atmosphere{top:100vh!important;height:100vh!important;bottom:auto!important;}
  .hero-copy{top:calc(15.8vh + 100vh)!important;}
  .product-stage{top:calc(7.2vh + 100vh)!important;}
  .proof.impact-v69{top:calc(790px + 100vh)!important;}
}

/* ============================================================
   V89 — campaign hero integration fixes
   1) Header remains fully legible on the dark campaign hero.
   2) Campaign copy shares the CTA's exact left axis.
   3) Legacy product hero gets a complete, isolated 100vh stage
      before the Four ways section begins.
   ============================================================ */
@media (min-width:769px){
  /* Initial header: same premium readable glass treatment as scrolled state. */
  #site-header.header{
    background:rgba(255,255,255,.88)!important;
    border-color:rgba(226,231,242,.86)!important;
    backdrop-filter:blur(20px) saturate(1.18)!important;
    -webkit-backdrop-filter:blur(20px) saturate(1.18)!important;
    box-shadow:0 18px 46px rgba(24,37,76,.11),0 3px 10px rgba(24,37,76,.045),inset 0 1px 0 rgba(255,255,255,.92)!important;
  }

  /* One strict left alignment axis for every campaign text element + CTA/nav. */
  .campaign-slide__copy,
  .campaign-hero__cta,
  .campaign-hero__nav{
    left:3.4vw!important;
  }

  /* Campaign = first viewport. Legacy product hero = complete second viewport. */
  .background,
  .atmosphere{
    top:100vh!important;
    bottom:auto!important;
    height:100vh!important;
  }
  .hero-copy{top:calc(100vh + 15.8vh)!important;}
  .product-stage{top:calc(100vh + 7.2vh)!important;}

  /* Do not let Four ways enter/overlap the legacy hero. */
  .proof.impact-v69{top:calc(200vh + 56px)!important;}
  .canvas{
    height:calc(200vh + 900px)!important;
    min-height:calc(200vh + 900px)!important;
  }
}

@media (max-width:1280px) and (min-width:1025px){
  .proof.impact-v69{top:calc(200vh + 56px)!important;}
  .canvas{height:calc(200vh + 940px)!important;min-height:calc(200vh + 940px)!important;}
}

@media (max-width:1024px) and (min-width:769px){
  .proof.impact-v69{top:calc(200vh + 70px)!important;}
  .canvas{height:calc(200vh + 1580px)!important;min-height:calc(200vh + 1580px)!important;}
}

/* ============================================================
   V90 — locked V89 refinement
   - premium translucent header
   - strict campaign copy/CTA axis
   - complete legacy hero lifestyle background
   ============================================================ */
@media (min-width:769px){
  :root{--campaign-left-axis:3.4vw;}
  #site-header.header{
    background:rgba(255,255,255,.66)!important;
    border-color:rgba(255,255,255,.58)!important;
    backdrop-filter:blur(22px) saturate(1.22)!important;
    -webkit-backdrop-filter:blur(22px) saturate(1.22)!important;
    box-shadow:0 14px 38px rgba(10,18,42,.12),inset 0 1px 0 rgba(255,255,255,.72)!important;
  }
  .campaign-slide__copy,.campaign-hero__cta,.campaign-hero__nav{left:var(--campaign-left-axis)!important;}

  /* Second viewport: one continuous image across the complete legacy hero. */
  .background{
    top:100vh!important;bottom:auto!important;height:100vh!important;
    background-image:url("assets/hero-lifestyle-v78.webp")!important;
    background-size:cover!important;
    background-position:center center!important;
    background-repeat:no-repeat!important;
    opacity:1!important;
  }
  .atmosphere{
    top:100vh!important;bottom:auto!important;height:100vh!important;
    background:linear-gradient(90deg,rgba(255,255,255,.94) 0%,rgba(255,255,255,.88) 17%,rgba(255,255,255,.68) 29%,rgba(255,255,255,.28) 43%,rgba(255,255,255,.04) 60%,rgba(255,255,255,0) 100%)!important;
  }
}
@media (max-width:768px){
  .background{background-image:url("assets/hero-mobile-seller.webp")!important;background-size:cover!important;background-position:center center!important;}
}

/* ============================================================
   V91 — legacy hero image visibility calibration
   - exact supplied desktop/mobile photography
   - preserve readable white field without washing out photography
   - move the page-surface fade to the END of the legacy hero
   ============================================================ */
@media (min-width:769px){
  /* The legacy hero occupies the complete second viewport. */
  .background{
    top:100vh!important;
    height:100vh!important;
    background-image:url("assets/hero-lifestyle-v78.webp")!important;
    background-size:cover!important;
    background-position:center center!important;
    background-repeat:no-repeat!important;
    opacity:1!important;
  }

  /* Readability veil: intentionally white on the copy side, but short and controlled.
     The photography remains visible beneath it and becomes fully unobstructed before center. */
  .atmosphere{
    top:100vh!important;
    height:100vh!important;
    background:
      linear-gradient(90deg,
        rgba(255,255,255,.82) 0%,
        rgba(255,255,255,.78) 10%,
        rgba(255,255,255,.66) 18%,
        rgba(255,255,255,.48) 27%,
        rgba(255,255,255,.25) 36%,
        rgba(255,255,255,.08) 46%,
        rgba(255,255,255,0) 57%,
        rgba(255,255,255,0) 100%)!important;
  }

  /* Previous rule started fading at 900px, which bleached the beginning of viewport two.
     Fade only as the old hero exits into the next light section. */
  .canvas::after{
    top:calc(200vh - 150px)!important;
    height:210px!important;
    background:linear-gradient(180deg,
      rgba(247,248,252,0) 0%,
      rgba(247,248,252,.20) 36%,
      rgba(247,248,252,.76) 72%,
      #f7f8fc 100%)!important;
  }
}

@media (max-width:768px){
  .background{
    background-image:url("assets/hero-mobile-seller.webp")!important;
    background-size:cover!important;
    background-position:center center!important;
    opacity:1!important;
  }
  .atmosphere{
    background:
      linear-gradient(180deg,
        rgba(255,255,255,.05) 0%,
        rgba(255,255,255,.08) 30%,
        rgba(255,255,255,.14) 58%,
        rgba(247,248,252,.86) 94%,
        #f7f8fc 100%)!important;
  }
}

/* ============================================================
   V92 — premium glass header + product-nav destination
   - 30% translucent glass for a lighter premium feel
   - How it works / Produit points to the legacy product hero
   ============================================================ */
@media (min-width:769px){
  #site-header.header{
    background:rgba(255,255,255,.30)!important;
    border-color:rgba(255,255,255,.46)!important;
    backdrop-filter:blur(28px) saturate(1.28)!important;
    -webkit-backdrop-filter:blur(28px) saturate(1.28)!important;
    box-shadow:0 12px 34px rgba(8,16,36,.10),inset 0 1px 0 rgba(255,255,255,.62)!important;
  }
}

/* ============================================================
   V93 — MOBILE-ONLY PREMIUM HEADER + SECTION FLOW FIX
   Strict scope: <=768px. Desktop/tablet >=769px untouched.
   ============================================================ */
@media (max-width:768px){
  /* Premium compact glass header: one integrated bar, no detached language pill. */
  #site-header.header{
    position:fixed!important;
    z-index:100!important;
    top:10px!important;
    left:10px!important;
    right:10px!important;
    width:auto!important;
    height:58px!important;
    min-height:58px!important;
    padding:7px 9px 7px 11px!important;
    margin:0!important;
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    gap:8px!important;
    border:1px solid rgba(255,255,255,.62)!important;
    border-radius:17px!important;
    background:rgba(255,255,255,.64)!important;
    -webkit-backdrop-filter:blur(22px) saturate(1.2)!important;
    backdrop-filter:blur(22px) saturate(1.2)!important;
    box-shadow:0 10px 30px rgba(10,18,42,.12),inset 0 1px 0 rgba(255,255,255,.82)!important;
  }
  #site-header.header.is-scrolled{
    top:8px!important;
    background:rgba(255,255,255,.76)!important;
  }
  #site-header .brand{
    flex:0 0 128px!important;
    width:128px!important;
    height:36px!important;
    min-width:0!important;
  }
  #site-header .brand img{
    width:128px!important;
    max-width:128px!important;
    height:36px!important;
    object-fit:contain!important;
    object-position:left center!important;
  }
  #site-header .nav{display:none!important;}
  #site-header .header-actions{
    flex:0 0 auto!important;
    margin-left:auto!important;
    display:flex!important;
    align-items:center!important;
    gap:0!important;
  }
  #site-header .header-trial-badge,
  #site-header .login{display:none!important;}
  #site-header .cta.cta-small{
    flex:0 0 auto!important;
    width:auto!important;
    min-width:108px!important;
    height:42px!important;
    padding:0 13px!important;
    border-radius:13px!important;
    font-size:13px!important;
    line-height:1!important;
    gap:12px!important;
    white-space:nowrap!important;
    box-shadow:0 8px 18px rgba(83,43,236,.20)!important;
  }
  #site-header .lang-mobile{
    position:static!important;
    transform:none!important;
    order:2!important;
    display:inline-flex!important;
    align-items:center!important;
    gap:3px!important;
    min-height:0!important;
    margin:0 2px 0 auto!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    -webkit-backdrop-filter:none!important;
    backdrop-filter:none!important;
  }
  #site-header .lang-mobile a{
    font-size:8.5px!important;
    letter-spacing:.055em!important;
    padding:4px 1px!important;
  }
  #site-header .lang-mobile>span{font-size:7px!important;}

  /* Campaign still begins at the top; fixed header overlays it cleanly. */
  .campaign-hero{margin-top:0!important;}

  /* Legacy product hero must occupy its own full mobile block before Four ways. */
  .canvas{
    height:auto!important;
    min-height:0!important;
    overflow:visible!important;
  }
  .proof.impact-v69{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
    clear:both!important;
    margin:900px 16px 42px!important;
  }
  .impact-v69-grid{
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    grid-auto-flow:row!important;
    gap:16px!important;
  }
  .impact-v69-card{
    position:relative!important;
    width:100%!important;
    min-width:0!important;
    height:auto!important;
    min-height:0!important;
    transform:none!important;
  }

  /* Pricing must start only after the complete How-it-works / Four ways block. */
  .pricing-section{
    position:relative!important;
    clear:both!important;
    margin-top:0!important;
    padding-top:72px!important;
  }
}

@media (max-width:390px){
  #site-header.header{left:8px!important;right:8px!important;padding-left:9px!important;padding-right:8px!important;gap:6px!important;}
  #site-header .brand{flex-basis:116px!important;width:116px!important;}
  #site-header .brand img{width:116px!important;max-width:116px!important;}
  #site-header .cta.cta-small{min-width:104px!important;padding:0 11px!important;font-size:12.5px!important;}
  #site-header .lang-mobile a{font-size:8px!important;}
}


/* ============================================================
   V94 — MOBILE RHYTHM + FREE-TRIAL MESSAGE
   - remove artificial pre-pricing whitespace introduced in V93
   - preserve clean vertical sequence: legacy hero → Four ways → Pricing
   - no desktop changes
   ============================================================ */
@media (max-width:768px){
  /* V93 used a fixed 900px spacer to protect section order; on real mobile
     this creates a large empty band. Let the content stay in normal flow. */
  .proof.impact-v69{
    margin:34px 16px 34px!important;
  }
  .pricing-section{
    margin-top:0!important;
    padding-top:48px!important;
  }
  .impact-v69-cta{
    margin-bottom:0!important;
  }
}


/* V95 FR campaign typography — preserve the EN art direction with longer French copy. */
html[lang="fr"] .campaign-slide__copy h1{font-size:clamp(58px,5.35vw,92px);line-height:.91;letter-spacing:-.035em;}
html[lang="fr"] .campaign-slide__copy p{max-width:590px;}
html[lang="fr"] .agent-panel__head h2{font-size:20px;letter-spacing:-.02em;}
html[lang="fr"] .agent-event b{line-height:1.15;}
@media(max-width:768px){
  html[lang="fr"] .campaign-slide__copy h1{font-size:clamp(40px,12.1vw,54px);line-height:.92;}
  html[lang="fr"] .campaign-slide__copy p{font-size:16px;line-height:1.35;max-width:330px;}
  html[lang="fr"] .campaign-cta{font-size:14px;letter-spacing:-.01em;padding-left:14px;padding-right:14px;}
}


/* V97 — header wordmark micro-fix only: clean native type, no raster halo. */
#site-header .brand{display:flex!important;align-items:center!important;gap:11px!important;text-decoration:none!important;}
#site-header .brand .brand-mark{width:44px!important;max-width:44px!important;height:36px!important;object-fit:contain!important;object-position:left center!important;flex:0 0 44px!important;}
#site-header .brand .brand-wordmark{display:block!important;color:#080b12!important;font-family:Arial,Helvetica,sans-serif!important;font-size:19px!important;font-weight:800!important;line-height:1!important;letter-spacing:5px!important;white-space:nowrap!important;text-shadow:none!important;-webkit-text-stroke:0!important;}
@media (max-width:768px){
  #site-header .brand{flex-basis:128px!important;width:128px!important;gap:7px!important;}
  #site-header .brand .brand-mark{width:31px!important;max-width:31px!important;height:28px!important;flex-basis:31px!important;}
  #site-header .brand .brand-wordmark{font-size:11px!important;letter-spacing:2.3px!important;font-weight:800!important;}
}

/* ============================================================
   V97.1 — MOBILE LEGACY HERO BACKGROUND PLACEMENT FIX
   Strict scope: <=768px only. EN + FR share this stylesheet.
   Places the dedicated mobile seller image behind the legacy
   "The meeting ends / Le rendez-vous se termine" hero, not
   behind the campaign hero above it.
   ============================================================ */
@media (max-width:768px){
  .background{
    top:max(82svh, 690px)!important;
    bottom:auto!important;
    height:760px!important;
    background-image:url("assets/hero-mobile-seller.webp")!important;
    background-size:cover!important;
    background-position:center top!important;
    background-repeat:no-repeat!important;
    opacity:1!important;
  }
  .atmosphere{
    top:max(82svh, 690px)!important;
    bottom:auto!important;
    height:760px!important;
    background:linear-gradient(180deg,
      rgba(255,255,255,.08) 0%,
      rgba(255,255,255,.14) 42%,
      rgba(247,248,252,.46) 76%,
      #f7f8fc 100%)!important;
  }
}

/* ============================================================
   V97.3 — MOBILE LEGACY HERO PHOTO: TARGET VISIBILITY MATCH
   Strict scope: <=768px, EN + FR. No desktop or content changes.
   Keep the supplied hero-mobile-seller photograph clearly visible
   through the complete legacy hero and into its product-story lead-in.
   ============================================================ */
@media (max-width:768px){
  .background{
    top:max(82svh,690px)!important;
    height:980px!important;
    background-image:url("assets/hero-mobile-seller.webp")!important;
    background-size:cover!important;
    background-position:50% top!important;
    background-repeat:no-repeat!important;
    opacity:1!important;
  }
  .atmosphere{
    top:max(82svh,690px)!important;
    height:980px!important;
    background:linear-gradient(180deg,
      rgba(255,255,255,.02) 0%,
      rgba(255,255,255,.04) 28%,
      rgba(255,255,255,.08) 55%,
      rgba(247,248,252,.20) 78%,
      rgba(247,248,252,.46) 100%)!important;
  }
  .canvas::after{
    top:calc(max(82svh,690px) + 900px)!important;
    height:180px!important;
    background:linear-gradient(180deg,
      rgba(247,248,252,0) 0%,
      rgba(247,248,252,.18) 40%,
      #f7f8fc 100%)!important;
  }
}

/* ============================================================
   V97.4 — MOBILE LEGACY HERO PHOTO: PREMIUM VEIL CALIBRATION
   Strict scope: <=768px only, shared by EN + FR.
   Visibility target: retain the dedicated mobile lifestyle photo,
   keep the seller legible around the CTA, then progressively blend
   the photograph into the light product-story surface below.
   No desktop/content/layout changes.
   ============================================================ */
@media (max-width:768px){
  .background{
    top:max(82svh,690px)!important;
    height:980px!important;
    background-image:url("assets/hero-mobile-seller.webp")!important;
    background-size:cover!important;
    background-position:50% top!important;
    background-repeat:no-repeat!important;
    opacity:1!important;
  }

  .atmosphere{
    top:max(82svh,690px)!important;
    height:980px!important;
    background:
      linear-gradient(180deg,
        rgba(255,255,255,.10) 0%,
        rgba(255,255,255,.14) 24%,
        rgba(255,255,255,.24) 46%,
        rgba(247,248,252,.42) 64%,
        rgba(247,248,252,.64) 79%,
        rgba(247,248,252,.84) 92%,
        #f7f8fc 100%),
      linear-gradient(90deg,
        rgba(255,255,255,.10) 0%,
        rgba(255,255,255,.045) 38%,
        rgba(255,255,255,0) 72%)!important;
  }

  .canvas::after{
    top:calc(max(82svh,690px) + 820px)!important;
    height:240px!important;
    pointer-events:none!important;
    background:linear-gradient(180deg,
      rgba(247,248,252,0) 0%,
      rgba(247,248,252,.18) 22%,
      rgba(247,248,252,.58) 60%,
      #f7f8fc 100%)!important;
  }
}

/* ============================================================
   V97.5 — MOBILE LEGACY HERO: FINAL COMPOSITION CALIBRATION
   Strict scope: <=768px only, EN + FR.
   1) Reframe supplied mobile photo so the seller's face clears CTA.
   2) Preserve photo in hero, strengthen white veil only over product-story copy/tabs.
   No content, component, desktop, spacing, typography or CTA changes.
   ============================================================ */
@media (max-width:768px){
  .background{
    background-size:auto 112%!important;
    background-position:50% top!important;
  }

  .atmosphere{
    background:linear-gradient(180deg,
      rgba(255,255,255,.10) 0%,
      rgba(255,255,255,.13) 34%,
      rgba(255,255,255,.20) 48%,
      rgba(247,248,252,.54) 57%,
      rgba(247,248,252,.76) 66%,
      rgba(247,248,252,.88) 76%,
      rgba(247,248,252,.94) 88%,
      #f7f8fc 100%)!important;
  }

  .canvas::after{
    top:calc(max(82svh,690px) + 600px)!important;
    height:460px!important;
    background:linear-gradient(180deg,
      rgba(247,248,252,0) 0%,
      rgba(247,248,252,.20) 18%,
      rgba(247,248,252,.54) 40%,
      rgba(247,248,252,.78) 62%,
      rgba(247,248,252,.92) 82%,
      #f7f8fc 100%)!important;
  }
}

/* ============================================================
   V98 — SITE / APP HEADER HARMONIZATION
   Strict scope: header visual system only, EN + FR.
   Objective: bring the marketing header into the same visual family
   as app.dealdrive.ai while preserving the floating marketing behavior,
   navigation, language controls and conversion CTA.
   ============================================================ */
#site-header.header{
  top:12px!important;
  left:22px!important;
  right:22px!important;
  height:58px!important;
  min-height:58px!important;
  padding:0 14px!important;
  border:1px solid rgba(219,225,237,.86)!important;
  border-radius:15px!important;
  background:rgba(249,251,255,.84)!important;
  -webkit-backdrop-filter:blur(18px) saturate(1.08)!important;
  backdrop-filter:blur(18px) saturate(1.08)!important;
  box-shadow:0 7px 24px rgba(18,31,63,.075),inset 0 1px 0 rgba(255,255,255,.94)!important;
}
#site-header.header.is-scrolled{
  top:8px!important;
  background:rgba(249,251,255,.93)!important;
  border-color:rgba(214,221,234,.94)!important;
  -webkit-backdrop-filter:blur(22px) saturate(1.10)!important;
  backdrop-filter:blur(22px) saturate(1.10)!important;
  box-shadow:0 9px 28px rgba(18,31,63,.095),0 1px 2px rgba(18,31,63,.035),inset 0 1px 0 #fff!important;
}
#site-header .brand{
  width:238px!important;
  height:42px!important;
  gap:10px!important;
}
#site-header .brand .brand-mark{
  width:38px!important;
  max-width:38px!important;
  height:32px!important;
  flex-basis:38px!important;
}
#site-header .brand .brand-wordmark{
  font-size:16px!important;
  letter-spacing:4.3px!important;
  font-weight:800!important;
  color:#0a1020!important;
}
#site-header .nav{
  gap:46px!important;
}
#site-header .nav-link{
  padding-top:19px!important;
  padding-bottom:17px!important;
  font-size:14px!important;
  font-weight:520!important;
  color:#111a31!important;
}
#site-header .nav-link:hover,
#site-header .nav-link.is-active{
  color:#4f2cff!important;
}
#site-header .nav-link::after{
  bottom:8px!important;
  height:2px!important;
}
#site-header .header-actions{
  gap:16px!important;
}
#site-header .header-trial-badge{
  min-height:32px!important;
  padding:0 12px!important;
  background:rgba(255,255,255,.64)!important;
  border-color:rgba(91,44,255,.18)!important;
  box-shadow:none!important;
  font-size:11.5px!important;
}
#site-header .login{
  font-size:14px!important;
  font-weight:520!important;
  color:#121a31!important;
}
#site-header .cta.cta-small{
  height:44px!important;
  min-width:142px!important;
  padding:0 18px!important;
  border-radius:11px!important;
  font-size:14px!important;
  gap:12px!important;
  background:linear-gradient(112deg,#2474ee 0%,#5b55f5 50%,#8f2ff0 100%)!important;
  box-shadow:0 6px 16px rgba(73,55,225,.19),inset 0 1px 0 rgba(255,255,255,.25)!important;
}
#site-header .lang-nav-separator{
  opacity:.48!important;
}
#site-header .lang-nav a{
  font-size:11px!important;
  font-weight:700!important;
  letter-spacing:.035em!important;
}

@media (max-width:768px){
  #site-header.header{
    top:10px!important;
    left:10px!important;
    right:10px!important;
    height:54px!important;
    min-height:54px!important;
    padding:6px 8px 6px 10px!important;
    gap:7px!important;
    border-radius:15px!important;
    background:rgba(249,251,255,.90)!important;
    border-color:rgba(218,224,236,.92)!important;
    -webkit-backdrop-filter:blur(18px) saturate(1.06)!important;
    backdrop-filter:blur(18px) saturate(1.06)!important;
    box-shadow:0 6px 20px rgba(18,31,63,.09),inset 0 1px 0 #fff!important;
  }
  #site-header.header.is-scrolled{
    top:8px!important;
    background:rgba(249,251,255,.96)!important;
  }
  #site-header .brand{
    flex:0 0 124px!important;
    width:124px!important;
    height:34px!important;
    gap:7px!important;
  }
  #site-header .brand .brand-mark{
    width:29px!important;
    max-width:29px!important;
    height:27px!important;
    flex-basis:29px!important;
  }
  #site-header .brand .brand-wordmark{
    font-size:10.5px!important;
    letter-spacing:2.15px!important;
  }
  #site-header .cta.cta-small{
    min-width:106px!important;
    height:40px!important;
    padding:0 12px!important;
    border-radius:11px!important;
    font-size:12.5px!important;
    box-shadow:0 5px 13px rgba(73,55,225,.18)!important;
  }
  #site-header .lang-mobile{
    margin-left:auto!important;
    margin-right:1px!important;
  }
  #site-header .lang-mobile a{
    font-size:8px!important;
  }
  html[lang="fr"] #site-header .cta.cta-small{
    min-width:108px!important;
    height:40px!important;
    padding:0 10px!important;
  }
  html[lang="fr"] #site-header .cta.cta-small .cta-label-fr{
    font-size:10.5px!important;
    line-height:1.02!important;
  }
}

@media (max-width:390px){
  #site-header.header{left:8px!important;right:8px!important;padding-left:9px!important;padding-right:7px!important;gap:5px!important;}
  #site-header .brand{flex-basis:116px!important;width:116px!important;gap:6px!important;}
  #site-header .brand .brand-mark{width:27px!important;max-width:27px!important;height:25px!important;flex-basis:27px!important;}
  #site-header .brand .brand-wordmark{font-size:9.8px!important;letter-spacing:1.9px!important;}
  #site-header .cta.cta-small{min-width:102px!important;padding:0 10px!important;font-size:12px!important;}
}


/* ============================================================
   V99.2 — MOBILE EARLY ACCESS RHYTHM FIX
   Strict scope: <=768px. Remove residual pricing-era vertical
   height/padding so Early Access sits tightly between sections.
   Desktop untouched.
   ============================================================ */
@media (max-width:768px){
  .proof.impact-v69{
    margin-bottom:14px!important;
  }
  .pricing-section.early-access-section{
    height:auto!important;
    min-height:0!important;
    margin:0!important;
    padding:16px 18px 18px!important;
  }
  .early-access-section + .closeflow{
    margin-top:10px!important;
  }
}


/* ============================================================
   V99.3 — MOBILE PREMIUM SECTION RHYTHM + HEADER STACKING
   Strict scope: <=768px only, EN + FR.
   - remove residual legacy canvas height that creates dead space
   - establish compact premium rhythm around Early Access
   - keep the fixed header permanently above all page sections
   Desktop untouched.
   ============================================================ */
@media (max-width:768px){
  #site-header.header{
    z-index:10000!important;
    isolation:isolate!important;
  }

  .viewport{
    height:auto!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
  }

  .canvas{
    height:auto!important;
    min-height:0!important;
    margin:0!important;
    padding-bottom:0!important;
  }

  .proof.impact-v69{
    margin:26px 16px 18px!important;
  }

  .impact-v69-cta{
    margin-bottom:0!important;
  }

  .pricing-section.early-access-section{
    display:block!important;
    height:auto!important;
    min-height:0!important;
    margin:0!important;
    padding:22px 14px 24px!important;
  }

  .early-access-shell{
    margin:0 auto!important;
  }

  .pricing-section.early-access-section + .closeflow{
    margin-top:18px!important;
  }
}

/* ============================================================
   V99.4 — MOBILE SECTION OCCLUSION FOR FLOATING HEADER
   Strict scope: <=768px only, EN + FR.
   Premium scroll-under behavior: large content surfaces physically
   pass in front of the floating header and fully occlude it.
   No geometry, spacing, typography or desktop changes.
   ============================================================ */
@media (max-width:768px){
  #site-header.header{
    z-index:10000!important;
  }

  .pricing-section.early-access-section,
  .closeflow{
    position:relative!important;
    z-index:10020!important;
    isolation:isolate!important;
  }

  .pricing-section.early-access-section{
    background:
      radial-gradient(circle at 50% 0%,rgba(105,61,246,.12),transparent 42%),
      linear-gradient(180deg,#f8f8fd 0%,#ffffff 100%)!important;
  }

  .closeflow{
    background:linear-gradient(180deg,#fff 0%,#fbfaff 100%)!important;
  }
}

/* ============================================================
   V100 — APPROVED MOBILE PRECISION REFINEMENTS
   Strict scope: compact sticky state + approved reassurance/proof.
   Desktop geometry and all locked hero/pillar components untouched.
   ============================================================ */
.impact-v69-grounding{
  max-width:1180px;
  margin:22px auto 12px;
  padding:12px 16px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  border:1px solid rgba(100,73,245,.13);
  border-radius:14px;
  background:rgba(248,247,255,.78);
  color:#68738f;
  font-size:12px;
  line-height:1.45;
  text-align:center;
}
.impact-v69-grounding b{color:#111d3b;font-weight:800;white-space:nowrap;}
.impact-v69-stats-label{
  grid-column:1/-1;
  display:block;
  margin:0 0 3px;
  color:#6845f5;
  font-size:9px;
  font-weight:850;
  letter-spacing:.18em;
  text-align:center;
}
.closeflow-proof--example h4>small{
  display:block;
  margin:0 0 8px;
  color:#6845f5;
  font-size:9px;
  font-weight:850;
  letter-spacing:.16em;
}

@media (max-width:768px){
  /* Top state remains exactly the approved V99 geometry. */
  #site-header.header,
  #site-header .brand,
  #site-header .brand .brand-mark,
  #site-header .brand .brand-wordmark,
  #site-header .cta.cta-small,
  #site-header .lang-mobile a{
    transition:height .28s cubic-bezier(.2,.7,.2,1),min-height .28s cubic-bezier(.2,.7,.2,1),padding .28s cubic-bezier(.2,.7,.2,1),top .28s cubic-bezier(.2,.7,.2,1),border-radius .28s cubic-bezier(.2,.7,.2,1),font-size .28s cubic-bezier(.2,.7,.2,1),width .28s cubic-bezier(.2,.7,.2,1),flex-basis .28s cubic-bezier(.2,.7,.2,1),gap .28s cubic-bezier(.2,.7,.2,1),box-shadow .28s ease,background .28s ease!important;
  }
  #site-header.header.is-compact{
    top:7px!important;
    height:45px!important;
    min-height:45px!important;
    padding-top:4px!important;
    padding-bottom:4px!important;
    border-radius:14px!important;
    background:rgba(249,251,255,.96)!important;
    box-shadow:0 5px 17px rgba(18,31,63,.085),inset 0 1px 0 #fff!important;
  }
  #site-header.header.is-compact .brand{
    height:30px!important;
  }
  #site-header.header.is-compact .brand .brand-mark{
    width:26px!important;
    max-width:26px!important;
    height:24px!important;
    flex-basis:26px!important;
  }
  #site-header.header.is-compact .brand .brand-wordmark{
    font-size:9.7px!important;
    letter-spacing:2px!important;
  }
  #site-header.header.is-compact .cta.cta-small,
  html[lang="fr"] #site-header.header.is-compact .cta.cta-small{
    height:35px!important;
    min-height:35px!important;
    border-radius:10px!important;
  }
  #site-header.header.is-compact .lang-mobile a{font-size:7.7px!important;}

  .impact-v69-grounding{
    margin:18px 2px 10px;
    padding:11px 12px;
    display:block;
    font-size:11px;
    line-height:1.42;
  }
  .impact-v69-grounding b{display:block;margin-bottom:2px;white-space:normal;font-size:11.5px;}
  .impact-v69-stats-label{font-size:8px;margin-bottom:2px;}
  .closeflow-proof--example h4>small{font-size:8px;margin-bottom:7px;}
}

/* ============================================================
   V101 — DESKTOP PRECISION POLISH
   Strict scope: >768px only. Approved refinements only:
   trust reassurance emphasis, single-deal proof framing,
   and premium rhythm into Early Access.
   Mobile, hero, pillars, header, animations and section structure untouched.
   ============================================================ */
@media (min-width:769px){
  /* Trust reassurance: still a subtle strip, with clearer intentional presence. */
  .impact-v69-grounding{
    margin-top:24px;
    margin-bottom:14px;
    padding:15px 20px;
    min-height:48px;
    gap:10px;
    border-color:rgba(100,73,245,.19);
    background:linear-gradient(90deg,rgba(250,249,255,.96),rgba(246,244,255,.88),rgba(250,249,255,.96));
    box-shadow:0 8px 24px rgba(53,39,118,.035),inset 0 1px 0 rgba(255,255,255,.95);
  }
  .impact-v69-grounding::before{
    content:"✦";
    display:inline-grid;
    place-items:center;
    width:20px;
    height:20px;
    flex:0 0 20px;
    border-radius:50%;
    background:#f0ebff;
    color:#6533ff;
    font-size:10px;
    font-weight:900;
  }

  /* Make the proof band read as one illustrative deal snapshot, not aggregate traction. */
  .impact-v69-stats{
    position:relative;
    margin-top:16px;
    padding-top:7px;
    border-color:rgba(100,73,245,.14);
    background:linear-gradient(180deg,#fff 0%,#fdfcff 100%);
  }
  .impact-v69-stats-label{
    color:#6845f5;
    letter-spacing:.20em;
  }
  .impact-v69-social{
    margin:7px 0 12px;
    font-size:11px;
    color:#5f6e89;
  }

  /* Reduce only the oversized transition BEFORE Early Access (~28%).
     Keep the generous exit from Early Access into the detailed workflow. */
  .pricing-section.early-access-section{
    padding-top:68px;
    padding-bottom:104px;
  }
}

/* ============================================================
   V111 — PRODUCT MAGIC / PREMIUM STORY EXPERIENCE
   Normal-flow rebuild. Desktop editorial stage, mobile Story-first.
   ============================================================ */
.v111-magic{position:relative;z-index:3;padding:118px 24px 126px;overflow:hidden;background:radial-gradient(circle at 78% 42%,rgba(94,68,255,.10),transparent 31%),linear-gradient(180deg,#fff 0%,#f7f7ff 100%)}
.v111-magic::before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.52) 50%,rgba(255,255,255,0));opacity:.65}
.v111-magic-inner{position:relative;max-width:1360px;margin:0 auto;display:grid;grid-template-columns:minmax(360px,.72fr) minmax(620px,1.28fr);align-items:center;gap:76px}
.v111-magic-copy{position:relative;z-index:4;max-width:560px}
.v111-magic-copy>p{margin:0 0 22px;color:#5e46ff;font-size:12px;font-weight:900;letter-spacing:.28em}
.v111-magic-copy h2{margin:0;color:#101a37;font-size:clamp(46px,4.25vw,70px);line-height:.94;letter-spacing:-.052em;font-weight:900}
.v111-magic-copy h2 strong{display:inline-block;margin-top:10px;background:linear-gradient(95deg,#315efb 0%,#8249ff 62%,#b42bea 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.v111-magic-copy>span{display:block;max-width:510px;margin-top:28px;color:#65718d;font-size:17px;line-height:1.62}
.v111-magic-stage{position:relative;min-height:620px;display:flex;align-items:center;justify-content:center}
.v111-case-context{position:absolute;left:0;right:2%;top:50%;transform:translateY(-50%) rotate(-1.2deg);border-radius:25px;overflow:hidden;border:1px solid rgba(36,47,88,.10);box-shadow:0 30px 90px rgba(23,31,73,.14);opacity:.94}
.v111-case-context::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(247,248,255,.10),rgba(247,248,255,.48) 70%,rgba(247,248,255,.72))}
.v111-case-context img{display:block;width:100%;height:auto}
.v111-story-card{position:absolute;z-index:3;right:1%;top:50%;width:min(29%,255px);transform:translateY(-50%) rotate(1.8deg);padding:8px;border-radius:27px;background:#08090d;box-shadow:0 34px 80px rgba(22,18,60,.30),0 0 0 1px rgba(255,255,255,.15)}
.v111-story-card img{display:block;width:100%;border-radius:20px}
.v111-story-label{position:absolute;z-index:2;top:18px;left:18px;display:flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;background:rgba(10,11,17,.78);backdrop-filter:blur(12px);color:#fff;font-size:8px;font-weight:900;letter-spacing:.18em}
.v111-story-label i{width:6px;height:6px;border-radius:50%;background:#8161ff;box-shadow:0 0 0 4px rgba(129,97,255,.18)}
.v111-stage-caption{position:absolute;z-index:4;left:4%;bottom:2%;display:flex;flex-direction:column;gap:5px;padding:13px 16px;border-radius:14px;border:1px solid rgba(91,72,212,.12);background:rgba(255,255,255,.86);backdrop-filter:blur(14px);box-shadow:0 12px 34px rgba(34,40,84,.08)}
.v111-stage-caption b{color:#5e46ff;font-size:9px;letter-spacing:.18em}.v111-stage-caption span{color:#52607c;font-size:12px}
@media (prefers-reduced-motion:no-preference){.v111-story-card{animation:v111-float 5.8s ease-in-out infinite}.v111-story-card img{animation:v111-story-breathe 7s ease-in-out infinite}}@keyframes v111-float{0%,100%{transform:translateY(-50%) rotate(1.8deg)}50%{transform:translateY(calc(-50% - 8px)) rotate(.7deg)}}@keyframes v111-story-breathe{0%,100%{filter:saturate(1)}50%{filter:saturate(1.06)}}
.v111-buyer{align-items:center!important}.v111-buyer-points{display:grid;grid-template-columns:1fr;gap:0;margin-top:30px;border-top:1px solid rgba(37,51,92,.10)}.v111-buyer-points>div{padding:17px 0 15px;border-bottom:1px solid rgba(37,51,92,.10)}.v111-buyer-points b{display:block;color:#18233f;font-size:10px;letter-spacing:.16em}.v111-buyer-points small{display:block;margin-top:5px;color:#6a7590;font-size:13px;line-height:1.45}
@media (min-width:769px){.mobile-product-story{display:none!important}.canvas>.v111-buyer{grid-template-columns:minmax(520px,1.08fr) minmax(0,.92fr)!important}.v111-buyer .v105-case-shot{order:1}.v111-buyer .v105-case-copy{order:2}.v111-buyer .v105-case-frame{box-shadow:0 24px 64px rgba(17,25,65,.15)!important}}
@media (max-width:1100px) and (min-width:769px){.v111-magic{padding:92px 24px 104px}.v111-magic-inner{grid-template-columns:1fr;gap:44px}.v111-magic-copy{max-width:760px}.v111-magic-stage{min-height:570px}.v111-story-card{width:220px}.v111-stage-caption{bottom:0}}
@media (max-width:768px){
  .mobile-product-story,.mobile-proof-separator{display:none!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important}
  .v111-magic{padding:74px 16px 78px;background:radial-gradient(circle at 50% 58%,rgba(99,70,255,.12),transparent 34%),linear-gradient(180deg,#fff 0%,#f8f8ff 100%)}
  .v111-magic-inner{display:block}.v111-magic-copy{max-width:none;text-align:left}.v111-magic-copy>p{margin-bottom:15px;font-size:9px;letter-spacing:.25em}.v111-magic-copy h2{font-size:clamp(34px,10.7vw,46px);line-height:.96;letter-spacing:-.048em}.v111-magic-copy h2 strong{margin-top:7px}.v111-magic-copy>span{margin-top:20px;font-size:15px;line-height:1.55;max-width:360px}
  .v111-magic-stage{min-height:0;margin-top:30px;display:block}.v111-case-context,.v111-stage-caption{display:none!important}
  .v111-story-card{position:relative;top:auto;right:auto;width:100%;max-width:390px;margin:0 auto;padding:7px;border-radius:29px;transform:none!important;box-shadow:0 26px 68px rgba(22,18,60,.23),0 0 0 1px rgba(255,255,255,.14);animation:none!important}
  .v111-story-card img{width:100%;border-radius:23px;animation:v111-mobile-story 8s cubic-bezier(.45,0,.2,1) infinite alternate}
  .v111-story-label{top:16px;left:16px}
  .canvas>.v111-buyer{display:none!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;overflow:hidden!important}
  .canvas>.proof.impact-v69{margin-top:72px!important}
}
@keyframes v111-mobile-story{0%,12%{transform:translate3d(0,0,0) scale(1)}88%,100%{transform:translate3d(0,-1.2%,0) scale(1.008)}}

/* V112 — exact Deal Case hero asset, no artificial composite */
.v111-magic-stage{min-height:560px}
.v111-case-context{position:relative;left:auto;right:auto;top:auto;transform:none;width:100%;border-radius:22px;opacity:1;background:#080b16;box-shadow:0 34px 90px rgba(17,24,58,.18),0 1px 0 rgba(255,255,255,.7) inset}
.v111-case-context::after{display:none}
.v111-case-context img{width:100%;height:auto;object-fit:contain}
.v111-story-card{display:none!important}
.v111-stage-caption{left:24px;bottom:18px;background:rgba(255,255,255,.92)}
@media (max-width:1100px) and (min-width:769px){.v111-magic-stage{min-height:0}.v111-case-context{max-width:980px;margin:0 auto}}
@media (max-width:768px){
 .v111-magic{padding:66px 16px 72px}
 .v111-magic-stage{margin-top:26px;overflow:hidden;border-radius:20px;background:#080b16;box-shadow:0 22px 54px rgba(18,24,58,.18)}
 .v111-case-context{display:block!important;width:760px;max-width:none;border:0;border-radius:0;box-shadow:none;animation:v112-mobile-pan 12s cubic-bezier(.45,0,.2,1) infinite alternate;will-change:transform}
 .v111-case-context img{display:block;width:760px;max-width:none}
 .v111-stage-caption{display:none!important}
}
@keyframes v112-mobile-pan{0%,12%{transform:translate3d(0,0,0)}88%,100%{transform:translate3d(-370px,0,0)}}
@media (prefers-reduced-motion:reduce){.v111-case-context{animation:none!important}}

/* ============================================================
   V113 — FLOW REPAIR / DESKTOP STACK + MOBILE WIDTH BALANCE
   Strictly fixes the two reported regressions without redesign.
   ============================================================ */

/* Desktop/tablet: campaign hero occupies viewport 1, locked legacy
   product hero occupies viewport 2. Everything added afterwards
   must re-enter normal document flow below those two viewports. */
@media (min-width:769px){
  .canvas{
    height:auto!important;
    min-height:0!important;
    overflow:visible!important;
  }

  /* The campaign hero already contributes 100vh to normal flow.
     The legacy hero is absolutely positioned in the second viewport,
     so reserve exactly that second viewport before Product Magic. */
  .v111-magic{
    margin-top:100vh!important;
    position:relative!important;
    clear:both!important;
  }

  /* Buyer Experience is now a regular section after Product Magic. */
  .canvas>.v111-buyer{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
    bottom:auto!important;
    clear:both!important;
    margin:0 auto!important;
  }

  /* Four Ways must follow Buyer Experience in normal flow, never sit on
     the legacy absolute coordinates inherited from older versions. */
  .canvas>.proof.impact-v69{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
    bottom:auto!important;
    clear:both!important;
    margin:104px 4.8vw 0!important;
    transform:none!important;
  }
}

@media (min-width:769px) and (max-width:1100px){
  .canvas>.proof.impact-v69{
    margin:88px 4vw 0!important;
  }
}

/* Mobile: From Meeting to Momentum must use the same page gutters as the
   other premium surfaces. No full-bleed oversized card. */
@media (max-width:768px){
  .pricing-section.early-access-section + .closeflow,
  .closeflow{
    width:auto!important;
    max-width:none!important;
    margin-left:14px!important;
    margin-right:14px!important;
    box-sizing:border-box!important;
  }
}

@media (max-width:390px){
  .pricing-section.early-access-section + .closeflow,
  .closeflow{
    margin-left:12px!important;
    margin-right:12px!important;
  }
}

/* ============================================================
   V114 — STORY CINEMA / RESPONSIVE ART DIRECTION
   Desktop: blurred Deal Case context + premium three-frame Story stack.
   Mobile: dedicated horizontal Story reel using the same three frames.
   ============================================================ */
@media (min-width:769px){
 .v111-magic-stage{min-height:650px;isolation:isolate;overflow:visible;background:transparent;box-shadow:none}
 .v111-magic-stage .v111-case-context{display:none!important}
 .v114-context-bg{position:absolute;z-index:0;inset:8% -4% 7% 3%;overflow:hidden;border-radius:30px;transform:rotate(-1.1deg) scale(.98);opacity:.30;filter:blur(7px) saturate(.72);box-shadow:0 36px 100px rgba(17,24,58,.12)}
 .v114-context-bg::after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(247,248,255,.38),rgba(248,248,255,.10) 44%,rgba(248,248,255,.42)),radial-gradient(circle at 58% 48%,rgba(111,79,255,.08),transparent 54%)}
 .v114-context-bg img{display:block;width:100%;height:100%;object-fit:cover}
 .v114-story-stack{position:relative;z-index:2;width:100%;height:620px;perspective:1400px}
 .v114-card{position:absolute;margin:0;padding:0;background:#11131b;border:1px solid rgba(255,255,255,.55);border-radius:25px;overflow:hidden;box-shadow:0 35px 85px rgba(17,22,54,.25),0 2px 5px rgba(17,22,54,.10);transition:transform .45s ease}
 .v114-card img{display:block;width:100%;height:100%;object-fit:cover}
 .v114-card-a{z-index:2;width:31%;height:76%;left:3%;top:13%;transform:rotate(-5deg) translateY(8px)}
 .v114-card-b{z-index:4;width:35%;height:88%;left:32%;top:5%;transform:rotate(-.6deg);box-shadow:0 42px 100px rgba(22,19,61,.31),0 2px 5px rgba(17,22,54,.10)}
 .v114-card-c{z-index:3;width:31%;height:78%;right:2%;top:12%;transform:rotate(4.5deg) translateY(10px)}
 .v114-story-stack::after{content:"STORY";position:absolute;z-index:5;left:50%;bottom:1.5%;transform:translateX(-50%);padding:8px 13px;border:1px solid rgba(255,255,255,.6);border-radius:999px;background:rgba(13,15,27,.78);backdrop-filter:blur(16px);color:#fff;font-size:9px;font-weight:900;letter-spacing:.22em;box-shadow:0 10px 30px rgba(17,20,49,.18)}
 .v111-stage-caption{z-index:6;left:4%;bottom:1%}
}
@media (max-width:768px){
 .v111-magic-stage{margin-left:0!important;margin-right:0!important;overflow:hidden!important;border-radius:24px!important;background:#0b0d14!important;box-shadow:0 24px 58px rgba(18,24,58,.20)!important}
 .v114-context-bg{display:none!important}
 .v114-story-stack{display:flex;width:max-content;height:min(128vw,610px);gap:14px;padding:14px;align-items:stretch;animation:v114-story-reel 16s cubic-bezier(.65,0,.35,1) infinite;will-change:transform}
 .v114-card{position:relative!important;inset:auto!important;flex:0 0 min(76vw,300px);width:min(76vw,300px)!important;height:auto!important;margin:0!important;border-radius:21px;overflow:hidden;background:#11131b;box-shadow:0 15px 38px rgba(0,0,0,.26);transform:none!important}
 .v114-card img{display:block;width:100%;height:100%;object-fit:cover}
 .v111-stage-caption{display:none!important}
}
@keyframes v114-story-reel{
 0%,15%{transform:translate3d(0,0,0)}
 29%,44%{transform:translate3d(calc(-1 * (min(76vw,300px) + 14px)),0,0)}
 58%,73%{transform:translate3d(calc(-2 * (min(76vw,300px) + 14px)),0,0)}
 87%,100%{transform:translate3d(0,0,0)}
}
@media (prefers-reduced-motion:reduce){.v114-story-stack{animation:none!important}}


/* =========================================================
   V115 — ULTRA-STRICT STORY FRAMING
   Desktop: show ALL of each Story capture, no top/bottom crop.
   Mobile: restore the pre-V114 product animation and use ONE
   static composite Story image. No Story slider.
   ========================================================= */

/* Default: mobile composite is not part of desktop composition. */
.v115-mobile-story-composite{display:none}

/* DESKTOP ONLY */
@media (min-width:769px){
  .v114-story-stack{
    height:610px!important;
    display:block!important;
    width:100%!important;
    padding:0!important;
    animation:none!important;
  }

  .v114-card{
    height:auto!important;
    aspect-ratio:1009 / 2048!important;
    overflow:hidden!important;
    background:#0c0f18!important;
    border-radius:24px!important;
  }

  .v114-card img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:center center!important;
    background:#0c0f18!important;
  }

  /* Full-frame cinematic fan. Every screenshot remains complete. */
  .v114-card-a{
    width:29%!important;
    left:4%!important;
    top:50%!important;
    transform:translateY(-50%) rotate(-4.2deg)!important;
  }
  .v114-card-b{
    width:34%!important;
    left:33%!important;
    top:50%!important;
    transform:translateY(-50%) rotate(-.4deg)!important;
    z-index:4!important;
  }
  .v114-card-c{
    width:29%!important;
    right:3%!important;
    top:50%!important;
    transform:translateY(-50%) rotate(4.1deg)!important;
  }

  .v114-story-stack::after{
    bottom:0!important;
  }
}

/* MOBILE ONLY */
@media (max-width:768px){
  /* Restore the original mobile product animation untouched. */
  .mobile-product-story{
    display:block!important;
  }

  /* Remove V114's mistaken three-image moving slider. */
  .v114-story-stack{
    display:none!important;
    animation:none!important;
  }
  .v114-context-bg{
    display:none!important;
  }

  /* Add ONE single image made from the 3 Story captures. */
  .v115-mobile-story-composite{
    display:block!important;
    width:min(100%,520px)!important;
    height:auto!important;
    margin:8px auto 0!important;
    object-fit:contain!important;
  }

  .v111-magic-stage{
    overflow:visible!important;
  }
}

@media (prefers-reduced-motion:reduce){
  .v114-story-stack{animation:none!important}
}


/* =========================================================
   V116 — MOBILE PRODUCT MAGIC, ULTRA-STRICT
   Desktop: V115 unchanged.
   Mobile:
   1) START with the exact V112 Deal Case image and horizontal pan.
   2) Then reveal ONE real Story video visual.
   3) No 3-image slider. No mobile triptych.
   ========================================================= */

.v116-mobile-story-addon{display:none}

@media (max-width:768px){

  /* V115's composite is NOT part of the mobile animation anymore. */
  .v115-mobile-story-composite{
    display:none!important;
  }

  /* Keep the V114 desktop Story stack fully disabled on mobile. */
  .v114-story-stack,
  .v114-context-bg{
    display:none!important;
  }

  /* Recreate the exact V112 stage geometry. */
  .v111-magic-stage{
    position:relative!important;
    min-height:0!important;
    margin-top:26px!important;
    aspect-ratio:390 / 470!important;
    overflow:hidden!important;
    border-radius:20px!important;
    background:#080b16!important;
    box-shadow:0 22px 54px rgba(18,24,58,.18)!important;
  }

  /* PHASE 1: exact V112 image, same starting frame and same 370px pan. */
  .v111-case-context{
    display:block!important;
    position:absolute!important;
    z-index:1!important;
    left:0!important;
    top:0!important;
    width:760px!important;
    max-width:none!important;
    height:100%!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    opacity:1!important;
    overflow:hidden!important;
    will-change:transform,opacity!important;
    animation:v116-v112-first 18s cubic-bezier(.45,0,.2,1) infinite!important;
  }

  .v111-case-context::after{
    display:none!important;
  }

  .v111-case-context img{
    display:block!important;
    width:760px!important;
    max-width:none!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:left center!important;
  }

  /* PHASE 2: ONE selected real Story visual.
     It appears only after the V112 pan has completed. */
  .v116-mobile-story-addon{
    display:flex!important;
    position:absolute!important;
    z-index:2!important;
    inset:0!important;
    align-items:center!important;
    justify-content:center!important;
    padding:15px 46px 14px!important;
    background:
      radial-gradient(circle at 50% 46%,rgba(85,81,255,.14),transparent 48%),
      #080b16!important;
    opacity:0;
    transform:scale(.975);
    pointer-events:none;
    will-change:opacity,transform;
    animation:v116-story-reveal 18s cubic-bezier(.22,1,.36,1) infinite;
  }

  .v116-mobile-story-addon img{
    display:block!important;
    width:auto!important;
    max-width:100%!important;
    height:100%!important;
    max-height:100%!important;
    object-fit:contain!important;
    border-radius:18px!important;
    box-shadow:
      0 28px 70px rgba(0,0,0,.34),
      0 0 0 1px rgba(255,255,255,.08)!important;
  }

  .v111-stage-caption{
    display:none!important;
  }
}

/* First 12 seconds reproduce V112's motion:
   start at x=0, reveal the right side at x=-370px.
   Only after that do we transition to the Story visual. */
@keyframes v116-v112-first{
  0%,8%{
    transform:translate3d(0,0,0);
    opacity:1;
  }
  61%,66.7%{
    transform:translate3d(-370px,0,0);
    opacity:1;
  }
  72%,94%{
    transform:translate3d(-370px,0,0);
    opacity:0;
  }
  100%{
    transform:translate3d(0,0,0);
    opacity:0;
  }
}

@keyframes v116-story-reveal{
  0%,66%{
    opacity:0;
    transform:scale(.975);
  }
  72%,91%{
    opacity:1;
    transform:scale(1);
  }
  97%,100%{
    opacity:0;
    transform:scale(.985);
  }
}

@media (prefers-reduced-motion:reduce){
  .v111-case-context{
    animation:none!important;
    transform:translate3d(0,0,0)!important;
    opacity:1!important;
  }
  .v116-mobile-story-addon{
    animation:none!important;
    display:none!important;
  }
}


/* V116 strict desktop Story replacement + FR rendering repair.
   No new layer, no extra card, no mobile changes. */
@media (min-width:769px){
  .v111-magic-stage img[src*="story-desktop-"]{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    object-fit:contain!important;
    object-position:center center!important;
  }
}


/* =========================================================
   V118 — ULTRA-STRICT FR + MOBILE REPAIR
   Desktop: preserve V116 composition and replace only its 3 screens.
   FR: same 3 screens and same rendering as EN.
   Mobile: remove duplicated legacy demo and rebuild Product Magic
   in normal flow: V112 visual first, then one Story frame.
   ========================================================= */

.v118-mobile-v112{display:none}

@media (max-width:768px){

  /* The old standalone mobile demo was being re-enabled by V115
     and visually collided with Product Magic. Keep it out. */
  .mobile-product-story,
  .mobile-proof-separator{
    display:none!important;
    height:0!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
  }

  /* Product Magic must occupy its own normal-flow section. */
  .v111-magic{
    position:relative!important;
    z-index:1!important;
    clear:both!important;
    margin:0!important;
    padding:58px 16px 68px!important;
    overflow:hidden!important;
    background:
      radial-gradient(circle at 50% 67%,rgba(99,70,255,.10),transparent 34%),
      linear-gradient(180deg,#fff 0%,#f8f8ff 100%)!important;
  }

  .v111-magic-inner{
    display:block!important;
    position:relative!important;
  }

  .v111-magic-copy{
    position:relative!important;
    z-index:2!important;
    max-width:none!important;
    opacity:1!important;
    transform:none!important;
  }

  .v111-magic-copy>p,
  .v111-magic-copy h2,
  .v111-magic-copy>span{
    opacity:1!important;
    visibility:visible!important;
  }

  .v111-magic-stage{
    position:relative!important;
    z-index:1!important;
    display:block!important;
    width:100%!important;
    aspect-ratio:390 / 470!important;
    min-height:0!important;
    margin:28px 0 0!important;
    overflow:hidden!important;
    border-radius:22px!important;
    background:#080b16!important;
    box-shadow:0 22px 54px rgba(18,24,58,.18)!important;
  }

  /* Desktop Story fan is desktop only. */
  .v114-story-stack,
  .v114-context-bg,
  .v115-mobile-story-composite{
    display:none!important;
  }

  /* PHASE 1: exact V112 Deal Case visual. */
  .v118-mobile-v112{
    display:block!important;
    position:absolute!important;
    z-index:1!important;
    inset:0!important;
    overflow:hidden!important;
    opacity:1!important;
    will-change:transform,opacity!important;
    animation:v118-v112-pan 18s cubic-bezier(.45,0,.2,1) infinite!important;
  }

  .v118-mobile-v112 img{
    display:block!important;
    width:760px!important;
    max-width:none!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:left center!important;
  }

  /* PHASE 2: keep the single Story reveal from V116. */
  .v116-mobile-story-addon{
    display:flex!important;
    position:absolute!important;
    z-index:2!important;
    inset:0!important;
    align-items:center!important;
    justify-content:center!important;
    padding:15px 46px 14px!important;
    background:
      radial-gradient(circle at 50% 46%,rgba(85,81,255,.14),transparent 48%),
      #080b16!important;
    opacity:0!important;
    transform:scale(.975)!important;
    pointer-events:none!important;
    will-change:opacity,transform!important;
    animation:v118-story-reveal 18s cubic-bezier(.22,1,.36,1) infinite!important;
  }

  .v116-mobile-story-addon img{
    display:block!important;
    width:auto!important;
    max-width:100%!important;
    height:100%!important;
    max-height:100%!important;
    object-fit:contain!important;
    border-radius:18px!important;
    box-shadow:
      0 28px 70px rgba(0,0,0,.34),
      0 0 0 1px rgba(255,255,255,.08)!important;
  }

  .v111-stage-caption{display:none!important;}
}

@keyframes v118-v112-pan{
  0%,8%{transform:translate3d(0,0,0);opacity:1}
  61%,66.7%{transform:translate3d(-370px,0,0);opacity:1}
  72%,94%{transform:translate3d(-370px,0,0);opacity:0}
  100%{transform:translate3d(0,0,0);opacity:0}
}
@keyframes v118-story-reveal{
  0%,66%{opacity:0;transform:scale(.975)}
  72%,91%{opacity:1;transform:scale(1)}
  97%,100%{opacity:0;transform:scale(.985)}
}

@media (prefers-reduced-motion:reduce){
  .v118-mobile-v112{
    animation:none!important;
    transform:none!important;
    opacity:1!important;
  }
  .v116-mobile-story-addon{
    display:none!important;
    animation:none!important;
  }
}


/* =========================================================
   V119 — PREMIUM MOBILE PRODUCT MAGIC + FR BUYER PARITY
   Scope:
   - FR desktop Buyer Experience uses the exact EN visual.
   - Mobile EN/FR Product Magic repaired and visually balanced.
   - Desktop Product Magic composition is untouched.
   ========================================================= */

@media (max-width:768px){

  /* Give Product Magic clean breathing room beneath the sticky header. */
  .v111-magic{
    padding:72px 16px 72px!important;
    background:
      radial-gradient(circle at 50% 72%,rgba(97,77,255,.085),transparent 34%),
      linear-gradient(180deg,#ffffff 0%,#f8f8ff 100%)!important;
  }

  .v111-magic-inner{
    display:block!important;
    width:100%!important;
  }

  .v111-magic-copy{
    position:relative!important;
    z-index:3!important;
    max-width:100%!important;
    padding:0 2px!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
  }

  .v111-magic-copy>p{
    margin:0 0 14px!important;
    font-size:9px!important;
    letter-spacing:.25em!important;
    opacity:1!important;
  }

  .v111-magic-copy h2{
    margin:0!important;
    max-width:355px!important;
    font-size:clamp(35px,10.3vw,44px)!important;
    line-height:.97!important;
    letter-spacing:-.047em!important;
    opacity:1!important;
  }

  .v111-magic-copy h2 strong{
    margin-top:7px!important;
  }

  .v111-magic-copy>span{
    display:block!important;
    max-width:350px!important;
    margin-top:20px!important;
    font-size:15px!important;
    line-height:1.5!important;
    opacity:1!important;
  }

  /* Premium stage: no oversized black void, consistent with site gutters. */
  .v111-magic-stage{
    position:relative!important;
    display:block!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:390 / 430!important;
    margin:30px 0 0!important;
    overflow:hidden!important;
    border-radius:24px!important;
    background:#090c17!important;
    box-shadow:
      0 22px 58px rgba(18,24,58,.20),
      0 0 0 1px rgba(21,29,61,.06)!important;
  }

  /* Hide every desktop-only visual on mobile. */
  .v114-context-bg,
  .v114-story-stack,
  .v115-mobile-story-composite{
    display:none!important;
  }

  /* Phase 1: V112 Deal Case, edge-to-edge, natural aspect ratio.
     The image itself pans, so there can never be a blank black half. */
  .v118-mobile-v112{
    display:block!important;
    position:absolute!important;
    z-index:1!important;
    inset:0!important;
    overflow:hidden!important;
    opacity:1!important;
    background:#090c17!important;
    animation:none!important;
  }

  .v118-mobile-v112 img{
    position:absolute!important;
    top:0!important;
    left:0!important;
    display:block!important;
    height:100%!important;
    width:auto!important;
    max-width:none!important;
    object-fit:initial!important;
    object-position:initial!important;
    will-change:transform,opacity!important;
    animation:v119-buyer-pan 18s cubic-bezier(.45,0,.2,1) infinite!important;
  }

  /* Phase 2: one Story screen, full and readable. */
  .v116-mobile-story-addon{
    display:flex!important;
    position:absolute!important;
    z-index:2!important;
    inset:0!important;
    align-items:center!important;
    justify-content:center!important;
    padding:16px 53px!important;
    overflow:hidden!important;
    background:
      radial-gradient(circle at 50% 46%,rgba(94,78,255,.14),transparent 48%),
      #090c17!important;
    opacity:0!important;
    transform:scale(.985)!important;
    pointer-events:none!important;
    will-change:opacity,transform!important;
    animation:v119-story-reveal 18s cubic-bezier(.22,1,.36,1) infinite!important;
  }

  .v116-mobile-story-addon img{
    display:block!important;
    width:auto!important;
    height:100%!important;
    max-width:100%!important;
    max-height:100%!important;
    object-fit:contain!important;
    border-radius:18px!important;
    background:#090c17!important;
    box-shadow:
      0 28px 70px rgba(0,0,0,.34),
      0 0 0 1px rgba(255,255,255,.075)!important;
  }

  .v111-stage-caption{
    display:none!important;
  }

  /* Buyer Experience remains desktop-only exactly as before. */
  .canvas>.v111-buyer{
    display:none!important;
  }
}

/* Natural-width image is ~760px at this stage height.
   Pan just enough to reveal the right-hand buyer UI without exposing empty background. */
@keyframes v119-buyer-pan{
  0%,10%{
    transform:translate3d(0,0,0);
    opacity:1;
  }
  57%,65%{
    transform:translate3d(-382px,0,0);
    opacity:1;
  }
  71%,100%{
    transform:translate3d(-382px,0,0);
    opacity:0;
  }
}

@keyframes v119-story-reveal{
  0%,65%{
    opacity:0;
    transform:scale(.985);
  }
  72%,92%{
    opacity:1;
    transform:scale(1);
  }
  98%,100%{
    opacity:0;
    transform:scale(.99);
  }
}

@media (max-width:390px){
  .v111-magic{padding-left:14px!important;padding-right:14px!important}
  .v111-magic-stage{border-radius:22px!important}
  .v116-mobile-story-addon{padding-left:46px!important;padding-right:46px!important}
}

@media (prefers-reduced-motion:reduce){
  .v118-mobile-v112 img{
    animation:none!important;
    transform:none!important;
    opacity:1!important;
  }
  .v116-mobile-story-addon{
    display:none!important;
    animation:none!important;
  }
}


/* =========================================================
   V120 — ULTRA-STRICT MOBILE LAYOUT FIX
   ONLY:
   1. Product Magic copy/section stacking and readability EN/FR.
   2. Example Activity label spacing EN/FR.
   No desktop changes. No wording changes. No asset changes.
   ========================================================= */
@media (max-width:768px){

  /* Product Magic must form a clean, isolated mobile section.
     Prevent any previous-section visual layer from washing over the copy. */
  .v111-magic{
    isolation:isolate!important;
    z-index:4!important;
    padding-top:66px!important;
  }

  .v111-magic::before{
    z-index:0!important;
  }

  .v111-magic-inner{
    position:relative!important;
    z-index:1!important;
  }

  .v111-magic-copy{
    position:relative!important;
    z-index:5!important;
    opacity:1!important;
    filter:none!important;
    mix-blend-mode:normal!important;
  }

  .v111-magic-copy>p{
    color:#5e46ff!important;
  }

  .v111-magic-copy h2{
    color:#101a37!important;
  }

  .v111-magic-copy h2 strong{
    background:linear-gradient(95deg,#315efb 0%,#8249ff 62%,#b42bea 100%)!important;
    -webkit-background-clip:text!important;
    background-clip:text!important;
    -webkit-text-fill-color:transparent!important;
    color:transparent!important;
  }

  .v111-magic-copy>span{
    color:#65718d!important;
  }

  /* The label is a real header row, not a floating grid item squeezed
     against the first metric row. */
  .impact-v69-stats{
    padding-top:0!important;
    grid-template-rows:auto auto auto auto!important;
    overflow:hidden!important;
  }

  .impact-v69-stats-label{
    grid-column:1/-1!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:34px!important;
    margin:0!important;
    padding:11px 12px 8px!important;
    line-height:1!important;
    box-sizing:border-box!important;
  }

  .impact-v69-stat{
    position:relative!important;
  }
}


/* =========================================================
   V125 — DESKTOP STORY SCROLL REVEAL
   Source baseline: V122.
   Scroll-driven only. No autonomous motion.
   Final/rest composition is exactly the approved V122 fan.
   Mobile remains untouched.
   ========================================================= */
@media (min-width:769px){
  .v111-magic .v114-card{
    will-change:transform;
    transition:none!important;
  }

  .v111-magic .v114-card-a{
    transform:
      translateY(calc(-50% + var(--v125-a-y, 0px)))
      translateX(var(--v125-a-x, 0px))
      rotate(var(--v125-a-r, -4.2deg))!important;
  }

  .v111-magic .v114-card-b{
    transform:
      translateY(calc(-50% + var(--v125-b-y, 0px)))
      translateX(var(--v125-b-x, 0px))
      scale(var(--v125-b-s, 1))
      rotate(var(--v125-b-r, -0.4deg))!important;
  }

  .v111-magic .v114-card-c{
    transform:
      translateY(calc(-50% + var(--v125-c-y, 0px)))
      translateX(var(--v125-c-x, 0px))
      rotate(var(--v125-c-r, 4.1deg))!important;
  }
}

@media (prefers-reduced-motion:reduce){
  .v111-magic .v114-card{
    will-change:auto!important;
  }
}


/* =========================================================
   V126 — MOBILE COMPLETE BUYER EXPERIENCE
   Baseline: V125.
   Scope: mobile only, EN + FR.
   Desktop is untouched.
   Restores the existing .v111-buyer section to the mobile flow
   and gives it a premium single-column composition.
   ========================================================= */
@media (max-width:768px){
  .v111-buyer{
    display:block!important;
    position:relative!important;
    visibility:visible!important;
    opacity:1!important;
    width:auto!important;
    height:auto!important;
    min-height:0!important;
    overflow:visible!important;
    margin:0!important;
    padding:58px 16px 68px!important;
  }

  .v111-buyer .v111-buyer-inner{
    display:flex!important;
    flex-direction:column!important;
    width:100%!important;
    max-width:none!important;
    margin:0 auto!important;
    gap:28px!important;
  }

  /* Copy first on mobile, then the product visual. */
  .v111-buyer .v111-buyer-copy{
    order:1!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
  }

  .v111-buyer .v111-buyer-visual{
    order:2!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    position:relative!important;
    transform:none!important;
  }

  .v111-buyer .v111-buyer-visual img{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    object-fit:contain!important;
    position:relative!important;
    inset:auto!important;
    transform:none!important;
    opacity:1!important;
    visibility:visible!important;
    border-radius:18px!important;
  }

  .v111-buyer .eyebrow,
  .v111-buyer [class*="eyebrow"]{
    margin-bottom:14px!important;
  }

  .v111-buyer h2{
    max-width:100%!important;
    margin:0 0 18px!important;
    font-size:clamp(42px,11vw,58px)!important;
    line-height:.93!important;
    letter-spacing:-.045em!important;
  }

  .v111-buyer .v111-buyer-copy > p{
    max-width:100%!important;
    margin:0 0 26px!important;
    font-size:16px!important;
    line-height:1.48!important;
  }

  .v111-buyer .v111-buyer-points{
    width:100%!important;
    margin:0!important;
  }

  .v111-buyer .v111-buyer-point{
    padding:16px 0!important;
  }
}


/* V126 selector correction — actual V125 markup */
@media (max-width:768px){
  .canvas > .v105-case.v111-buyer{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:30px!important;
    position:relative!important;
    inset:auto!important;
    width:auto!important;
    max-width:none!important;
    height:auto!important;
    min-height:0!important;
    margin:0!important;
    padding:62px 16px 72px!important;
    overflow:visible!important;
    visibility:visible!important;
    opacity:1!important;
    align-items:start!important;
    background:
      radial-gradient(circle at 72% 16%,rgba(105,61,246,.08),transparent 34%),
      linear-gradient(180deg,#fff 0%,#fbfbff 100%)!important;
  }

  .canvas > .v111-buyer .v105-case-copy{
    order:1!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
  }

  .canvas > .v111-buyer .v105-case-copy > p{
    margin:0 0 14px!important;
    color:#596ee8!important;
    font-size:10px!important;
    line-height:1.2!important;
    letter-spacing:.19em!important;
    font-weight:800!important;
  }

  .canvas > .v111-buyer .v105-case-copy h2{
    max-width:100%!important;
    margin:0!important;
    font-size:clamp(38px,10.7vw,48px)!important;
    line-height:.96!important;
    letter-spacing:-.045em!important;
  }

  .canvas > .v111-buyer .v105-case-copy > span{
    display:block!important;
    max-width:100%!important;
    margin-top:20px!important;
    font-size:15px!important;
    line-height:1.5!important;
  }

  .canvas > .v111-buyer .v111-buyer-points{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:0!important;
    width:100%!important;
    margin-top:26px!important;
    border-top:1px solid rgba(37,51,92,.10)!important;
  }

  .canvas > .v111-buyer .v111-buyer-points > div{
    padding:15px 0 14px!important;
    border-bottom:1px solid rgba(37,51,92,.10)!important;
  }

  .canvas > .v111-buyer .v111-buyer-points b{
    display:block!important;
    font-size:9px!important;
    line-height:1.25!important;
    letter-spacing:.16em!important;
  }

  .canvas > .v111-buyer .v111-buyer-points small{
    display:block!important;
    margin-top:5px!important;
    font-size:13px!important;
    line-height:1.45!important;
  }

  .canvas > .v111-buyer .v105-case-shot{
    order:2!important;
    display:block!important;
    position:relative!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    overflow:visible!important;
    border:0!important;
    box-shadow:none!important;
    background:transparent!important;
  }

  .canvas > .v111-buyer .v105-case-frame{
    display:block!important;
    position:relative!important;
    width:100%!important;
    overflow:hidden!important;
    border-radius:18px!important;
    transform:none!important;
    opacity:1!important;
    visibility:visible!important;
    box-shadow:0 22px 54px rgba(18,27,70,.16)!important;
  }

  .canvas > .v111-buyer .v105-case-frame img{
    display:block!important;
    width:100%!important;
    height:auto!important;
    max-width:100%!important;
    transform:none!important;
    opacity:1!important;
    visibility:visible!important;
  }
}


/* =========================================================
   V127 — ULTRA-STRICT MOBILE VISUAL SWAP
   Baseline: V126.
   MOBILE ONLY, EN + FR.
   - Product Magic: supplied q1/q2/q3 visuals cycle in-container.
   - Complete Buyer Experience: receives former Product Magic
     Deal Case pan animation.
   - Desktop remains exactly V126/V125.
   ========================================================= */

.v127-mobile-story-reel,
.v127-mobile-buyer-animation{display:none}

@media (max-width:768px){
  /* PRODUCT MAGIC: exact supplied visuals, premium crossfade. */
  .v111-magic-stage > .v118-mobile-v112,
  .v111-magic-stage > .v116-mobile-story-addon{
    display:none!important;
  }

  .v127-mobile-story-reel{
    display:block!important;
    position:absolute!important;
    inset:0!important;
    z-index:4!important;
    overflow:hidden!important;
    background:#090c17!important;
  }

  .v127-mobile-story-reel img{
    display:block!important;
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    object-fit:contain!important;
    object-position:center!important;
    opacity:0!important;
    transform:scale(.992)!important;
    will-change:opacity,transform!important;
  }

  .v127-mobile-story-reel .v127-reel-1{
    animation:v127-reel-1 15s cubic-bezier(.22,1,.36,1) infinite!important;
  }
  .v127-mobile-story-reel .v127-reel-2{
    animation:v127-reel-2 15s cubic-bezier(.22,1,.36,1) infinite!important;
  }
  .v127-mobile-story-reel .v127-reel-3{
    animation:v127-reel-3 15s cubic-bezier(.22,1,.36,1) infinite!important;
  }

  /* BUYER EXPERIENCE: reuse former Product Magic animated capture. */
  .canvas > .v111-buyer .v105-case-shot{
    position:relative!important;
    overflow:hidden!important;
    border-radius:24px!important;
    background:#090c17!important;
    box-shadow:
      0 22px 58px rgba(18,24,58,.20),
      0 0 0 1px rgba(21,29,61,.06)!important;
    aspect-ratio:390 / 430!important;
  }

  .canvas > .v111-buyer .v105-case-frame{
    display:none!important;
  }

  .v127-mobile-buyer-animation{
    display:block!important;
    position:absolute!important;
    inset:0!important;
    overflow:hidden!important;
    background:#090c17!important;
  }

  .v127-mobile-buyer-animation img{
    display:block!important;
    position:absolute!important;
    top:0!important;
    left:0!important;
    width:auto!important;
    max-width:none!important;
    height:100%!important;
    object-fit:initial!important;
    object-position:initial!important;
    will-change:transform!important;
    animation:v127-buyer-pan 12s cubic-bezier(.45,0,.2,1) infinite alternate!important;
  }
}

@keyframes v127-reel-1{
  0%,27%{opacity:1;transform:scale(1)}
  32%,95%{opacity:0;transform:scale(.992)}
  100%{opacity:1;transform:scale(1)}
}
@keyframes v127-reel-2{
  0%,29%{opacity:0;transform:scale(.992)}
  34%,60%{opacity:1;transform:scale(1)}
  65%,100%{opacity:0;transform:scale(.992)}
}
@keyframes v127-reel-3{
  0%,62%{opacity:0;transform:scale(.992)}
  67%,94%{opacity:1;transform:scale(1)}
  99%,100%{opacity:0;transform:scale(.992)}
}
@keyframes v127-buyer-pan{
  0%,12%{transform:translate3d(0,0,0)}
  88%,100%{transform:translate3d(-382px,0,0)}
}

@media (prefers-reduced-motion:reduce){
  .v127-mobile-story-reel img,
  .v127-mobile-buyer-animation img{
    animation:none!important;
  }
  .v127-mobile-story-reel .v127-reel-1{
    opacity:1!important;
    transform:none!important;
  }
  .v127-mobile-story-reel .v127-reel-2,
  .v127-mobile-story-reel .v127-reel-3{
    opacity:0!important;
  }
  .v127-mobile-buyer-animation img{
    transform:none!important;
  }
}


/* =========================================================
   V128 — PRODUCT MAGIC MOBILE REEL VISIBILITY FIX ONLY
   V127 Complete Buyer Experience is LOCKED and untouched.
   Mobile EN + FR only.
   ========================================================= */
@media (max-width:768px){
  .v127-mobile-story-reel .v127-reel-1{
    animation:v128-reel-1 12s linear infinite!important;
  }
  .v127-mobile-story-reel .v127-reel-2{
    animation:v128-reel-2 12s linear infinite!important;
  }
  .v127-mobile-story-reel .v127-reel-3{
    animation:v128-reel-3 12s linear infinite!important;
  }
  .v127-mobile-story-reel img{
    transform:none!important;
  }
}
@keyframes v128-reel-1{
  0%,29%{opacity:1}
  33%,96%{opacity:0}
  100%{opacity:1}
}
@keyframes v128-reel-2{
  0%,29%{opacity:0}
  33%,62%{opacity:1}
  66%,100%{opacity:0}
}
@keyframes v128-reel-3{
  0%,62%{opacity:0}
  66%,96%{opacity:1}
  100%{opacity:0}
}


/* =========================================================
   V129 — MOBILE PRODUCT MAGIC ONLY
   1. Force supplied images to cycle via JS (CSS animations disabled).
   2. Normalize Product Magic outer container width to the mobile
      section/content rail used by surrounding sections.
   THE COMPLETE BUYER EXPERIENCE remains locked from V127.
   ========================================================= */
@media (max-width:768px){
  .v127-mobile-story-reel img{
    animation:none!important;
    transform:none!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
  }

  /* Product Magic section rail normalization */
  #product.v111-magic,
  section#product.v111-magic,
  .v111-magic{
    width:auto!important;
    max-width:none!important;
    margin-left:14px!important;
    margin-right:14px!important;
    box-sizing:border-box!important;
  }

  .v111-magic > .v111-magic-inner{
    width:100%!important;
    max-width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
  }
}


/* =========================================================
   V130 — PRODUCT MAGIC MOBILE REAL FIX
   Baseline: V129
   Scope: Product Magic mobile EN + FR ONLY.
   Buyer Experience remains LOCKED exactly as in V127/V129.
   ========================================================= */
@media (max-width:768px){

  /* Match surrounding mobile section rail. */
  .canvas > .v111-magic{
    width:100%!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    padding-left:16px!important;
    padding-right:16px!important;
    box-sizing:border-box!important;
  }

  .canvas > .v111-magic > .v111-magic-inner{
    width:100%!important;
    max-width:100%!important;
    margin:0 auto!important;
    box-sizing:border-box!important;
  }

  /* Premium visual viewport, same internal rail discipline. */
  .canvas > .v111-magic .v111-magic-stage{
    width:100%!important;
    max-width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
    border-radius:20px!important;
    background:#090c17!important;
  }

  /* Kill all legacy reel animation/opacity states. */
  .canvas > .v111-magic .v127-mobile-story-reel img{
    animation:none!important;
    display:block!important;
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    object-fit:contain!important;
    object-position:center!important;
    opacity:0!important;
    visibility:hidden!important;
    transform:scale(.995)!important;
    transition:
      opacity .52s cubic-bezier(.22,.61,.36,1),
      transform .65s cubic-bezier(.22,.61,.36,1)!important;
    z-index:1!important;
  }

  /* This rule is intentionally !important:
     it overrides the legacy V127 opacity:0!important rule. */
  .canvas > .v111-magic .v127-mobile-story-reel img.is-v130-active{
    opacity:1!important;
    visibility:visible!important;
    transform:scale(1)!important;
    z-index:2!important;
  }
}

@media (prefers-reduced-motion:reduce){
  .canvas > .v111-magic .v127-mobile-story-reel img{
    transition:none!important;
  }
}

@media (max-width:768px){
  .canvas > .v111-magic{
    display:block!important;
    width:auto!important;
    max-width:none!important;
    margin:0 16px!important;
    padding:62px 16px 72px!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
    border-radius:24px!important;
  }
  .canvas > .v111-magic > .v111-magic-inner{
    display:block!important;width:100%!important;max-width:100%!important;margin:0!important;box-sizing:border-box!important;
  }
  .canvas > .v111-magic .v111-magic-stage{
    position:relative!important;display:block!important;width:100%!important;max-width:100%!important;
    height:auto!important;min-height:0!important;margin:28px 0 0!important;aspect-ratio:896/1682!important;
    overflow:hidden!important;border-radius:20px!important;background:#090c17!important;
    box-shadow:0 22px 54px rgba(18,24,58,.18)!important;
  }
  .canvas > .v111-magic .v118-mobile-v112,
  .canvas > .v111-magic .v114-context-bg,
  .canvas > .v111-magic .v114-story-stack,
  .canvas > .v111-magic .v115-mobile-story-composite,
  .canvas > .v111-magic .v116-mobile-story-addon,
  .canvas > .v111-magic .v111-stage-caption{display:none!important}
  .canvas > .v111-magic .v127-mobile-story-reel{
    display:flex!important;position:absolute!important;inset:0 auto 0 0!important;width:300%!important;height:100%!important;
    overflow:visible!important;z-index:10!important;background:#090c17!important;opacity:1!important;visibility:visible!important;
    animation:v131-product-magic-track 12s cubic-bezier(.76,0,.24,1) infinite!important;will-change:transform!important;
  }
  .canvas > .v111-magic .v127-mobile-story-reel img,
  .canvas > .v111-magic .v127-mobile-story-reel img.is-v130-active{
    display:block!important;position:relative!important;inset:auto!important;flex:0 0 33.333333%!important;width:33.333333%!important;
    height:100%!important;max-width:none!important;object-fit:cover!important;object-position:center!important;
    opacity:1!important;visibility:visible!important;transform:none!important;transition:none!important;animation:none!important;z-index:auto!important;
  }
}
@keyframes v131-product-magic-track{
  0%,25%{transform:translate3d(0,0,0)}
  31%,58%{transform:translate3d(-33.333333%,0,0)}
  64%,91%{transform:translate3d(-66.666666%,0,0)}
  97%,100%{transform:translate3d(0,0,0)}
}
@media (max-width:768px) and (prefers-reduced-motion:reduce){
  .canvas > .v111-magic .v127-mobile-story-reel{animation:none!important;transform:translate3d(0,0,0)!important}
}

/* V133 — real structural mobile shell for Product Magic; V131 reel preserved */
@media (max-width:768px){
  .canvas > .v133-product-magic-shell{
    display:block!important;position:relative!important;inset:auto!important;
    width:auto!important;max-width:none!important;height:auto!important;min-height:0!important;
    margin:36px 0 0!important;padding:0!important;box-sizing:border-box!important;overflow:visible!important;
  }
  .canvas > .v133-product-magic-shell > .v111-magic{
    display:block!important;position:relative!important;inset:auto!important;
    width:100%!important;max-width:none!important;height:auto!important;min-height:0!important;
    margin:0!important;padding:62px 16px 72px!important;box-sizing:border-box!important;overflow:hidden!important;
    border-radius:24px!important;
    background:radial-gradient(circle at 72% 16%,rgba(105,61,246,.08),transparent 34%),
               linear-gradient(180deg,#fff 0%,#fbfbff 100%)!important;
  }
  .canvas > .v133-product-magic-shell > .v111-magic > .v111-magic-inner,
  .canvas > .v133-product-magic-shell .v111-magic-copy{
    width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;
    padding-left:0!important;padding-right:0!important;box-sizing:border-box!important;
  }
  .canvas > .v133-product-magic-shell .v111-magic-stage{
    width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box!important;
  }
  .canvas > .v133-product-magic-shell + .mobile-proof-separator{
    display:block!important;position:relative!important;width:100%!important;
    height:36px!important;min-height:36px!important;margin:0!important;padding:0!important;
  }
}


/* =========================================================
   V134 — RESTORE PRODUCT MAGIC MOBILE VISUALS INSIDE V133 SHELL
   Baseline: V133
   Keep V133 structural spacing exactly.
   Restore only the internal 3-screen visual stage.
   Mobile EN + FR only.
   ========================================================= */
@media (max-width:768px){

  /* The structural shell from V133 remains untouched.
     Re-establish an explicit viewport for the story reel. */
  .canvas > .v133-product-magic-shell .v111-magic-stage{
    display:block!important;
    position:relative!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:896 / 1682!important;
    margin:28px 0 0!important;
    padding:0!important;
    overflow:hidden!important;
    border-radius:20px!important;
    background:#090c17!important;
    box-sizing:border-box!important;
  }

  /* Hide legacy visual layers, but NOT the V131 reel. */
  .canvas > .v133-product-magic-shell .v118-mobile-v112,
  .canvas > .v133-product-magic-shell .v114-context-bg,
  .canvas > .v133-product-magic-shell .v114-story-stack,
  .canvas > .v133-product-magic-shell .v115-mobile-story-composite,
  .canvas > .v133-product-magic-shell .v116-mobile-story-addon,
  .canvas > .v133-product-magic-shell .v111-stage-caption{
    display:none!important;
  }

  /* Restore the validated V131 3-panel track in the new V133 shell. */
  .canvas > .v133-product-magic-shell .v127-mobile-story-reel{
    display:flex!important;
    position:absolute!important;
    top:0!important;
    left:0!important;
    right:auto!important;
    bottom:auto!important;
    width:300%!important;
    height:100%!important;
    min-height:100%!important;
    overflow:visible!important;
    z-index:10!important;
    opacity:1!important;
    visibility:visible!important;
    background:#090c17!important;
    animation:v131-product-magic-track 12s cubic-bezier(.76,0,.24,1) infinite!important;
    will-change:transform!important;
  }

  .canvas > .v133-product-magic-shell .v127-mobile-story-reel img{
    display:block!important;
    position:relative!important;
    inset:auto!important;
    flex:0 0 33.333333%!important;
    width:33.333333%!important;
    height:100%!important;
    min-height:100%!important;
    max-width:none!important;
    object-fit:cover!important;
    object-position:center!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    transition:none!important;
    animation:none!important;
    z-index:auto!important;
  }
}


/* =========================================================
   V135 — PRODUCT MAGIC: GUARANTEE ALL 3 MOBILE VISUALS CYCLE
   Preserve V134 structure/spacing and every other section.
   ========================================================= */
@media (max-width:768px){
  .canvas > .v133-product-magic-shell .v127-mobile-story-reel{
    display:flex!important;
    flex-flow:row nowrap!important;
    width:300%!important;
    height:100%!important;
    position:absolute!important;
    inset:0 auto auto 0!important;
    overflow:visible!important;
    animation:v135-product-magic-three 12s cubic-bezier(.76,0,.24,1) infinite!important;
  }

  .canvas > .v133-product-magic-shell .v127-mobile-story-reel > img{
    display:block!important;
    flex:0 0 33.333333%!important;
    width:33.333333%!important;
    max-width:33.333333%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
    opacity:1!important;
    visibility:visible!important;
  }

  @keyframes v135-product-magic-three{
    0%, 26%   { transform:translate3d(0,0,0); }
    33%, 59%  { transform:translate3d(-33.333333%,0,0); }
    66%, 92%  { transform:translate3d(-66.666667%,0,0); }
    100%      { transform:translate3d(0,0,0); }
  }

  @media (prefers-reduced-motion: reduce){
    .canvas > .v133-product-magic-shell .v127-mobile-story-reel{
      animation:v135-product-magic-three 12s infinite!important;
    }
  }
}


/* V137 — MOBILE ONLY: harmonize Product Magic + Complete Buyer Experience outer shells.
   Strictly preserves internal composition, animation, typography, spacing and desktop. */
@media (max-width: 768px) {
  .canvas > .v133-product-magic-shell,
  .canvas > section.v105-case.v111-buyer {
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }
}
