:root {
  --blue: #1468F2;
  --blue-dark: #0B57D0;
  --light-blue: #E8F2FF;
  --light-blue-2: #e4f0ff;
  --navy: #0f2f5f;
  --ink: #152f59;
  --muted: #6280ab;
  --border: #d7e7ff;
  --white: #ffffff;
  --success: #1c9a67;
  --shadow: 0 18px 45px rgba(33, 95, 170, 0.11);
  --radius: 24px;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 104px 0; }
.section-small { padding: 36px 0 74px; }
.section-kicker { display: inline-block; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .18em; margin-bottom: 14px; }
.skip-link { position: fixed; left: 16px; top: -80px; background: var(--navy); color: #fff; padding: 10px 16px; z-index: 9999; border-radius: 10px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.94); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(214,228,247,.7); }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 30px; }
.brand { flex: 0 0 auto; }
.brand-logo { width: 174px; height: auto; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 28px; margin-left: auto; margin-right: 12px; }
.desktop-nav a { font-size: 13px; font-weight: 600; color: #40628e; transition: color .2s, transform .2s; }
.desktop-nav a:hover { color: var(--blue); transform: translateY(-1px); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; border: 1px solid transparent; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s, color .2s; white-space: nowrap; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--blue); color: var(--white); box-shadow: 0 10px 24px rgba(0,102,255,.22); }
.btn-primary:hover { background: var(--blue-dark); box-shadow: 0 15px 32px rgba(0,102,255,.28); }
.btn-ghost { background: #fff; color: var(--blue); border-color: #a8cbff; }
.btn-ghost:hover { background: var(--light-blue); }
.btn-small { min-height: 42px; padding: 0 20px; font-size: 13px; }
.btn-large { min-height: 54px; padding: 0 28px; font-size: 14px; }
.btn-light { background: #fff; color: var(--blue); padding: 0 24px; min-height: 48px; }
.btn-outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.85); padding: 0 24px; min-height: 48px; }
.btn-outline-light:hover { background: rgba(255,255,255,.08); }
.menu-toggle { display: none; margin-left: auto; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.menu-toggle span { display: block; height: 2px; background: var(--navy); margin: 5px 0; border-radius: 2px; }
.mobile-nav { display: none; padding: 12px 20px 24px; border-top: 1px solid var(--border); background: rgba(255,255,255,.98); }
.mobile-nav > a { display: block; padding: 14px 0; font-weight: 600; color: #40628e; }
.mobile-nav-actions { display: flex; gap: 10px; padding-top: 6px; }
.mobile-nav-actions .btn { flex: 1; }

.hero-section { position: relative; overflow: hidden; background: linear-gradient(135deg, #f8fbff 0%, #eef6ff 48%, #dfeeff 100%); padding: 84px 0 72px; }
.hero-grid { min-height: 640px; display: grid; grid-template-columns: 0.98fr 1.02fr; align-items: center; gap: 30px; position: relative; z-index: 2; }
.hero-copy { max-width: 600px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; border: 1px solid #bfe0ff; border-radius: 999px; padding: 8px 14px; background: rgba(255,255,255,.6); color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.eyebrow span { width: 7px; height: 7px; background: var(--blue); border-radius: 50%; box-shadow: 0 0 0 4px rgba(0,102,255,.08); }
.hero-copy h1 { margin: 24px 0 18px; color: #102f5e; font-size: clamp(54px, 5.6vw, 82px); letter-spacing: -.055em; line-height: .95; font-weight: 800; }
.hero-text { margin: 0; max-width: 580px; font-size: 18px; color: #5c7ba5; }
.reward-hero { position: relative; margin: 26px 0 24px; padding: 18px 30px 18px 0; max-width: 540px; }
.reward-kicker { color: var(--blue); font-size: 16px; font-weight: 900; letter-spacing: .08em; }
.reward-amount { display: flex; align-items: flex-end; gap: 12px; line-height: .84; margin: 4px 0 4px; }
.reward-amount span { color: var(--blue); font-weight: 900; font-size: clamp(78px, 8vw, 116px); letter-spacing: -.075em; }
.reward-amount em { font-size: 24px; font-style: normal; font-weight: 900; color: #1a5cc6; padding-bottom: 13px; }
.reward-label { font-size: clamp(20px, 2vw, 27px); font-weight: 900; letter-spacing: .03em; color: #0f2f5f; }
.reward-arrow { position: absolute; left: 130px; bottom: -10px; color: var(--blue); font-size: 32px; transform: rotate(-12deg); font-weight: 800; }
.hero-ctas { display: flex; gap: 12px; align-items: center; }
.hero-note { margin: 12px 0 0; color: #6b86a6; font-size: 12px; }
.hero-orb { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(2px); opacity: .4; }
.hero-orb-one { width: 360px; height: 360px; right: -130px; top: -110px; background: radial-gradient(circle, rgba(255,255,255,.9) 0%, rgba(255,255,255,0) 70%); }
.hero-orb-two { width: 300px; height: 300px; left: -90px; bottom: -150px; background: radial-gradient(circle, rgba(170,214,255,.45) 0%, rgba(170,214,255,0) 72%); }

.hero-visual { min-height: 600px; position: relative; display: flex; align-items: center; justify-content: center; }
.visual-glow { position: absolute; inset: 12% 6% 8%; border-radius: 38% 22% 36% 20%; background: linear-gradient(135deg, rgba(255,255,255,.52), rgba(144,197,255,.14)); transform: rotate(-5deg); }
.hero-product-frame { position: relative; width: min(690px, 100%); border-radius: 32px; overflow: hidden; background: #fff; border: 1px solid rgba(208,226,249,.95); box-shadow: 0 34px 90px rgba(28,86,145,.18); transform: translateY(6px) rotate(-1.2deg); }
.hero-product-frame::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(120deg, rgba(255,255,255,.12), transparent 45%); }
.hero-product-frame img { width: 100%; height: auto; display: block; }
.hero-float-card { position: absolute; right: -4px; top: 22%; z-index: 5; display: flex; align-items: center; gap: 12px; padding: 13px 15px; background: rgba(255,255,255,.96); border: 1px solid rgba(211,229,251,.95); border-radius: 18px; box-shadow: var(--shadow); min-width: 230px; }
.float-icon { width: 36px; height: 36px; border-radius: 12px; display: grid; place-items: center; background: var(--light-blue); color: var(--success); font-weight: 900; }
.hero-float-card strong, .hero-float-card small { display: block; }
.hero-float-card strong { font-size: 12px; }
.hero-float-card small { font-size: 9px; color: #7893b4; }
.hero-float-card--reward { top: 18%; }

.split-heading { display: grid; grid-template-columns: .95fr 1fr; gap: 60px; align-items: end; margin-bottom: 44px; }
h2 { margin: 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.03; letter-spacing: -.05em; color: var(--navy); }
.split-heading p { margin: 0; max-width: 560px; color: #6481a5; font-size: 17px; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.step-card { min-height: 312px; position: relative; padding: 30px 28px 28px; border-right: 1px solid var(--border); }
.step-card:last-child { border-right: 0; }
.step-number { color: #7ba1d6; font-size: 13px; font-weight: 800; }
.step-icon { width: 48px; height: 48px; border-radius: 16px; display: grid; place-items: center; background: var(--light-blue); color: var(--blue); font-size: 22px; margin: 18px 0 28px; }
.step-card h3 { margin: 0 0 10px; font-size: 21px; letter-spacing: -.02em; }
.step-card p { margin: 0; color: #6984a8; font-size: 14px; max-width: 220px; }
.step-arrow { position: absolute; top: 36px; right: 22px; color: #7fa9e6; font-size: 20px; }

.calculator-section { background: linear-gradient(180deg, #fff, #f7fbff); }
.calculator-card { background: linear-gradient(135deg, #f4f9ff 0%, #eaf4ff 100%); border: 1px solid #d7e8fd; border-radius: 30px; padding: 40px; box-shadow: var(--shadow); display: grid; grid-template-columns: .95fr 1.05fr; gap: 30px; }
.calculator-intro h2 { font-size: clamp(38px, 4vw, 54px); max-width: 570px; }
.calculator-intro p { color: #6481a5; max-width: 520px; margin: 16px 0 26px; }
.calculator-tabs { display: flex; gap: 10px; margin-bottom: 20px; }
.calc-tab { border: 1px solid #b8d5f8; background: #fff; color: #37608d; min-height: 46px; padding: 0 19px; border-radius: 999px; font-weight: 700; font-size: 13px; }
.calc-tab.is-active { background: var(--blue); color: #fff; border-color: var(--blue); box-shadow: 0 10px 23px rgba(0,102,255,.18); }
.volume-label { display: block; color: #466789; font-size: 12px; font-weight: 800; margin-bottom: 8px; }
.lot-input-wrap { max-width: 380px; display: grid; grid-template-columns: 46px 1fr auto 46px; align-items: center; background: #fff; border: 1px solid #cae0fb; border-radius: 14px; overflow: hidden; }
.lot-input-wrap button { border: 0; background: transparent; font-size: 22px; color: var(--blue); height: 54px; }
.lot-input-wrap input { width: 100%; border: 0; outline: none; text-align: center; color: var(--navy); font-size: 20px; font-weight: 800; min-width: 0; }
.lot-input-wrap > span { color: #7691b2; font-weight: 700; font-size: 12px; padding-right: 8px; }
.calc-rate-note { max-width: 380px; display: flex; justify-content: space-between; gap: 16px; padding-top: 10px; color: #6683a7; font-size: 12px; }
.calc-rate-note strong { color: var(--navy); }
.calculator-result { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: stretch; }
.estimate-card, .example-table-wrap { background: #fff; border: 1px solid #d5e5fa; border-radius: 22px; box-shadow: 0 10px 26px rgba(44,95,151,.08); }
.estimate-card { padding: 24px; display: flex; flex-direction: column; }
.estimate-top { display: flex; justify-content: space-between; align-items: center; color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.estimate-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 13px; background: var(--light-blue); }
#reward-output { display: block; font-size: clamp(56px, 6vw, 78px); line-height: 1; letter-spacing: -.07em; color: #0e55c6; margin: 28px 0 36px; }
.estimate-meta { margin-top: auto; }
.estimate-meta > div { display: flex; justify-content: space-between; gap: 16px; border-top: 1px solid #e4edf8; padding: 12px 0; font-size: 11px; }
.estimate-meta span { color: #7893b3; }
.estimate-meta strong { color: var(--navy); }
.example-table-wrap { padding: 18px; overflow: hidden; }
.table-title { color: #1869ec; font-size: 10px; font-weight: 900; letter-spacing: .12em; margin-bottom: 12px; }
table { width: 100%; border-collapse: collapse; font-size: 11px; }
th, td { padding: 10px 8px; border-bottom: 1px solid #e6eef8; text-align: left; }
th { color: #6d88a9; font-weight: 700; }
td { color: #47688f; }
tbody tr td:nth-child(2), tbody tr td:nth-child(3) { color: #0857c9; font-weight: 700; }
.table-note { font-size: 9px; line-height: 1.5; color: #7791b0; margin: 12px 0 0; }

.why-section { padding-top: 70px; }
.why-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 50px; align-items: start; }
.why-intro p { max-width: 440px; color: #6481a4; font-size: 16px; margin-top: 18px; }
.why-items { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.why-item { padding: 25px 24px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); min-height: 188px; }
.why-icon { width: 46px; height: 46px; border-radius: 15px; background: var(--light-blue); color: var(--blue); display: grid; place-items: center; font-weight: 900; font-size: 19px; margin-bottom: 18px; }
.why-item h3 { margin: 0 0 8px; font-size: 18px; }
.why-item p { margin: 0; color: #6c87a8; font-size: 13px; max-width: 240px; }

.cta-card { border-radius: 25px; background: linear-gradient(135deg, #0965ff, #2f86ff); padding: 30px 34px; color: #fff; display: grid; grid-template-columns: .9fr 1.4fr .9fr; align-items: center; gap: 28px; box-shadow: 0 20px 48px rgba(0,102,255,.2); }
.cta-brand img { width: 175px; margin-bottom: 8px; }
.cta-brand span { font-size: 12px; letter-spacing: .11em; opacity: .84; }
.cta-copy h2 { color: #fff; font-size: 30px; letter-spacing: -.04em; }
.cta-copy p { margin: 7px 0 0; color: rgba(255,255,255,.8); font-size: 13px; }
.cta-actions { display: flex; justify-content: flex-end; gap: 10px; }

.faq-section { padding-top: 78px; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.faq-grid > div:first-child p { color: #6885a7; }
.faq-list details { border-top: 1px solid var(--border); padding: 0; }
.faq-list details:last-child { border-bottom: 1px solid var(--border); }
.faq-list summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; padding: 21px 0; font-weight: 700; font-size: 15px; color: var(--navy); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; width: 28px; height: 28px; border-radius: 50%; background: var(--light-blue); color: var(--blue); display: grid; place-items: center; font-size: 18px; font-weight: 600; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -4px 38px 20px 0; color: #6a86a7; font-size: 13px; max-width: 760px; }

.disclaimer-section { background: #f8fbff; border-top: 1px solid #e0edf9; padding: 48px 0 26px; }
.disclaimer-box { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding-bottom: 36px; border-bottom: 1px solid var(--border); }
.disclaimer-icon { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; background: #dcecff; color: var(--blue); font-weight: 900; }
.disclaimer-box h3 { margin: 0 0 6px; font-size: 14px; }
.disclaimer-box p { margin: 0; color: #7089a8; font-size: 10px; line-height: 1.7; max-width: 1100px; }
.contact-strip { display: grid; grid-template-columns: 1.3fr 1.6fr .8fr 1fr; gap: 28px; padding: 36px 0 32px; }
.footer-brand img { width: 180px; }
.footer-brand p { margin: 8px 0 0; color: #7189a9; font-size: 12px; }
.contact-column { display: flex; flex-direction: column; gap: 8px; }
.contact-column span { color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .14em; margin-bottom: 4px; }
.contact-column a { color: #6481a4; font-size: 12px; }
.contact-column a:hover { color: var(--blue); }
.legal-row { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--border); padding: 16px 0 0; color: #7b92ae; font-size: 10px; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .08s; }
.reveal-delay-2 { transition-delay: .14s; }
.reveal-delay-3 { transition-delay: .2s; }

@media (max-width: 1100px) {
  .desktop-nav { gap: 18px; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding-top: 40px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 600px; margin-top: 8px; }
  .calculator-card { grid-template-columns: 1fr; }
  .why-grid, .faq-grid { grid-template-columns: 1fr; gap: 44px; }
  .cta-card { grid-template-columns: 1fr; text-align: center; }
  .cta-brand img { margin-inline: auto; }
  .cta-actions { justify-content: center; }
}

@media (max-width: 800px) {
  .container { width: min(100% - 28px, var(--container)); }
  .desktop-nav, .header-actions { display: none; }
  .menu-toggle { display: block; }
  .mobile-nav.is-open { display: block; }
  .hero-section { padding: 46px 0 52px; }
  .hero-copy h1 { font-size: clamp(46px, 12vw, 66px); }
  .hero-text { font-size: 16px; }
  .reward-amount span { font-size: clamp(68px, 18vw, 96px); }
  .reward-label { font-size: 20px; }
  .hero-visual { min-height: 560px; }
  .hero-laptop { width: 95%; top: 6%; right: 50%; transform: translateX(50%) rotate(-1deg); }
  .hero-phone { width: 220px; right: 4%; bottom: 0; }
  .hero-float-card { top: 31%; right: -2px; transform: scale(.9); }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .step-card:nth-child(2) { border-right: 0; }
  .step-card:nth-child(3), .step-card:nth-child(4) { border-top: 1px solid var(--border); }
  .calculator-result { grid-template-columns: 1fr; }
  .contact-strip { grid-template-columns: 1fr 1fr; }
  .legal-row { flex-direction: column; }
}

@media (max-width: 560px) {
  .section { padding: 76px 0; }
  .brand-logo { width: 152px; }
  .header-inner { min-height: 68px; }
  .hero-copy h1 { letter-spacing: -.06em; }
  .reward-hero { padding-right: 0; }
  .reward-arrow { left: 118px; bottom: -12px; }
  .hero-ctas { flex-direction: column; align-items: stretch; }
  .hero-ctas .btn { width: 100%; }
  .hero-visual { min-height: 500px; }
  .hero-laptop { width: 100%; top: 14px; }
  .hero-phone { width: 176px; right: 2%; bottom: 6px; border-radius: 32px; padding: 8px; }
  .phone-screen { min-height: 410px; border-radius: 25px; padding-top: 22px; }
  .wallet-card strong { font-size: 20px; }
  .hero-float-card { display: none; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { border-right: 0; border-top: 1px solid var(--border); min-height: auto; }
  .step-card:first-child { border-top: 0; }
  .step-arrow { display: none; }
  .calculator-card { padding: 22px; border-radius: 22px; }
  .calculator-intro h2 { font-size: 38px; }
  .calc-rate-note { flex-direction: column; gap: 4px; }
  .contact-strip { grid-template-columns: 1fr; }
  .cta-card { padding: 28px 18px; }
  .cta-actions { flex-direction: column; }
  .cta-actions .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

.btn-mid{margin-top:18px}
.section-intro-copy{display:flex;flex-direction:column;align-items:flex-start;gap:0}

@media (max-width: 720px){
  .reward-amount-row{align-items:flex-end;gap:12px}
  .reward-amount span{font-size:64px;letter-spacing:-3px}
  .reward-zar{padding:8px 10px 10px}
  .reward-zar span{font-size:20px}
}

.reward-amount-row { display: flex; align-items: flex-end; gap: 18px; flex-wrap: wrap; }
.reward-zar { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 10px 14px 12px; margin-bottom: 4px; border-left: 3px solid rgba(20,104,242,.18); }
.reward-zar span { color: #123F78; font-size: clamp(28px, 3vw, 44px); font-weight: 900; letter-spacing: -.055em; line-height: .95; }
.reward-zar em { color: #1C63BE; font-size: 12px; font-style: normal; font-weight: 900; letter-spacing: .14em; margin-top: 5px; }
.reward-zar small { color: #6A86A7; font-size: 10px; font-weight: 700; margin-top: 2px; }
.section-join { margin-top: 34px; padding: 18px 20px; border: 1px solid var(--border); background: linear-gradient(135deg, #f8fbff, #edf6ff); border-radius: 18px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.section-join p { margin: 0; color: #47698F; font-size: 14px; font-weight: 600; }
.section-join .btn { padding: 0 22px; min-height: 48px; }
@media (max-width: 800px) {
  .hero-product-frame { width: 100%; transform: none; border-radius: 24px; }
  .hero-float-card--reward { right: 12px; top: 10%; transform: scale(.92); transform-origin: top right; }
  .reward-amount-row { align-items: flex-end; gap: 12px; }
  .reward-zar { padding: 8px 10px 9px; }
  .reward-zar span { font-size: 27px; }
  .section-join { flex-direction: column; align-items: stretch; text-align: center; }
  .section-join .btn { width: 100%; }
}
@media (max-width: 560px) {
  .hero-product-frame { border-radius: 20px; }
  .hero-float-card--reward { display: none; }
  .reward-amount { gap: 8px; }
  .reward-amount em { font-size: 19px; padding-bottom: 9px; }
  .reward-zar { border-left: 0; padding-left: 0; }
  .reward-zar span { font-size: 25px; }
}
