:root{
  --navy:#1B2070;--orange:#E8420D;--white:#FFFFFF;--off:#F6F6F8;--text:#0D0D14;--muted:#6B6B80;--border:#E2E2EA;
  /* Strict 8px spacing scale */
  --sp-1:8px;--sp-2:16px;--sp-3:24px;--sp-4:32px;--sp-5:40px;
  --sp-6:48px;--sp-7:56px;--sp-8:64px;--sp-9:80px;--sp-10:96px;
  --sp-11:120px;--sp-12:160px;
  /* Content rail */
  --rail:1120px;
  --rail-side:max(clamp(24px,5vw,80px), calc((100vw - var(--rail)) / 2));
  /* Section rhythm — fixed 100px top and bottom */
  --section-y:100px;
  /* Card & block internal padding — 32px–48px */
  --card-pad:clamp(32px,3.5vw,48px);
  /* Grid gaps — 24px–48px, never below 24px */
  --grid-gap:clamp(24px,3vw,48px);
  --inner-gap:clamp(16px,2vw,24px);
}
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;background:#08080A;min-height:100%;}
body{font-family:'Be Vietnam Pro',sans-serif;color:var(--text);background:#08080A;overflow-x:hidden;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;min-height:100vh;}
nav{position:fixed;top:0;left:0;right:0;z-index:200;height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 var(--rail-side);background:rgba(255,255,255,0.92);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);}
.nav-logo{font-weight:800;font-size:22px;text-decoration:none;}.nav-logo .cash{color:var(--navy);}.nav-logo .plus{color:var(--orange);}
.nav-links{display:flex;align-items:center;gap:var(--sp-4);list-style:none;}
.nav-links a{font-size:14px;font-weight:500;color:var(--muted);text-decoration:none;transition:color .2s;}
.nav-links a:hover{color:var(--navy);}
.nav-cta{background:var(--navy);color:var(--white)!important;padding:10px 22px;border-radius:100px;font-weight:600!important;}
.nav-cta:hover{background:var(--orange)!important;}
@media(max-width:768px){nav{padding:0 20px;}.nav-links{display:none;}.nav-logo{font-size:20px;}.steps-grid{grid-template-columns:1fr;}.compare-grid{grid-template-columns:1fr;}.compare-col{padding:24px 20px;}.cmp-text{font-size:13px;}.compare-items{gap:16px;}.compare-col.ours{background:rgba(232,66,13,.12)!important;border-left:none!important;border-top:2px solid var(--orange);}}
.mobile-cta-bar{display:none;}
@media(max-width:768px){
  #audience-bar{
    transform:translateY(-100%);
    transition:transform .3s ease;
  }
  .mobile-cta-bar{
    transform:translateY(0);
    transition:transform .3s ease;
  }
  .mobile-cta-bar{
    display:flex;
    position:fixed;
    bottom:0;left:0;right:0;
    z-index:199;
    padding:12px 20px;
    padding-bottom:calc(12px + env(safe-area-inset-bottom));
    background:rgba(255,255,255,0.96);
    backdrop-filter:blur(12px);
    border-top:1px solid var(--border);
    gap:10px;
    transform:translateY(0);
    transition:transform .3s ease, opacity .3s ease;
    opacity:1;
  }
  .mobile-cta-bar a, .ex-mobile-cta-bar a{
    flex:1;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:14px;
    border-radius:100px;
    font-size:14px;
    font-weight:700;
    text-decoration:none;
    text-align:center;
  }
  .mobile-cta-bar .mcta-primary{background:var(--navy);color:white;}
  .mobile-cta-bar .mcta-secondary{background:var(--off);color:var(--navy);border:1.5px solid var(--border);}
}


.section-label::before{content:'';display:block;width:20px;height:2px;background:var(--orange);border-radius:2px;}
h2{font-weight:900;font-size:clamp(30px,4vw,52px);line-height:1.15;letter-spacing:-0.02em;color:var(--navy);margin-bottom:var(--sp-2);hyphens:none;word-break:keep-all;}
h2 em{font-style:normal;color:var(--orange);font-weight:inherit;}
.section-desc{font-size:clamp(16px,1.7vw,18px);color:var(--muted);line-height:1.85;max-width:560px;margin-bottom:var(--sp-6);letter-spacing:0.02em;}
#not-wallet{background:var(--navy);padding:100px var(--rail-side);}
#not-wallet .section-label{color:rgba(255,255,255,.4);}
#not-wallet .section-label::before{background:rgba(255,255,255,.4);}
#not-wallet h2{color:white;}
#not-wallet h2 em{color:var(--orange);}
#not-wallet .section-desc{color:rgba(255,255,255,.5);}
.compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.08);border-radius:20px;overflow:hidden;}
.compare-col{padding:32px 36px;display:flex;flex-direction:column;}
.compare-col.theirs{background:rgba(255,255,255,.06);}
.compare-col.ours{background:rgba(232,66,13,.12);border-left:2px solid var(--orange);}
.compare-heading{font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;margin-bottom:24px;display:flex;align-items:center;gap:8px;}
.compare-col.theirs .compare-heading{color:rgba(255,255,255,.3);}
.compare-col.ours .compare-heading{color:var(--orange);}
.compare-items{display:flex;flex-direction:column;gap:28px;flex:1;}
.compare-item{display:flex;align-items:flex-start;gap:var(--inner-gap);}
.cmp-icon{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;flex-shrink:0;margin-top:3px;}
.cmp-icon.bad{background:rgba(255,255,255,.1);color:rgba(255,255,255,.55);}
.cmp-icon.good{background:rgba(232,66,13,.2);color:var(--orange);}
.cmp-text{font-size:14px;line-height:1.7;letter-spacing:0.02em;}
.compare-col.theirs .cmp-text{color:rgba(255,255,255,.65);font-size:14px;line-height:1.7;}
.compare-col.ours .cmp-text{color:rgba(255,255,255,.85);font-weight:500;}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);border:1px solid var(--border);border-radius:20px;overflow:hidden;}

.step-card{background:var(--white);padding:var(--card-pad);position:relative;transition:background .2s,box-shadow .2s;}
.step-card:hover{background:var(--off);box-shadow:0 8px 32px rgba(27,32,112,0.08);}
.step-num-big{font-size:80px;font-weight:800;line-height:1;letter-spacing:-4px;opacity:.06;color:var(--navy);position:absolute;top:20px;right:24px;}
.step-emoji{font-size:36px;margin-bottom:var(--sp-3);display:block;}
.step-num-label{font-size:10px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--orange);margin-bottom:10px;}
.step-card h3{font-size:clamp(16px,1.8vw,19px);font-weight:800;color:var(--navy);line-height:1.3;letter-spacing:-0.01em;margin-bottom:var(--sp-2);hyphens:none;word-break:keep-all;}
.step-card p{font-size:14px;color:var(--muted);line-height:1.8;letter-spacing:0.02em;}
.map-demo{background:var(--navy);border-radius:20px;padding:var(--card-pad);position:relative;overflow:hidden;}
.map-demo::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 70% 50%,rgba(232,66,13,0.15) 0%,transparent 70%);}
.map-timeline{display:flex;align-items:flex-start;overflow-x:auto;padding-bottom:8px;position:relative;z-index:1;}
.map-stop{display:flex;flex-direction:column;align-items:center;flex:1;min-width:100px;}
.map-stop-dot{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:10px;}
.dot-active{background:var(--orange);}
.dot-dim{background:rgba(255,255,255,.1);}
.map-connector{flex:1;height:2px;margin-top:21px;background:rgba(255,255,255,.1);position:relative;min-width:30px;}
.map-connector.active-line::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:var(--orange);animation:lineGrow .6s ease forwards;}
@keyframes lineGrow{from{width:0;}to{width:100%;}}
.map-stop-name{font-size:11px;font-weight:600;color:white;text-align:center;margin-bottom:4px;letter-spacing:0.03em;line-height:1.4;}
.map-stop-tag{font-size:10px;font-weight:700;padding:2px 8px;border-radius:100px;}
.tag-orange{background:rgba(232,66,13,.25);color:var(--orange);}
.tag-dim{background:rgba(255,255,255,.08);color:rgba(255,255,255,.4);}
.map-notif{margin-top:var(--sp-3);background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:14px 18px;display:flex;align-items:center;gap:var(--inner-gap);position:relative;z-index:1;}
.map-notif-icon{font-size:20px;}
.map-notif-text{font-size:13px;color:rgba(255,255,255,.7);line-height:1.4;}
.map-notif-text strong{color:var(--orange);font-weight:600;}
.fee-table-wrap{border:1px solid var(--border);border-radius:16px;overflow:hidden;}
table{width:100%;border-collapse:collapse;font-size:14px;}
thead{background:var(--navy);}
thead th{padding:14px 18px;text-align:left;font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.5);}
tbody tr{border-bottom:1px solid var(--border);transition:background .15s;}
tbody tr:last-child{border-bottom:none;}
tbody td{padding:18px;color:var(--muted);vertical-align:middle;background:var(--white);}
.td-green{color:#16a34a!important;font-weight:700!important;}
.td-orange{color:var(--orange)!important;font-weight:700!important;}
.td-navy{color:var(--navy)!important;font-weight:700!important;}
.badge-sm{display:inline-block;font-size:10px;font-weight:700;padding:3px 10px;border-radius:100px;}
.badge-navy{background:rgba(27,32,112,.1);color:var(--navy);}
.badge-orange{background:rgba(232,66,13,.1);color:var(--orange);}
#partners{padding:var(--sp-8) var(--rail-side);border-top:1px solid var(--border);border-bottom:1px solid var(--border);}
.partners-inner{max-width:var(--rail);margin:0 auto;display:flex;align-items:center;gap:var(--grid-gap);flex-wrap:wrap;justify-content:center;}
.partner-label{font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);}
.partner-divider{width:1px;height:24px;background:var(--border);}
.partner-logo-pill{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:10px 20px;font-size:13px;font-weight:800;color:var(--navy);transition:border-color .2s,transform .2s;}
.partner-logo-pill:hover{border-color:var(--navy);transform:translateY(-2px);}
.partner-logo-pill.napas{color:#003087;}
.partner-logo-pill.vcb{color:#00693E;}
.partner-logo-pill.bidv{color:#005BAA;}
.partner-logo-pill.baokim{color:var(--orange);}
#cta{background:var(--navy);padding:100px var(--rail-side);text-align:center;position:relative;overflow:hidden;width:100vw;left:50%;margin-left:-50vw;}
#cta::before{content:'';position:absolute;top:-40%;left:50%;transform:translateX(-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(232,66,13,.15) 0%,transparent 70%);pointer-events:none;}
#cta::after{content:'CASH+';position:absolute;bottom:-20px;right:-20px;font-size:160px;font-weight:900;color:rgba(255,255,255,.03);letter-spacing:-4px;pointer-events:none;line-height:1;}
.cta-inner{max-width:600px;margin:0 auto;position:relative;z-index:1;}
.cta-tag{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--orange);margin-bottom:var(--sp-3);}
#cta h2{color:white;font-size:clamp(30px,4.5vw,52px);line-height:1.18;margin-bottom:var(--sp-2);max-width:520px;margin-left:auto;margin-right:auto;}
#cta h2 em{color:var(--orange);}
#cta .section-desc{color:rgba(255,255,255,.5);margin:0 auto 40px;}
.cta-buttons{display:flex;gap:var(--sp-2);justify-content:center;flex-wrap:wrap;}
.btn-white{display:inline-flex;align-items:center;gap:8px;background:white;color:var(--navy);padding:16px 36px;border-radius:100px;font-size:15px;font-weight:700;text-decoration:none;transition:transform .2s,background .2s;}
.btn-white:hover{background:var(--orange);color:white;transform:translateY(-2px);}
.btn-outline-white{display:inline-flex;align-items:center;gap:8px;background:transparent;color:rgba(255,255,255,.7);padding:16px 32px;border-radius:100px;font-size:15px;font-weight:600;text-decoration:none;border:2px solid rgba(255,255,255,.2);transition:border-color .2s,color .2s,transform .2s;}
.btn-outline-white:hover{border-color:white;color:white;transform:translateY(-2px);}
.cta-trust{margin-top:var(--sp-4);font-size:12px;color:rgba(255,255,255,.3);font-weight:500;}
footer{background:#08080A;padding:100px var(--rail-side) 120px;width:100vw;position:relative;left:50%;margin-left:-50vw;}
.footer-inner{max-width:var(--rail);margin:0 auto;}
.footer-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:var(--sp-6);flex-wrap:wrap;gap:var(--sp-4);}
.footer-logo{font-weight:800;font-size:24px;text-decoration:none;}
.footer-logo .cash{color:white;}
.footer-logo .plus{color:var(--orange);}
.footer-tagline{font-size:13px;color:rgba(255,255,255,0.5);margin-top:8px;line-height:1.5;}
.footer-links{display:flex;gap:var(--grid-gap);flex-wrap:wrap;}
.footer-col h5{font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,0.35);margin-bottom:var(--sp-2);}
.footer-col a{display:block;font-size:14px;color:rgba(255,255,255,0.6);text-decoration:none;margin-bottom:10px;transition:color .2s;}
.footer-col a:hover{color:white;}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:32px;border-top:1px solid #222;flex-wrap:wrap;gap:var(--inner-gap);}
.footer-copy{font-size:12px;color:rgba(255,255,255,0.3);}
.footer-legal{display:flex;gap:var(--sp-3);}
.footer-legal a{font-size:12px;color:#666;text-decoration:none;transition:color .2s;}
.footer-legal a:hover{color:white;}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease;}
.reveal.visible{opacity:1;transform:translateY(0);}
.reveal-delay-1{transition-delay:.1s;}
.reveal-delay-2{transition-delay:.2s;}
.reveal-delay-3{transition-delay:.35s;}
.reveal-delay-4{transition-delay:.5s;}
.reveal-delay-5{transition-delay:.65s;}
.reveal-delay-6{transition-delay:.8s;}

/* Audience switcher */
#btn-user.active, #btn-merchant.active {
  color: white !important;
  border-bottom: 2px solid var(--orange) !important;
}
#user-content, #merchant-content {
  transition: opacity .3s ease;
}

/* ── Vietnamese typography system ── */

/* 1. Global: kill all hyphenation everywhere */
*{
  hyphens:none!important;
  -webkit-hyphens:none!important;
  -ms-hyphens:none!important;
  hanging-punctuation:none;
  overflow-wrap:break-word;
  word-break:keep-all;
}

/* 2. Body text — 0.03em makes diacritics breathe without looking spaced */
body{
  letter-spacing:0.03em;
  font-weight:400;
  line-height:1.7;
}

/* 3. Headings — tight tracking, heavy weight, balanced wrapping */
h1,h2,h3,h4{
  letter-spacing:-0.01em;
  font-weight:900;
  line-height:1.15;
  text-wrap:balance;
  -webkit-text-wrap:balance;
  hyphens:none!important;
  word-break:keep-all;
} /* largest — keep extra tight */
h2{letter-spacing:-0.015em;}
h3{letter-spacing:-0.01em;font-weight:800;}
h4{letter-spacing:0;font-weight:700;}

/* 4. Paragraphs and body copy */
p,li{
  letter-spacing:0.03em;
  line-height:1.8;
  font-weight:400;
  text-wrap:pretty;
  -webkit-text-wrap:pretty;
}

/* 5. Bold/strong — 700 everywhere, 900 inside headings */
b,strong{font-weight:700;}
h1 strong,h2 strong,h3 strong,h4 strong{font-weight:900;}
em{font-style:normal;} /* handled by color, not italic */

/* 6. Small utility labels — need extra breathing for all-caps */
.section-label,.map-stop-tag,.cta-tag,.cta-trust,.footer-bottom,
thead th, .compare-heading{
  letter-spacing:0.08em;
}

/* 7. Section desc and hero sub — body size, slightly more spacing */
.section-desc,.hero-sub{
  letter-spacing:0.03em;
  line-height:1.85;
  font-weight:400;
}

/* 8. Compare text — unified size and weight */
.cmp-text{
  letter-spacing:0.025em;
  line-height:1.75;
}

/* 9. Step cards and map text */
.step-card p,.map-notif-text{
  letter-spacing:0.03em;
  line-height:1.8;
}

/* 10. Buttons — slightly tighter, medium weight */
.btn-primary,.btn-secondary,.btn-white,.btn-outline-white{
  letter-spacing:0.01em;
  font-weight:700;
}

/* 11. Nav links */
.nav-links a{letter-spacing:0.02em;}

/* 12. Prevent text-wrap:balance breaking inline styles */
[style*="font-size:clamp"]{
  text-wrap:balance;
  -webkit-text-wrap:balance;
  hyphens:none!important;
  word-break:keep-all;
}
/* ── Steps Journey – Fullscreen Slide ── */
#steps-journey {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  overflow: hidden;
  background: var(--off);
  padding-top: 60px;
}
#steps-journey .sj-header {
  position: relative;
  z-index: 10;
  padding: 48px 0 0;
  width: 100%;
  text-align: center;
  pointer-events: none;
}
#steps-journey .sj-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#steps-journey .sj-label::before,
#steps-journey .sj-label::after {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: rgba(232,66,13,.4);
}
#steps-journey h2.sj-title {
  white-space: nowrap;
  color: var(--navy);
  font-size: clamp(28px, 4vw, 52px);
  margin-bottom: 10px;
}
#steps-journey h2.sj-title em { color: var(--orange); }
#steps-journey .sj-sub {
  font-size: 15px;
  color: var(--muted);
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.6;
}
.sj-track-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 48px;
  touch-action: pan-y;
}
.sj-track {
  display: flex;
  transition: transform .55s cubic-bezier(.4,0,.2,1);
  will-change: transform;
}
.sj-slide {
  flex: 0 0 100%;
  width: 100%;
  padding: 0 var(--rail-side) 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.sj-slide-inner {
  width: 100%;
  max-width: 900px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 24px 0 40px;
}
.sj-visual {
  aspect-ratio: 9/14;
  max-height: 520px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.sj-visual-bg {
  position: absolute;
  inset: 0;
  border-radius: inherit;
}
.sj-visual-emoji {
  font-size: 96px;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 16px 40px rgba(0,0,0,.4));
  animation: floatBig 3s ease-in-out infinite;
}
@keyframes floatBig {
  0%,100%{transform:translateY(0);}
  50%{transform:translateY(-14px);}
}
.sj-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sj-step-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(27,32,112,.06);
  border: 1px solid rgba(27,32,112,.12);
  padding: 6px 14px;
  border-radius: 100px;
  width: fit-content;
}
.sj-step-num-circle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--orange);
  color: white;
  font-size: 11px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sj-step-pill span {
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: .04em;
}
.sj-text h3 {
  font-size: clamp(26px, 3.2vw, 42px);
  font-weight: 900;
  color: var(--navy);
  line-height: 1.15;
  letter-spacing: -.02em;
}
.sj-text h3 em { color: var(--orange); }
.sj-text p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.75;
  max-width: 380px;
}
.sj-time-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--orange);
  background: rgba(232,66,13,.1);
  border: 1px solid rgba(232,66,13,.25);
  padding: 8px 16px;
  border-radius: 100px;
  width: fit-content;
}
.sj-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 28px var(--rail-side) 56px;
  position: relative;
  z-index: 10;
}
.sj-nav-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(27,32,112,.08);
  border: 1px solid rgba(27,32,112,.12);
  color: var(--navy);
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s, transform .2s;
  flex-shrink: 0;
}
.sj-nav-btn:hover { background: var(--orange); color: white; transform: scale(1.08); }
.sj-nav-btn:disabled { opacity: .25; cursor: default; }
.sj-nav-btn:disabled:hover { background: rgba(27,32,112,.08); color: var(--navy); transform: none; }
.sj-dots { display: flex; align-items: center; gap: 8px; }
.sj-dot {
  height: 6px;
  border-radius: 3px;
  background: rgba(27,32,112,.15);
  cursor: pointer;
  transition: width .35s cubic-bezier(.4,0,.2,1), background .35s;
  width: 6px;
}
.sj-dot.active { width: 28px; background: var(--orange); }
.sj-swipe-hint {
  position: absolute;
  bottom: 100px;
  right: var(--rail-side);
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--muted);
  font-weight: 500;
  letter-spacing: .04em;
  animation: hintPulse 2s ease 1.5s 3 forwards;
  pointer-events: none;
}
@keyframes hintPulse {
  0%,100%{opacity:1;transform:translateX(0);}
  50%{opacity:.5;transform:translateX(6px);}
}
.sj-swipe-hint svg { flex-shrink: 0; }
@media(max-width:768px){
  .sj-slide { padding: 0 20px; }
  .sj-slide-inner { grid-template-columns: 1fr; gap: 28px; padding: 28px 0 72px; }
  .sj-visual { aspect-ratio: 4/3; max-height: 240px; width: 100%; border-radius: 20px; }
  .sj-visual-emoji { font-size: 64px; }
  .sj-text h3 { font-size: clamp(22px,6vw,28px); }
  .sj-text p { font-size: 14px; max-width: 100%; }
  #steps-journey .sj-header { padding-top: 48px; padding-left: 20px; padding-right: 20px; }
  .sj-swipe-hint { right: 20px; bottom: 80px; }
  .sj-bottom { padding: 0px 20px 40px; gap: 16px; margin-top: -20px; }
}


---



/* ── Feature Teaser 3 Cards ── */
#feature-teaser {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  background: white;
  padding: 120px 0;
}
.ft-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 80px;
}
.ft-header {
  text-align: center;
  margin-bottom: 64px;
}
.ft-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.ft-label::before,
.ft-label::after {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: rgba(232,66,13,.4);
}
.ft-title {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 900;
  color: var(--navy);
  line-height: 1.1;
  letter-spacing: -0.03em;
}
.ft-title em {
  color: var(--orange);
  font-style: normal;
}
.ft-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.ft-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 3/4;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
  cursor: pointer;
  background: var(--navy);
  transition: transform .35s cubic-bezier(.4,0,.2,1), box-shadow .35s;
}
.ft-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 40px 80px rgba(27,32,112,0.22);
}
.ft-card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.4,0,.2,1);
}
.ft-card:hover .ft-card-img {
  transform: scale(1.05);
}
.ft-card-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  background: linear-gradient(135deg, var(--navy) 0%, #2d3a9e 100%);
}
.ft-card-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 35%,
    rgba(8,8,20,0.5) 60%,
    rgba(8,8,20,0.92) 100%
  );
  z-index: 1;
}
.ft-card-body {
  position: relative;
  z-index: 2;
  padding: 32px 32px 36px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ft-card-title {
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 900;
  color: white;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.ft-card-desc {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  line-height: 1.55;
}
.ft-card-arrow {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--orange);
  transition: gap .2s;
}
.ft-card:hover .ft-card-arrow {
  gap: 10px;
}
.ft-cta {
  text-align: center;
  margin-top: 48px;
}
.ft-cta a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--navy);
  color: white;
  padding: 16px 36px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: background .2s, transform .2s;
}
.ft-cta a:hover {
  background: var(--orange);
  transform: translateY(-2px);
}
@media(max-width:768px){
  #feature-teaser { padding: 80px 0; }
  .ft-inner { padding: 0 20px; }
  .ft-cards { grid-template-columns: 1fr; gap: 14px; }
  .ft-card { aspect-ratio: 4/3; }
  .ft-header { margin-bottom: 40px; }
}
/* ── Merchant Variety — Fullscreen ── */
#merchant-variety {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  background: var(--navy);
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 120px 0;
  overflow: hidden;
}
#merchant-variety::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(232,66,13,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.mv-inner {
  max-width: 1120px;
  margin: 0 auto;
  width: 100%;
  padding: 0 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.mv-left {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.mv-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(232,66,13,0.8);
  display: flex;
  align-items: center;
  gap: 10px;
}
.mv-label::before {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: var(--orange);
  border-radius: 2px;
}
.mv-headline {
  font-size: clamp(40px, 5.5vw, 72px);
  font-weight: 900;
  color: white;
  line-height: 1.15;
  letter-spacing: -0.03em;
}
.mv-headline em {
  color: var(--orange);
  font-style: normal;
}
.mv-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.5);
  line-height: 1.75;
  max-width: 400px;
}
.mv-stats {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.mv-stat {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.mv-stat-num {
  font-size: 48px;
  font-weight: 900;
  color: var(--orange);
  line-height: 1;
  letter-spacing: -0.03em;
}
.mv-stat-label {
  font-size: 14px;
  color: white;
  line-height: 1.5;
  max-width: 160px;
  align-self: center;
}
.mv-right {
  position: relative;
  height: 480px;
}
.mv-pill {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 700;
  color: white;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(8px);
  white-space: nowrap;
  animation: floatPill 4s ease-in-out infinite;
}
.mv-pill span:first-child { font-size: 20px; }
.mv-pill.active {
  background: var(--orange);
  border-color: var(--orange);
  box-shadow: 0 8px 32px rgba(232,66,13,0.35);
}
.mv-pill.large { font-size: 15px; padding: 16px 24px; }
.mv-pill.small { font-size: 12px; padding: 10px 16px; color: white; }
@keyframes floatPill {
  0%,100% { transform: translateY(0px); }
  50% { transform: translateY(-8px); }
}
.mv-pill:nth-child(1) { top: 0%; left: 5%; animation-delay: 0s; }
.mv-pill:nth-child(2) { top: 8%; left: 45%; animation-delay: 0.4s; }
.mv-pill:nth-child(3) { top: 22%; left: 20%; animation-delay: 0.8s; }
.mv-pill:nth-child(4) { top: 28%; left: 58%; animation-delay: 0.3s; }
.mv-pill:nth-child(5) { top: 44%; left: 0%; animation-delay: 0.6s; }
.mv-pill:nth-child(6) { top: 48%; left: 42%; animation-delay: 1s; }
.mv-pill:nth-child(7) { top: 62%; left: 15%; animation-delay: 0.2s; }
.mv-pill:nth-child(8) { top: 66%; left: 55%; animation-delay: 0.7s; }
.mv-pill:nth-child(9) { top: 80%; left: 5%; animation-delay: 0.5s; }
.mv-pill:nth-child(10) { top: 82%; left: 48%; animation-delay: 0.9s; }
@media(max-width:768px){
  #merchant-variety { padding: 80px 0; min-height: unset; }
  .mv-inner { grid-template-columns: 1fr; gap: 48px; padding: 0 20px; }
  .mv-right { height: 320px; }
  .mv-headline { font-size: clamp(36px,10vw,52px); }
  .mv-pill { font-size: 12px; padding: 10px 14px; }
  .mv-pill span:first-child { font-size: 16px; }
}
/* ── Security Section ── */
#security-section {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  min-height: 100vh;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-inner {
  max-width: 1120px;
  margin: 0 auto;
  width: 100%;
  padding: 120px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}
.sec-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}
.sec-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--orange);
  display: flex;
  align-items: center;
  gap: 10px;
}
.sec-eyebrow::before,
.sec-eyebrow::after {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: rgba(232,66,13,.4);
}
.sec-big-headline {
  font-size: clamp(52px, 8vw, 110px);
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -0.04em;
  color: var(--navy);
}
.sec-big-headline em {
  color: var(--orange);
  font-style: normal;
}
.sec-big-sub {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.7;
  max-width: 440px;
}
.sec-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  max-width: 720px;
}
.sec-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 22px;
  background: var(--navy);
  border-radius: 100px;
  font-size: 13px;
  font-weight: 700;
  color: white;
  white-space: nowrap;
  transition: background .2s, transform .2s;
}
.sec-pill:hover {
  background: var(--orange);
  transform: translateY(-3px);
}
.sec-pill-icon { font-size: 16px; }
.sec-pill.highlight {
  background: var(--orange);
  box-shadow: 0 8px 32px rgba(232,66,13,0.3);
}
.sec-pill.highlight:hover { background: var(--navy); }
.sec-partners {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  background: var(--off);
  padding: 20px 40px;
  border-radius: 20px;
  border: 1px solid var(--border);
  flex-wrap: nowrap;
}
.sec-partners-label {
  font-size: 12px;
  font-weight: 700;
  color: var(--navy);
  white-space: nowrap;
}
.sec-partners-divider {
  width: 1px;
  height: 20px;
  background: var(--border);
}
@media(max-width:768px){
  #security-section { min-height: unset; }
  .sec-inner { padding: 80px 20px; gap: 40px; }
  .sec-big-headline { font-size: clamp(40px, 11vw, 64px); }
  .sec-big-sub { font-size: 14px; max-width: 100%; }
  .sec-pills { gap: 8px; }
  .sec-pill { padding: 11px 16px; font-size: 12px; }
  .sec-partners { padding: 16px 20px; gap: 12px; flex-wrap: wrap; }
  .sec-partners-label { text-align: center; width: 100%; }
  .sec-partners-divider { display: none; }
}
/* ── Feature Teaser 3 Cards ── */
#feature-teaser {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  background: var(--navy);
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 120px 0;
  overflow: hidden;
}
#feature-teaser::before {
  content: '';
  position: absolute;
  top: -20%;
  left: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(232,66,13,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.ft-inner {
  max-width: 1120px;
  margin: 0 auto;
  width: 100%;
  padding: 0 80px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.ft-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ft-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(232,66,13,0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.ft-eyebrow::before,
.ft-eyebrow::after {
  content: '';
  display: block;
  width: 24px;
  height: 1px;
  background: rgba(232,66,13,0.4);
}
.ft-title {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 900;
  color: white;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
.ft-title em {
  color: var(--orange);
  font-style: normal;
}
.ft-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.ft-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 3/4;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
  cursor: pointer;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  transition: transform .35s cubic-bezier(.4,0,.2,1), box-shadow .35s;
}
.ft-card:hover {
  transform: translateY(-10px) scale(1.01);
  box-shadow: 0 40px 80px rgba(0,0,0,0.4);
}
.ft-card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.4,0,.2,1);
}
.ft-card:hover .ft-card-img {
  transform: scale(1.05);
}
.ft-card-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  background: linear-gradient(135deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.01) 100%);
}
.ft-card-num {
  position: absolute;
  top: 24px;
  right: 28px;
  font-size: 80px;
  font-weight: 900;
  color: rgba(255,255,255,0.06);
  line-height: 1;
  letter-spacing: -0.04em;
  z-index: 1;
  transition: color .3s;
}
.ft-card:hover .ft-card-num {
  color: rgba(232,66,13,0.12);
}
.ft-card-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 30%,
    rgba(4,6,20,0.5) 60%,
    rgba(4,6,20,0.95) 100%
  );
  z-index: 2;
}
.ft-card-body {
  position: relative;
  z-index: 3;
  padding: 28px 28px 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ft-card-title {
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 900;
  color: white;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.ft-card-desc {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  line-height: 1.55;
}
.ft-card-arrow {
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: var(--orange);
  letter-spacing: .05em;
  text-transform: uppercase;
  transition: gap .2s;
}
.ft-card:hover .ft-card-arrow { gap: 12px; }
.ft-cta {
  text-align: center;
}
.ft-cta a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: white;
  color: var(--navy);
  padding: 16px 40px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: background .2s, transform .2s, color .2s;
}
.ft-cta a:hover {
  background: var(--orange);
  color: white;
  transform: translateY(-2px);
}
@media(max-width:768px){
  #feature-teaser { padding: 80px 0; min-height: unset; }
  .ft-inner { padding: 0 20px; gap: 40px; }
  .ft-cards { grid-template-columns: 1fr; gap: 16px; }
  .ft-card { aspect-ratio: 4/3; }
  .ft-card-num { font-size: 56px; }
}
/* ── Affiliate Section ── */
#affiliate-section {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  background: var(--navy);
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 120px 0;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,0.08);
}
#affiliate-section::before {
  content: '';
  position: absolute;
  bottom: -20%;
  right: -10%;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(232,66,13,0.1) 0%, transparent 70%);
  pointer-events: none;
}
.aff-inner {
  max-width: 1120px;
  margin: 0 auto;
  width: 100%;
  padding: 0 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.aff-left {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.aff-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(232,66,13,0.8);
  display: flex;
  align-items: center;
  gap: 10px;
}
.aff-label::before {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: var(--orange);
  border-radius: 2px;
}
.aff-big-num {
  font-size: clamp(80px, 14vw, 180px);
  font-weight: 900;
  color: var(--orange);
  line-height: 1;
  letter-spacing: -0.04em;
}
.aff-big-sub {
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 900;
  color: white;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.aff-math-preview {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
}
.aff-math-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: rgba(255,255,255,0.5);
}
.aff-math-row strong {
  color: white;
  font-weight: 800;
  font-size: 15px;
}
.aff-math-row.total {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 12px;
  margin-top: 4px;
}
.aff-math-row.total strong {
  color: var(--orange);
  font-size: 18px;
}
.aff-right {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.aff-headline {
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 900;
  color: white;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.aff-headline em {
  color: var(--orange);
  font-style: normal;
}
.aff-desc {
  font-size: 16px;
  color: rgba(255,255,255,0.55);
  line-height: 1.75;
  max-width: 420px;
}
.aff-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
@media(max-width:768px){
  .aff-pills { flex-wrap: wrap; }
  .aff-pill { font-size: 12px; padding: 10px 14px; }
}
.aff-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 100px;
  font-size: 13px;
  font-weight: 700;
  color: white;
  white-space: nowrap;
}
.aff-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--orange);
  color: white;
  padding: 16px 36px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  width: fit-content;
  transition: background .2s, transform .2s;
}
.aff-cta:hover {
  background: white;
  color: var(--navy);
  transform: translateY(-2px);
}
/* dropdown math */
.aff-calc {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  overflow: hidden;
}
.aff-calc-toggle {
  width: 100%;
  padding: 18px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  color: white;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
}
.aff-calc-toggle span:last-child {
  color: var(--orange);
  font-size: 18px;
  transition: transform .3s;
}
.aff-calc-toggle.open span:last-child {
  transform: rotate(45deg);
}
.aff-calc-body {
  max-height: 0;
  overflow: hidden;
  padding: 0 24px;
  flex-direction: column;
  gap: 16px;
  display: flex;
  transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1), padding 0.4s ease;
}
.aff-calc-body.open {
  padding: 0 24px 24px;
}
.aff-calc-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.aff-calc-label {
  font-size: 12px;
  color: rgba(255,255,255,0.4);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.aff-calc-input {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  padding: 12px 16px;
  color: white;
  font-size: 15px;
  font-weight: 700;
  font-family: inherit;
  width: 100%;
}
.aff-calc-result {
  background: var(--orange);
  border-radius: 12px;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aff-calc-result-label {
  font-size: 13px;
  color: rgba(255,255,255,0.8);
  font-weight: 600;
}
.aff-calc-result-num {
  font-size: 24px;
  font-weight: 900;
  color: white;
}
@media(max-width:768px){
  #affiliate-section { padding: 80px 0; min-height: unset; overflow:hidden; }
  .aff-inner { grid-template-columns: 1fr; gap: 56px; padding: 0 20px; box-sizing:border-box; width:100%; }
  .aff-big-num { font-size: clamp(80px,20vw,120px); }
  .aff-desc { max-width: 100%; }
  .aff-calc { width: 100%; box-sizing: border-box; }
  .aff-pills { flex-wrap: wrap; }
  .aff-pill { font-size: 12px; padding: 10px 14px; }
}
@media(max-width:768px){
  .phone-mockup-grid { grid-template-columns: 1fr !important; max-width: 320px !important; }
  .compare-grid { grid-template-columns: 1fr !important; }
  .compare-col { padding: 20px 16px !important; }
  .cmp-text { font-size: 13px !important; }
  .compare-items { gap: 16px !important; }
}
/* ── Hero ── */
#hero-wrap {
  background: var(--off);
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  overflow-x: hidden;
}
#hero {
  min-height: 100vh;
  padding: 120px 0 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.hero-left {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
h1 {
  font-weight: 900;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--navy);
  hyphens: none;
  word-break: keep-all;
}
h1 em { font-style: normal; color: var(--orange); }
.hero-sub {
  font-size: clamp(15px, 1.5vw, 18px);
  color: var(--muted);
  line-height: 1.8;
  max-width: 460px;
}
.hero-sub strong { color: var(--text); font-weight: 700; }
.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--navy);
  color: white;
  padding: 16px 32px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform .2s, background .2s;
}
.btn-primary:hover { background: var(--orange); transform: translateY(-2px); }
.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--navy);
  padding: 16px 28px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid var(--border);
  transition: border-color .2s, transform .2s;
}
.btn-secondary:hover { border-color: var(--navy); transform: translateY(-2px); }
.hero-trust {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: nowrap;
}
.hero-trust-label {
  font-size: 12px;
  color: var(--muted);
  font-weight: 500;
  white-space: nowrap;
}
.hero-trust-logos {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
}
.hero-right {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Notification Stack */
.notif-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 400px;
  position: relative;
}
.notif-card {
  background: white;
  border-radius: 20px;
  padding: 20px 24px;
  box-shadow: 0 8px 40px rgba(27,32,112,0.10);
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border: 1px solid var(--border);
  animation: notifDrop .5s cubic-bezier(.34,1.56,.64,1) both;
}
.notif-card:nth-child(1) { animation-delay: 0.3s; }
.notif-card:nth-child(2) { animation-delay: 0.6s; }
.notif-card:nth-child(3) { animation-delay: 0.9s; }
.notif-card.highlight {
  border-color: rgba(22,163,74,0.3);
  box-shadow: 0 8px 40px rgba(22,163,74,0.12);
}
@keyframes notifDrop {
  from { opacity: 0; transform: translateY(-16px) scale(.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.notif-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}
.notif-card-icon.green { background: #dcfce7; }
.notif-card-icon.navy { background: rgba(27,32,112,0.08); }
.notif-card-icon.orange { background: rgba(232,66,13,0.08); }
.notif-card-body { flex: 1; min-width: 0; }
.notif-card-app {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  color: var(--muted);
  text-transform: uppercase;
  margin-bottom: 3px;
}
.notif-card-title {
  font-size: 14px;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 3px;
}
.notif-card-desc {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
}
.notif-card-desc strong { color: #16a34a; font-weight: 700; }
.notif-card-time {
  font-size: 10px;
  color: var(--muted);
  flex-shrink: 0;
  margin-top: 2px;
}
.notif-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--off);
  border: 1px solid var(--border);
  border-radius: 100px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
  margin-top: 4px;
  align-self: flex-start;
}
.notif-badge span { color: var(--orange); }
@media(max-width:768px){
  #hero { grid-template-columns: 1fr; padding: 90px 20px 60px; gap: 0; display: flex; flex-direction: column; }
  #hero .hero-right { order: 2; }
  #hero .hero-left { order: 1; display: contents; }
  #hero .hero-left h1 { order: 1; margin-bottom: 20px; }
  #hero .hero-right { order: 2; margin: 0 0 20px; }
  #hero .hero-sub-wrap { order: 3; }
  h1 { font-size: clamp(34px, 9vw, 48px); }
  .hero-sub { max-width: 100%; font-size: 14px; }
  .hero-actions { flex-direction: column; }
  .btn-primary, .btn-secondary { width: 100%; justify-content: center; }
  .hero-trust { flex-wrap: nowrap; gap: 8px; overflow: hidden; }
  .hero-trust-logos img { height: 16px !important; }
  
  .hero-extra-text { display: none; }
  .hero-left { gap: 0; }
  .hero-left h1 { margin-bottom: 0; }
  .hero-right { order: 1; margin: 24px 0; }
  .hero-sub-wrap { order: 2; }
  .notif-stack { max-width: 100%; }
  .notif-card:nth-child(2),
  .notif-card:nth-child(3) { display: none; }
  .notif-badge { display: none; }
  .notif-stack { position: relative; min-height: 100px; }
  .hero-actions { margin-top: 24px; }
  .hero-trust { margin-top: 24px; }
}
.section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.section-label::before {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: var(--orange);
  border-radius: 2px;
  flex-shrink: 0;
}

/* ── Merchant Turn Section ── */
.mer-turn{width:100vw;position:relative;left:50%;margin-left:-50vw;background:white;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:140px 80px;}
.mer-turn-inner{max-width:900px;width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:32px;}
.mer-turn-eyebrow{font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--orange);display:flex;align-items:center;gap:10px;}
.mer-turn-eyebrow::before{content:'';display:block;width:20px;height:2px;background:var(--orange);border-radius:2px;}
.mer-turn-headline{font-size:clamp(48px,7vw,96px);font-weight:900;line-height:1.05;letter-spacing:-0.03em;color:var(--navy);}
.mer-turn-headline em{font-style:normal;color:var(--orange);}
.mer-turn-sub{font-size:clamp(16px,1.8vw,20px);color:var(--text);line-height:1.8;max-width:640px;}
.mer-turn-stats{display:flex;align-items:center;gap:0;width:100%;margin-top:24px;}
.mer-turn-stat{flex:1;display:flex;flex-direction:column;align-items:center;gap:12px;padding:40px 20px;}
.mer-turn-stat-num{font-size:clamp(48px,6vw,80px);font-weight:900;line-height:1;letter-spacing:-0.03em;}
.mer-turn-stat-label{font-size:14px;font-weight:600;color:var(--text);line-height:1.5;text-align:center;max-width:200px;}
.mer-turn-stat-divider{width:1px;height:80px;background:var(--border);flex-shrink:0;}
@media(max-width:768px){
  .mer-turn{padding:120px 20px;min-height:unset;}
  .mer-turn-stats{flex-direction:column;gap:0;}
  .mer-turn-stat{padding:32px 20px;width:100%;}
  .mer-turn-stat-divider{width:80px;height:1px;}
  .mer-turn-headline{font-size:clamp(40px,12vw,64px);}
}

#merchant em { font-style:italic; }

/* ── Merchant Features List ── */
.mer-feat{width:100vw;position:relative;left:50%;margin-left:-50vw;background:white;padding:160px 80px;display:flex;align-items:center;}
.mer-feat-inner{max-width:1120px;width:100%;margin:0 auto;display:flex;flex-direction:column;gap:64px;}
.mer-feat-header{display:flex;flex-direction:column;gap:16px;}
.mer-feat-eyebrow{font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--orange);display:flex;align-items:center;gap:10px;}
.mer-feat-eyebrow::before{content:'';display:block;width:20px;height:2px;background:var(--orange);border-radius:2px;flex-shrink:0;}
.mer-feat-headline{font-size:clamp(36px,5vw,72px);font-weight:900;line-height:1.05;letter-spacing:-0.03em;color:var(--navy);}
.mer-feat-list{display:flex;flex-direction:column;}
.mer-feat-row{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:32px 0;border-bottom:1px solid var(--border);}
.mer-feat-row:first-child{border-top:1px solid var(--border);}
.mer-feat-row-left{display:flex;align-items:center;gap:24px;flex:1;}
.mer-feat-row-icon{width:52px;height:52px;background:rgba(232,66,13,0.08);border:1px solid rgba(232,66,13,0.15);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0;}
.mer-feat-row-title{font-size:clamp(16px,1.6vw,20px);font-weight:800;color:var(--navy);margin-bottom:4px;}
.mer-feat-row-desc{font-size:14px;color:var(--muted);line-height:1.6;}
.mer-feat-row-pill{background:rgba(232,66,13,0.08);border:1px solid rgba(232,66,13,0.2);border-radius:100px;padding:8px 20px;font-size:12px;font-weight:700;color:var(--orange);white-space:nowrap;flex-shrink:0;}

/* ── Cross Data Section ── */
.mer-cross{width:100vw;position:relative;left:50%;margin-left:-50vw;background:var(--navy);padding:160px 80px;min-height:100vh;display:flex;align-items:center;}
.mer-cross-inner{max-width:1120px;width:100%;margin:0 auto;display:flex;flex-direction:column;gap:80px;}
.mer-cross-split{display:grid;grid-template-columns:1fr auto 1fr;gap:48px;align-items:center;}
.mer-cross-before{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);border-radius:20px;padding:40px;display:flex;flex-direction:column;gap:24px;}
.mer-cross-after{background:rgba(232,66,13,0.08);border:1px solid rgba(232,66,13,0.2);border-radius:20px;padding:40px;display:flex;flex-direction:column;gap:24px;}
.mer-cross-split-label{font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,0.4);}
.mer-cross-isolated,.mer-cross-connected{display:flex;flex-direction:column;gap:12px;}
.mer-cross-merchant{display:flex;align-items:center;gap:12px;font-size:14px;font-weight:600;color:rgba(255,255,255,0.5);background:rgba(255,255,255,0.04);border-radius:10px;padding:10px 16px;}
.mer-cross-merchant.bright{color:white;background:rgba(255,255,255,0.08);}
.mer-cross-wall{text-align:center;font-size:18px;opacity:0.3;}
.mer-cross-arrows{text-align:center;font-size:24px;color:var(--orange);}
.mer-cross-caption{font-size:13px;color:white;line-height:1.6;}
.mer-cross-divider{font-size:32px;color:rgba(255,255,255,0.2);}
.mer-cross-examples{display:flex;flex-direction:column;gap:24px;}
.mer-cross-ex-label{font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--orange);}
.mer-cross-cards{display:grid;grid-template-columns:1fr 1fr;gap:24px;}
.mer-cross-card{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.08);border-radius:20px;padding:36px;display:flex;flex-direction:column;gap:16px;transition:background .3s;}
.mer-cross-card:hover{background:rgba(255,255,255,0.08);}
.mer-cross-card-icons{font-size:32px;line-height:1;}
.mer-cross-card-title{font-size:18px;font-weight:800;color:white;line-height:1.3;}
.mer-cross-card-msg{font-size:14px;color:white;line-height:1.6;font-style:italic;border-left:2px solid var(--orange);padding-left:12px;}
.mer-cross-privacy{display:flex;align-items:center;gap:10px;font-size:13px;color:white;line-height:1.6;border-top:1px solid rgba(255,255,255,0.08);padding-top:32px;}

@media(max-width:768px){
  .mer-feat{padding:100px 20px;}
  .mer-feat-row{flex-direction:column;align-items:flex-start;gap:16px;}
  .mer-feat-row-pill{align-self:flex-start;}
  .mer-cross{padding:100px 20px;min-height:unset;}
  .mer-cross-split{grid-template-columns:1fr;gap:24px;}
  .mer-cross-divider{display:none;}
  .mer-cross-cards{grid-template-columns:1fr;}
}

/* ── Merchant Chain ── */
.mer-chain{display:flex;flex-direction:column;gap:0;width:100%;max-width:800px;}
.mer-chain-step{display:flex;align-items:center;gap:24px;padding:28px 32px;background:var(--off);border-radius:16px;position:relative;}
.mer-chain-step.highlight{background:white;border:1px solid var(--border);}
.mer-chain-icon{font-size:32px;flex-shrink:0;width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:rgba(232,66,13,0.06);border-radius:12px;}
.mer-chain-body{flex:1;}
.mer-chain-title{font-size:clamp(15px,1.5vw,18px);font-weight:800;color:var(--navy);margin-bottom:4px;}
.mer-chain-desc{font-size:13px;color:var(--muted);line-height:1.6;}
.mer-chain-stat{display:flex;flex-direction:column;align-items:center;flex-shrink:0;font-size:clamp(28px,3vw,40px);font-weight:900;line-height:1;letter-spacing:-0.03em;}
.mer-chain-stat span{font-size:11px;font-weight:600;color:var(--muted);margin-top:4px;letter-spacing:0;}
.mer-chain-arrow{text-align:center;font-size:24px;color:var(--navy);padding:4px 0;margin-left:26px;}
.mer-chain-source{font-size:11px;color:var(--muted);margin-top:8px;font-style:italic;}
.mer-chain-source::before{content:'Theo nguồn: ';}
.mer-turn{padding:160px 0 160px;background:var(--off);}
.mer-chain{gap:0;}
.mer-chain-step{margin-bottom:0;}
.mer-chain-arrow{padding:12px 0;margin-left:26px;}
@media(max-width:768px){
  .mer-chain-step{flex-wrap:wrap;gap:16px;padding:20px;}
  .mer-chain-stat{flex-direction:row;gap:8px;align-items:baseline;width:100%;}
  .mer-chain-stat span{font-size:13px;}
}

/* ── Merchant Pricing ── */
.mer-price{width:100vw;position:relative;left:50%;margin-left:-50vw;background:white;padding:160px 80px;min-height:100vh;display:flex;align-items:center;}
.mer-price-inner{max-width:1120px;width:100%;margin:0 auto;display:flex;flex-direction:column;gap:80px;}
.mer-price-headline{font-size:clamp(48px,7vw,96px);font-weight:900;line-height:1.0;letter-spacing:-0.04em;color:var(--navy);}
.mer-price-headline em{color:var(--orange);font-style:italic;}
.mer-price-rules{display:grid;grid-template-columns:1fr 1fr;gap:24px;}
.mer-price-rule{background:var(--off);border-radius:20px;padding:48px;display:flex;align-items:flex-start;gap:32px;border:2px solid transparent;transition:border .3s;}
.mer-price-rule.highlight{background:white;border:2px solid var(--border);}
.mer-price-rule-num{font-size:clamp(56px,6vw,80px);font-weight:900;line-height:1;letter-spacing:-0.04em;color:var(--navy);flex-shrink:0;}
.mer-price-rule-title{font-size:clamp(16px,1.6vw,20px);font-weight:800;color:var(--navy);margin-bottom:8px;}
.mer-price-rule-desc{font-size:14px;color:var(--muted);line-height:1.7;}
.mer-price-posm{background:var(--navy);border-radius:20px;padding:40px 48px;display:flex;align-items:center;justify-content:space-between;gap:32px;}
.mer-price-posm-left{display:flex;align-items:center;gap:24px;flex:1;}
.mer-price-posm-icon{font-size:36px;flex-shrink:0;}
.mer-price-posm-title{font-size:18px;font-weight:800;color:white;margin-bottom:6px;}
.mer-price-posm-desc{font-size:13px;color:rgba(255,255,255,0.6);line-height:1.6;}
.mer-price-posm-right{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0;}
.mer-price-posm-old{font-size:14px;color:rgba(255,255,255,0.3);text-decoration:line-through;}
.mer-price-posm-new{font-size:clamp(28px,3vw,40px);font-weight:900;color:white;letter-spacing:-0.03em;}
.mer-price-posm-badge{font-size:11px;font-weight:700;color:var(--orange);background:rgba(232,66,13,0.15);border:1px solid rgba(232,66,13,0.3);padding:4px 12px;border-radius:100px;}
.mer-price-compare{display:grid;grid-template-columns:1fr 1fr;gap:24px;}
.mer-price-compare-card{border-radius:20px;padding:48px;display:flex;flex-direction:column;gap:12px;}
.mer-price-compare-card.early{background:rgba(22,163,74,0.05);border:2px solid rgba(22,163,74,0.2);}
.mer-price-compare-card.late{background:rgba(232,66,13,0.05);border:2px solid rgba(232,66,13,0.2);}
.mer-price-compare-tag{font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);}
.mer-price-compare-card.early .mer-price-compare-tag{color:#16a34a;}
.mer-price-compare-card.late .mer-price-compare-tag{color:var(--orange);}
.mer-price-compare-num{font-size:clamp(48px,6vw,80px);font-weight:900;line-height:1;letter-spacing:-0.04em;}
.mer-price-compare-card.early .mer-price-compare-num{color:#16a34a;}
.mer-price-compare-card.late .mer-price-compare-num{color:var(--orange);}
.mer-price-compare-period{font-size:13px;color:white;margin-top:-4px;}
.mer-price-compare-desc{font-size:14px;color:white;line-height:1.7;margin-top:8px;}
.mer-price-scroll-hint{font-size:clamp(16px,2.5vw,20px);color:var(--orange);line-height:1.4;margin:32px auto 0;max-width:var(--rail);text-align:center;font-weight:700;}
@media(max-width:768px){
  .mer-price{padding:100px 20px;min-height:unset;}
  .mer-price-inner{gap:48px;}
  .mer-price-rules{grid-template-columns:1fr;}
  .mer-price-rule{flex-direction:column;gap:16px;padding:32px 24px;}
  .mer-price-posm{flex-direction:column;align-items:flex-start;padding:32px 24px;}
  .mer-price-posm-right{align-items:flex-start;}
  .mer-price-compare{grid-template-columns:1fr;}
  .mer-price-compare-card{padding:32px 24px;}
}

/* ── Pricing Fee Structure ── */
.mer-price-fee{display:flex;flex-direction:column;gap:32px;}
.mer-price-fee-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
.mer-price-fee-card{background:var(--off);border-radius:16px;padding:32px;display:flex;flex-direction:column;gap:12px;border:2px solid transparent;}
.mer-price-fee-card.highlight{background:white;border:2px solid rgba(232,66,13,0.2);}
.mer-price-fee-tag{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);}
.mer-price-fee-num{font-size:clamp(40px,5vw,64px);font-weight:900;line-height:1;letter-spacing:-0.04em;}
.mer-price-fee-desc{font-size:13px;color:var(--muted);line-height:1.6;}
.mer-price-fee-example{background:var(--navy);border-radius:16px;padding:32px 40px;}
.mer-price-fee-ex-label{font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--orange);margin-bottom:20px;}
.mer-price-fee-ex-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap;}
.mer-price-fee-ex-step{font-size:14px;color:rgba(255,255,255,0.85);line-height:1.5;}
.mer-price-fee-ex-arrow{font-size:18px;color:rgba(255,255,255,0.2);flex-shrink:0;}

/* ── FOMO block ── */
.mer-price-fomo{background:var(--navy);border-radius:20px;padding:48px;display:flex;align-items:center;gap:40px;}
.mer-price-fomo-num{font-size:clamp(64px,8vw,100px);font-weight:900;line-height:1;letter-spacing:-0.04em;color:var(--orange);flex-shrink:0;}
.mer-price-fomo-title{font-size:clamp(18px,2vw,24px);font-weight:800;color:white;margin-bottom:8px;}
.mer-price-fomo-desc{font-size:14px;color:rgba(255,255,255,0.6);line-height:1.7;}

@media(max-width:768px){
  .mer-price-fee-grid{grid-template-columns:1fr;}
  .mer-price-fee-example{padding:24px 20px;}
  .mer-price-fee-ex-row{flex-direction:column;align-items:flex-start;gap:12px;}
  .mer-price-fee-ex-arrow{transform:rotate(90deg);}
  .mer-price-fomo{flex-direction:column;gap:16px;padding:32px 24px;}
}

/* ── Pricing Scenarios ── */
.mer-price-scenarios{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
.mer-price-sc-card{border-radius:16px;padding:32px 28px;display:flex;flex-direction:column;gap:12px;}
.mer-price-sc-card.green{background:rgba(22,163,74,0.08);border:2px solid rgba(22,163,74,0.2);}
.mer-price-sc-card.orange{background:rgba(232,66,13,0.08);border:2px solid rgba(232,66,13,0.2);}
.mer-price-sc-num{font-size:clamp(22px,4vw,36px);font-weight:900;letter-spacing:.15em;color:white;}
.mer-price-sc-icon{font-size:40px;line-height:1;}
.mer-price-sc-title{font-size:15px;font-weight:800;color:white;line-height:1.3;}
.mer-price-sc-math{font-size:14px;color:white;line-height:1.6;}
.mer-price-sc-math strong{color:white;}
.mer-price-sc-note{font-size:12px;color:white;font-style:italic;margin-top:4px;}

/* ── ACT 5 CALCULATOR ── */
input[type=range].mm-range{-webkit-appearance:none;appearance:none;width:100%;height:6px;border-radius:100px;background:rgba(255,255,255,0.15);outline:none;cursor:pointer;}
input[type=range].mm-range::-webkit-slider-thumb{-webkit-appearance:none;width:28px;height:28px;border-radius:50%;background:var(--orange);border:3px solid white;box-shadow:0 2px 12px rgba(232,66,13,0.5);cursor:pointer;transition:transform .15s;}
input[type=range].mm-range::-webkit-slider-thumb:hover{transform:scale(1.2);}
input[type=range].mm-range::-moz-range-thumb{width:28px;height:28px;border-radius:50%;background:var(--orange);border:3px solid white;cursor:pointer;}
.mm-city-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:100px;font-size:13px;font-weight:700;border:1.5px solid rgba(255,255,255,0.15);background:rgba(255,255,255,0.05);color:rgba(255,255,255,0.6);cursor:pointer;font-family:'Be Vietnam Pro',sans-serif;transition:all .2s;}
.mm-city-btn:hover{border-color:rgba(255,255,255,0.4);color:white;}
.mm-city-btn.active{background:var(--orange);border-color:var(--orange);color:white;}
.mm-calc-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start;}
@media(max-width:900px){.mm-calc-grid{grid-template-columns:1fr;gap:32px;}}
@media(max-width:768px){
  #merchant-math{padding:80px 20px!important;}
  .mm-proof-grid{display:flex!important;overflow-x:auto!important;grid-template-columns:unset!important;padding-bottom:8px;-webkit-overflow-scrolling:touch;scrollbar-width:none;}
  .mm-proof-grid>div{flex:0 0 260px!important;min-width:0!important;}
}
@media(max-width:768px){
  .mer-price-scenarios{grid-template-columns:1fr;}
}


/*explore style start here

:root{
  --navy:#1B2070;--orange:#E8420D;--white:#FFFFFF;--off:#F6F6F8;--text:#0D0D14;--muted:#6B6B80;--border:#E2E2EA;
  --near-black:#08080A;
  --rail:1120px;
  --rail-side:max(clamp(24px,5vw,80px),calc((100vw - var(--rail)) / 2));
  --section-y:120px;
}
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;hyphens:none!important;-webkit-hyphens:none!important;word-break:normal!important;}
html{scroll-behavior:smooth;background:var(--navy);}
body{font-family:'Be Vietnam Pro',sans-serif;color:var(--text);overflow-x:hidden;-webkit-font-smoothing:antialiased;}

/* ── NAVBAR ── */
.ex-nav{position:fixed;top:0;left:0;right:0;z-index:300;height:64px;display:flex;align-items:center;padding:0 var(--rail-side);background:rgba(27,32,112,0.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,0.08);transition:background .3s;}
.ex-nav.light{background:rgba(255,255,255,0.95);border-bottom:1px solid var(--border);}
.ex-nav-logo{font-weight:800;font-size:22px;text-decoration:none;}
.ex-nav-logo .cash{color:white;transition:color .3s;}
.ex-nav-logo .plus{color:var(--orange);}
.ex-nav.light .ex-nav-logo .cash{color:var(--navy);}
.ex-nav.light .ex-nav-logo img{filter:none !important;}

/* ── SECTION BASE ── */
.ex-section{width:100%;position:relative;overflow:hidden;}

/* ── REVEAL ANIMATIONS ── */
.ex-reveal{opacity:0;transform:translateY(32px);transition:opacity .7s ease,transform .7s ease;}
.ex-reveal.visible{opacity:1;transform:translateY(0);}
.ex-d1{transition-delay:.1s;}.ex-d2{transition-delay:.2s;}.ex-d3{transition-delay:.3s;}.ex-d4{transition-delay:.45s;}

/* ═══════════════════════════════════
   SECTION 1 — DÙNG ĐƯỢC Ở ĐÂU
═══════════════════════════════════ */
#s-where{background:var(--navy);padding:calc(var(--section-y) + 64px) var(--rail-side) var(--section-y);min-height:100vh;display:flex;align-items:center;}
.where-inner{max-width:var(--rail);margin:0 auto;width:100%;text-align:center;}
.where-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--orange);margin-bottom:28px;}
.where-eyebrow::before,.where-eyebrow::after{content:'';display:block;width:24px;height:1px;background:rgba(232,66,13,.4);}
.where-headline{font-size:clamp(36px,7vw,88px);font-weight:900;line-height:1.05;letter-spacing:-0.03em;color:white;margin-bottom:20px;}
.where-headline em{color:var(--orange);font-style:normal;}
.where-sub{font-size:clamp(15px,1.8vw,18px);color:rgba(255,255,255,.45);line-height:1.8;margin-bottom:64px;max-width:480px;margin-left:auto;margin-right:auto;}
.where-stat{margin-bottom:56px;}
.stat-num-big{font-size:clamp(60px,12vw,140px);font-weight:900;color:var(--orange);line-height:1;letter-spacing:-0.04em;display:block;}
.where-bridge{font-size:clamp(15px,1.8vw,19px);color:rgba(255,255,255,.72);font-style:italic;font-weight:400;line-height:1.7;border-top:1px solid rgba(255,255,255,.06);padding-top:40px;max-width:600px;margin:0 auto;}
.where-bridge em{color:white;font-style:normal;font-weight:600;}
@keyframes blink2{0%,100%{opacity:1;}50%{opacity:.2;}}

/* ═══════════════════════════════════
   SECTION 2 — BẢN ĐỒ AI
═══════════════════════════════════ */
#s-aimap{background:var(--near-black);padding:var(--section-y) 0;}
.aimap-inner{max-width:1400px;margin:0 auto;padding:0 80px;}
.aimap-block{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;padding:80px 0;border-bottom:1px solid rgba(255,255,255,.06);min-width:0;}
.aimap-block:last-child{border-bottom:none;}
.aimap-block.flip .aimap-visual{order:-1;}
.aimap-text{min-width:0;overflow:hidden;}
.aimap-num{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--orange);margin-bottom:16px;margin-top:8px;display:flex;align-items:center;gap:10px;}
.aimap-num::before{content:'';display:block;width:20px;height:2px;background:var(--orange);border-radius:2px;}
.aimap-text h3{font-size:clamp(24px,3.5vw,40px);font-weight:900;color:white;line-height:1.2;letter-spacing:-.02em;margin-bottom:16px;}
.aimap-text h3 em{color:var(--orange);font-style:normal;}
.aimap-big-sub{font-size:clamp(14px,1.6vw,17px);color:rgba(255,255,255,.85);line-height:1.85;max-width:500px;margin:0 auto;}
.aimap-text p{font-size:clamp(14px,1.6vw,16px);color:rgba(255,255,255,.85);line-height:1.9;}
.aimap-visual{border-radius:24px;overflow:hidden;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.07);}
@media(min-width:769px){
  .aimap-block{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:80px;align-items:center;}
  .aimap-block>.aimap-text,.aimap-block>.aimap-visual{min-width:0;}
  .aimap-visual{width:100%;}
}
.map-mock{background:#141824;border-radius:20px;padding:24px;position:relative;min-height:280px;overflow:hidden;}
.map-mock-grid{position:absolute;inset:0;background:repeating-linear-gradient(0deg,rgba(255,255,255,.025) 0,rgba(255,255,255,.025) 1px,transparent 1px,transparent 40px),repeating-linear-gradient(90deg,rgba(255,255,255,.025) 0,rgba(255,255,255,.025) 1px,transparent 1px,transparent 40px);}
.map-mock-street-h{position:absolute;left:0;right:0;height:10px;background:rgba(255,255,255,.04);}
.map-mock-street-v{position:absolute;top:0;bottom:0;width:10px;background:rgba(255,255,255,.04);}
.map-user{position:absolute;transform:translate(-50%,-50%);z-index:5;}
.map-user-dot{width:14px;height:14px;border-radius:50%;background:#6366F1;border:3px solid white;}
.map-user-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:36px;height:36px;border-radius:50%;background:rgba(99,102,241,.15);animation:uring 2.5s ease-in-out infinite;}
@keyframes uring{0%,100%{transform:translate(-50%,-50%) scale(1);opacity:.6;}50%{transform:translate(-50%,-50%) scale(1.4);opacity:.15;}}
.map-pin-item{position:absolute;text-align:center;transform:translate(-50%,-100%);}
.map-pin-bubble{color:white;font-weight:900;border-radius:100px;white-space:nowrap;display:inline-block;padding:5px 10px;font-size:12px;box-shadow:0 4px 12px rgba(0,0,0,.4);}
.map-pin-tail{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;margin:0 auto;}
.map-notif-card{position:absolute;bottom:16px;left:16px;right:16px;background:rgba(10,10,20,.95);border:1px solid rgba(232,66,13,.3);border-radius:14px;padding:12px 14px;display:flex;align-items:center;gap:10px;}
.map-notif-icon{width:30px;height:30px;border-radius:8px;background:var(--orange);display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0;}
.map-notif-name{font-size:10px;font-weight:800;color:white;}
.map-notif-sub{font-size:9px;color:rgba(255,255,255,.4);margin-top:1px;}
.map-notif-rate{background:var(--orange);color:white;font-size:11px;font-weight:900;padding:4px 8px;border-radius:100px;flex-shrink:0;}
.pref-mock{background:#141824;border-radius:20px;padding:24px;}
.pref-title{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.35);margin-bottom:16px;}
.pref-row{display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.05);border-radius:12px;padding:12px 14px;margin-bottom:8px;}
.pref-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0;}
.pref-info{flex:1;min-width:0;}
.pref-name{font-size:13px;font-weight:700;color:white;margin-bottom:2px;}
.pref-sub{font-size:11px;color:rgba(255,255,255,.35);}
.pref-bar{height:4px;border-radius:2px;background:rgba(255,255,255,.08);margin-top:6px;overflow:hidden;}
.pref-bar-fill{height:100%;border-radius:2px;background:var(--orange);}
.pred-mock{background:#141824;border-radius:20px;padding:24px;}
.pred-title{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.35);margin-bottom:16px;}
.pred-card{background:rgba(232,66,13,.08);border:1px solid rgba(232,66,13,.2);border-radius:14px;padding:16px;}
.pred-new-badge{display:inline-flex;align-items:center;gap:4px;background:var(--orange);color:white;font-size:9px;font-weight:800;padding:3px 10px;border-radius:100px;margin-bottom:10px;letter-spacing:.06em;text-transform:uppercase;}
.pred-card-name{font-size:15px;font-weight:800;color:white;margin-bottom:4px;}
.pred-card-reason{font-size:12px;color:rgba(255,255,255,.45);line-height:1.6;margin-bottom:12px;}
.pred-card-bottom{display:flex;justify-content:space-between;align-items:center;}
.pred-cashback{font-size:18px;font-weight:900;color:var(--orange);}
.pred-dist{font-size:12px;color:rgba(255,255,255,.35);}
.aimap-tag{display:inline-flex;align-items:center;gap:8px;background:rgba(232,66,13,.12);color:var(--orange);font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;padding:6px 16px;border-radius:100px;margin-bottom:28px;}
.aimap-tag-dot{width:6px;height:6px;border-radius:50%;background:var(--orange);animation:blink 1.4s ease infinite;}
@keyframes blink{0%,100%{opacity:1;}50%{opacity:.3;}}
.aimap-big-title{font-size:clamp(28px,4vw,56px);font-weight:900;color:white;line-height:1.1;letter-spacing:-0.025em;margin-bottom:20px;}
.aimap-big-title em{color:var(--orange);font-style:normal;}
.aimap-big-sub{font-size:clamp(14px,1.6vw,17px);color:rgba(255,255,255,.85);line-height:1.85;max-width:500px;margin:0 auto;}
/* Journey */
.s2-journey{padding:80px var(--rail-side);}
.s2-jtitle{text-align:center;margin-bottom:48px;}
.s2-jtitle h2{font-size:clamp(24px,3.5vw,44px);font-weight:900;color:white;line-height:1.2;letter-spacing:-.02em;margin-bottom:12px;}
.s2-jtitle h2 em{color:var(--orange);font-style:normal;}
.s2-jtitle p{font-size:14px;color:rgba(255,255,255,.85);letter-spacing:.03em;}
.jw{background:#0C0C14;border-radius:24px;padding:32px 28px;max-width:var(--rail);margin:0 auto;}
.jstops{display:flex;align-items:center;margin-bottom:28px;}
.jstop{flex:1;text-align:center;padding:10px 4px;border-radius:12px;cursor:pointer;transition:background .2s;}
.jstop:hover{background:rgba(232,66,13,.06);}
.jstop.active{background:rgba(232,66,13,.1);}
.jicon{width:34px;height:34px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:900;color:white;margin:0 auto 6px;transition:background .3s;}
.jstop.active .jicon{background:var(--orange);}
.jstop:not(.active) .jicon{background:rgba(255,255,255,.07);}
.jtime{font-size:9px;color:rgba(255,255,255,.7);font-weight:700;letter-spacing:.06em;margin-bottom:2px;}
.jlabel{font-size:10px;font-weight:600;}
.jstop.active .jlabel{color:white;}
.jstop:not(.active) .jlabel{color:rgba(255,255,255,.7);}
.jconn{flex:0 0 6px;height:2px;background:rgba(255,255,255,.07);border-radius:2px;margin-bottom:18px;transition:background .4s;}
.jconn.passed{background:var(--orange);}
.jcard{background:rgba(232,66,13,.08);border:1px solid rgba(232,66,13,.2);border-radius:16px;padding:20px;}
.jctop{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;}
.jclabel{font-size:9px;color:var(--orange);font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:6px;}
.jcmsg{font-size:13px;color:white;font-weight:700;line-height:1.5;}
.jcearn{text-align:right;flex-shrink:0;}
.jcamt{font-size:22px;font-weight:900;color:var(--orange);line-height:1;}
.jcalab{font-size:9px;color:rgba(255,255,255,.3);margin-top:2px;}
.jcstats{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px;}
.jcstat{background:rgba(255,255,255,.07);border-radius:8px;padding:7px 11px;}
.jcslabel{font-size:9px;color:rgba(255,255,255,.3);margin-bottom:2px;}
.jcsval{font-size:12px;color:white;font-weight:700;}
.jcpredict{padding:10px 12px;background:rgba(27,32,112,.6);border-left:2px solid rgba(27,32,112,.8);border-radius:0 8px 8px 0;}
.jcplabel{font-size:9px;color:rgba(255, 255, 255, 0.658);letter-spacing:.06em;text-transform:uppercase;margin-bottom:3px;}
.jcptext{font-size:11px;color:rgba(255,255,255,.6);line-height:1.55;}
.jtotal{margin-top:20px;text-align:center;padding:14px;background:rgba(232,66,13,.07);border-radius:12px;border:1px dashed rgba(232,66,13,.2);}
.jtlabel{font-size:11px;color:rgba(255,255,255,.28);letter-spacing:.05em;margin-bottom:4px;}
.jtnum{font-size:26px;font-weight:900;color:var(--orange);}

/* ═══════════════════════════════════
   SECTION 3 — GETTING STARTED
═══════════════════════════════════ */
#s-inapp{background:white;}
.gs-wrap{padding:var(--section-y) var(--rail-side);background:white;}
.gs-inner{max-width:var(--rail);margin:0 auto;}
.gs-eyebrow{font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--orange);margin-bottom:16px;display:flex;align-items:center;gap:10px;}
.gs-eyebrow::before{content:'';display:block;width:20px;height:2px;background:var(--orange);border-radius:2px;}
.gs-title{font-size:clamp(28px,4.5vw,56px);font-weight:900;color:var(--navy);line-height:1.1;letter-spacing:-.025em;margin-bottom:14px;}
.gs-title em{color:var(--orange);font-style:normal;}
.gs-sub{font-size:clamp(14px,1.6vw,17px);color:var(--muted);line-height:1.8;max-width:500px;margin-bottom:64px;}
.gs-steps{display:flex;flex-direction:column;gap:0;margin-bottom:64px;}
.gs-split-step{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;padding:64px 0;border-bottom:1px solid var(--border);}
.gs-split-step:last-child{border-bottom:none;}
.gs-split-step.flip .gs-split-visual{order:-1;}
.gs-split-visual{background:var(--off);border-radius:20px;padding:24px;}
.gs-split-text{padding:0 8px;}
.gs-mock-screen{background:white;border-radius:16px;padding:16px;border:1px solid var(--border);}
.gs-mock-header{display:flex;align-items:center;gap:8px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--border);}
.gs-mock-dot{width:8px;height:8px;border-radius:50%;background:var(--navy);flex-shrink:0;}
.gs-mock-title{font-size:12px;font-weight:700;color:var(--navy);}
.gs-mock-qr-frame{position:relative;width:140px;height:140px;margin:0 auto 12px;display:flex;align-items:center;justify-content:center;}
.gs-mock-qr-corner{position:absolute;width:20px;height:20px;border-color:var(--orange);border-style:solid;}
.gs-mock-qr-corner.tl{top:0;left:0;border-width:3px 0 0 3px;}
.gs-mock-qr-corner.tr{top:0;right:0;border-width:3px 3px 0 0;}
.gs-mock-qr-corner.bl{bottom:0;left:0;border-width:0 0 3px 3px;}
.gs-mock-qr-corner.br{bottom:0;right:0;border-width:0 3px 3px 0;}
.gs-mock-qr-inner{position:relative;z-index:2;}
.gs-mock-scan-line{position:absolute;left:8px;right:8px;height:2px;background:rgba(232,66,13,.5);animation:scanMove 2s ease-in-out infinite;top:20%;}
@keyframes scanMove{0%,100%{top:20%;}50%{top:75%;}}
.gs-mock-hint{text-align:center;font-size:11px;color:var(--muted);}
.gs-step-tag{font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--orange);margin-bottom:8px;}
.gs-split-text h4{font-size:clamp(16px,2vw,22px);font-weight:800;color:var(--navy);line-height:1.25;margin-bottom:8px;letter-spacing:-.01em;}
.gs-split-text p{font-size:14px;color:var(--muted);line-height:1.8;}
.gs-step-badge{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;padding:5px 14px;border-radius:100px;margin-top:12px;}
.gs-step-badge.orange{background:rgba(232,66,13,.08);color:var(--orange);}
.gs-step-badge.green{background:rgba(22,163,74,.08);color:#16a34a;}
.gs-step-badge.navy{background:rgba(27,32,112,.08);color:var(--navy);}
/* QR Warning */
.qr-warn-wrap{background:var(--navy);border-radius:24px;padding:clamp(28px,4vw,56px);margin-top:56px;overflow:hidden;}
.qr-warn-top{text-align:center;margin-bottom:40px;}
.qr-warn-eyebrow{font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.3);margin-bottom:12px;}
.qr-warn-top h3{font-size:clamp(20px,3vw,32px);font-weight:900;color:white;line-height:1.2;margin-bottom:12px;}
.qr-warn-top h3 em{color:var(--orange);font-style:normal;}
.qr-warn-top p{font-size:clamp(13px,1.4vw,15px);color:rgba(255,255,255,.5);line-height:1.75;max-width:520px;margin:0 auto;}
.qr-warn-top p em{color:rgba(255,255,255,.85);font-style:normal;font-weight:700;}
.qr-compare{display:grid;grid-template-columns:1fr 1fr;gap:16px;max-width:560px;margin:0 auto;overflow:hidden;}
.qr-box{border-radius:16px;padding:24px;text-align:center;position:relative;overflow:hidden;}
.qr-box.yes{background:rgba(232,66,13,.08);border:1px solid rgba(232,66,13,.25);}
.qr-box.no{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);}
.qr-box-qr{width:80px;height:80px;display:grid;grid-template-columns:repeat(5,1fr);gap:2px;margin:0 auto 14px;border-radius:6px;overflow:hidden;padding:4px;background:white;}
.qr-box-qr-cell{border-radius:1px;}
.qr-badge{display:inline-flex;align-items:center;gap:4px;background:var(--orange);color:white;font-size:8px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:3px 10px;border-radius:100px;margin-bottom:10px;}
.qr-box-placeholder{height:22px;margin-bottom:10px;}
.qr-box-label{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;}
.qr-box.yes .qr-box-label{color:var(--orange);}
.qr-box.no .qr-box-label{color:rgba(255,255,255,.25);}
.qr-box-result{font-size:13px;font-weight:800;}
.qr-box.yes .qr-box-result{color:#4ade80;}
.qr-box.no .qr-box-result{color:#ef4444;}
.qr-note{margin-top:20px;text-align:center;font-size:12px;color:rgba(255,255,255,.3);line-height:1.7;}
.qr-note em{color:rgba(255,255,255,.6);font-style:normal;font-weight:600;}


/* ── INSIDE APP CAROUSEL ── */
.inapp-carousel-wrap{background:var(--orange);padding:var(--section-y) var(--rail-side);min-height:100vh;display:flex;align-items:center;overflow:hidden;}
.inapp-carousel-inner{max-width:var(--rail);margin:0 auto;width:100%;}
.inapp-carousel-header{margin-bottom:48px;}
.inapp-carousel-eyebrow{font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.6);margin-bottom:16px;display:flex;align-items:center;gap:10px;}
.inapp-carousel-eyebrow::before{content:'';display:block;width:20px;height:2px;background:rgba(255,255,255,.4);border-radius:2px;}
.inapp-carousel-title{font-size:clamp(28px,4.5vw,56px);font-weight:900;color:white;line-height:1.1;letter-spacing:-.025em;margin-bottom:14px;opacity:1!important;}
.inapp-carousel-title em{color:rgba(255,255,255,.85);font-style:normal;}
.inapp-carousel-sub{font-size:clamp(14px,1.6vw,17px);color:rgba(255, 255, 255, 0.753);line-height:1.8;max-width:500px;}
.carousel-track-wrap{overflow:hidden;border-radius:24px;margin-bottom:28px;}
.carousel-track{display:flex;transition:transform .45s cubic-bezier(.4,0,.2,1);}
.carousel-slide{flex:0 0 100%;width:100%;}
.carousel-card{background:white;border-radius:24px;overflow:hidden;}
.carousel-card-screen{height:280px;padding:20px;display:flex;flex-direction:column;gap:8px;overflow:hidden;}
.carousel-card-screen.hist{background:linear-gradient(145deg,var(--navy) 0%,#2a3485 100%);}
.carousel-card-screen.bank{background:linear-gradient(145deg,#064e2c 0%,#0f7a3f 100%);}
.carousel-card-screen.qrsc{background:linear-gradient(145deg,#1a0800 0%,#5a1803 100%);}
.carousel-card-info{padding:20px 22px 24px;}
.carousel-card-info h4{font-size:16px;font-weight:800;color:var(--navy);margin-bottom:6px;letter-spacing:-.01em;}
.carousel-card-info p{font-size:13px;color:var(--muted);line-height:1.7;}
.carousel-controls{display:flex;align-items:center;justify-content:center;gap:16px;}
.carousel-btn{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.2);border:none;cursor:pointer;font-size:16px;color:white;display:flex;align-items:center;justify-content:center;transition:background .2s;}
.carousel-btn:hover{background:rgba(255,255,255,.35);}
.carousel-btn:disabled{opacity:.3;cursor:default;}
.carousel-dots{display:flex;gap:8px;align-items:center;}
.carousel-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.3);cursor:pointer;transition:all .2s;border:none;}
.carousel-dot.active{background:white;width:24px;border-radius:4px;}
.cr-slabel{font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.35);margin-bottom:6px;}
.cr-hr{display:flex;justify-content:space-between;align-items:center;background:rgba(255,255,255,.08);border-radius:9px;padding:8px 10px;}
.cr-hr-l{display:flex;align-items:center;gap:7px;min-width:0;flex:1;}
.cr-dot{width:7px;height:7px;border-radius:50%;background:#4ade80;flex-shrink:0;}
.cr-name{font-size:10px;font-weight:600;color:white;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.cr-time{font-size:8px;color:rgba(255,255,255,.28);}
.cr-amt{font-size:11px;font-weight:800;color:#4ade80;flex-shrink:0;margin-left:8px;}
.cr-none{font-size:10px;font-weight:500;color:rgba(255,255,255,.2);flex-shrink:0;margin-left:8px;}
.cr-br{display:flex;align-items:center;gap:9px;background:rgba(255,255,255,.1);border-radius:9px;padding:8px 10px;}
.cr-blogo{width:24px;height:24px;border-radius:6px;background:rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:800;color:white;flex-shrink:0;}
.cr-bname{font-size:10px;font-weight:700;color:white;flex:1;}
.cr-bcheck{width:14px;height:14px;border-radius:50%;background:#4ade80;display:flex;align-items:center;justify-content:center;font-size:7px;color:white;font-weight:900;flex-shrink:0;}
.cr-badd{display:flex;align-items:center;justify-content:center;gap:5px;background:rgba(255,255,255,.05);border:1px dashed rgba(255,255,255,.14);border-radius:9px;padding:8px;font-size:10px;font-weight:600;color:rgba(255,255,255,.3);}
.cr-qrscr{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:6px;}
.cr-qrtitle{font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.35);}
.cr-qrfake{width:80px;height:80px;border-radius:10px;background:white;padding:6px;display:grid;grid-template-columns:repeat(7,1fr);gap:2px;}
.cr-qrcell{border-radius:1px;}
.cr-aff-row{display:flex;justify-content:space-between;align-items:center;background:rgba(255,255,255,.06);border-radius:8px;padding:6px 10px;}
.cr-aff-label{font-size:9px;color:rgba(255,255,255,.35);}
.cr-aff-val{font-size:11px;font-weight:800;color:var(--orange);}

/* ═══════════════════════════════════
   SECTION 4 — AFFILIATE
═══════════════════════════════════ */
#s-affiliate{background:#07070E;padding:var(--section-y) var(--rail-side);position:relative;overflow:hidden;}
#s-affiliate::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 50% 0%,rgba(232,66,13,.07) 0%,transparent 70%);pointer-events:none;z-index:0;}
.af-inner{max-width:var(--rail);margin:0 auto;position:relative;z-index:1;}

/* eyebrow */
.af-eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(232,66,13,.1);border:1px solid rgba(232,66,13,.2);color:var(--orange);font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;padding:6px 18px;border-radius:100px;margin-bottom:32px;}
.af-eyebrow-dot{width:6px;height:6px;border-radius:50%;background:var(--orange);animation:blink 1.4s ease infinite;}

/* hook */
.af-hook{text-align:center;margin-bottom:80px;}
.af-hook-pre{font-size:clamp(12px,1.4vw,14px);color:rgba(255,255,255,.85);font-weight:600;letter-spacing:.12em;text-transform:uppercase;margin-bottom:16px;}
.af-hook-title{font-size:clamp(36px,6vw,80px);font-weight:900;color:white;line-height:1.0;letter-spacing:-.03em;margin-bottom:24px;}
.af-hook-title em{color:var(--orange);font-style:normal;}
.af-hook-sub{font-size:clamp(15px,1.7vw,18px);color:rgba(255,255,255,.85);line-height:1.85;max-width:580px;margin:0 auto;}
.af-hook-sub em{color:white;font-style:normal;font-weight:700;}

/* origin — split animation */
.af-origin{padding:var(--section-y) 0;margin-bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:90vh;text-align:center;position:relative;}
.af-origin-label{font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:rgba(255, 255, 255, 0.788);margin-bottom:56px;opacity:0;transition:opacity .6s ease .2s;}
.af-origin-label.anim-done{opacity:1;}
.af-split-stage{position:relative;display:flex;align-items:center;justify-content:center;width:100%;margin-bottom:56px;min-height:180px;}
.af-split-center{position:absolute;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;transition:opacity .4s ease,transform .6s cubic-bezier(.4,0,.2,1);z-index:2;}
.af-split-center.split-away{opacity:0;transform:translateX(-50%) scale(.6);}
.af-split-num-big{font-size:clamp(100px,18vw,200px);font-weight:900;color:white;line-height:.9;letter-spacing:-.04em;}
.af-split-hint{font-size:13px;color:rgba(255, 255, 255, 0.486);margin-top:12px;letter-spacing:.06em;}
.af-split-left{position:absolute;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;opacity:0;transition:opacity .6s ease,transform .7s cubic-bezier(.34,1.2,.64,1);}
.af-split-left.split-active{opacity:1;transform:translateX(calc(-50% - clamp(100px,18vw,220px)));}
.af-split-right{position:absolute;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;opacity:0;transition:opacity .6s ease,transform .7s cubic-bezier(.34,1.2,.64,1);}
.af-split-right.split-active{opacity:1;transform:translateX(calc(-50% + clamp(100px,18vw,220px)));}
.af-split-num{font-size:clamp(64px,11vw,130px);font-weight:900;line-height:.9;letter-spacing:-.04em;}
.af-split-left .af-split-num{color:rgba(255, 255, 255, 0.753);}
.af-split-right .af-split-num{color:var(--orange);text-shadow:0 0 60px rgba(232,66,13,.4);}
.af-split-label{font-size:clamp(11px,1.3vw,14px);font-weight:700;margin-top:14px;letter-spacing:.04em;}
.af-split-left .af-split-label{color:rgba(255, 255, 255, 0.562);}
.af-split-right .af-split-label{color:var(--orange);}
.af-split-sublabel{font-size:clamp(10px,1.1vw,12px);color:rgba(255, 255, 255, 0.486);margin-top:4px;font-weight:500;}
.af-origin-note{max-width:560px;text-align:center;opacity:0;transition:opacity .7s ease;font-size:clamp(13px,1.4vw,15px);color:rgba(255, 255, 255, 0.993);line-height:1.8;}
.af-origin-note.anim-done{opacity:1;}
.af-origin-note em{color:rgba(255, 255, 255, 0.863);font-style:normal;font-weight:700;}

/* tiers */
.af-tiers-label{font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:rgb(252, 83, 4);text-align:center;margin-bottom:32px;}
.af-tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:80px;}
.af-tier{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:20px;padding:32px 28px;position:relative;overflow:hidden;transition:border-color .3s;}
.af-tier:hover{border-color:rgba(232,66,13,.3);}
.af-tier.big{background:rgba(232,66,13,.06);border-color:rgba(232,66,13,.2);}
.af-tier-badge{display:inline-flex;align-items:center;gap:6px;font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:4px 12px;border-radius:100px;margin-bottom:20px;}
.af-tier-badge.normal{background:rgba(255,255,255,.07);color:rgba(255, 255, 255, 0.685);}
.af-tier-badge.mid{background:rgba(99,102,241,.15);color:#818cf8;}
.af-tier-badge.kol{background:rgba(232,66,13,.15);color:var(--orange);}
.af-tier-who{font-size:15px;font-weight:800;color:white;margin-bottom:6px;}
.af-tier-desc{font-size:12px;color:rgba(255,255,255,.7);line-height:1.6;margin-bottom:24px;}
.af-tier-stat{margin-bottom:12px;}
.af-tier-stat-label{font-size:10px;color:rgb(255, 255, 255);font-weight:600;margin-bottom:4px;}
.af-tier-stat-val{font-size:13px;color:rgb(255, 255, 255);font-weight:700;}
.af-tier-divider{height:1px;background:rgba(255,255,255,.06);margin:20px 0;}
.af-tier-earn-label{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255, 255, 255, 0.527);margin-bottom:8px;}
.af-tier-monthly{font-size:clamp(22px,2.5vw,30px);font-weight:900;color:var(--orange);line-height:1;margin-bottom:4px;}
.af-tier-yearly{font-size:13px;color:rgba(255,255,255,.6);font-weight:600;}
.af-tier-yearly em{color:rgba(255,255,255,.9);font-style:normal;font-weight:800;}
.af-tier.big .af-tier-yearly em{color:var(--orange);}
.af-tier-glow{position:absolute;bottom:-40px;right:-40px;width:120px;height:120px;border-radius:50%;background:rgba(232,66,13,.08);filter:blur(30px);pointer-events:none;}

/* mobile tier selector */
@media(max-width:768px){
  .af-tiers{display:none;}
  .af-tiers-label{margin-bottom:24px;}
  .af-mobile-tiers{display:block;margin-bottom:80px;}
  .af-mob-selector{display:flex;gap:10px;margin-bottom:24px;}
  .af-mob-tab{flex:1;padding:12px 8px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);color:rgba(255,255,255,.4);font-size:12px;font-weight:700;text-align:center;cursor:pointer;transition:all .25s;-webkit-tap-highlight-color:transparent;}
  .af-mob-tab.active{border-color:var(--orange);background:rgba(232,66,13,.1);color:white;}
  .af-mob-tab .af-mob-tab-icon{font-size:18px;display:block;margin-bottom:4px;}
  .af-mob-card{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.07);border-radius:20px;padding:28px 22px;position:relative;overflow:hidden;}
  .af-mob-card.kol-active{background:rgba(232,66,13,.06);border-color:rgba(232,66,13,.2);}
  .af-mob-badge{display:inline-flex;align-items:center;gap:6px;font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:4px 12px;border-radius:100px;margin-bottom:16px;}
  .af-mob-badge.normal{background:rgba(255,255,255,.07);color:rgba(255,255,255,.4);}
  .af-mob-badge.mid{background:rgba(99,102,241,.15);color:#818cf8;}
  .af-mob-badge.kol{background:rgba(232,66,13,.15);color:var(--orange);}
  .af-mob-who{font-size:16px;font-weight:800;color:white;margin-bottom:6px;}
  .af-mob-desc{font-size:13px;color:rgba(255,255,255,.75);line-height:1.6;margin-bottom:20px;}
  .af-mob-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:20px;}
  .af-mob-stat{background:rgba(255,255,255,.05);border-radius:12px;padding:12px;}
  .af-mob-stat-label{font-size:10px;color:rgba(255,255,255,.65);margin-bottom:4px;}
  .af-mob-stat-val{font-size:13px;color:rgba(255,255,255,.9);font-weight:700;}
  .af-mob-divider{height:1px;background:rgba(255,255,255,.06);margin:0 0 20px;}
  .af-mob-earn-label{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.25);margin-bottom:8px;}
  .af-mob-monthly{font-size:36px;font-weight:900;color:var(--orange);line-height:1;margin-bottom:6px;font-variant-numeric:tabular-nums;}
  .af-mob-yearly{font-size:13px;color:rgba(255,255,255,.7);font-weight:600;margin-bottom:24px;}
  .af-mob-yearly em{color:rgba(255,255,255,.6);font-style:normal;font-weight:800;}
  .af-mob-sliders{display:flex;flex-direction:column;gap:20px;padding-top:20px;border-top:1px solid rgba(255,255,255,.06);}
  .af-mob-sl-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px;}
  .af-mob-sl-name{font-size:12px;color:rgba(255,255,255,.75);font-weight:600;}
  .af-mob-sl-val{font-size:18px;font-weight:900;color:white;font-variant-numeric:tabular-nums;}
  .af-mob-slider{width:100%;-webkit-appearance:none;appearance:none;height:4px;border-radius:2px;background:rgba(255,255,255,.08);outline:none;cursor:pointer;}
  .af-mob-slider::-webkit-slider-thumb{-webkit-appearance:none;width:22px;height:22px;border-radius:50%;background:var(--orange);cursor:pointer;border:3px solid #07070E;box-shadow:0 0 0 3px rgba(232,66,13,.25);}
  .af-mob-glow{position:absolute;bottom:-40px;right:-40px;width:120px;height:120px;border-radius:50%;background:rgba(232,66,13,.08);filter:blur(30px);pointer-events:none;}
}
@media(min-width:769px){
  .af-mobile-tiers{display:none;}
}

/* calculator */
.af-calc{background:rgba(255,255,255,.025);border:1px solid rgba(232,66,13,.15);border-radius:24px;padding:48px;margin-bottom:80px;}
.af-calc-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:40px;gap:20px;flex-wrap:wrap;}
.af-calc-title{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--orange);display:flex;align-items:center;gap:8px;}
.af-calc-title::before{content:'▶';font-size:8px;}
.af-calc-live{text-align:right;}
.af-calc-live-label{font-size:10px;color:rgba(255, 255, 255, 0.842);letter-spacing:.1em;text-transform:uppercase;margin-bottom:4px;}
.af-calc-live-num{font-size:clamp(28px,4vw,48px);font-weight:900;color:var(--orange);font-variant-numeric:tabular-nums;line-height:1;}
.af-calc-live-sub{font-size:11px;color:rgba(255, 255, 255, 0.877);margin-top:4px;}
.af-calc-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;}
.af-sliders{display:flex;flex-direction:column;gap:28px;}
.af-sl-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:10px;}
.af-sl-name{font-size:13px;color:rgba(255,255,255,.4);font-weight:600;}
.af-sl-val{font-size:24px;font-weight:900;color:white;font-variant-numeric:tabular-nums;}
.af-slider{width:100%;-webkit-appearance:none;appearance:none;height:4px;border-radius:2px;background:rgba(255,255,255,.08);outline:none;cursor:pointer;}
.af-slider::-webkit-slider-thumb{-webkit-appearance:none;width:22px;height:22px;border-radius:50%;background:var(--orange);cursor:pointer;border:3px solid #07070E;box-shadow:0 0 0 3px rgba(232,66,13,.25);}
.af-results{display:flex;flex-direction:column;gap:12px;}
.af-res-row{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-radius:14px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);}
.af-res-row.win{background:rgba(232,66,13,.08);border-color:rgba(232,66,13,.2);}
.af-res-label{font-size:12px;color:rgba(255,255,255,.7);font-weight:600;}
.af-res-val{font-size:18px;font-weight:900;color:rgba(255,255,255,.9);font-variant-numeric:tabular-nums;}
.af-res-row.win .af-res-val{color:var(--orange);font-size:22px;}

/* close */
.af-close{text-align:center;}
.af-close-title{font-size:clamp(24px,3.5vw,44px);font-weight:900;color:white;line-height:1.15;letter-spacing:-.02em;margin-bottom:16px;}
.af-close-title em{color:var(--orange);font-style:normal;}
.af-close-sub{font-size:clamp(14px,1.6vw,16px);color:rgba(255,255,255,.75);line-height:1.8;max-width:480px;margin:0 auto 36px;}
.af-close-btn{display:inline-flex;align-items:center;gap:10px;background:var(--orange);color:white;padding:18px 44px;border-radius:100px;font-size:16px;font-weight:800;text-decoration:none;transition:transform .2s,box-shadow .2s;letter-spacing:-.01em;}
.af-close-btn:hover{transform:translateY(-3px);box-shadow:0 20px 50px rgba(232,66,13,.4);}
.af-close-note{font-size:11px;color:rgb(255, 255, 255);margin-top:14px;letter-spacing:.04em;}

/* responsive */
@media(max-width:900px){
  .af-origin-flow{grid-template-columns:1fr;gap:12px;}
  .af-origin-arrow{transform:rotate(90deg);padding:4px 0;}
  .af-origin-line{width:40px;}
  .af-tiers{grid-template-columns:1fr;}
  .af-calc-grid{grid-template-columns:1fr;}
  .af-calc-live{text-align:left;}
}
@media(max-width:600px){
  .af-origin{padding:28px 20px;}
  .af-calc{padding:24px 20px;}
}


/* ═══════════════════════════════════
   FINAL CTA
═══════════════════════════════════ */
#s-cta{background:var(--orange);padding:var(--section-y) var(--rail-side);text-align:center;position:relative;overflow:hidden;isolation:isolate;}
#s-cta::before{content:'CASH+';position:absolute;bottom:-30px;right:-20px;font-size:160px;font-weight:900;color:rgba(255,255,255,.06);letter-spacing:-4px;line-height:1;pointer-events:none;max-width:100%;right:0;}
.cta-ex-inner{max-width:600px;margin:0 auto;position:relative;z-index:1;}
.cta-ex-title{font-size:clamp(36px,6vw,72px);font-weight:900;color:white;line-height:1.05;letter-spacing:-0.03em;margin-bottom:16px;}
.cta-ex-sub{font-size:clamp(14px,1.7vw,17px);color:rgba(255,255,255,.65);line-height:1.8;margin-bottom:40px;}
.cta-ex-buttons{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;}
.btn-cta-white{display:inline-flex;align-items:center;gap:8px;background:white;color:var(--orange);padding:16px 32px;border-radius:100px;font-size:15px;font-weight:800;text-decoration:none;transition:transform .2s,box-shadow .2s;}
.btn-cta-white:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(0,0,0,.15);}
.btn-cta-outline{display:inline-flex;align-items:center;gap:8px;background:transparent;color:white;padding:16px 32px;border-radius:100px;font-size:15px;font-weight:700;text-decoration:none;border:2px solid rgba(255,255,255,.4);transition:transform .2s,border-color .2s;}
.btn-cta-outline:hover{transform:translateY(-2px);border-color:white;}
.cta-ex-note{margin-top:24px;font-size:12px;color:rgba(255,255,255,.4);}

/* ═══════════════════════════════════
   RESPONSIVE
═══════════════════════════════════ */
@media(max-width:900px){
  .qr-warn-wrap{grid-template-columns:1fr;}
  .aff-calc-grid{grid-template-columns:1fr;}
  .aff-flow-row{flex-direction:column;gap:8px;}
  .aff-flow-arrow{transform:rotate(90deg);padding:4px 0;}
  .aff-flow-line{width:40px;}
}
@media(max-width:768px){
  .af-calc{display:none;}
  .aimap-block{grid-template-columns:1fr;gap:32px;padding:32px 0;}
  .aimap-block.flip .aimap-visual{order:0;}
  .aimap-inner{padding:0 20px;}
  .aimap-visual{margin-bottom:32px;}
  .pref-name,.pref-sub,.pred-card-name,.pred-card-reason,.map-notif-name,.map-notif-sub{word-break:break-word;}
  .gs-split-step{grid-template-columns:1fr;gap:28px;padding:40px 0;}
  .gs-split-step.flip .gs-split-visual{order:0;}
  .carousel-card-screen{height:220px;}
}
@media(max-width:600px){
  :root{--section-y:80px;}
  .ex-nav{padding:0 20px;}
  #s-where,#s-affiliate,#s-cta{padding-left:20px;padding-right:20px;}
  .aimap-inner{padding:0 20px;}
  .s2-journey{padding-left:20px;padding-right:20px;}
  .gs-wrap{padding-left:20px;padding-right:20px;}
  .inapp-carousel-wrap{padding-left:20px;padding-right:20px;}
  .jw{padding:18px 14px;}
  .aff-calc{padding:20px 16px;}
  .aff-hud{flex-direction:column;gap:10px;text-align:center;}
}

/* ── BURGER MENU ── */
.burger-line {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--navy);
  border-radius: 2px;
  transition: all 0.3s ease;
}
#burger-btn {
  display: none;
}
#burger-menu {
  display: none;
}
@media (max-width: 768px) {
  #burger-btn {
    display: flex !important;
  }
  .nav-links {  
    display: none !important;
  }
  #burger-menu.open {
    display: flex !important;
    animation: burgerFadeIn 0.3s ease;
  }
  @keyframes burgerFadeIn {
    from { opacity: 0; transform: translateX(30px); }
    to { opacity: 1; transform: translateX(0); }
  }
}

#ex-burger-btn { display:none; }
@media(max-width:768px){
  #ex-burger-btn { display:flex !important; }
  #ex-burger-menu.open { display:flex !important; animation:burgerFadeIn 0.3s ease; }
}


.ex-mobile-cta-bar{ display:none; }
@media(max-width:768px){
  .ex-mobile-cta-bar{
    display:flex;
    position:fixed;
    bottom:0;left:0;right:0;
    z-index:199;
    padding:12px 20px;
    padding-bottom:calc(12px + env(safe-area-inset-bottom));
    background:rgba(255,255,255,0.96);
    backdrop-filter:blur(12px);
    border-top:1px solid var(--border);
    gap:10px;
    transform:translateY(0);
    transition:transform .3s ease;
  }
  .ex-mobile-cta-bar .mcta-primary{background:var(--navy);color:white;}
  .ex-mobile-cta-bar .mcta-secondary{background:var(--off);color:var(--navy);border:1.5px solid var(--border);}
}


