:root {
  --blue: #1d6a8a;        /* SalaryTopup primary deep teal-blue */
  --blue-dark: #155270;
  --blue-darker: #0e3d54;
  --teal: #3aa6a0;        /* SalaryTopup accent teal */
  --teal-bright: #2bc2b6;
  --teal-light: #e7f4f3;
  --blue-tint: #eef6fa;
  --gold: #f7a93a;        /* warm accent for highlights */
  --gold-deep: #f3921b;
  --ink: #14323f;
  --muted: #5a7682;
  --line: #e1ebf0;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(21, 82, 112, 0.14);
  --shadow-lg: 0 30px 70px rgba(14, 61, 84, 0.22);
  --radius: 20px;
  --grad: linear-gradient(135deg, var(--blue) 0%, var(--teal) 100%);
  --grad-soft: linear-gradient(135deg, var(--blue-darker), var(--blue) 55%, var(--teal));
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.container { width: 100%; max-width: 1160px; margin: 0 auto; padding: 0 20px; }

img { max-width: 100%; display: block; }

a { text-decoration: none; color: inherit; }

/* ===== Buttons ===== */
.btn {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .5px;
  padding: 15px 34px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: transform .2s cubic-bezier(.34,1.56,.64,1), box-shadow .2s ease, filter .2s ease;
  text-align: center;
  overflow: hidden;
}
.btn-primary {
  background: var(--grad);
  color: #fff;
  box-shadow: 0 10px 26px rgba(29, 106, 138, .4);
}
.btn-primary::after {
  content: ""; position: absolute; top: 0; left: -120%; width: 60%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.45), transparent);
  transform: skewX(-20deg); transition: left .6s ease;
}
.btn-primary:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 16px 34px rgba(29,106,138,.5); }
.btn-primary:hover::after { left: 130%; }
.btn-block { width: 100%; }

/* ===== Header ===== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(225,235,240,.8);
  box-shadow: 0 2px 20px rgba(21,82,112,.05);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; padding-top: 10px; padding-bottom: 10px; }
.brand-logo { height: 48px; width: auto; transition: transform .25s ease; }
.brand:hover .brand-logo { transform: scale(1.05); }
.header-cta { padding: 11px 26px; font-size: 14px; }

/* ===== Hero ===== */
.hero {
  position: relative;
  background:
    radial-gradient(900px 480px at 88% -8%, rgba(58,166,160,.22), transparent 60%),
    radial-gradient(700px 500px at -5% 20%, rgba(29,106,138,.12), transparent 55%),
    linear-gradient(180deg, var(--blue-tint), #fff 80%);
  padding: 64px 0 84px;
  overflow: hidden;
}
.blob {
  position: absolute; border-radius: 50%; filter: blur(8px); opacity: .5; z-index: 0;
  pointer-events: none;
}
.blob-1 { width: 220px; height: 220px; top: -40px; right: 8%;
  background: radial-gradient(circle at 30% 30%, var(--teal-bright), transparent 70%); animation: float 9s ease-in-out infinite; }
.blob-2 { width: 160px; height: 160px; bottom: 40px; left: 4%;
  background: radial-gradient(circle at 30% 30%, var(--gold), transparent 70%); opacity: .35; animation: float 11s ease-in-out infinite reverse; }
.blob-3 { width: 120px; height: 120px; top: 45%; right: 42%;
  background: radial-gradient(circle at 30% 30%, var(--blue), transparent 70%); opacity: .25; animation: float 13s ease-in-out infinite; }
@keyframes float {
  0%,100% { transform: translateY(0) translateX(0); }
  50% { transform: translateY(-28px) translateX(14px); }
}

.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 52px; align-items: center; }
.hero-copy { animation: rise .7s ease both; }
@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }

.pill {
  display: inline-flex; align-items: center;
  background: rgba(58,166,160,.14); color: var(--blue);
  font-size: 12px; font-weight: 700; letter-spacing: 1.2px;
  padding: 8px 16px; border-radius: 50px; margin-bottom: 20px;
  border: 1px solid rgba(58,166,160,.3);
}
.hero h1 { font-size: 46px; line-height: 1.1; font-weight: 800; color: var(--blue-darker); letter-spacing: -.6px; }
.hero h1 .hl {
  background: linear-gradient(120deg, var(--gold-deep), var(--gold));
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  position: relative; white-space: nowrap;
}
.hero-sub { margin-top: 18px; font-size: 17.5px; color: var(--muted); max-width: 520px; }
.hero-points { list-style: none; margin: 24px 0 6px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.hero-points li { display: flex; align-items: center; gap: 10px; font-weight: 500; font-size: 15px; }
.tick {
  display: inline-grid; place-items: center;
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--grad); color: #fff; font-size: 12px; font-weight: 700; flex: none;
  box-shadow: 0 4px 10px rgba(58,166,160,.4);
}
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.trust-badge {
  background: rgba(255,255,255,.85); border: 1px solid var(--line);
  padding: 8px 16px; border-radius: 50px; font-size: 13px; font-weight: 600; color: var(--blue);
  box-shadow: 0 4px 12px rgba(21,82,112,.07); backdrop-filter: blur(4px);
}

.hero-stats {
  display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap;
}
.stat {
  flex: 1; min-width: 110px;
  background: rgba(255,255,255,.7); border: 1px solid var(--line);
  border-radius: 16px; padding: 16px 14px; text-align: center;
  box-shadow: 0 6px 18px rgba(21,82,112,.06); backdrop-filter: blur(6px);
}
.stat-num { font-size: 26px; font-weight: 800; color: var(--blue);
  background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.stat-label { font-size: 12px; color: var(--muted); font-weight: 600; margin-top: 2px; }

/* ===== Form ===== */
.form-card {
  position: relative; z-index: 2;
  background: rgba(255,255,255,.82);
  border-radius: 24px; box-shadow: var(--shadow-lg);
  padding: 30px 28px; border: 1px solid rgba(255,255,255,.7);
  backdrop-filter: blur(14px);
  animation: rise .7s .15s ease both;
}
.form-card::before {
  content: ""; position: absolute; inset: 0; border-radius: 24px; padding: 1.5px;
  background: linear-gradient(140deg, var(--teal-bright), transparent 40%, var(--gold) 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; opacity: .6; pointer-events: none;
}
.form-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--gold-deep); color: #fff; font-size: 12.5px; font-weight: 700;
  padding: 6px 18px; border-radius: 50px; box-shadow: 0 8px 18px rgba(243,146,27,.4);
  white-space: nowrap;
}
.form-title { font-size: 23px; font-weight: 800; color: var(--blue-darker); text-align: center; margin-top: 6px; }
.form-sub { text-align: center; color: var(--muted); font-size: 14px; margin: 4px 0 20px; }
.field { margin-bottom: 14px; }
.field label { display: block; font-size: 13.5px; font-weight: 600; margin-bottom: 6px; color: var(--ink); }
.field input, .field select {
  width: 100%; padding: 13px 15px; font-size: 15px; font-family: inherit;
  border: 1.5px solid var(--line); border-radius: 12px; background: rgba(251,253,254,.9); color: var(--ink);
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.field input:focus, .field select:focus {
  outline: none; border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(58,166,160,.16); background: #fff;
}
.mobile-wrap { display: flex; align-items: stretch; }
.mobile-wrap .prefix {
  display: grid; place-items: center; padding: 0 14px;
  border: 1.5px solid var(--line); border-right: none;
  border-radius: 12px 0 0 12px; background: var(--blue-tint);
  font-weight: 700; color: var(--blue); font-size: 14px;
}
.mobile-wrap input { border-radius: 0 12px 12px 0; }
.prefix-icon { font-size: 18px; }
.error { display: block; color: #d23b3b; font-size: 12.5px; margin-top: 5px; }
.field.invalid input, .field.invalid select { border-color: #d23b3b; box-shadow: 0 0 0 4px rgba(210,59,59,.1); }
.form-foot { text-align: center; font-size: 12px; color: var(--muted); margin-top: 12px; }
.btn-block { margin-top: 6px; }

/* required asterisk */
.req { color: #e23b3b; font-weight: 700; }

/* employment radio buttons */
.radio-row { display: flex; gap: 26px; margin-top: 2px; }
.radio-opt { display: flex; align-items: center; gap: 8px; cursor: pointer; font-size: 15px; color: var(--ink); font-weight: 500; }
.radio-opt input[type="radio"] { width: 18px; height: 18px; margin: 0; flex-shrink: 0; accent-color: var(--teal); cursor: pointer; }

.form-success { text-align: center; padding: 30px 8px; animation: rise .5s ease both; }
.success-icon {
  width: 72px; height: 72px; margin: 0 auto 16px; border-radius: 50%;
  background: var(--grad); color: #fff; font-size: 38px; display: grid; place-items: center;
  box-shadow: 0 12px 30px rgba(58,166,160,.45); animation: pop .5s cubic-bezier(.34,1.56,.64,1) both;
}
@keyframes pop { from { transform: scale(0); } to { transform: scale(1); } }
.form-success h3 { color: var(--blue-darker); font-size: 23px; margin-bottom: 8px; }
.form-success p { color: var(--muted); }
.redirect-note { margin-top: 12px; font-size: 14px; font-weight: 600; color: var(--teal); }
.redirect-note #redirect-count { font-weight: 700; }

/* ===== Sections ===== */
.section { padding: 74px 0; position: relative; }
.section:nth-child(even) { background: linear-gradient(180deg, var(--blue-tint), #fff); }
.section-title {
  text-align: center; font-size: 34px; font-weight: 800; color: var(--blue-darker); letter-spacing: -.5px;
}
.section-title::after {
  content: ""; display: block; width: 64px; height: 4px; margin: 14px auto 0;
  background: var(--grad); border-radius: 4px;
}
.section-sub { text-align: center; color: var(--muted); margin-top: 12px; font-size: 16px; }
.section .btn { display: block; width: max-content; margin: 40px auto 0; }

/* scroll reveal */
.reveal { opacity: 0; transform: translateY(36px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 44px; }

.feature-card, .step-card, .testi-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 24px; box-shadow: 0 8px 22px rgba(21,82,112,.06);
  transition: transform .25s cubic-bezier(.34,1.4,.64,1), box-shadow .25s ease, border-color .25s ease;
  position: relative; overflow: hidden;
}
.feature-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: var(--grad); transform: scaleX(0); transform-origin: left; transition: transform .3s ease;
}
.feature-card:hover, .step-card:hover, .testi-card:hover {
  transform: translateY(-8px); box-shadow: var(--shadow); border-color: rgba(58,166,160,.4);
}
.feature-card:hover::before { transform: scaleX(1); }
.feature-ic {
  margin-bottom: 14px; width: 62px; height: 62px; border-radius: 16px;
  display: grid; place-items: center; background: var(--teal-light); color: var(--blue);
}
.feature-ic svg { width: 30px; height: 30px; }
.feature-card h3 { color: var(--blue); font-size: 16px; letter-spacing: .3px; margin-bottom: 8px; }
.feature-card p, .step-card p, .testi-card p { color: var(--muted); font-size: 14.5px; }

.step-num {
  width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center;
  background: var(--grad); color: #fff; font-weight: 800; font-size: 22px; margin-bottom: 16px;
  box-shadow: 0 10px 22px rgba(58,166,160,.4);
}
.step-card h3 { color: var(--blue-darker); font-size: 18px; margin-bottom: 8px; }

/* ===== Eligibility ===== */
.elig-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
  max-width: 820px; margin: 44px auto 0;
}
.elig-card {
  display: flex; align-items: center; gap: 18px;
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  padding: 22px 24px; box-shadow: 0 8px 22px rgba(21,82,112,.06);
  transition: transform .25s cubic-bezier(.34,1.4,.64,1), box-shadow .25s ease, border-color .25s ease;
  position: relative; overflow: hidden;
}
.elig-card::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px;
  background: var(--grad); transform: scaleY(0); transform-origin: top; transition: transform .3s ease;
}
.elig-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: rgba(58,166,160,.4); }
.elig-card:hover::before { transform: scaleY(1); }
.elig-ic {
  flex: none; width: 60px; height: 60px; border-radius: 16px;
  display: grid; place-items: center; color: var(--blue);
  background: var(--teal-light); box-shadow: inset 0 0 0 1px rgba(58,166,160,.18);
}
.elig-ic svg { width: 28px; height: 28px; }
.elig-text h3 { color: var(--blue-darker); font-size: 18px; font-weight: 700; margin-bottom: 3px; }
.elig-text p { color: var(--muted); font-size: 14px; }

/* ===== Testimonials carousel ===== */
.stars { color: var(--gold); font-size: 18px; letter-spacing: 2px; margin-bottom: 10px; }

.testi-carousel {
  margin-top: 44px; overflow: hidden; position: relative;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.testi-track {
  display: flex; gap: 22px; width: max-content;
  animation: marquee 60s linear infinite;
}
.testi-carousel:hover .testi-track { animation-play-state: paused; }
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.testi-card {
  flex: 0 0 auto; width: 340px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 24px; box-shadow: 0 8px 22px rgba(21,82,112,.06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  display: flex; flex-direction: column;
}
.testi-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: rgba(58,166,160,.4); }
.testi-card p { font-style: italic; color: var(--ink); font-size: 14.5px; flex: 1; }
.testi-foot { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.testi-avatar {
  width: 42px; height: 42px; border-radius: 50%; flex: none;
  display: grid; place-items: center; color: #fff; font-weight: 700; font-size: 16px;
  background: var(--grad); box-shadow: 0 6px 14px rgba(58,166,160,.35);
}
.testi-name { font-weight: 700; color: var(--blue); font-size: 14px; letter-spacing: .3px; }
.testi-meta { font-size: 12px; color: var(--muted); font-weight: 500; }

/* ===== FAQ ===== */
.faq-list, .faq-grid { max-width: 780px; margin: 44px auto 0; display: grid; gap: 12px; }
.faq-grid { max-width: 1000px; grid-template-columns: 1fr 1fr; align-items: start; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden;
  transition: box-shadow .2s ease, border-color .2s ease; }
.faq-item.open { box-shadow: var(--shadow); border-color: rgba(58,166,160,.4); }
.faq-q {
  width: 100%; text-align: left; background: none; border: none; cursor: pointer;
  font-family: inherit; font-size: 16px; font-weight: 600; color: var(--blue-darker);
  padding: 19px 22px; display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq-toggle { font-size: 26px; color: var(--teal); font-weight: 400; flex: none; transition: transform .25s ease; line-height: 1; }
.faq-item.open .faq-toggle { transform: rotate(135deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a p { padding: 0 22px 20px; color: var(--muted); font-size: 14.5px; }

/* ===== Footer ===== */
.site-footer {
  background: var(--grad-soft); color: #cfe2ea; padding: 56px 0 40px; text-align: center;
  position: relative;
}
.footer-logo { height: 58px; margin: 0 auto 18px; filter: brightness(0) invert(1); opacity: .95; }
.footer-tag { font-weight: 600; color: #fff; margin-bottom: 14px; font-size: 16px; }
.footer-disclaimer { max-width: 780px; margin: 0 auto 18px; font-size: 12.5px; color: #b8d4df; line-height: 1.7; }
.footer-copy { font-size: 13px; color: #9fc0ce; }

/* ===== Sticky mobile CTA ===== */
.sticky-cta {
  display: none; position: fixed; bottom: 12px; left: 50%; transform: translateX(-50%);
  width: auto; max-width: calc(100% - 28px); z-index: 60;
  background: var(--grad); color: #fff;
  text-align: center; padding: 12px 28px; border-radius: 50px;
  font-weight: 700; font-size: 14px; letter-spacing: .2px; white-space: nowrap;
  box-shadow: 0 8px 22px rgba(14,61,84,.4); animation: pulse 2.4s ease-in-out infinite;
}
@keyframes pulse {
  0%,100% { box-shadow: 0 8px 22px rgba(14,61,84,.4); transform: translateX(-50%) scale(1); }
  50% { box-shadow: 0 8px 30px rgba(43,194,182,.55); transform: translateX(-50%) scale(1.03); }
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .form-card { position: static; }
  .hero h1 { font-size: 36px; }
  .cards-3 { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; max-width: 780px; }
  .elig-grid { grid-template-columns: 1fr; }
  .blob-1, .blob-3 { display: none; }
}
@media (max-width: 600px) {
  body { padding-bottom: 66px; }   /* room so sticky CTA never covers content */
  .container { padding: 0 16px; }
  .header-cta { display: none; }
  .brand-logo { height: 42px; }

  .hero { padding: 30px 0 44px; }
  .hero h1 { font-size: 27px; line-height: 1.18; }
  .hero h1 .hl { white-space: normal; }
  .hero-sub { font-size: 15.5px; margin-top: 14px; }
  .hero-points { grid-template-columns: 1fr; gap: 10px; margin-top: 20px; }
  .pill { font-size: 11px; padding: 7px 14px; }
  .trust-row { gap: 8px; }
  .trust-badge { font-size: 12px; padding: 7px 12px; }
  .hero-stats { gap: 10px; margin-top: 24px; }
  .stat { padding: 12px 8px; min-width: 0; }
  .stat-num { font-size: 19px; }
  .stat-label { font-size: 10.5px; }

  .form-card { padding: 26px 18px; }
  .form-title { font-size: 20px; }

  .section { padding: 44px 0; }
  .section-title { font-size: 24px; }
  .section-sub { font-size: 14.5px; }

  .testi-card { width: 280px; }

  .sticky-cta { display: block; }
}

@media (max-width: 360px) {
  .hero h1 { font-size: 24px; }
  .stat-num { font-size: 17px; }
  .sticky-cta { font-size: 13px; padding: 11px 22px; }
}
