/* ── Fonts ────────────────────────────────────────────────────────── */
/* Archivo variable font, split into the same three unicode-range subsets
   Google Fonts serves it in, so browsers only download what they need. */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/archivo-vietnamese.woff2") format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/archivo-latin-ext.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/archivo-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ── Tokens ───────────────────────────────────────────────────────── */
:root {
  --ink: #201e1d;
  --paper: #f7f5f2;

  --blue-100: #eaf7fc;
  --blue-200: #a8dcee;
  --blue-300: #7fd0ea;
  --blue-400: #2596be;
  --blue-500: #1b7898;
  --blue-600: #0f5871;
  --blue-700: #17384a;

  --gray-100: #eae7e7;
  --gray-300: #d7d3d3;
  --gray-400: #bab6b6;
  --gray-500: #9b9797;
  --gray-600: #605d5d;
  --gray-700: #444141;
  --gray-800: #3a3736;

  --font: "Archivo", system-ui, sans-serif;
}

/* ── Reset & base ─────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--paper);
  font-family: var(--font);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}

a { color: var(--blue-500); text-decoration: none; }
a:hover { color: var(--blue-600); }
img { display: block; max-width: 100%; }
::selection { background: var(--blue-200); color: var(--ink); }

h1, h2, h3 { margin: 0; font-weight: 900; }

/* ── Page frame ───────────────────────────────────────────────────── */
.page-wrap {
  min-height: 100%;
  display: flex;
  justify-content: center;
  background: var(--paper);
}

.card {
  width: 100%;
  background: var(--paper);
  overflow: hidden;
}

/* Full-bleed section backgrounds, content still capped and centered. */
.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

/* ── Header ───────────────────────────────────────────────────────── */
.site-header {
  padding: clamp(14px, 1.6vw, 20px) clamp(22px, 3.6vw, 44px);
  border-bottom: 2px solid var(--ink);
  background: var(--paper);
  position: sticky;
  top: 0;
  z-index: 20;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo { font-size: 17px; font-weight: 900; letter-spacing: -0.04em; }

.status-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gray-600);
}

.status-dot {
  width: 8px;
  height: 8px;
  background: var(--blue-400);
  display: block;
}

/* ── Section base ─────────────────────────────────────────────────── */
.section {
  padding: clamp(32px, 4vw, 64px) clamp(22px, 3.6vw, 44px);
  background: var(--paper);
}

.section--bordered-top { border-top: 2px solid var(--ink); padding-block: clamp(30px, 4vw, 60px); }
.section--pale-blue { background: #eef2f4; }
.section--light-blue { background: #e8f3f7; border-top: 2px solid var(--ink); }
.section--faint-blue { background: #f1f5f7; border-top: 2px solid var(--ink); }
.section--dark { background: var(--ink); color: var(--paper); border-top: 2px solid var(--ink); }

.kicker {
  margin: 0 0 18px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.kicker--fill { display: inline-flex; align-items: center; gap: 7px; padding: 6px 10px; margin: 0; background: var(--blue-400); color: #fff; }
.kicker--blue { color: var(--blue-500); }
.kicker--sky { color: var(--blue-300); margin-bottom: 8px; }
.kicker--muted { color: var(--gray-600); margin: 0; }

.section-title { font-size: clamp(26px, 2.6vw, 36px); line-height: 1.05; letter-spacing: -0.035em; margin-bottom: 16px; }
.section-title--light { color: var(--paper); max-width: 24ch; text-wrap: balance; }
.section-title--xl { font-size: clamp(30px, 3.4vw, 46px); line-height: 1.02; letter-spacing: -0.04em; max-width: 20ch; margin-bottom: 10px; }

.eyebrow { margin: 0 0 22px; font-size: 13px; font-weight: 700; letter-spacing: 0.02em; color: var(--blue-500); }
.eyebrow--muted { color: var(--gray-600); }

.highlight { background: var(--blue-200); box-decoration-break: clone; -webkit-box-decoration-break: clone; padding: 0 4px; }
.highlight--inline { padding: 0 3px; }

/* ── Buttons ──────────────────────────────────────────────────────── */
.btn {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(100%, 340px);
  padding: 16px 18px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.01em;
  border: 2px solid var(--ink);
  transition: background 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}
.btn svg { flex: none; }

.btn-primary { background: var(--blue-400); color: #fff; box-shadow: 5px 5px 0 var(--ink); }
.btn-primary:hover { background: var(--blue-500); color: #fff; box-shadow: 2px 2px 0 var(--ink); transform: translate(3px, 3px); }

.btn-dark { background: var(--ink); color: var(--paper); box-shadow: 5px 5px 0 var(--blue-400); }
.btn-dark:hover { background: var(--blue-400); color: var(--paper); box-shadow: 2px 2px 0 var(--ink); transform: translate(3px, 3px); }

.btn-free { background: var(--blue-300); color: var(--ink); box-shadow: 4px 4px 0 #0f2c3b; }
.btn-free:hover { background: var(--blue-200); color: var(--ink); box-shadow: 2px 2px 0 #0f2c3b; transform: translate(2px, 2px); }

.btn:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }

/* ── Hero ─────────────────────────────────────────────────────────── */
.hero {
  padding: clamp(34px, 4.4vw, 72px) clamp(22px, 3.6vw, 44px) clamp(30px, 3.6vw, 60px);
  position: relative;
}

.hero-glow {
  position: absolute;
  right: -60px;
  top: -60px;
  width: min(38%, 300px);
  aspect-ratio: 1;
  background: radial-gradient(circle at 50% 50%, rgba(37, 150, 190, 0.26), rgba(37, 150, 190, 0) 68%);
  pointer-events: none;
}

.hero-inner { position: relative; }

.hero-grid {
  position: relative;
  display: flex;
  flex-direction: column;
}

.hero-content { min-width: 0; }

.hero-photo { display: none; }

@media (min-width: 768px) {
  .hero-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    align-items: center;
    gap: clamp(28px, 4vw, 56px);
  }

  .hero-photo {
    display: block;
    position: relative;
    max-width: 225px;
    margin: 0 auto;
  }

  .hero-photo img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 28px;
    box-shadow: 0 20px 40px rgba(32, 30, 29, 0.18);
    transform: rotate(10deg);
  }
}

.hero-title {
  position: relative;
  margin-top: 16px;
  font-size: clamp(46px, 5.4vw, 74px);
  line-height: 0.94;
  max-width: 16ch;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.hero-copy {
  position: relative;
  margin: 18px 0 0;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.5;
  color: var(--gray-700);
  max-width: 42ch;
}

.hero-meta {
  display: flex;
  gap: 14px;
  margin-top: 16px;
  font-size: 11px;
  font-weight: 600;
  color: var(--gray-600);
  letter-spacing: 0.02em;
}
.dot-sep { color: var(--gray-400); }

/* ── Sound familiar quotes ────────────────────────────────────────── */
.quote-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px 28px;
  align-items: start;
}

.quote {
  margin: 0;
  padding-left: 14px;
  border-left: 3px solid var(--blue-400);
  font-size: 17px;
  line-height: 1.35;
  font-weight: 600;
  font-style: italic;
}
.quote span { font-style: normal; }
.quote--light { border-left-color: var(--blue-300); }

.callout { margin: 22px 0 0; font-size: 15px; line-height: 1.5; font-weight: 600; }

/* ── Voice note ───────────────────────────────────────────────────── */
.voice-note {
  border: 2px solid var(--ink);
  background: #fff;
  box-shadow: 5px 5px 0 var(--blue-400);
  max-width: 720px;
}

.voice-note-row { display: flex; align-items: center; gap: 14px; padding: 14px; }

.voice-note-play {
  flex: none;
  width: 48px;
  height: 48px;
  border: 2px solid var(--ink);
  background: var(--blue-300);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}
.voice-note-play:hover { background: var(--blue-400); }

.icon-play {
  width: 0;
  height: 0;
  border-left: 14px solid var(--ink);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  margin-left: 3px;
}
.icon-pause { display: flex; gap: 4px; }
.icon-pause span { width: 5px; height: 16px; background: var(--ink); display: block; }

.waveform { flex: 1; display: flex; align-items: center; gap: 2px; height: 34px; }
.waveform span { flex: 1; min-width: 2px; display: block; background: var(--gray-300); transition: background 0.15s ease; }

.voice-note-time { flex: none; font-size: 12px; font-weight: 700; font-variant-numeric: tabular-nums; color: var(--gray-600); }

.voice-note-caption { border-top: 2px solid var(--ink); padding: 12px 14px; background: var(--paper); }
.voice-note-quote { margin: 8px 0 0; font-size: 14px; line-height: 1.45; font-weight: 600; }

/* ── Chat masonry ─────────────────────────────────────────────────── */
.chat-masonry { columns: 250px; column-gap: 14px; }
.chat-frame { break-inside: avoid; margin-bottom: 14px; border: 2px solid var(--gray-800); }
.chat-frame img { width: 100%; height: auto; }
.chat-caption { margin: 8px 0 0; font-size: 11px; font-weight: 700; letter-spacing: 0.05em; color: var(--gray-500); }

/* ── Transformation ───────────────────────────────────────────────── */
.transformation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  border: 2px solid var(--ink);
  background: var(--ink);
  max-width: 720px;
}

.transformation-photo { position: relative; min-width: 0; aspect-ratio: 3 / 4; background: var(--gray-100); }
.transformation-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.transformation-tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 9px;
  color: var(--paper);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  pointer-events: none;
}
.transformation-tag--before { background: var(--ink); }
.transformation-tag--after { background: var(--blue-400); }

.transformation-caption { margin: 16px 0 0; font-size: clamp(15px, 1.35vw, 18px); line-height: 1.45; font-weight: 600; font-style: italic; }

/* ── Testimonials ─────────────────────────────────────────────────── */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 0 32px;
}

.testimonial {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding-top: 18px;
  border-top: 2px solid var(--ink);
}

.testimonial-photo {
  flex: none;
  width: 72px;
  height: 88px;
  border: 2px solid var(--ink);
  background: #fff;
  overflow: hidden;
}
.testimonial-photo img { width: 100%; height: 100%; object-fit: cover; }

.testimonial-body { flex: 1; }
.testimonial-quote { margin: 0; font-size: 14px; line-height: 1.45; font-weight: 600; }
.testimonial-name { margin: 8px 0 0; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gray-600); }

/* ── How it works ─────────────────────────────────────────────────── */
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 0 32px;
  border-bottom: 2px solid var(--ink);
}

.step {
  display: flex;
  gap: 14px;
  padding: 16px 0;
  border-top: 2px solid var(--ink);
}
.step p { margin: 0; font-size: 14px; line-height: 1.45; font-weight: 600; }
.step-num { flex: none; font-size: 22px; font-weight: 900; letter-spacing: -0.03em; }
.step-bold { font-weight: 800; }

/* ── Apply CTA ────────────────────────────────────────────────────── */
.section--cta {
  padding: clamp(36px, 4.6vw, 76px) clamp(22px, 3.6vw, 44px) clamp(40px, 4.6vw, 76px);
  background: var(--blue-400);
  color: #fff;
  border-top: 2px solid var(--ink);
}
.apply-title { font-size: clamp(40px, 5vw, 68px); line-height: 0.98; letter-spacing: -0.045em; }
.apply-subtitle { margin: 14px 0 0; font-size: 15px; line-height: 1.5; font-weight: 600; max-width: 40ch; color: var(--blue-100); }

.apply-grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  align-items: start;
}

.apply-form {
  background: var(--paper);
  color: var(--ink);
  border: 2px solid var(--ink);
  box-shadow: 6px 6px 0 var(--blue-700);
  padding: 20px;
}

.kicker--option { color: var(--blue-500); margin-bottom: 8px; }
.kicker--free { color: var(--blue-300); margin-bottom: 8px; }

.apply-form-title { margin: 0 0 16px; font-size: 22px; font-weight: 900; letter-spacing: -0.03em; }

.apply-form-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.form-field { display: flex; flex-direction: column; gap: 5px; }
.form-field--full { grid-column: 1 / -1; }

.form-label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gray-600);
}

.form-input {
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  padding: 10px;
  border: 2px solid var(--ink);
  background: #fff;
  color: var(--ink);
  width: 100%;
}
.form-input::placeholder { color: var(--gray-500); }
.form-input:focus-visible { outline: 2px solid var(--blue-700); outline-offset: 2px; }

.apply-submit { width: 100%; margin-top: 16px; }
.apply-form-note { margin: 12px 0 0; font-size: 11px; font-weight: 700; letter-spacing: 0.03em; color: var(--gray-600); }
.apply-form-status { margin: 10px 0 0; font-size: 13px; font-weight: 700; min-height: 1em; }
.apply-form-status.is-error { color: #b3261e; }

.apply-form-success-copy { margin: 0; font-size: 15px; line-height: 1.5; font-weight: 600; color: var(--gray-700); }
.botcheck { display: none; }

.free-card {
  background: var(--blue-700);
  color: var(--paper);
  border: 2px solid var(--ink);
  box-shadow: 6px 6px 0 #0f2c3b;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.free-card-title { margin: 8px 0 0; font-size: 22px; line-height: 1.15; font-weight: 900; letter-spacing: -0.03em; }
.free-card-copy { margin: 12px 0 0; font-size: 15px; line-height: 1.5; font-weight: 600; color: var(--blue-100); }
.free-card-copy strong { color: #fff; font-weight: 800; }
.free-card .btn-free { margin-top: 18px; }

/* ── Footer ───────────────────────────────────────────────────────── */
.site-footer {
  padding: 18px clamp(22px, 3.6vw, 44px) 26px;
  background: var(--ink);
  color: var(--gray-500);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.footer-logo { font-size: 15px; font-weight: 900; color: var(--paper); letter-spacing: -0.04em; }
.footer-meta { font-size: 11px; font-weight: 600; }
.footer-meta a { color: var(--blue-300); }
