/* ─────────────────────────────────────────────────────────────
   ReelsPay — landing page styles
   ───────────────────────────────────────────────────────────── */

:root {
  --purple-900: #2E1065;
  --purple-700: #6D28D9;
  --purple-600: #7C3AED;
  --purple-500: #8B5CF6;
  --purple-400: #A855F7;
  --purple-100: #EDE9FE;
  --purple-050: #F5F3FF;

  --ink:        #14101F;
  --ink-soft:   #3B3552;
  --muted:      #6E6885;
  --muted-2:    #8B85A0;

  --line:       #ECE8F7;
  --line-2:     #E4DFF4;
  --surface:    #FFFFFF;

  --grad: linear-gradient(103deg, #7C3AED 0%, #9333EA 55%, #A855F7 100%);

  --shadow-sm: 0 1px 2px rgba(23, 10, 55, .05);
  --shadow-md: 0 8px 26px -12px rgba(48, 20, 110, .16);
  --shadow-lg: 0 30px 70px -28px rgba(48, 20, 110, .30);
  --shadow-xl: 0 44px 90px -30px rgba(48, 20, 110, .38);

  --radius:    18px;
  --radius-lg: 26px;
  --wrap: 1180px;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: #FBFAFF;
  background-image:
    radial-gradient(1100px 620px at 78% -8%,  #EFE9FF 0%, rgba(239,233,255,0) 62%),
    radial-gradient(820px 520px at 6% 4%,     #F4EFFF 0%, rgba(244,239,255,0) 60%),
    linear-gradient(#FBFAFF, #FBFAFF);
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.55;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4, p { margin: 0; }
button, input { font: inherit; color: inherit; }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: 24px; }

.ic { width: 1em; height: 1em; flex: none; }

.grad-text {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(124, 58, 237, .45);
  outline-offset: 2px;
  border-radius: 8px;
}

/* ── Header ─────────────────────────────────────────────── */
.site-header { padding: 26px 0 10px; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }

.header-actions { display: flex; align-items: center; gap: 12px; }

/* Language switch */
.lang-switch {
  display: inline-flex; align-items: center; gap: 2px;
  padding: 3px;
  border-radius: 999px;
  background: rgba(237, 233, 254, .7);
  border: 1px solid rgba(196, 181, 253, .5);
}
.lang-opt {
  border: 0; cursor: pointer;
  padding: 6px 13px;
  border-radius: 999px;
  background: transparent;
  color: var(--purple-700);
  font-size: 12.5px; font-weight: 700; letter-spacing: -.01em;
  line-height: 1.3;
  transition: background .18s ease, color .18s ease, box-shadow .18s ease;
}
.lang-opt[lang="bn"] { font-family: "Noto Sans Bengali", "Plus Jakarta Sans", sans-serif; letter-spacing: normal; }
.lang-opt:hover { color: var(--purple-600); background: rgba(255, 255, 255, .55); }
.lang-opt[aria-pressed="true"] {
  background: #fff;
  color: var(--purple-700);
  box-shadow: 0 1px 3px rgba(48, 20, 110, .16);
}

.logo { display: inline-flex; align-items: center; }
.logo img { height: 38px; width: auto; display: block; }
.site-footer .logo img { height: 40px; }

.pill {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13.5px; font-weight: 700; letter-spacing: -.01em;
  padding: 9px 17px; border-radius: 999px;
  white-space: nowrap;
}
.pill .ic { width: 15px; height: 15px; }
.pill-soft {
  background: rgba(237, 233, 254, .85);
  color: var(--purple-700);
  border: 1px solid rgba(196, 181, 253, .5);
  box-shadow: var(--shadow-sm);
}
.pill-solid {
  background: var(--purple-100);
  color: var(--purple-700);
  font-size: 13.5px; font-weight: 700; letter-spacing: -.012em;
  padding: 9px 18px;
}

/* ── Hero ───────────────────────────────────────────────── */
.hero { position: relative; padding: 34px 0 96px; }

.hero-glow {
  position: absolute; inset: 0; pointer-events: none; overflow: hidden;
}
.hero-glow::before,
.hero-glow::after {
  content: ""; position: absolute; border-radius: 50%; filter: blur(70px);
}
.hero-glow::before {
  width: 460px; height: 460px; left: 34%; top: 4%;
  background: radial-gradient(circle, rgba(167,139,250,.34), rgba(167,139,250,0) 70%);
}
.hero-glow::after {
  width: 420px; height: 420px; right: 4%; top: 34%;
  background: radial-gradient(circle, rgba(216,180,254,.30), rgba(216,180,254,0) 70%);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .78fr) minmax(0, .95fr);
  align-items: center;
  gap: 0 24px;
}

.hero-copy { position: relative; z-index: 3; }

.hero-copy h1 {
  margin: 22px 0 14px;
  font-size: clamp(38px, 4.5vw, 57px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -.045em;
}

.hero-sub {
  font-size: clamp(19px, 1.8vw, 23px);
  font-weight: 700;
  letter-spacing: -.032em;
  line-height: 1.35;
  margin-bottom: 18px;
}

.lede {
  color: var(--muted);
  font-size: 16.5px;
  line-height: 1.72;
  max-width: 40ch;
}

.socials { display: flex; flex-wrap: wrap; gap: 10px; margin: 30px 0 30px; }
.social {
  width: 38px; height: 38px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  transition: transform .18s ease, box-shadow .18s ease;
}
.social svg { width: 20px; height: 20px; }
.social:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }

.trust { display: flex; flex-wrap: wrap; gap: 12px 18px; }
.trust li {
  display: flex; align-items: center; gap: 9px;
  font-size: 11.5px; line-height: 1.35; color: var(--muted); white-space: nowrap;
}
.trust b { color: var(--ink); font-weight: 700; font-size: 12px; }
.trust-ic {
  width: 29px; height: 29px; border-radius: 9px; flex: none;
  display: grid; place-items: center;
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--purple-600);
  box-shadow: var(--shadow-sm);
}
.trust-ic .ic { width: 16px; height: 16px; }

/* ── Phone mockup ───────────────────────────────────────── */
.hero-phone {
  position: relative; z-index: 1;
  display: flex; justify-content: center;
  margin: 0 -30px 0 -8px;
}
.phone {
  width: 268px;
  aspect-ratio: 268 / 545;
  border-radius: 42px;
  padding: 9px;
  background: linear-gradient(160deg, #2A2A32 0%, #101014 46%, #26262E 100%);
  box-shadow:
    0 2px 0 rgba(255,255,255,.12) inset,
    var(--shadow-xl);
  transform: rotate(-8.5deg) translateY(-6px);
}
.phone::before {  /* notch */
  content: ""; position: absolute;
  top: 18px; left: 50%; transform: translateX(-50%);
  width: 86px; height: 20px; border-radius: 12px;
  background: #0B0B0F; z-index: 4;
}
.phone { position: relative; }

.phone-screen {
  position: relative;
  height: 100%;
  border-radius: 34px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FAF8FF 100%);
  overflow: hidden;
  padding: 13px 13px 56px;
  font-size: 9px;
}

.ph-status {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 8.5px; font-weight: 700; color: #16121F; padding: 3px 5px 0;
}
.ph-status-icons { display: flex; gap: 3px; align-items: center; }
.ph-status-icons i { width: 4px; height: 4px; border-radius: 1px; background: #16121F; display: block; }
.ph-status-icons i:nth-child(2) { width: 9px; height: 5px; border-radius: 1.5px; }
.ph-status-icons i:nth-child(3) { width: 12px; height: 6px; border-radius: 2px; }

.ph-back { color: #6E6885; font-size: 14px; line-height: 1; padding: 6px 4px 0; }

.ph-greet { padding: 3px 4px 9px; }
.ph-hi { font-size: 13px; font-weight: 800; letter-spacing: -.02em; }
.ph-sub { font-size: 8.5px; color: var(--muted-2); margin-top: 1px; }

.ph-balance {
  border-radius: 14px; padding: 11px 12px;
  background: var(--grad);
  color: #fff;
  box-shadow: 0 12px 22px -12px rgba(109,40,217,.85);
}
.ph-bal-label { font-size: 7.5px; opacity: .82; font-weight: 600; letter-spacing: .02em; }
.ph-bal-row { display: flex; align-items: center; justify-content: space-between; margin-top: 3px; }
.ph-bal-amt { font-size: 17px; font-weight: 800; letter-spacing: -.03em; }
.ph-bal-btn {
  background: rgba(255,255,255,.22); border: 1px solid rgba(255,255,255,.34);
  padding: 4px 10px; border-radius: 999px; font-size: 7.5px; font-weight: 700;
}

.ph-section { font-size: 9px; font-weight: 800; letter-spacing: -.01em; margin: 11px 2px 7px; }

.ph-camp {
  display: flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid #F0ECFA; border-radius: 12px;
  padding: 7px 8px; margin-bottom: 6px;
  box-shadow: 0 4px 12px -8px rgba(48,20,110,.35);
}
.ph-thumb { width: 29px; height: 36px; border-radius: 8px; flex: none; }
.ph-thumb.t1 { background: linear-gradient(150deg,#F9A8D4,#C084FC 55%,#818CF8); }
.ph-thumb.t2 { background: linear-gradient(150deg,#FDBA74,#F472B6 60%,#A855F7); }
.ph-thumb.t3 { background: linear-gradient(150deg,#5EEAD4,#60A5FA 55%,#A78BFA); }
.ph-thumb.t4 { background: linear-gradient(150deg,#A5B4FC,#8B5CF6 55%,#EC4899); }
.ph-camp-body { flex: 1; min-width: 0; display: block; }
.ph-camp-title { display: block; font-size: 8.5px; font-weight: 800; letter-spacing: -.01em; }
.ph-camp-meta { display: block; font-size: 7px; color: var(--muted-2); margin-top: 1px; }
.ph-bar { display: block; height: 3px; border-radius: 3px; background: #EFEAFB; margin: 5px 0 3px; overflow: hidden; }
.ph-bar i { display: block; height: 100%; border-radius: 3px; background: var(--grad); }
.ph-camp-foot { display: block; font-size: 6.5px; color: var(--muted-2); }
.ph-chev { color: #C6C0D8; font-size: 11px; line-height: 1; }

.ph-nav {
  position: absolute; left: 0; right: 0; bottom: 0;
  display: flex; align-items: flex-end; justify-content: space-around;
  padding: 9px 8px 14px;
  background: rgba(255,255,255,.96);
  border-top: 1px solid #F1EDFB;
  backdrop-filter: blur(6px);
}
.ph-nav > span { font-size: 6px; color: #B4AEC6; text-align: center; font-weight: 600; }
.ph-nav > span b { display: block; width: 11px; height: 11px; margin: 0 auto 3px; border-radius: 3.5px; background: #DCD6EE; }
.ph-nav > span.on { color: var(--purple-600); }
.ph-nav > span.on b { background: var(--purple-500); }
.ph-fab {
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--grad); color: #fff !important;
  display: grid; place-items: center;
  font-size: 14px !important; font-weight: 700; line-height: 1;
  box-shadow: 0 8px 16px -8px rgba(109,40,217,.9);
  transform: translateY(-3px);
}

/* ── Cards ──────────────────────────────────────────────── */
.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

/* ── Waitlist form ──────────────────────────────────────── */
.hero-form { position: relative; z-index: 3; margin-left: -34px; }

.form-card { padding: 30px 28px 24px; box-shadow: var(--shadow-lg); }

.form-title {
  font-size: 22px; font-weight: 800; letter-spacing: -.032em; text-align: center;
}
.form-sub {
  text-align: center; color: var(--muted); font-size: 13.5px;
  line-height: 1.6; margin: 8px auto 22px; max-width: 30ch;
}

.field { position: relative; margin-bottom: 12px; }
.field-ic {
  position: absolute; left: 15px; top: 50%; transform: translateY(-50%);
  width: 18px; height: 18px; color: var(--muted-2);
  pointer-events: none; transition: color .18s ease;
}
.field input {
  width: 100%;
  padding: 15px 16px 15px 44px;
  border-radius: 14px;
  border: 1px solid var(--line-2);
  background: #FCFBFF;
  font-size: 14.5px;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.field input::placeholder { color: var(--muted-2); letter-spacing: .04em; }

/* fixed +88 dial prefix, divided off from the typed digits */
.field-prefix {
  position: absolute;
  left: 44px; top: 50%;
  transform: translateY(-50%);
  padding-right: 11px;
  border-right: 1px solid var(--line-2);
  color: var(--ink);
  font-size: 14.5px; font-weight: 700; letter-spacing: -.01em;
  line-height: 1.5;
  pointer-events: none;
  transition: border-color .18s ease;
}
.field-tel input {
  padding-left: 97px;
  letter-spacing: .04em;
}
.field-tel:focus-within .field-prefix { border-right-color: var(--purple-500); }
.field-tel.invalid .field-prefix { border-right-color: #EF6A72; }
.field input:hover { border-color: #D8D0F0; }
.field input:focus {
  outline: none; background: #fff;
  border-color: var(--purple-500);
  box-shadow: 0 0 0 4px rgba(139, 92, 246, .13);
}
.field input:focus + .field-ic,
.field:focus-within .field-ic { color: var(--purple-600); }

.field.invalid input { border-color: #EF6A72; background: #FFF7F7; }
.field.invalid input:focus { box-shadow: 0 0 0 4px rgba(239,106,114,.14); }

.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-weight: 700; font-size: 15px; letter-spacing: -.012em;
  border: 0; border-radius: 14px; cursor: pointer;
  padding: 16px 22px;
  transition: transform .18s ease, box-shadow .22s ease, opacity .18s ease;
}
.btn .ic { width: 17px; height: 17px; }

.btn-primary {
  position: relative;
  width: 100%;
  margin-top: 6px;
  color: #fff;
  background: var(--grad);
  box-shadow: 0 16px 30px -14px rgba(109, 40, 217, .85);
}
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 22px 38px -14px rgba(109, 40, 217, .95); }
.btn-primary:active { transform: translateY(0); }
.btn-primary[disabled] { cursor: not-allowed; opacity: .68; transform: none; }

.btn-orb {
  position: absolute; right: 8px; top: 50%; transform: translateY(-50%);
  width: 34px; height: 34px; border-radius: 50%;
  background: rgba(255,255,255,.2);
  display: grid; place-items: center;
}
.btn-orb .ic { width: 16px; height: 16px; }

.btn-light {
  background: #fff; color: var(--ink);
  box-shadow: 0 16px 34px -18px rgba(0,0,0,.6);
}
.btn-light:hover { transform: translateY(-1px); }
.btn-light .ic { color: var(--purple-600); }

.form-msg {
  margin: 12px 2px 0; font-size: 13px; line-height: 1.5; text-align: center;
  min-height: 0;
}
.form-msg:empty { display: none; }
.form-msg.error { color: #C0353D; }
.form-msg.ok    { color: #18794E; }

.proof {
  display: flex; align-items: center; justify-content: center; gap: 12px;
  margin-top: 20px;
}
.avatars { display: inline-flex; }
.av {
  width: 30px; height: 30px; border-radius: 50%;
  border: 2.5px solid #fff; margin-left: -9px;
  box-shadow: 0 2px 6px rgba(48,20,110,.18);
  background-size: cover;
}
.av:first-child { margin-left: 0; }
.av.a1 { background-image: linear-gradient(140deg,#FDBA74,#F472B6); }
.av.a2 { background-image: linear-gradient(140deg,#93C5FD,#818CF8); }
.av.a3 { background-image: linear-gradient(140deg,#6EE7B7,#38BDF8); }
.av { position: relative; overflow: hidden; }
.av::before,
.av::after { content: ""; position: absolute; background: rgba(255, 255, 255, .82); }
.av::before {           /* head */
  width: 34%; aspect-ratio: 1; border-radius: 50%;
  left: 33%; top: 20%;
}
.av::after {            /* shoulders */
  width: 66%; height: 42%; left: 17%; bottom: -8%;
  border-radius: 50% 50% 0 0 / 78% 78% 0 0;
}
.proof-text { font-size: 11.5px; color: var(--muted); line-height: 1.4; }
.proof-text b { color: var(--ink); font-weight: 700; }

.privacy {
  display: flex; align-items: center; justify-content: center; gap: 7px;
  margin-top: 20px; padding-top: 16px;
  border-top: 1px solid var(--line);
  font-size: 11.5px; color: var(--muted-2);
}
.privacy .ic { width: 13px; height: 13px; }

/* success state */
.form-card.done .success { display: flex; }
.success {
  display: none; flex-direction: column; align-items: center; text-align: center;
  padding: 12px 4px 6px;
}
.success-badge {
  width: 62px; height: 62px; border-radius: 50%;
  display: grid; place-items: center; margin-bottom: 18px;
  background: var(--grad); color: #fff; font-size: 30px;
  box-shadow: 0 16px 30px -14px rgba(109,40,217,.85);
}
.success h2 { font-size: 21px; font-weight: 800; letter-spacing: -.03em; }
.success p { color: var(--muted); font-size: 14px; margin-top: 9px; max-width: 32ch; line-height: 1.6; }

/* ── How it works ───────────────────────────────────────── */
.how {
  padding: 74px 0 80px;
  background: #fff;
  border-top: 1px solid var(--line);
}
.how-title { margin-top: 0; }

.steps {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 48px;
}

.step {
  flex: 1 1 0;
  min-width: 0;
  position: relative;
  text-align: center;
}
.step-num {
  position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  z-index: 2;
  width: 32px; height: 32px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--grad);
  color: #fff;
  font-size: 14px; font-weight: 800; letter-spacing: -.01em;
  box-shadow: 0 7px 15px -6px rgba(109, 40, 217, .85);
}
.step-ic {
  width: 108px; height: 108px; border-radius: 50%;
  margin: 16px auto 0;
  display: grid; place-items: center;
  background: #EFE9FF;
  color: var(--purple-600);
  transition: transform .22s ease, background .22s ease;
}
.step-ic .ic { width: 42px; height: 42px; }
.step:hover .step-ic { transform: translateY(-3px); background: #E7DEFF; }

.step h3 {
  margin-top: 22px;
  font-size: 16.5px; font-weight: 800; letter-spacing: -.025em;
}
.step p {
  margin: 10px auto 0;
  max-width: 25ch;
  color: var(--muted);
  font-size: 13.5px; line-height: 1.66;
}

/* dotted connector between steps */
.step-arrow {
  position: relative;
  flex: 0 1 78px;
  min-width: 24px;
  height: 6px;
  margin-top: 68px;          /* lines up with the circle's centre */
  background-image: radial-gradient(circle, var(--purple-400) 1.7px, transparent 1.9px);
  background-size: 11px 6px;
  background-repeat: repeat-x;
  background-position: left center;
}
.step-arrow::after {
  content: "";
  position: absolute; right: 0; top: 50%;
  transform: translateY(-50%);
  border-left: 7px solid var(--purple-400);
  border-top: 4.5px solid transparent;
  border-bottom: 4.5px solid transparent;
}

/* ── Benefits ───────────────────────────────────────────── */
.benefits {
  padding: 74px 0 78px;
  background: linear-gradient(180deg, rgba(243,238,255,.75) 0%, rgba(250,248,255,.6) 100%);
  border-top: 1px solid rgba(228,223,244,.7);
}
.eyebrow {
  text-align: center; color: var(--purple-600);
  font-size: 12.5px; font-weight: 700; letter-spacing: .14em;
}
.section-title {
  text-align: center;
  margin-top: 14px;
  font-size: clamp(28px, 3.1vw, 38px);
  font-weight: 800; letter-spacing: -.04em;
}

.benefit-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
  margin-top: 44px;
}
.benefit {
  padding: 30px 24px 32px; text-align: center;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.benefit:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(196,181,253,.75);
}
.benefit-ic {
  width: 56px; height: 56px; border-radius: 17px;
  display: grid; place-items: center; margin: 0 auto 20px;
  background: linear-gradient(150deg, #F3EDFF, #EAE1FF);
  color: var(--purple-600);
}
.benefit-ic .ic { width: 26px; height: 26px; }
.benefit h3 { font-size: 16.5px; font-weight: 800; letter-spacing: -.025em; }
.benefit p { margin-top: 11px; color: var(--muted); font-size: 13.5px; line-height: 1.66; }

/* ── CTA ────────────────────────────────────────────────── */
.cta-section { padding: 12px 0 78px; background: linear-gradient(180deg, rgba(250,248,255,.6), #FBFAFF); }

.cta {
  position: relative; overflow: hidden;
  display: flex; align-items: center; gap: 28px; flex-wrap: wrap;
  padding: 40px 172px 40px 46px;
  border-radius: 30px;
  color: #fff;
  background:
    radial-gradient(700px 300px at 88% 120%, rgba(124,58,237,.55), rgba(124,58,237,0) 70%),
    radial-gradient(500px 260px at 10% -20%, rgba(139,92,246,.38), rgba(139,92,246,0) 70%),
    linear-gradient(112deg, #1A0B36 0%, #24103F 52%, #170A2E 100%);
  box-shadow: 0 40px 80px -34px rgba(30, 10, 70, .65);
}
.cta .avatars .av { border-color: rgba(255,255,255,.28); }
.avatars-lg .av { width: 34px; height: 34px; }

.cta-copy { flex: 1; min-width: 220px; }
.cta-kicker { font-size: 17px; font-weight: 700; letter-spacing: -.025em; line-height: 1.4; }
.cta-head {
  margin-top: 10px;
  font-size: clamp(28px, 3.3vw, 40px); font-weight: 800; letter-spacing: -.04em; line-height: 1.05;
}
.cta-head .grad-text {
  background: linear-gradient(100deg, #C4B5FD, #A855F7);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.cta .btn-light { position: relative; z-index: 2; padding: 18px 26px; }

.cta-plane {
  position: absolute; right: 30px; top: 50%;
  width: 118px; height: 118px; opacity: .95;
  transform: translateY(-50%) rotate(-8deg);
  pointer-events: none;
}

/* ── Footer ─────────────────────────────────────────────── */
.site-footer {
  padding: 46px 0 28px;
  background: #FBFAFF;
  border-top: 1px solid var(--line);
}
.footer-brand p { margin-top: 16px; color: var(--muted); font-size: 13px; line-height: 1.7; }

.footer-bottom {
  margin-top: 30px; padding-top: 22px;
  border-top: 1px solid var(--line);
  display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap;
  color: var(--muted-2); font-size: 12.5px;
}
.footer-socials { display: flex; gap: 16px; }
.footer-socials svg { width: 19px; height: 19px; opacity: .78; transition: opacity .16s ease, transform .16s ease; }
.footer-socials a:hover svg { opacity: 1; transform: translateY(-2px); }

/* ── Bangla ─────────────────────────────────────────────────
   Bengali needs the tight negative tracking removed and more leading,
   or the matras above and below the headline collide.
   ───────────────────────────────────────────────────────────── */
html[lang="bn"] body {
  font-family: "Noto Sans Bengali", "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
html[lang="bn"] .form-title,
html[lang="bn"] .section-title,
html[lang="bn"] .cta-kicker,
html[lang="bn"] .cta-head,
html[lang="bn"] .step h3,
html[lang="bn"] .benefit h3,
html[lang="bn"] .success h2 { letter-spacing: -.01em; }

html[lang="bn"] .hero-copy h1 {
  font-size: clamp(32px, 3.9vw, 49px);
  line-height: 1.28;
  letter-spacing: -.005em;
}
html[lang="bn"] .hero-sub {
  font-size: clamp(17px, 1.65vw, 21px);
  line-height: 1.6;
  letter-spacing: -.005em;
}
html[lang="bn"] .section-title { line-height: 1.28; }
html[lang="bn"] .cta-head     { line-height: 1.3; }
html[lang="bn"] .pill-solid   { letter-spacing: normal; }
html[lang="bn"] .eyebrow      { letter-spacing: .04em; }
html[lang="bn"] .lede         { line-height: 1.85; }
html[lang="bn"] .trust li     { line-height: 1.5; }
html[lang="bn"] .benefit p,
html[lang="bn"] .step p,
html[lang="bn"] .form-sub     { line-height: 1.8; }

/* the phone mockup runs at ~7-9px; Bangla needs a touch more room */
html[lang="bn"] .phone-screen  { font-size: 9.5px; }
html[lang="bn"] .ph-hi         { font-size: 12px; }
html[lang="bn"] .ph-camp-meta  { font-size: 7.5px; }
html[lang="bn"] .ph-camp-foot  { font-size: 7px; }
html[lang="bn"] .ph-nav > span { font-size: 6.5px; line-height: 1.4; }
html[lang="bn"] .ph-bal-btn    { font-size: 8px; }

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 1120px) {
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 40px 28px; }
  .hero-copy { grid-column: 1; }
  .hero-form { grid-column: 2; margin-left: 0; }
  .hero-phone { grid-column: 1 / -1; grid-row: 2; margin: 0; }
  .phone { transform: rotate(-5deg); }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .step-arrow { flex-basis: 34px; }
}

@media (max-width: 820px) {
  .hero { padding: 20px 0 66px; }
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-copy, .hero-form, .hero-phone { grid-column: 1; }
  .hero-phone { grid-row: 3; }
  .hero-copy h1 { font-size: clamp(34px, 12.6vw, 54px); }
  html[lang="bn"] .hero-copy h1 { font-size: clamp(28px, 12vw, 48px); }
  .lede { max-width: 46ch; }
  .how { padding: 58px 0 62px; }
  .steps { display: grid; grid-template-columns: 1fr 1fr; gap: 36px 20px; }
  .step-arrow { display: none; }
  .cta { padding: 34px 26px; gap: 22px; }
  .cta-plane { width: 92px; height: 92px; right: -8px; top: auto; bottom: -6px; opacity: .5; }
  .cta .btn-light { width: 100%; }
}

@media (max-width: 520px) {
  .wrap { padding-inline: 18px; }
  .site-header { padding: 18px 0 6px; }
  .logo img { height: 32px; }
  .header-pill { display: none; }
  .lang-opt { padding: 6px 11px; font-size: 12px; }
  .form-card { padding: 26px 20px 22px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; gap: 34px; }
  .trust { gap: 12px 16px; }
  .footer-bottom { justify-content: center; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
