:root {
  --green-900: #003d2c;
  --green-800: #00573a;
  --green-700: #007348;
  --green-100: #e7f5ee;
  --orange-600: #f2992f;
  --orange-500: #ffad3d;
  --ink: #17231f;
  --muted: #5f6f69;
  --line: #dfe8e4;
  --paper: #ffffff;
  --soft: #f5faf7;
  --shadow: 0 18px 45px rgba(0, 61, 44, 0.12);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 96px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  padding-bottom: 0;
}

img,
svg {
  display: block;
}

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

button {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 74px;
  padding: 14px clamp(18px, 4vw, 64px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(223, 232, 228, 0.8);
  backdrop-filter: blur(18px);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
}

.brand-logo {
  width: clamp(132px, 13vw, 164px);
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: var(--green-700);
}

.market-nav {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 40px;
  padding: 4px 5px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(0, 115, 72, 0.13);
  border-radius: 999px;
  box-shadow: 0 10px 26px rgba(0, 61, 44, 0.07);
}

.market-nav-label,
.market-options {
  display: inline-flex;
  align-items: center;
}

.market-nav-label {
  gap: 6px;
  height: 30px;
  padding: 0 8px 0 9px;
  color: var(--green-700);
  background: rgba(231, 245, 238, 0.7);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 850;
  white-space: nowrap;
}

.market-nav-label svg {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.market-options {
  gap: 2px;
}

.market-link {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 30px;
  color: #546a62;
  background: transparent;
  border: 0;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 850;
  transition: color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.market-link.is-active,
.market-link:hover,
.market-link:focus-visible {
  color: var(--green-900);
  background: var(--green-100);
  box-shadow: inset 0 0 0 1px rgba(0, 115, 72, 0.13);
}

.market-link:focus-visible {
  outline: 2px solid rgba(242, 153, 47, 0.6);
  outline-offset: 2px;
}

.header-cta,
.primary-cta,
.secondary-cta,
.country-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: var(--radius);
  font-weight: 850;
  letter-spacing: 0;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.header-cta,
.primary-cta,
.country-cta {
  color: #ffffff;
  background: var(--orange-600);
  box-shadow: 0 14px 28px rgba(242, 153, 47, 0.28);
}

.header-cta {
  min-width: 106px;
  padding: 0 18px;
}

.primary-cta {
  min-width: 168px;
  padding: 0 24px;
  font-size: 1rem;
}

.secondary-cta {
  color: var(--green-800);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(0, 115, 72, 0.2);
  min-width: 150px;
  padding: 0 22px;
}

.header-cta:hover,
.primary-cta:hover,
.secondary-cta:hover,
.country-cta:hover,
.header-cta:focus-visible,
.primary-cta:focus-visible,
.secondary-cta:focus-visible,
.country-cta:focus-visible {
  transform: translateY(-2px);
}

.header-cta:hover,
.primary-cta:hover,
.country-cta:hover,
.header-cta:focus-visible,
.primary-cta:focus-visible,
.country-cta:focus-visible {
  background: #e4871f;
  box-shadow: 0 18px 34px rgba(242, 153, 47, 0.35);
}

.hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: min(700px, calc(100svh - 150px));
  padding: clamp(44px, 6vw, 80px) clamp(18px, 4vw, 64px);
  overflow: hidden;
  background: #f7fbf9;
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-bg {
  background-image: url("assets/cashgo-worker-remit-hero.png");
  background-position: center right 18%;
  background-size: cover;
  filter: saturate(1.16) contrast(1.06) brightness(1.01);
  transform: scale(1.01);
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.89) 35%, rgba(255, 255, 255, 0.38) 58%, rgba(255, 255, 255, 0.03) 100%),
    linear-gradient(105deg, rgba(255, 173, 61, 0.08) 0%, rgba(0, 61, 44, 0.18) 100%),
    linear-gradient(0deg, rgba(0, 61, 44, 0.14), rgba(0, 61, 44, 0.01) 55%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green-700);
  font-size: 0.79rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--green-900);
  letter-spacing: 0;
  line-height: 1.05;
}

h1 {
  max-width: 11ch;
  font-size: clamp(2.9rem, 5.8vw, 5.35rem);
  font-weight: 950;
}

body[data-market="myanmar"] h1 {
  max-width: 12ch;
  font-size: clamp(2.75rem, 5vw, 4.85rem);
  line-height: 1.12;
}

h2 {
  font-size: clamp(2rem, 3.8vw, 4rem);
  font-weight: 920;
}

h3 {
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1.18;
}

.hero-copy {
  max-width: 560px;
  margin: 18px 0 0;
  color: #33443d;
  font-size: clamp(1rem, 1.8vw, 1.24rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 13px;
  color: var(--green-800);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(0, 115, 72, 0.2);
  border-radius: 999px;
  font-size: 0.87rem;
  font-weight: 850;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.proof-strip div {
  min-height: 104px;
  padding: 22px clamp(16px, 3vw, 36px);
  background: #ffffff;
}

.proof-strip strong {
  display: block;
  color: var(--green-900);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1;
}

.proof-strip span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 700;
}

.section {
  padding: clamp(62px, 8vw, 112px) clamp(18px, 4vw, 64px);
}

.story-section {
  background: var(--soft);
}

.story-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(58px, 6vw, 84px) minmax(0, 1fr);
  gap: 0;
  max-width: 1180px;
  margin: 0 auto;
}

.story-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 30px rgba(0, 61, 44, 0.05);
}

.story-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.02);
}

.story-flow {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
}

.story-flow-line {
  position: absolute;
  top: 50%;
  right: 8px;
  left: 8px;
  height: 5px;
  background: linear-gradient(90deg, var(--green-700), var(--orange-600));
  border-radius: 999px;
  box-shadow:
    0 0 0 5px rgba(245, 250, 247, 0.9),
    0 12px 22px rgba(0, 61, 44, 0.12);
  transform: translateY(-50%);
}

.story-flow-mark {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--green-800);
  background: #ffffff;
  border: 1px solid rgba(0, 115, 72, 0.16);
  border-radius: 50%;
  box-shadow: 0 12px 24px rgba(0, 61, 44, 0.12);
}

.story-flow-mark svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.story-card div {
  padding: 24px;
}

.story-card p {
  margin: 12px 0 0;
  color: var(--muted);
}

.section-heading {
  width: min(760px, 100%);
  margin: 0 auto 38px;
  text-align: center;
}

.section-heading.compact {
  margin: 0 0 28px;
  text-align: left;
}

.section-heading p:not(.eyebrow) {
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.benefit-grid,
.country-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.benefit-card,
.country-card {
  min-height: 238px;
  padding: 28px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 30px rgba(0, 61, 44, 0.05);
}

.benefit-card p,
.country-card p,
.steps p,
.faq-list p {
  margin: 12px 0 0;
  color: var(--muted);
}

.icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  color: var(--green-700);
  background: var(--green-100);
  border-radius: var(--radius);
}

.icon svg {
  width: 27px;
  height: 27px;
  fill: currentColor;
}

.accent-card {
  color: #ffffff;
  background: var(--green-900);
  border-color: var(--green-900);
}

.accent-card h3,
.accent-card p {
  color: #ffffff;
}

.accent-card p {
  opacity: 0.82;
}

.accent-card a {
  display: inline-flex;
  margin-top: 20px;
  color: var(--orange-500);
  font-weight: 900;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: start;
  background: var(--soft);
}

.steps {
  display: grid;
  gap: 14px;
}

.steps article {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  column-gap: 18px;
  padding: 22px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.steps span {
  grid-row: span 2;
  color: var(--orange-600);
  font-size: 1.7rem;
  font-weight: 950;
  line-height: 1;
}

.countries-section {
  background: #ffffff;
}

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

.country-card {
  min-height: 268px;
}

.flag {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  color: #ffffff;
  background: var(--green-700);
  border-radius: 50%;
  font-weight: 950;
  font-size: 0.86rem;
}

.country-cta {
  width: 100%;
  margin-top: 24px;
  min-height: 48px;
}

.assurance-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 7vw, 90px);
  align-items: start;
  color: #ffffff;
  background: var(--green-900);
}

.assurance-section h2,
.assurance-section .eyebrow {
  color: #ffffff;
}

.assurance-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.assurance-list p {
  margin: 0;
  padding: 16px 18px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  font-weight: 800;
}

.faq-section {
  background: var(--soft);
}

.faq-list {
  max-width: 880px;
  margin: 0 auto;
}

.faq-list details {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 6px 22px rgba(0, 61, 44, 0.04);
}

.faq-list details + details {
  margin-top: 12px;
}

.faq-list summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--green-900);
  font-weight: 900;
}

.faq-list p {
  padding: 0 22px 22px;
}

.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(48px, 7vw, 78px) clamp(18px, 4vw, 64px);
  background: #ffffff;
  border-top: 1px solid var(--line);
}

.final-cta h2 {
  max-width: 760px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 4vw, 64px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.footer-brand img {
  width: 132px;
  height: auto;
}

.site-footer p {
  margin: 0;
}

.fine-print {
  max-width: 520px;
  font-size: 0.82rem;
  text-align: right;
}

.mobile-sticky-cta {
  position: fixed;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 30;
  display: none;
  gap: 10px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.mobile-sticky-cta .primary-cta,
.mobile-sticky-cta .secondary-cta {
  flex: 1;
  min-width: 0;
}

@media (max-width: 1080px) {
  .benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .proof-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 86px;
  }

  .site-header {
    min-height: 64px;
    padding: 10px 16px;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .market-nav {
    margin-left: auto;
    gap: 3px;
    min-height: 36px;
    padding: 3px;
    box-shadow: 0 8px 20px rgba(0, 61, 44, 0.06);
  }

  .market-nav-label {
    height: 28px;
    padding: 0 7px;
    font-size: 0.72rem;
  }

  .market-nav-label svg {
    width: 15px;
    height: 15px;
  }

  .market-link {
    width: 30px;
    height: 28px;
    font-size: 0.72rem;
  }

  .brand-logo {
    width: 118px;
  }

  .hero {
    align-items: flex-start;
    min-height: min(780px, calc(100svh - 138px));
    padding: 58px 18px 48px;
  }

  .hero-bg {
    background-position: 58% bottom;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 46%, rgba(255, 255, 255, 0.34) 82%, rgba(255, 255, 255, 0.12) 100%),
      linear-gradient(0deg, rgba(0, 61, 44, 0.1), rgba(255, 173, 61, 0.06) 58%, rgba(0, 61, 44, 0.02));
  }

  h1 {
    max-width: 10.5ch;
    font-size: clamp(2.55rem, 13vw, 4rem);
  }

  body[data-market="myanmar"] h1 {
    max-width: 11.5ch;
    font-size: clamp(2.25rem, 11.5vw, 3.45rem);
    line-height: 1.14;
  }

  .hero-copy {
    max-width: 28rem;
    font-size: 1.02rem;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-actions .primary-cta,
  .hero-actions .secondary-cta {
    flex: 1 1 150px;
  }

  .trust-row {
    margin-top: 18px;
  }

  .proof-strip {
    grid-template-columns: 1fr 1fr;
  }

  .proof-strip div {
    min-height: 92px;
    padding: 18px;
  }

  .section {
    padding: 58px 18px;
  }

  .section-heading {
    text-align: left;
  }

  .section-heading p:not(.eyebrow) {
    margin-left: 0;
  }

  .benefit-grid,
  .story-grid,
  .country-grid,
  .split-section,
  .assurance-section {
    grid-template-columns: 1fr;
  }

  .story-grid {
    gap: 0;
  }

  .story-flow {
    height: 56px;
  }

  .story-flow-line {
    top: 6px;
    bottom: 6px;
    left: 50%;
    width: 5px;
    height: auto;
    transform: translateX(-50%);
    background: linear-gradient(180deg, var(--green-700), var(--orange-600));
  }

  .story-flow-mark svg {
    transform: rotate(90deg);
  }

  .benefit-card,
  .country-card {
    min-height: auto;
    padding: 24px;
  }

  .steps article {
    grid-template-columns: 52px minmax(0, 1fr);
    padding: 20px;
  }

  .assurance-list {
    grid-template-columns: 1fr;
  }

  .final-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .fine-print {
    text-align: left;
  }

  .mobile-sticky-cta.is-visible {
    display: flex;
  }
}

@media (max-width: 430px) {
  .site-header {
    gap: 10px;
  }

  .hero {
    padding-top: 42px;
  }

  .hero-actions .primary-cta,
  .hero-actions .secondary-cta {
    width: 100%;
    flex-basis: 100%;
  }

  .market-link {
    width: 27px;
    height: 26px;
    font-size: 0.68rem;
  }

  .market-nav-label {
    width: 26px;
    padding: 0;
    justify-content: center;
  }

  .market-nav-label span {
    display: none;
  }

  .proof-strip {
    grid-template-columns: 1fr;
  }
}
