
:root{
  --p:       #6b21a8;
  --p-dark:  #4a1572;
  --p-deep:  #2d0a5e;
  --p-mid:   #8b5cf6;
  --p-light: #ede9fe;
  --p-pale:  #f5f3ff;
  --ban1:    #78439a;
  --ban2:    #523493;
  --gold:    #f59e0b;
  --gold-l:  #fef3c7;
  --teal:    #0d9488;
  --teal-l:  #ccfbf1;
  --green:   #16a34a;
  --green-l: #dcfce7;
  --white:   #ffffff;
  --bg:      #F2F8FD;
  --border:  #dde8f5;
  --ink:     #1a0f2e;
  --muted:   #5a6a80;
  --subtle:  #94a3b8;
}
html{scroll-behavior:smooth}


/* ══ HERO ══ */
.hero{
  background: var(--color-grad);
  padding:68px 60px 0;
  position:relative;
  overflow:hidden
}
.hero::before{
  content:'';position:absolute;top:-120px;right:-80px;
  width:600px;height:600px;border-radius:50%;
  background:radial-gradient(circle,rgba(196,181,253,.18) 0%,transparent 65%);
  pointer-events:none
}
.hero::after{
  content:'';position:absolute;bottom:0;left:0;width:100%;height:160px;
  background:radial-gradient(ellipse 80% 60% at 50% 120%,rgba(196,181,253,.12) 0%,transparent 70%);
  pointer-events:none
}
.g{position:absolute;pointer-events:none}
.g1{top:22px;left:5%;width:18px;height:18px;border:2px solid rgba(255,255,255,.2);border-radius:4px;transform:rotate(20deg)}
.g2{top:70px;left:18%;width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.18)}
.g3{top:38px;right:34%;width:14px;height:14px;border:2px solid rgba(255,255,255,.14);transform:rotate(45deg)}
.g4{top:130px;left:4%;width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.12)}
.g5{top:50px;right:13%;width:12px;height:12px;border:2px solid rgba(255,255,255,.16);transform:rotate(15deg)}
.g6{bottom:110px;right:6%;width:15px;height:15px;border:2px solid rgba(255,255,255,.12);border-radius:4px;transform:rotate(30deg)}
.g7{top:100px;right:27%;width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.12)}
.g8{bottom:140px;left:28%;width:10px;height:10px;border:2px solid rgba(255,255,255,.1);transform:rotate(25deg)}

.hero-inner{max-width: 80vw;margin:0 auto;text-align:center;position:relative;z-index:1;/* padding-bottom:60px; */}
.h-badge{
  display:inline-flex;align-items:center;gap:8px;
  background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);
  border-radius:100px;padding:5px 18px 5px 10px;
  font-size:14px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;
  color:rgba(255,255,255,.85);margin-bottom:22px
}
.h-badge-dot{width:6px;height:6px;border-radius:50%;background:#c4b5fd;animation:blink 2s infinite}
@keyframes blink{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.25;transform:scale(1.7)}}
.hero h1{
  font-family:'Space Grotesk',sans-serif;
  font-size:clamp(36px,5vw,58px);font-weight:800;
  color:#fff;letter-spacing:-2.5px;line-height:1.02;margin-bottom:16px
}
.hero h1 em{font-style:normal;color:#c4b5fd}
.hero-sub{font-size:16px;color:rgba(255,255,255,.55);line-height:1.85;max-width:480px;margin:0 auto 36px}

.hero-pills{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}
.hp{display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);border-radius:100px;padding:8px 18px;color: white;}
.hp svg{width:13px;height:13px;fill:none;stroke:#c4b5fd;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.hp span{font-size:12.5px;font-weight:600;color:rgba(255,255,255,.82)}
.hp strong{font-family:'Space Grotesk',sans-serif;color:#fff;font-weight:800}

.hero-wave{line-height:0;margin-top:-1px}
.hero-wave svg{display:block;width:100%}


/* ══ HERO ══ */
.hero-pill{display:inline-flex;align-items:center;gap:7px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);border-radius:100px;padding:5px 15px;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.8);margin-bottom:18px}
.pill-dot{width:6px;height:6px;border-radius:50%;background:var(--gold);box-shadow:0 0 8px rgba(245,158,11,.9)}
.hero-title{font-size:clamp(2rem,5vw,3.2rem);font-weight:700;color:#fff;letter-spacing:-.03em;line-height:1.1;margin-bottom:12px}
.hero-title em{font-style:normal;color:#e2c8f8}
.hero-sub{font-size: 16px;color:rgba(255,255,255,.6);max-width:545px;margin:0 auto 28px;line-height:1.7}
.hero-sub span{white-space: nowrap;}
.hero-chips{display:inline-flex;gap:10px;flex-wrap:wrap;justify-content:center;position:relative;z-index:1}
.hchip{display:flex;align-items:center;gap:7px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);border-radius:100px;padding:7px 16px;font-size: 15px;font-weight:600;color:#fff}
.hchip svg{flex-shrink:0}

/* ══ SECTION WRAPPER ══ */
.section{max-width: 80vw;margin:0 auto;padding: 0;}

/* ══ SECTION HEADER ══ */
.sec-head{text-align:center;margin-bottom:44px}
.sec-eyebrow{font-size: 12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--p-mid);margin-bottom:8px;display:flex;align-items:center;justify-content:center;gap:8px}
.sec-eyebrow::before,.sec-eyebrow::after{content:'';width:24px;height:2px;background:linear-gradient(90deg,var(--p),var(--p-mid));border-radius:2px}
.sec-title{font-size: 30px;font-weight:700;color:var(--ink);letter-spacing:-.03em;line-height:1.1;margin-bottom:10px}
.sec-title em{font-style:normal;color:var(--p)}
.sec-sub{font-size: 15px;color:var(--muted);max-width:480px;margin:0 auto;line-height:1.7}

/* ══ STEP PROCESS ══ */
.steps-section{padding:60px 0; }
.steps-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  position:relative;
}
/* connector line */
.steps-grid::before{
  content:'';position:absolute;
  top:36px;left:calc(12.5% + 8px);right:calc(12.5% + 8px);
  height:2px;
  background:linear-gradient(90deg,var(--p-light),var(--p-mid),var(--p-light));
  z-index:0;
}

.step{
  display:flex;flex-direction:column;align-items:center;
  text-align:center;padding:0 12px;
  position:relative;z-index:1;
  animation:fadeUp .4s ease both;
}
.step:nth-child(1){animation-delay:.05s}
.step:nth-child(2){animation-delay:.12s}
.step:nth-child(3){animation-delay:.19s}
.step:nth-child(4){animation-delay:.26s}

/* step icon circle */
.step-icon{
  width:72px;height:72px;border-radius:20px;
  display:flex;align-items:center;justify-content:center;
  margin-bottom:18px;
  position:relative;
  transition:transform .24s ease,box-shadow .24s ease;
}
.step:hover .step-icon{transform:translateY(-4px)}
.step-icon-inner{
  width:72px;height:72px;border-radius:20px;
  display:flex;align-items:center;justify-content:center;
  background:var(--white);
  border:2px solid var(--p-light);
  box-shadow:0 4px 20px rgba(107,33,168,.1);
  transition:border-color .2s,box-shadow .2s;
}
.step:hover .step-icon-inner{border-color:var(--p-mid);box-shadow:0 8px 28px rgba(107,33,168,.18)}
.step-icon-inner svg{width:28px;height:28px;color:var(--p)}
.step-num{
  position:absolute;top:-6px;right:-6px;
  width:22px;height:22px;border-radius:50%;
  background:linear-gradient(135deg,var(--ban1),var(--ban2));
  color:#fff;font-size:.65rem;font-weight:700;
  display:flex;align-items:center;justify-content:center;
  border:2px solid var(--bg);
  box-shadow:0 2px 8px rgba(82,52,147,.3);
}

.step-title{font-size: 18px;font-weight:700;color:var(--ink);margin-bottom:7px;letter-spacing:-.01em}
.step-desc{font-size: 15px;color:var(--muted);line-height:1.6}

/* ══ VIDEO SECTION ══ */
.video-section{padding:0 0 64px}
.video-wrap{
  background:var(--white);
  border:1px solid var(--border);
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 8px 40px rgba(82,52,147,.1);
  animation:fadeUp .45s ease both;
}
.video-inner{
  display:grid;
  grid-template-columns:1fr 420px;
  min-height:340px;
}
/* Left: video player area */
.video-player{
  position:relative;background:linear-gradient(135deg,#1a0535,#2d0a5e);
  display:flex;align-items:center;justify-content:center;
  min-height:300px;cursor:pointer;overflow:hidden;
}
.video-player::before{
  content:'';position:absolute;inset:0;
  background:
    radial-gradient(ellipse 60% 70% at 30% 50%,rgba(139,92,246,.2),transparent 70%),
    radial-gradient(ellipse 40% 50% at 80% 30%,rgba(120,67,154,.3),transparent 60%);
  pointer-events:none;
}
/* fake screen mockup */
.video-screen{
  width:62%;max-width:320px;
  border-radius:12px;
  background:#fff;
  box-shadow:0 16px 48px rgba(0,0,0,.4);
  overflow:hidden;
  position:relative;z-index:1;
  transform:perspective(800px) rotateY(-8deg) rotateX(4deg);
  transition:transform .3s ease;
}
.video-player:hover .video-screen{transform:perspective(800px) rotateY(-4deg) rotateX(2deg) scale(1.02)}
.vs-bar{background:var(--p-deep);padding:8px 12px;display:flex;align-items:center;gap:6px}
.vs-dot{width:7px;height:7px;border-radius:50%}
.vs-dot.r{background:#ff5f57}.vs-dot.y{background:#ffbd2e}.vs-dot.g{background:#28c840}
.vs-url{flex:1;background:rgba(255,255,255,.12);border-radius:4px;padding:3px 8px;font-size:.6rem;color:rgba(255,255,255,.6)}
.vs-body{padding:0}
.vs-hero-bar{background:linear-gradient(135deg,var(--ban1),var(--ban2));padding:12px 14px}
.vs-hero-text{font-size:11px;font-weight:700;color:#fff;line-height:1.3}
.vs-hero-sub{font-size:.52rem;color:rgba(255,255,255,.6);margin-top:2px}
.vs-cards{display:flex;gap:6px;padding:10px;background:#f5f3ff}
.vs-card{flex:1;background:#fff;border-radius:6px;padding:6px;border:1px solid #e4dff0}
.vs-card-color{height:22px;border-radius:4px;margin-bottom:4px}
.vs-card-line{height:5px;background:#e4dff0;border-radius:3px;margin-bottom:3px}
.vs-card-line.short{width:60%}

/* Play button */
.play-btn{
  position:absolute;z-index:2;
  width:56px;height:56px;border-radius:50%;
  background:rgba(255,255,255,.92);
  border:3px solid rgba(255,255,255,.4);
  display:flex;align-items:center;justify-content:center;
  top:50%;left:24px;transform:translateY(-50%);
  box-shadow:0 8px 28px rgba(0,0,0,.3);
  transition:transform .22s,box-shadow .22s,background .22s;
}
.video-player:hover .play-btn{transform:translateY(-50%) scale(1.1);box-shadow:0 12px 36px rgba(0,0,0,.4)}
.play-btn svg{width:20px;height:20px;color:var(--p);margin-left:3px}

/* video label badge */
.video-label{
  position:absolute;bottom:16px;left:16px;z-index:2;
  background:rgba(0,0,0,.5);backdrop-filter:blur(6px);
  border:1px solid rgba(255,255,255,.15);
  border-radius:8px;padding:6px 12px;
  display:flex;align-items:center;gap:7px;
}
.vl-dot{width:7px;height:7px;border-radius:50%;background:#ef4444;animation:blink 1.4s ease infinite}
@keyframes blink{0%,100%{opacity:1}50%{opacity:.3}}
.vl-text{font-size:.68rem;font-weight:600;color:#fff}

/* Right: video info */
.video-info{
  padding:32px 28px;
  display:flex;flex-direction:column;
  justify-content:center;
  border-left:1px solid var(--border);
}
.vi-eyebrow{font-size: 12px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--p-mid);margin-bottom:10px}
.vi-title{font-size: 16px;font-weight:700;color:var(--ink);letter-spacing:-.02em;line-height:1.2;margin-bottom:10px}
.vi-desc{font-size: 14px;color:var(--muted);line-height:1.7;margin-bottom:22px}
.vi-points{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}
.vi-point{display:flex;align-items:center;gap:10px;font-size: 14px;color:var(--ink)}
.vi-point-icon{width:22px;height:22px;min-width:22px;border-radius:6px;background:var(--green-l);display:flex;align-items:center;justify-content:center}
.vi-point-icon svg{width:12px;height:12px;color:var(--green)}
.vi-cta{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background: var(--color-grad);
  color:#fff;
  font-size: 14px;
  font-weight:700;
  padding:11px 22px;
  border-radius:11px;
  text-decoration:none;
  border:none;
  cursor:pointer;
  box-shadow:0 4px 16px rgba(82,52,147,.3);
  transition:all .18s;
  width:fit-content;
}
.vi-cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(82,52,147,.4)}
.vi-cta svg{width:14px;height:14px}

/* ══ WHY SECTION ══ */
.why-section{padding:0 0 64px}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.why-card{
  background:var(--white);border:1px solid var(--border);
  border-radius:18px;padding:24px 22px;
  display:flex;flex-direction:column;gap:14px;
  transition:transform .22s,box-shadow .22s,border-color .22s;
  animation:fadeUp .4s ease both;
}
.why-card:nth-child(1){animation-delay:.06s}
.why-card:nth-child(2){animation-delay:.12s}
.why-card:nth-child(3){animation-delay:.18s}
.why-card:nth-child(4){animation-delay:.22s}
.why-card:nth-child(5){animation-delay:.26s}
.why-card:nth-child(6){animation-delay:.30s}
.why-card:hover{transform:translateY(-4px);box-shadow:0 12px 36px rgba(107,33,168,.1);border-color:#c4b0e0}
.why-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.why-icon svg{width:20px;height:20px}
.why-title{font-size: 18px;font-weight:700;color:var(--ink);letter-spacing:-.01em}
.why-desc{font-size: 15px;color:var(--muted);line-height:1.65}

/* icon colour variants */
.ic-purple{background:var(--p-pale)}.ic-purple svg{color:var(--p)}
.ic-teal{background:var(--teal-l)}.ic-teal svg{color:var(--teal)}
.ic-gold{background:var(--gold-l)}.ic-gold svg{color:#d97706}
.ic-green{background:var(--green-l)}.ic-green svg{color:var(--green)}
.ic-red{background:#fee2e2}.ic-red svg{color:#dc2626}
.ic-blue{background:#dbeafe}.ic-blue svg{color:#1d4ed8}

/* ══ SENDER / RECIPIENT TABS ══ */
.flow-section{padding:0 0 64px}
.flow-tabs{display:flex;gap:0;background:#e8e2f4;border-radius:14px;padding:4px;margin-bottom:32px;width:fit-content}
.flow-tab{white-space: nowrap;padding: 5px 28px;border-radius:11px;font-size: 14px;font-weight:600;cursor:pointer;border:none;background:transparent;color:var(--muted);transition:all .18s;font-size: 15px;}
.flow-tab.active{background:var(--white);color:var(--p);box-shadow:0 2px 10px rgba(107,33,168,.12)}
.flow-steps-wrap{position:relative}
.flow-panel{display:none}
.flow-panel.active{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}
.flow-step{
  background:var(--white);border:1px solid var(--border);
  border-radius:16px;padding:20px 18px;
  position:relative;overflow:hidden;
  transition:transform .2s,box-shadow .2s;
  animation:fadeUp .35s ease both;
  grid-column: span 2;
}
#flow-sender .flow-step:nth-last-child(2),
#flow-sender .flow-step:last-child {
    grid-column: span 3;
}
.flow-step:hover{transform:translateY(-3px);box-shadow:0 8px 28px rgba(107,33,168,.09)}
/* step number watermark */
.flow-step::after{
  content:attr(data-n);
  position:absolute;bottom:-8px;right:10px;
  font-size:4rem;font-weight:700;color:var(--p-light);
  line-height:1;pointer-events:none;letter-spacing:-.05em;
}
.fs-icon{width:40px;height:40px;border-radius:10px;background:var(--p-pale);display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.fs-icon svg{width:18px;height:18px;color:var(--p)}
.fs-title{font-size: 18px;font-weight:700;color:var(--ink);margin-bottom:6px}
.fs-desc{font-size: 15px;color:var(--muted);line-height:1.6}

/* ══ FAQ ══ */
.faq-section{padding:0 0 80px}
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.faq-item{
  background:var(--white);
  border:1px solid var(--border);
  border-radius:14px;
  overflow:hidden;
  transition:border-color .18s;
  height: fit-content;
}
.faq-item:hover{border-color:#c4b0e0}
.faq-q{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:16px 18px;
  cursor:pointer;
  font-size: 15px;
  font-weight:600;
  color:var(--ink);
  user-select:none;
}
.faq-q svg{width:16px;height:16px;color:var(--subtle);flex-shrink:0;transition:transform .22s}
.faq-item.open .faq-q svg{transform:rotate(45deg);color:var(--p)}
.faq-item.open .faq-q{color:var(--p)}
.faq-a{
  max-height:0;overflow:hidden;
  transition:max-height .28s ease;
  font-size:.82rem;color:var(--muted);line-height:1.65;
}
.faq-item.open .faq-a{max-height:300px}
.faq-a-inner{padding: 018px 16px;border-top:1px solid var(--border);font-size: 15px;}

/* ══ CTA BANNER ══ */
.cta-banner{
  margin:0 0 80px;
  background: var(--color-grad);
  border-radius:24px;
  padding:40px 44px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  position:relative;
  overflow:hidden;
  box-shadow:0 8px 40px rgba(82,52,147,.2);
}
.cta-banner::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 50% 80% at 80% 50%,rgba(255,255,255,.07),transparent 60%);pointer-events:none}
.cta-banner-dm{position:absolute;border:1.5px solid rgba(255,255,255,.12);transform:rotate(45deg)}
.cta-banner-dm.d1{width:16px;height:16px;top:18px;left:30%}
.cta-banner-dm.d2{width:10px;height:10px;bottom:20px;left:40%;opacity:.5}
.cta-banner-dm.d3{width:12px;height:12px;top:22px;right:28%;opacity:.4}
.cb-left{position:relative;z-index:1}
.cb-eyebrow{font-size: 12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.55);margin-bottom:7px}
.cb-title{font-size: 20px;font-weight:700;color:#fff;letter-spacing:-.02em;line-height:1.15;margin-bottom:8px}
.cb-title em{font-style:normal;color:#e2c8f8}
.cb-sub{font-size: 15px;color:rgba(255,255,255,.6);line-height:1.55;max-width:420px}
.cb-right{display:flex;gap:12px;flex-shrink:0;position:relative;z-index:1;flex-wrap:wrap}
.cb-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:12px 22px;
  border-radius:12px;
  font-family:'Space Grotesk',sans-serif;
  font-size: 15px;
  font-weight:700;
  cursor:pointer;
  border:none;
  text-decoration:none;
  transition:all .18s;
  white-space:nowrap;
}
.cb-btn-white{background:#fff;color:var(--p)}
.cb-btn-white:hover{background:var(--p-pale);transform:translateY(-1px)}
.cb-btn-outline{background:rgba(255,255,255,.1);color:#fff;border:1.5px solid rgba(255,255,255,.25)}
.cb-btn-outline:hover{background:rgba(255,255,255,.18)}
.cb-btn svg{width:14px;height:14px}

/* ══ ANIM ══ */
@keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}

/* ══════════════════════════════════
   RESPONSIVE
══════════════════════════════════ */

/* ── Large Laptop (≤1200px) ── */
@media(max-width:1200px){
  .section{padding:0 4vw}
  /* .hero{padding:52px 4vw 100px} */
  .main{padding:0 4vw 80px}
}

/* ── Laptop / Small Laptop (≤1024px) ── */
@media(max-width:1024px){
  .hero{padding:48px 4vw 92px}
  .hero-sub{font-size:16px}

  /* Steps: 4 → 2×2 grid, hide connector line */
  .steps-grid{grid-template-columns:repeat(2,1fr);gap:28px}
  .steps-grid::before{display:none}

  /* Video: stack vertically */
  .video-inner{grid-template-columns:1fr}
  .video-info{border-left:none;border-top:1px solid var(--border)}

  /* Why: 3 → 2 cols */
  .why-grid{grid-template-columns:repeat(2,1fr)}

  /* Flow: 3 → 2 cols */
  .flow-panel.active{grid-template-columns:1fr 1fr}

  /* FAQ: 2 → 1 col */
  .faq-grid{grid-template-columns:1fr}

  /* CTA: stack */
  .cta-banner{flex-direction:column;align-items:flex-start;gap:22px}
}

/* ── Tablet (≤860px) ── */
@media(max-width:860px){
  .hero{padding:42px 5vw 88px}
  .hero-title{letter-spacing:-.02em}
  .hero-sub{/* font-size:.88rem; */max-width:360px}
  .hero-chips{gap:8px}
  .hchip{/* font-size:.73rem; */padding:6px 13px}

  .section{padding:0 5vw}

  /* Steps */
  .steps-section{padding:52px 0 44px}
  .steps-grid{gap:20px}
  .step{padding:0 8px}
  .step-icon,.step-icon-inner{width:62px;height:62px;border-radius:17px}
  .step-title{/* font-size: 18px; */}
  .step-desc{/* font-size: 14px; */}

  /* Video */
  .video-section{padding:0 0 52px}
  .video-screen{width:72%}
  .video-info{padding:24px 22px}
  .vi-title{font-size:1.15rem}
  .vi-desc{font-size:.8rem;margin-bottom:16px}
  .vi-points{gap:8px;margin-bottom:18px}
  .vi-point{font-size:14px}

  /* Why */
  .why-section{padding:0 0 52px}
  .why-grid{gap:12px}
  .why-card{padding:20px 18px;gap:12px}
  .why-title{/* font-size:.86rem; */}
  .why-desc{/* font-size:.76rem; */}

  /* Flow tabs */
  .flow-section{padding:0 0 52px}
  .flow-tab{padding:9px 22px;font-size:14px}
  .flow-step{padding:18px 16px}
  .fs-title{/* font-size:.84rem; */}
  .fs-desc{/* font-size:.75rem; */}

  /* Sec heads */
  .sec-head{margin-bottom:32px}
  .sec-title{letter-spacing:-.02em}
  .sec-sub{/* font-size:.84rem; */}

  /* FAQ */
  .faq-section{padding:0 0 64px}
  .faq-q{/* font-size:.82rem; */padding:14px 16px}
  .faq-a{font-size:.79rem}
  .faq-a-inner{padding:0 16px 14px}

  /* CTA */
  .cta-banner{padding:32px 32px;gap:20px}
  .cb-title{/* font-size:1.3rem; */}
  .cb-sub{/* font-size:.82rem; */}
  .cb-right{gap:10px}
  .cb-btn{padding:11px 18px;font-size: 14px;}
}

/* ── Large Mobile (≤640px) ── */
@media(max-width:640px){
  .hero{padding:36px 4vw 80px}
  .hero-pill{font-size:.58rem;padding:4px 13px}
  .hero-sub{/* font-size:.85rem; */margin-bottom:22px}
  .hero-chips{gap:7px}
  .hchip{/* font-size:.7rem; */padding:6px 12px;gap:6px}

  .section{padding:0 4vw}

  /* Steps: keep 2×2 but tighter */
  .steps-section{padding:44px 0 36px}
  .steps-grid{grid-template-columns: repeat(1,1fr);gap:16px}
  .step{padding:0 4px}
  .step-icon,.step-icon-inner{width:56px;height:56px;border-radius:15px}
  .step-icon-inner svg{width:22px;height:22px}
  .step-title{/* font-size:.82rem; */}
  .step-desc{/* font-size:.73rem; */}

  /* Video */
  .video-section{padding:0 0 44px}
  .video-wrap{border-radius:18px}
  .video-player{min-height:240px}
  .video-screen{width:65%}
  .video-info{padding:20px 18px}
  .vi-eyebrow{font-size:.58rem}
  .vi-title{font-size:1.05rem}
  .vi-desc{font-size:14px;margin-bottom:14px}
  .vi-points{gap:7px;margin-bottom:16px}
  .vi-point{font-size:.76rem;gap:8px}
  .vi-cta{font-size:14px;padding:10px 18px}

  /* Why: 2 → 1 col */
  .why-section{padding:0 0 44px}
  .why-grid{grid-template-columns:1fr}
  .why-card{flex-direction:row;align-items:flex-start;gap:14px;padding:18px 16px}
  .why-icon{flex-shrink:0;margin-top:2px}
  .why-title{/* font-size:.87rem; */}
  .why-desc{/* font-size:.77rem; */}

  /* Flow: 2 → 1 col */
  .flow-section{padding:0 0 44px}
  .flow-panel.active{grid-template-columns:1fr}
  .flow-tabs{width:100%;justify-content:stretch}
  .flow-tab{flex:1;justify-content:center;padding:9px 14px}

  /* FAQ */
  .faq-section{padding:0 0 52px}
  .faq-q{/* font-size:.8rem; */}

  /* CTA */
  .cta-banner{padding:26px 24px;border-radius:18px;gap:18px}
  .cb-title{/* font-size:1.2rem; */}
  .cb-right{width:100%;flex-wrap:wrap}
  .cb-btn{flex:1;justify-content:center;min-width:0;padding:11px 14px}
}

/* ── Mobile (≤480px) ── */
@media(max-width:480px){
  .hero{padding:30px 4vw 72px}
  .hero-title{font-size:clamp(1.75rem,8vw,2.4rem);letter-spacing:-.01em}
  .hero-sub{/* font-size:.82rem; */max-width:100%}
  /* .hero-chips{flex-direction:column;align-items:center;gap:7px} */
  .hchip{width:fit-content}

  .section{padding:0 3.5vw}

  /* Steps: keep 2×2 */
  .steps-section{padding:38px 0 32px}
  .steps-grid{gap:12px}
  .step-icon,.step-icon-inner{width:52px;height:52px;border-radius:14px}
  .step-icon-inner svg{width:20px;height:20px}
  .step-title{/* font-size:14px; */}
  .step-desc{/* font-size:.7rem; */}
  .step-num{width:19px;height:19px;font-size:.58rem}

  /* Video */
  .play-btn{width:46px;height:46px;top:50%;left:16px}
  .play-btn svg{width:16px;height:16px}
  .vi-title{font-size:1rem}

  /* Why */
  .why-section{padding:0 0 38px}
  .why-card{padding:16px 14px;gap:12px}
  .why-icon{width:38px;height:38px;border-radius:10px}
  .why-icon svg{width:17px;height:17px}

  /* Flow */
  .flow-section{padding:0 0 40px}
  .flow-tab{/* font-size:.74rem; */padding:8px 10px}
  .flow-step{padding:16px 14px}
  .fs-icon{width:36px;height:36px;border-radius:9px}
  .fs-icon svg{width:16px;height:16px}
  .fs-title{/* font-size:.82rem; */}
  .fs-desc{/* font-size:.73rem; */}
  /* hide watermark number on tiny screens */
  .flow-step::after{font-size:3rem;bottom:-6px;right:8px}

  /* FAQ */
  .faq-section{padding:0 0 44px}
  .faq-q{/* font-size:14px; */padding:13px 14px;gap:10px}
  .faq-q svg{width:14px;height:14px}
  .faq-a{font-size:.76rem}
  .faq-a-inner{padding:0 14px 13px}

  /* CTA */
  .cta-banner{padding:22px 18px;border-radius:16px;margin:0 0 56px}
  .cb-title{/* font-size:20px; */}
  .cb-sub{/* font-size:14px; */}
  .cb-btn{/* font-size:.77rem; */padding:10px 12px}
}

/* ── Small Mobile (≤360px) ── */
/* @media(max-width:360px){
  .hero-title{font-size:1.65rem}
  .section{padding:0 3vw}

  .steps-grid{grid-template-columns:1fr;gap:12px}
  .step{padding:0}

  .cb-right{flex-direction:column}
  .cb-btn{flex:none;width:100%;justify-content:center}

  .flow-tab{font-size:.7rem;padding:7px 8px}
  .vi-title{font-size:.95rem}
} */

@media(max-width: 576px){
  .section{
    padding: 0;
    max-width: 90vw;
  }
}