:root {
  --purple-950: #210236;
  --purple-900: #2b0648;
  --purple-800: #3d0965;
  --purple-650: #6f22a3;
  --purple-500: #9554ce;
  --lavender: #f4ebff;
  --lavender-2: #fbf7ff;
  --ink: #15101c;
  --muted: #6f6279;
  --white: #ffffff;
  --border: rgba(90, 19, 134, 0.16);
  --shadow: 0 24px 70px rgba(43, 6, 72, 0.13);
}

* { 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:
    radial-gradient(circle at 8% 3%, rgba(149, 84, 206, 0.18), transparent 28%),
    linear-gradient(180deg, #fff 0%, #fbf8ff 100%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  padding: 16px clamp(18px, 5vw, 76px);
  background: rgba(255,255,255,0.86);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(18px);
}

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

.brand img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(43, 6, 72, 0.16);
}

.brand strong {
  display: block;
  color: var(--purple-900);
  font-size: 1.35rem;
  line-height: 1;
  font-weight: 900;
}

.brand small {
  display: block;
  margin-top: 5px;
  color: var(--purple-650);
  font-size: 0.82rem;
  font-weight: 800;
}

.site-header nav {
  display: flex;
  gap: 22px;
  color: #272030;
  font-weight: 800;
  font-size: 0.92rem;
  white-space: nowrap;
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
  padding: clamp(58px, 9vw, 118px) clamp(18px, 5vw, 76px) 54px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--purple-650);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }

h1 {
  margin-bottom: 24px;
  max-width: 840px;
  color: var(--purple-950);
  font-size: clamp(3.1rem, 7vw, 7.2rem);
  line-height: 0.92;
  letter-spacing: 0.02em;
  font-weight: 900;
}

h2 {
  margin-bottom: 16px;
  color: var(--purple-950);
  font-size: clamp(2rem, 4.2vw, 4rem);
  line-height: 1.04;
  letter-spacing: 0.01em;
  font-weight: 900;
}

h3 {
  margin-bottom: 10px;
  color: var(--purple-950);
  font-size: 1.45rem;
}

.hero-text, .section-heading p, .about-panel p, .copy-card p, .flow-diagram p, .founder-grid p, .press p, .waitlist p, .usecase-card p {
  color: var(--muted);
  line-height: 1.62;
}

.hero-text {
  max-width: 680px;
  font-size: clamp(1.12rem, 2vw, 1.42rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.btn, button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 999px;
  padding: 15px 22px;
  font-weight: 900;
  cursor: pointer;
}

.primary, button {
  background: linear-gradient(135deg, var(--purple-900), var(--purple-500));
  color: var(--white);
  box-shadow: 0 18px 44px rgba(90, 19, 134, 0.25);
}

.secondary {
  background: var(--lavender);
  color: var(--purple-900);
}

.payment-card {
  padding: 28px;
  border-radius: 34px;
  color: var(--white);
  background: linear-gradient(145deg, rgba(43,6,72,0.98), rgba(111,34,163,0.94));
  box-shadow: var(--shadow);
}

.payment-card-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.payment-card-head span, .payment-card p { color: rgba(255,255,255,0.72); }

.instalment {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  margin-bottom: 12px;
  border-radius: 18px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding: 0 clamp(18px, 5vw, 76px) 54px;
}

.trust-strip article, .usecase-card, .copy-card, .founder-grid article, form, .press, .logo-row div, .flow-diagram article {
  background: rgba(255,255,255,0.9);
  border: 1px solid var(--border);
  box-shadow: 0 18px 55px rgba(43, 6, 72, 0.075);
}

.trust-strip article {
  padding: 22px;
  border-radius: 24px;
}

.trust-strip strong {
  display: block;
  margin-bottom: 8px;
  color: var(--purple-900);
}

.trust-strip span {
  color: var(--muted);
  line-height: 1.5;
}

.section {
  padding: clamp(58px, 8vw, 104px) clamp(18px, 5vw, 76px);
}

.section-heading {
  max-width: 880px;
  margin-bottom: 32px;
}

.about-panel {
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(30px, 5vw, 56px);
  border-radius: 36px;
  background: linear-gradient(145deg, rgba(43,6,72,0.98), rgba(111,34,163,0.94));
  box-shadow: var(--shadow);
}

.about-panel .eyebrow, .about-panel h2, .about-panel p {
  color: var(--white);
}

.about-panel p {
  max-width: 900px;
  color: rgba(255,255,255,0.76);
  font-size: 1.06rem;
}

.usecase-grid {
  display: grid;
  grid-template-columns: 1.12fr 1fr 1fr;
  gap: 18px;
}

.usecase-card {
  position: relative;
  min-height: 375px;
  padding: 30px;
  border-radius: 30px;
  overflow: hidden;
}

.usecase-card.highlight {
  grid-row: span 2;
  background: linear-gradient(145deg, var(--purple-900), var(--purple-650));
  color: var(--white);
}

.usecase-card.highlight h3,
.usecase-card.highlight p,
.usecase-card.highlight .examples,
.usecase-card.highlight .mini-flow,
.usecase-card.highlight .mini-flow span,
.usecase-card.highlight .mini-flow b {
  color: var(--white);
}

.usecase-card.highlight p,
.usecase-card.highlight .examples {
  opacity: 0.82;
}

.usecase-svg {
  width: 170px;
  height: 130px;
  margin-bottom: 18px;
}

.usecase-card.highlight .usecase-svg {
  width: 190px;
  height: 145px;
  padding: 12px;
  border-radius: 22px;
  background: rgba(255,255,255,0.94);
}

.usecase-svg svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #4b1482;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.number {
  position: absolute;
  top: 24px;
  right: 24px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--lavender);
  color: var(--purple-900);
  font-weight: 900;
}

.examples {
  font-weight: 650;
  color: #6d6077;
}

.mini-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(90, 19, 134, 0.15);
  color: var(--purple-900);
  font-weight: 850;
  font-size: 0.92rem;
}

.mini-flow b {
  color: var(--purple-650);
}

.how-section {
  background: linear-gradient(180deg, rgba(244,235,255,0.50), rgba(255,255,255,0.35));
}

.flow-diagram {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.flow-diagram article {
  border-radius: 28px;
  padding: 24px;
}

.flow-diagram span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--purple-900), var(--purple-500));
  color: white;
  font-weight: 900;
}

.simple-note {
  margin-top: 18px;
  padding: 18px 22px;
  border-radius: 22px;
  background: var(--lavender);
  color: var(--purple-900);
  font-weight: 700;
}

.compliance-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 36px;
  background: linear-gradient(135deg, rgba(43,6,72,0.96), rgba(61,9,101,0.92));
}

.compliance-section .eyebrow, .compliance-section h2 {
  color: white;
}

.copy-card {
  border-radius: 28px;
  padding: 28px;
}

.founder-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.founder-grid article {
  border-radius: 30px;
  padding: 28px;
}

.role {
  color: var(--purple-650) !important;
  font-weight: 900;
}

.socials, .footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
}

.socials span, .footer-socials span {
  border-radius: 999px;
  padding: 8px 12px;
  background: var(--lavender);
  color: var(--purple-900);
  font-weight: 800;
  font-size: 0.86rem;
}

.supporters {
  background: rgba(244,235,255,0.55);
}

.investor-copy {
  color: var(--purple-900) !important;
  font-weight: 700;
}

.logo-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: center;
}

.logo-row div {
  display: grid;
  place-items: center;
  min-height: 150px;
  padding: 26px;
  border-radius: 26px;
}

.logo-row img {
  max-width: 100%;
  max-height: 88px;
  object-fit: contain;
}

.logo-row img[src*="fish-bazaar"] {
  max-height: 118px;
}

.logo-row img[src*="orderingdirect"] {
  max-height: 108px;
}

.logo-row img[src*="adream-creation"] {
  max-height: 92px;
}

.press {
  margin: 0 clamp(18px, 5vw, 76px);
  border-radius: 34px;
  text-align: center;
}

.waitlist {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
}

form {
  display: grid;
  gap: 14px;
  border-radius: 28px;
  padding: 26px;
}

input, select {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 15px 16px;
  font: inherit;
  outline: none;
}

.success {
  margin: 0;
  padding: 13px;
  border-radius: 14px;
  background: var(--lavender);
  color: var(--purple-900) !important;
  font-weight: 900;
  text-align: center;
}

.footer-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 34px;
  margin-top: 40px;
  padding: 48px clamp(18px, 5vw, 76px);
  background: linear-gradient(135deg, #2b0648, #6f22a3);
  color: white;
}

.footer-left {
  display: flex;
  align-items: center;
  gap: 18px;
}

.footer-left img {
  width: 86px;
  height: 86px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 18px 44px rgba(0,0,0,0.18);
}

.footer-left strong {
  display: block;
  font-size: 2rem;
  line-height: 1;
  font-weight: 900;
}

.footer-left span {
  display: block;
  margin-top: 8px;
  color: rgba(255,255,255,0.78);
  font-weight: 800;
  font-size: 1.05rem;
}

.footer-right {
  display: grid;
  justify-items: end;
  gap: 10px;
  font-weight: 800;
}

.footer-socials span {
  color: white;
  background: rgba(255,255,255,0.14);
}

@media (max-width: 1080px) {
  .site-header nav { display: none; }
  .hero, .compliance-section, .waitlist, .founder-grid {
    grid-template-columns: 1fr;
  }
  .usecase-grid {
    grid-template-columns: 1fr 1fr;
  }
  .usecase-card.highlight {
    grid-row: auto;
  }
  .flow-diagram, .logo-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .trust-strip, .usecase-grid, .flow-diagram, .logo-row {
    grid-template-columns: 1fr;
  }
  .usecase-svg {
    width: 145px;
    height: 112px;
  }
  .footer-banner {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-right {
    justify-items: start;
  }
}

/* Version 21 - final charity card consistency fix */
.usecase-card.highlight,
.usecase-card:first-child {
  background: rgba(255,255,255,0.9) !important;
  color: var(--ink) !important;
}

.usecase-card.highlight h3,
.usecase-card.highlight p,
.usecase-card.highlight .examples,
.usecase-card.highlight .mini-flow,
.usecase-card.highlight .mini-flow span,
.usecase-card.highlight .mini-flow b,
.usecase-card:first-child h3,
.usecase-card:first-child p,
.usecase-card:first-child .examples,
.usecase-card:first-child .mini-flow,
.usecase-card:first-child .mini-flow span,
.usecase-card:first-child .mini-flow b {
  color: inherit !important;
  opacity: 1 !important;
}

.usecase-grid {
  grid-template-columns: repeat(4, 1fr) !important;
}

.usecase-card:first-child {
  grid-row: auto !important;
}

.usecase-clean-icon {
  display: block !important;
  width: 170px !important;
  height: 130px !important;
  object-fit: contain !important;
  margin: 0 0 18px !important;
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.mosque-clean-icon {
  width: 175px !important;
  height: 135px !important;
}

@media (max-width: 1080px) {
  .usecase-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 680px) {
  .usecase-grid {
    grid-template-columns: 1fr !important;
  }

  .usecase-clean-icon {
    width: 145px !important;
    height: 112px !important;
  }
}


/* V22 mosque bold fix */
.mosque-clean-icon {
  width: 170px !important;
  height: 130px !important;
  filter: contrast(1.4) brightness(0.6);
  transform: scale(1.05);
  image-rendering: crisp-edges;
}


/* FINAL mosque fix (force bold look) */
.mosque-clean-icon {
  width: 170px !important;
  height: 130px !important;
  filter: contrast(2) brightness(0.4);
  transform: scale(1.08);
}

/* ensure all icons same visual weight */
.usecase-card img {
  filter: contrast(1.8) brightness(0.5);
}


/* Version 25 - Mobile hamburger menu */
.mobile-menu-toggle {
  display: none;
  border: 0;
  background: var(--lavender);
  color: var(--purple-900);
  border-radius: 14px;
  font-size: 1.55rem;
  font-weight: 900;
  line-height: 1;
  padding: 10px 13px;
  cursor: pointer;
}

@media (max-width: 1080px) {
  .site-header nav {
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    left: 18px;
    right: 18px;
    z-index: 50;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
    flex-direction: column;
    gap: 12px;
    white-space: normal;
  }

  .site-header nav.mobile-open {
    display: flex;
  }

  .site-header nav a {
    display: block;
    padding: 12px 14px;
    border-radius: 14px;
    background: var(--lavender-2);
    color: var(--purple-900);
  }

  .mobile-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}


/* Version 26 - Supporter logo box consistency */
.logo-row {
  align-items: stretch !important;
}

.logo-row div {
  min-height: 170px !important;
  height: 170px !important;
  padding: 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.logo-row img {
  width: 100% !important;
  height: 100% !important;
  max-width: 230px !important;
  max-height: 110px !important;
  object-fit: contain !important;
  transform: none !important;
}

/* Make OrderingDirect visually equal to the others */
.logo-row img[src*="orderingdirect"] {
  max-width: 250px !important;
  max-height: 120px !important;
  transform: scale(1.18) !important;
}

/* Keep all other supporter logos balanced */
.logo-row img[src*="kacha-bazar"],
.logo-row img[src*="fish-bazaar"],
.logo-row img[src*="adream-creation"] {
  max-width: 230px !important;
  max-height: 110px !important;
}

@media (max-width: 680px) {
  .logo-row div {
    height: 150px !important;
    min-height: 150px !important;
  }

  .logo-row img {
    max-width: 220px !important;
    max-height: 100px !important;
  }
}


/* Version 27 - Products, card, login dashboard and waitlist nav */
.products-section {
  background: linear-gradient(180deg, rgba(244,235,255,0.55), rgba(255,255,255,0.35));
}

.card-product-panel {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: stretch;
}

.card-product-copy,
.card-product-visual,
.customer-dashboard {
  background: rgba(255,255,255,0.92);
  border: 1px solid var(--border);
  box-shadow: 0 18px 55px rgba(43, 6, 72, 0.075);
  border-radius: 34px;
}

.card-product-copy {
  padding: clamp(28px, 5vw, 48px);
}

.product-subheadline {
  color: var(--muted);
  font-size: 1.18rem;
  line-height: 1.6;
  margin-bottom: 24px;
}

.product-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.product-feature-grid article {
  padding: 18px;
  border-radius: 22px;
  background: var(--lavender-2);
  border: 1px solid var(--border);
}

.product-feature-grid h3 {
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.product-feature-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.card-product-visual {
  padding: 28px;
  display: grid;
  align-content: center;
  gap: 20px;
  background: linear-gradient(145deg, var(--purple-900), var(--purple-650));
  color: white;
}

.card-product-visual img {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  display: block;
  border-radius: 30px;
  box-shadow: 0 24px 70px rgba(0,0,0,0.22);
}

.card-mini-dashboard {
  padding: 20px;
  border-radius: 24px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.22);
}

.card-mini-dashboard span {
  display: block;
  color: rgba(255,255,255,0.72);
  font-weight: 800;
  margin-bottom: 6px;
}

.card-mini-dashboard strong {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 8px;
}

.card-mini-dashboard p {
  margin: 0;
  color: rgba(255,255,255,0.78);
}

.login-section {
  background: rgba(244,235,255,0.45);
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.customer-dashboard {
  padding: 28px;
}

.dashboard-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 22px;
}

.dashboard-head span {
  color: var(--muted);
  font-weight: 800;
  font-size: 0.9rem;
}

.dashboard-head h3 {
  margin: 6px 0 0;
  font-size: 2rem;
}

.dashboard-head > strong {
  padding: 10px 14px;
  border-radius: 999px;
  color: white;
  background: linear-gradient(135deg, var(--purple-900), var(--purple-500));
  white-space: nowrap;
}

.dashboard-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 18px;
}

.dashboard-stats div {
  padding: 15px;
  border-radius: 18px;
  background: var(--lavender-2);
  border: 1px solid var(--border);
}

.dashboard-stats span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  margin-bottom: 6px;
}

.dashboard-stats strong {
  color: var(--purple-950);
  font-size: 1.25rem;
}

.dashboard-note {
  color: var(--muted);
  line-height: 1.55;
}

.pay-now-button {
  width: 100%;
  margin-top: 8px;
}

@media (max-width: 1080px) {
  .card-product-panel,
  .dashboard-grid {
    grid-template-columns: 1fr;
  }

  .product-feature-grid {
    grid-template-columns: 1fr;
  }

  .site-header nav {
    max-height: 75vh;
    overflow-y: auto;
  }
}

@media (max-width: 680px) {
  .dashboard-stats {
    grid-template-columns: 1fr;
  }

  .card-product-visual img {
    border-radius: 22px;
  }
}

/* v28 card image improvement */
.card-product-visual {
  background: #fff !important;
}

.card-product-visual img {
  max-width: 520px !important;
  border-radius: 16px !important;
  box-shadow: 0 30px 80px rgba(0,0,0,0.15) !important;
}


/* PayEman Remittance - Concept C */
.remittance-premium-section {
  padding: 0;
  background: linear-gradient(180deg, #ffffff 0%, #faf7ff 52%, #ffffff 100%);
  overflow: hidden;
}

.remittance-hero {
  position: relative;
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) 360px;
  gap: 40px;
  align-items: center;
  padding: 72px clamp(24px, 7vw, 110px);
  background:
    radial-gradient(circle at 68% 35%, rgba(139, 70, 255, 0.55) 0%, rgba(64, 12, 116, 0.88) 36%, rgba(15, 2, 39, 0.98) 72%),
    linear-gradient(135deg, #130020 0%, #25004e 48%, #0b001f 100%);
  color: #fff;
}

.remittance-globe {
  position: absolute;
  right: 240px;
  top: 40px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  opacity: 0.55;
  background:
    radial-gradient(circle at 34% 32%, rgba(255,255,255,0.45), rgba(168, 86, 255,0.24) 18%, rgba(74, 14, 132,0.2) 45%, rgba(0,0,0,0) 68%),
    repeating-linear-gradient(8deg, rgba(255,255,255,0.16) 0 1px, transparent 1px 28px),
    repeating-linear-gradient(92deg, rgba(255,255,255,0.12) 0 1px, transparent 1px 32px);
  box-shadow: 0 0 80px rgba(174, 92, 255, 0.55), inset 0 0 80px rgba(255,255,255,0.08);
  filter: blur(0.1px);
}

.remittance-globe::before,
.remittance-globe::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255,255,255,0.32);
  border-color: rgba(255,255,255,0.32) transparent transparent transparent;
  border-radius: 50%;
  transform: rotate(-24deg);
}

.remittance-globe::before {
  width: 520px;
  height: 260px;
  left: 20px;
  top: 190px;
}

.remittance-globe::after {
  width: 430px;
  height: 210px;
  left: 80px;
  top: 250px;
}

.remittance-hero-copy,
.remittance-phone-card {
  position: relative;
  z-index: 2;
}

.remittance-hero-copy .eyebrow,
.corridors-wrap .eyebrow,
.future-vision .eyebrow {
  color: #b98cff;
  font-weight: 800;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.remittance-hero h2 {
  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: 0.92;
  margin: 18px 0 24px;
  letter-spacing: -0.06em;
  color: #fff;
}

.remittance-hero p {
  max-width: 640px;
  font-size: 1.22rem;
  color: rgba(255,255,255,0.86);
  line-height: 1.55;
}

.remittance-actions {
  display: flex;
  gap: 16px;
  margin: 32px 0;
  flex-wrap: wrap;
}

.remittance-actions .btn {
  border-radius: 14px;
  padding: 15px 24px;
  text-decoration: none;
  font-weight: 800;
}

.remittance-actions .primary {
  background: linear-gradient(135deg, #7d38ff, #a454ff);
  color: #fff;
  box-shadow: 0 18px 38px rgba(123, 56, 255, 0.35);
}

.remittance-actions .secondary.dark {
  color: #fff;
  border: 1px solid rgba(255,255,255,0.35);
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);
}

.remittance-trust-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.remittance-trust-row div {
  display: flex;
  flex-direction: column;
  min-width: 150px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
}

.remittance-trust-row strong {
  color: #fff;
}

.remittance-trust-row span {
  color: rgba(255,255,255,0.7);
  font-size: 0.9rem;
}

.remittance-phone-card {
  background: #fff;
  color: #1f0638;
  border-radius: 34px;
  padding: 28px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.38);
  border: 10px solid #16111f;
  max-width: 360px;
}

.phone-top {
  width: 78px;
  height: 8px;
  background: #15101c;
  border-radius: 999px;
  margin: 0 auto 18px;
}

.remittance-phone-card h3 {
  text-align: center;
  margin-bottom: 20px;
}

.transfer-row,
.transfer-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 15px;
  border-radius: 14px;
  background: #f7f1ff;
  margin-bottom: 10px;
}

.transfer-meta {
  font-size: 0.86rem;
  color: #6b5a78;
  background: #fbf8ff;
}

.remittance-phone-card button {
  width: 100%;
  border: 0;
  border-radius: 14px;
  padding: 15px;
  margin: 14px 0;
  color: #fff;
  font-weight: 800;
  background: linear-gradient(135deg, #5a1390, #8d3cff);
}

.remittance-phone-card p {
  color: #6b5a78;
  font-size: 0.85rem;
  text-align: center;
}

.corridors-wrap,
.why-remittance-grid,
.use-case-showcase,
.future-vision {
  padding-left: clamp(24px, 7vw, 110px);
  padding-right: clamp(24px, 7vw, 110px);
}

.corridors-wrap {
  padding-top: 44px;
}

.section-heading h3,
.future-vision h3 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
  letter-spacing: -0.04em;
  margin: 10px 0;
  color: #220039;
}

.section-heading p {
  color: #6b5a78;
  max-width: 760px;
}

.corridor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.corridor-card {
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(75, 23, 123, 0.12);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 18px 40px rgba(62, 13, 98, 0.08);
}

.corridor-card .flags {
  font-size: 2.2rem;
  margin-bottom: 12px;
}

.corridor-card strong {
  display: block;
  color: #220039;
  font-size: 1.08rem;
  margin-bottom: 8px;
}

.corridor-card span {
  color: #6b5a78;
  line-height: 1.45;
}

.why-remittance-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding-top: 42px;
}

.why-card {
  background: #fff;
  border: 1px solid rgba(75, 23, 123, 0.1);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 15px 34px rgba(62, 13, 98, 0.07);
}

.icon-pill {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: #f0e3ff;
  color: #5b1392;
  font-weight: 900;
  font-size: 1.35rem;
  margin-bottom: 16px;
}

.why-card h4 {
  color: #220039;
  margin: 0 0 8px;
}

.why-card p {
  color: #6b5a78;
  margin: 0;
  line-height: 1.48;
}

.use-case-showcase {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding-top: 42px;
}

.use-case-card {
  min-height: 230px;
  border-radius: 28px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 22px;
  color: #fff;
  background-size: cover;
  background-position: center;
  box-shadow: 0 22px 50px rgba(62, 13, 98, 0.16);
  position: relative;
}

.use-case-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(25,0,45,0.05), rgba(25,0,45,0.76));
}

.use-case-card > div {
  position: relative;
  z-index: 1;
}

.use-case-card h4 {
  margin: 0 0 6px;
  font-size: 1.25rem;
}

.use-case-card p {
  margin: 0;
  color: rgba(255,255,255,0.86);
  line-height: 1.35;
}

.use-case-card.family {
  background-image: linear-gradient(135deg, rgba(82, 18, 132, 0.3), rgba(10, 0, 18, 0.35)), url("https://images.unsplash.com/photo-1542810634-71277d95dcbb?auto=format&fit=crop&w=900&q=80");
}

.use-case-card.education {
  background-image: linear-gradient(135deg, rgba(82, 18, 132, 0.3), rgba(10, 0, 18, 0.35)), url("https://images.unsplash.com/photo-1523240795612-9a054b0db644?auto=format&fit=crop&w=900&q=80");
}

.use-case-card.health {
  background-image: linear-gradient(135deg, rgba(82, 18, 132, 0.3), rgba(10, 0, 18, 0.35)), url("https://images.unsplash.com/photo-1584515933487-779824d29309?auto=format&fit=crop&w=900&q=80");
}

.use-case-card.umrah {
  background-image: linear-gradient(135deg, rgba(82, 18, 132, 0.3), rgba(10, 0, 18, 0.35)), url("https://images.unsplash.com/photo-1591604129939-f1efa4d9f7fa?auto=format&fit=crop&w=900&q=80");
}

.future-vision {
  margin-top: 52px;
  padding-top: 56px;
  padding-bottom: 64px;
  background:
    radial-gradient(circle at 88% 20%, rgba(156, 79, 255, 0.38), transparent 28%),
    linear-gradient(135deg, #160022, #3b006d);
  color: #fff;
  text-align: center;
}

.future-vision h3 {
  color: #fff;
}

.future-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.future-grid div {
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 18px;
  padding: 18px 12px;
  font-weight: 800;
  color: rgba(255,255,255,0.9);
}

@media (max-width: 980px) {
  .remittance-hero {
    grid-template-columns: 1fr;
    padding-top: 54px;
  }

  .remittance-phone-card {
    max-width: 100%;
  }

  .remittance-globe {
    right: -240px;
    top: 40px;
  }

  .corridor-grid,
  .why-remittance-grid,
  .use-case-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .future-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .remittance-hero {
    padding: 42px 22px;
  }

  .remittance-hero h2 {
    font-size: 3.1rem;
  }

  .corridor-grid,
  .why-remittance-grid,
  .use-case-showcase {
    grid-template-columns: 1fr;
  }

  .remittance-actions {
    flex-direction: column;
  }

  .remittance-actions .btn {
    text-align: center;
  }
}


/* Remittance product-style refinements */
.remittance-hero {
  min-height: 640px;
  align-items: center;
}

.remittance-hero-copy {
  max-width: 760px;
}

.remittance-hero-copy .eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #d7b8ff;
  font-size: 0.9rem;
}

.remittance-hero h2 {
  font-size: clamp(4.25rem, 7vw, 7.25rem);
  line-height: 0.88;
  letter-spacing: -0.075em;
  margin: 0 0 16px;
  max-width: 850px;
}

.remittance-tagline {
  font-size: clamp(2.1rem, 3.8vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  margin: 0 0 26px;
  color: #ffffff;
  font-weight: 900;
  text-shadow: 0 18px 48px rgba(0,0,0,0.28);
}

.remittance-hero p {
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  line-height: 1.55;
  max-width: 780px;
}

.remittance-actions {
  margin-top: 38px;
}

.remittance-trust-row {
  margin-top: 34px;
}

.remittance-trust-row div {
  min-width: 185px;
  padding: 18px 20px;
}

.remittance-trust-row strong {
  font-size: 1.08rem;
}

.remittance-phone-card {
  transform: scale(1.04);
}

@media (max-width: 980px) {
  .remittance-hero h2 {
    font-size: clamp(3.4rem, 11vw, 5.4rem);
  }

  .remittance-tagline {
    font-size: clamp(2rem, 7vw, 3.3rem);
  }

  .remittance-phone-card {
    transform: none;
  }
}

@media (max-width: 620px) {
  .remittance-hero {
    min-height: auto;
  }

  .remittance-hero h2 {
    font-size: 3.25rem;
    line-height: 0.92;
  }

  .remittance-tagline {
    font-size: 2.05rem;
  }
}
