@font-face {
  font-display: swap;
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/be-vietnam-pro-400-vi.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-display: swap;
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/be-vietnam-pro-400-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;
}

@font-face {
  font-display: swap;
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/fonts/be-vietnam-pro-600-vi.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-display: swap;
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/fonts/be-vietnam-pro-600-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;
}

@font-face {
  font-display: swap;
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/be-vietnam-pro-700-vi.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-display: swap;
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/be-vietnam-pro-700-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;
}

@font-face {
  font-display: swap;
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 800;
  src: url("/assets/fonts/be-vietnam-pro-800-vi.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-display: swap;
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 800;
  src: url("/assets/fonts/be-vietnam-pro-800-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;
}

:root {
  color-scheme: light;
  --asphalt: #132823;
  --asphalt-soft: #29433c;
  --cream: #f6f0e2;
  --cream-deep: #e8deca;
  --emerald: #075947;
  --emerald-bright: #13a476;
  --emerald-soft: #d9efe6;
  --paper: #fffdf7;
  --signal: #ffc928;
  --signal-deep: #f0a800;
  --danger: #c4322e;
  --line: rgba(19, 40, 35, 0.14);
  --muted: #5e6e68;
  --shadow: 0 28px 70px rgba(19, 40, 35, 0.13);
  --radius-sm: 16px;
  --radius-md: 28px;
  --radius-lg: 44px;
  --container: min(1180px, calc(100vw - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 8% 2%, rgba(255, 201, 40, 0.22), transparent 24rem),
    linear-gradient(180deg, #fffdf8 0, var(--cream) 50rem, #efe7d7 100%);
  color: var(--asphalt);
  font-family: "Be Vietnam Pro", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  margin: 0;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
}

body::before {
  background-image: radial-gradient(rgba(19, 40, 35, 0.12) 0.55px, transparent 0.55px);
  background-size: 7px 7px;
  content: "";
  inset: 0;
  opacity: 0.16;
  pointer-events: none;
  position: fixed;
  z-index: 10;
}

a {
  color: inherit;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--signal);
  outline-offset: 4px;
}

.skip-link {
  background: var(--asphalt);
  border-radius: 0 0 12px 12px;
  color: white;
  left: 16px;
  padding: 10px 16px;
  position: fixed;
  top: -80px;
  transition: top 160ms ease;
  z-index: 100;
}

.skip-link:focus {
  top: 0;
}

.site-header {
  backdrop-filter: blur(20px) saturate(150%);
  background: rgba(255, 253, 247, 0.78);
  border-bottom: 1px solid rgba(19, 40, 35, 0.08);
  position: sticky;
  top: 0;
  z-index: 20;
}

.nav-shell {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  min-height: 78px;
  width: var(--container);
}

.brand {
  align-items: center;
  display: inline-flex;
  font-size: 20px;
  font-weight: 800;
  gap: 11px;
  letter-spacing: -0.035em;
  text-decoration: none;
}

.brand img {
  border-radius: 13px;
  box-shadow: 0 7px 18px rgba(7, 89, 71, 0.24);
  height: 42px;
  width: 42px;
}

.site-navigation {
  align-items: center;
  display: flex;
  gap: 30px;
}

.site-navigation a {
  color: var(--asphalt-soft);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.site-navigation a:hover {
  color: var(--emerald);
}

.nav-cta {
  background: var(--asphalt);
  border-radius: 999px;
  color: white !important;
  padding: 10px 17px;
}

.menu-button {
  align-items: center;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--asphalt);
  cursor: pointer;
  display: none;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.menu-button svg {
  height: 22px;
  width: 22px;
}

.eyebrow {
  align-items: center;
  color: var(--emerald);
  display: inline-flex;
  font-size: 12px;
  font-weight: 850;
  gap: 9px;
  letter-spacing: 0.12em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.eyebrow::before {
  background: var(--signal);
  border-radius: 999px;
  content: "";
  height: 8px;
  width: 24px;
}

.hero {
  margin: 28px auto 0;
  max-width: 1380px;
  min-height: 690px;
  overflow: hidden;
  position: relative;
  width: calc(100vw - 32px);
}

.hero-art {
  inset: 0;
  position: absolute;
}

.hero-art::after {
  background: linear-gradient(90deg, #fffdf8 9%, rgba(255, 253, 248, 0.95) 36%, rgba(255, 253, 248, 0.08) 72%);
  content: "";
  inset: 0;
  position: absolute;
}

.hero-art img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.hero-content {
  margin: 0 auto;
  padding-top: clamp(80px, 10vw, 136px);
  position: relative;
  width: var(--container);
  z-index: 2;
}

.hero-copy {
  max-width: 630px;
}

.hero h1,
.section-title,
.legal-title,
.support-title {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.96;
  margin: 0;
}

.hero h1 {
  font-size: clamp(58px, 7.7vw, 112px);
  max-width: 760px;
}

.hero h1 em {
  color: var(--emerald);
  font-style: normal;
  position: relative;
  white-space: nowrap;
}

.hero h1 em::after {
  background: var(--signal);
  border-radius: 999px;
  bottom: -7px;
  content: "";
  height: 9px;
  left: 5%;
  position: absolute;
  transform: rotate(-1.5deg);
  width: 92%;
  z-index: -1;
}

.hero-lead {
  color: var(--asphalt-soft);
  font-size: clamp(18px, 2.1vw, 23px);
  line-height: 1.55;
  margin: 30px 0;
  max-width: 570px;
}

.button-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  gap: 9px;
  justify-content: center;
  min-height: 52px;
  padding: 12px 22px;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--emerald);
  box-shadow: 0 14px 28px rgba(7, 89, 71, 0.24);
  color: white;
}

.button-primary:hover {
  background: #064b3d;
  box-shadow: 0 18px 32px rgba(7, 89, 71, 0.3);
}

.button-secondary {
  background: rgba(255, 253, 247, 0.72);
  border-color: var(--line);
  color: var(--asphalt);
}

.button-danger {
  background: var(--danger);
  color: white;
}

.hero-note {
  color: var(--muted);
  font-size: 13px;
  margin: 19px 0 0;
}

.proof-strip {
  background: var(--asphalt);
  color: white;
  overflow: hidden;
  position: relative;
}

.proof-strip::after {
  border: 2px dashed rgba(255, 255, 255, 0.35);
  content: "";
  inset: 50% 0 auto;
  position: absolute;
}

.proof-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  position: relative;
  width: var(--container);
  z-index: 1;
}

.proof-item {
  background: var(--asphalt);
  min-height: 158px;
  padding: 36px 28px;
}

.proof-item + .proof-item {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.proof-value {
  color: var(--signal);
  display: block;
  font-family: Georgia, serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}

.proof-label {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-top: 12px;
}

.section {
  margin: 0 auto;
  padding: 120px 0;
  width: var(--container);
}

.section-heading {
  align-items: end;
  display: grid;
  gap: 40px;
  grid-template-columns: 1.2fr 0.8fr;
  margin-bottom: 58px;
}

.section-title {
  font-size: clamp(45px, 6vw, 76px);
  max-width: 780px;
}

.section-intro {
  color: var(--muted);
  margin: 0;
  max-width: 520px;
}

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

.feature-card {
  background: rgba(255, 253, 247, 0.82);
  border: 1px solid rgba(19, 40, 35, 0.11);
  border-radius: var(--radius-md);
  min-height: 310px;
  overflow: hidden;
  padding: 34px;
  position: relative;
}

.feature-card:nth-child(1),
.feature-card:nth-child(4) {
  grid-column: span 7;
}

.feature-card:nth-child(2),
.feature-card:nth-child(3) {
  grid-column: span 5;
}

.feature-card h3 {
  font-family: Georgia, serif;
  font-size: 34px;
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin: 20px 0 13px;
  max-width: 520px;
}

.feature-card p {
  color: var(--muted);
  margin: 0;
  max-width: 520px;
}

.feature-index {
  align-items: center;
  background: var(--emerald-soft);
  border-radius: 999px;
  color: var(--emerald);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  letter-spacing: 0.08em;
  width: 54px;
}

.feature-card.is-dark {
  background: var(--emerald);
  color: white;
}

.feature-card.is-dark p {
  color: rgba(255, 255, 255, 0.72);
}

.feature-card.is-dark .feature-index {
  background: rgba(255, 255, 255, 0.14);
  color: var(--signal);
}

.feature-chips {
  bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  left: 34px;
  position: absolute;
}

.feature-chip {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--asphalt-soft);
  font-size: 12px;
  font-weight: 800;
  padding: 7px 12px;
}

.is-dark .feature-chip {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.14);
  color: white;
}

.screens-section {
  background: var(--emerald);
  color: white;
  overflow: hidden;
  padding: 110px 0 0;
}

.screens-heading {
  margin: 0 auto 54px;
  width: var(--container);
}

.screens-heading .eyebrow {
  color: var(--signal);
}

.screens-heading .section-title {
  max-width: 900px;
}

.screens-heading p {
  color: rgba(255, 255, 255, 0.7);
  max-width: 660px;
}

.screens-grid {
  align-items: end;
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1060px;
  padding: 0 32px;
}

.screen-frame {
  background: #f3f2f7;
  border: 9px solid rgba(255, 255, 255, 0.18);
  border-bottom: 0;
  border-radius: 40px 40px 0 0;
  box-shadow: 0 -24px 60px rgba(0, 0, 0, 0.18);
  max-height: 680px;
  overflow: hidden;
}

.screen-frame:nth-child(2) {
  transform: translateY(48px);
}

.screen-frame img {
  width: 100%;
}

.safety-section {
  display: grid;
  gap: 54px;
  grid-template-columns: 0.9fr 1.1fr;
  margin: 0 auto;
  padding: 120px 0;
  width: var(--container);
}

.safety-card {
  background:
    linear-gradient(rgba(19, 40, 35, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(19, 40, 35, 0.04) 1px, transparent 1px),
    var(--signal);
  background-size: 28px 28px;
  border-radius: var(--radius-lg);
  min-height: 520px;
  overflow: hidden;
  padding: 48px;
  position: relative;
}

.safety-sign {
  align-items: center;
  background: var(--paper);
  border: 12px solid var(--asphalt);
  border-radius: 50%;
  bottom: 46px;
  display: flex;
  font-family: Georgia, serif;
  font-size: 27px;
  font-weight: 800;
  height: 240px;
  justify-content: center;
  left: 50%;
  line-height: 1.05;
  padding: 32px;
  position: absolute;
  text-align: center;
  transform: translateX(-50%) rotate(-3deg);
  width: 240px;
}

.safety-copy {
  align-self: center;
}

.safety-list {
  display: grid;
  gap: 20px;
  list-style: none;
  margin: 38px 0 0;
  padding: 0;
}

.safety-list li {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 18px;
  grid-template-columns: 42px 1fr;
  padding-top: 20px;
}

.safety-list strong {
  display: block;
}

.safety-list span:last-child {
  color: var(--muted);
  font-size: 15px;
}

.list-number {
  color: var(--emerald);
  font-family: Georgia, serif;
  font-size: 27px;
  font-weight: 700;
}

.faq-section {
  border-top: 1px solid var(--line);
  margin: 0 auto;
  padding: 100px 0;
  width: var(--container);
}

.faq-grid {
  display: grid;
  gap: 56px;
  grid-template-columns: 0.72fr 1.28fr;
}

.faq-list {
  display: grid;
  gap: 10px;
}

details {
  background: rgba(255, 253, 247, 0.72);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 0 22px;
}

summary {
  cursor: pointer;
  font-weight: 800;
  list-style: none;
  padding: 20px 38px 20px 0;
  position: relative;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  color: var(--emerald);
  content: "+";
  font-family: Georgia, serif;
  font-size: 26px;
  position: absolute;
  right: 0;
  top: 13px;
}

details[open] summary::after {
  content: "−";
}

details p {
  color: var(--muted);
  margin: 0 0 21px;
}

.final-cta {
  background: var(--asphalt);
  border-radius: var(--radius-lg);
  color: white;
  display: grid;
  gap: 36px;
  grid-template-columns: 1.25fr 0.75fr;
  margin: 0 auto 34px;
  overflow: hidden;
  padding: clamp(38px, 6vw, 74px);
  position: relative;
  width: var(--container);
}

.final-cta::after {
  border: 3px dashed rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  content: "";
  height: 380px;
  position: absolute;
  right: -80px;
  top: -130px;
  width: 380px;
}

.final-cta h2 {
  font-family: Georgia, serif;
  font-size: clamp(42px, 5vw, 70px);
  letter-spacing: -0.055em;
  line-height: 0.98;
  margin: 0;
  max-width: 700px;
}

.final-cta p {
  color: rgba(255, 255, 255, 0.7);
  margin: 20px 0 0;
  max-width: 600px;
}

.final-cta-actions {
  align-self: center;
  position: relative;
  z-index: 2;
}

.final-cta .button-primary {
  background: var(--signal);
  color: var(--asphalt);
}

.site-footer {
  padding: 46px 0 60px;
}

.footer-grid {
  display: grid;
  gap: 36px;
  grid-template-columns: 1fr auto;
  margin: 0 auto;
  width: var(--container);
}

.footer-note {
  color: var(--muted);
  font-size: 13px;
  margin: 16px 0 0;
  max-width: 560px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: end;
}

.footer-links a {
  color: var(--asphalt-soft);
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.copyright {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  margin: 38px auto 0;
  padding-top: 20px;
  width: var(--container);
}

.chat-widget {
  bottom: max(22px, env(safe-area-inset-bottom));
  display: grid;
  justify-items: end;
  position: fixed;
  right: clamp(16px, 3vw, 34px);
  z-index: 60;
}

.chat-launch {
  align-items: center;
  background: var(--asphalt);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(19, 40, 35, 0.28);
  color: white;
  cursor: pointer;
  display: flex;
  gap: 12px;
  min-height: 66px;
  padding: 10px 18px 10px 10px;
  text-align: left;
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.chat-launch:hover {
  box-shadow: 0 22px 54px rgba(19, 40, 35, 0.36);
  transform: translateY(-2px);
}

.chat-launch-icon {
  align-items: center;
  background: var(--signal);
  border-radius: 15px;
  color: var(--asphalt);
  display: flex;
  height: 46px;
  justify-content: center;
  position: relative;
  width: 46px;
}

.chat-launch-icon::after {
  background: #39c983;
  border: 3px solid var(--asphalt);
  border-radius: 50%;
  content: "";
  height: 10px;
  position: absolute;
  right: -4px;
  top: -4px;
  width: 10px;
}

.chat-launch-icon svg {
  height: 24px;
  width: 24px;
}

.chat-launch-copy {
  display: grid;
  line-height: 1.2;
}

.chat-launch-copy strong {
  font-size: 14px;
}

.chat-launch-copy small {
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  margin-top: 4px;
}

.chat-widget[data-open] .chat-launch {
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
}

.chat-panel {
  background: var(--paper);
  border: 1px solid rgba(19, 40, 35, 0.15);
  border-radius: 28px;
  bottom: 0;
  box-shadow: 0 28px 80px rgba(19, 40, 35, 0.28);
  max-height: min(760px, calc(100vh - 36px - env(safe-area-inset-bottom)));
  overflow: auto;
  position: absolute;
  right: 0;
  scrollbar-width: thin;
  width: min(410px, calc(100vw - 28px));
}

.chat-panel[hidden] {
  display: none;
}

.chat-panel-header {
  align-items: center;
  background: var(--emerald);
  color: white;
  display: grid;
  gap: 12px;
  grid-template-columns: auto 1fr auto;
  padding: 20px;
  position: relative;
}

.chat-panel-header::after {
  background: repeating-linear-gradient(90deg, var(--signal) 0 10px, transparent 10px 20px);
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
}

.chat-avatar {
  align-items: center;
  background: var(--signal);
  border-radius: 16px;
  color: var(--asphalt);
  display: flex;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.chat-avatar svg {
  height: 42px;
  width: 42px;
}

.chat-kicker {
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.12em;
  margin: 0 0 3px;
  text-transform: uppercase;
}

.chat-panel h2 {
  font-family: Georgia, serif;
  font-size: 25px;
  letter-spacing: -0.035em;
  line-height: 1;
  margin: 0;
}

.chat-close {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  color: white;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  padding: 0;
  width: 40px;
}

.chat-close svg {
  height: 19px;
  width: 19px;
}

.chat-intro {
  align-items: start;
  background: var(--emerald-soft);
  border-radius: 17px;
  display: grid;
  gap: 10px;
  grid-template-columns: auto 1fr;
  margin: 18px 18px 12px;
  padding: 14px 15px;
}

.chat-intro p {
  color: var(--asphalt-soft);
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

.chat-online {
  background: #20a96e;
  border: 3px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  height: 12px;
  margin-top: 4px;
  width: 12px;
}

.chat-quick-actions {
  display: flex;
  gap: 7px;
  margin: 0 18px 16px;
  overflow-x: auto;
  padding: 2px 0 5px;
  scrollbar-width: none;
}

.chat-quick-actions::-webkit-scrollbar {
  display: none;
}

.chat-quick-actions button {
  background: transparent;
  border: 1px solid rgba(7, 89, 71, 0.25);
  border-radius: 999px;
  color: var(--emerald);
  cursor: pointer;
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 800;
  padding: 7px 10px;
}

.chat-form {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 12px;
  padding: 18px;
}

.chat-form label {
  display: grid;
  gap: 6px;
}

.chat-form label > span {
  color: var(--asphalt-soft);
  font-size: 11px;
  font-weight: 850;
}

.chat-form label small {
  color: var(--muted);
  font-weight: 600;
}

.chat-form input,
.chat-form textarea {
  appearance: none;
  background: #fff;
  border: 1px solid rgba(19, 40, 35, 0.18);
  border-radius: 13px;
  color: var(--asphalt);
  font: inherit;
  font-size: 14px;
  line-height: 1.4;
  padding: 11px 12px;
  resize: vertical;
  width: 100%;
}

.chat-form input::placeholder,
.chat-form textarea::placeholder {
  color: #89938f;
}

.chat-form input:focus,
.chat-form textarea:focus {
  border-color: var(--emerald);
  box-shadow: 0 0 0 3px rgba(19, 164, 118, 0.12);
  outline: none;
}

.chat-honeypot {
  left: -10000px;
  position: absolute;
}

.chat-privacy {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.45;
  margin: 0;
}

.chat-status {
  border-radius: 10px;
  display: none;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  margin: 0;
  padding: 9px 10px;
}

.chat-status[data-state="success"] {
  background: var(--emerald-soft);
  color: var(--emerald);
  display: block;
}

.chat-status[data-state="error"] {
  background: #fbe4df;
  color: var(--danger);
  display: block;
}

.chat-submit {
  align-items: center;
  background: var(--emerald);
  border: 0;
  border-radius: 14px;
  color: white;
  cursor: pointer;
  display: flex;
  font-size: 13px;
  font-weight: 850;
  gap: 9px;
  justify-content: center;
  min-height: 46px;
  padding: 11px 16px;
}

.chat-submit:hover {
  background: #064b3d;
}

.chat-submit:disabled {
  cursor: wait;
  opacity: 0.62;
}

.chat-submit svg {
  height: 18px;
  width: 18px;
}

.legal-hero,
.support-hero {
  margin: 0 auto;
  padding: 100px 0 72px;
  width: min(920px, calc(100vw - 40px));
}

.legal-title,
.support-title {
  font-size: clamp(52px, 8vw, 92px);
  max-width: 900px;
}

.legal-lead,
.support-lead {
  color: var(--muted);
  font-size: 19px;
  margin: 28px 0 0;
  max-width: 740px;
}

.legal-layout {
  align-items: start;
  display: grid;
  gap: 58px;
  grid-template-columns: 220px minmax(0, 700px);
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 120px;
  width: var(--container);
}

.legal-nav {
  border-left: 2px solid var(--line);
  display: grid;
  gap: 6px;
  padding-left: 18px;
  position: sticky;
  top: 110px;
}

.legal-nav a {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  padding: 4px 0;
  text-decoration: none;
}

.legal-nav a:hover {
  color: var(--emerald);
}

.legal-document {
  background: rgba(255, 253, 247, 0.82);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: 0 24px 65px rgba(19, 40, 35, 0.07);
  padding: clamp(28px, 5vw, 62px);
}

.legal-document h2 {
  font-family: Georgia, serif;
  font-size: 30px;
  letter-spacing: -0.035em;
  line-height: 1.15;
  margin: 2.2em 0 0.65em;
  scroll-margin-top: 110px;
}

.legal-document h2:first-child {
  margin-top: 0;
}

.legal-document h3 {
  font-size: 17px;
  margin: 1.7em 0 0.5em;
}

.legal-document p,
.legal-document li {
  color: var(--muted);
}

.legal-document strong {
  color: var(--asphalt);
}

.legal-document a {
  color: var(--emerald);
  font-weight: 750;
}

.legal-document li + li {
  margin-top: 8px;
}

.legal-callout {
  background: var(--emerald-soft);
  border-left: 5px solid var(--emerald);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  color: var(--asphalt-soft);
  margin: 28px 0;
  padding: 18px 20px;
}

.legal-callout.warning {
  background: #fff0be;
  border-left-color: var(--signal-deep);
}

.data-table {
  border-collapse: collapse;
  font-size: 14px;
  margin: 24px 0;
  width: 100%;
}

.data-table th,
.data-table td {
  border-bottom: 1px solid var(--line);
  padding: 14px 10px;
  text-align: left;
  vertical-align: top;
}

.data-table th {
  color: var(--asphalt);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.support-shell {
  margin: 0 auto;
  padding-bottom: 120px;
  width: var(--container);
}

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

.support-card {
  background: rgba(255, 253, 247, 0.8);
  border: 1px solid var(--line);
  border-radius: 24px;
  min-height: 230px;
  padding: 28px;
}

.support-card h2 {
  font-family: Georgia, serif;
  font-size: 27px;
  letter-spacing: -0.035em;
  line-height: 1.1;
  margin: 18px 0 10px;
}

.support-card p {
  color: var(--muted);
  font-size: 14px;
  margin: 0;
}

.support-icon {
  align-items: center;
  background: var(--emerald-soft);
  border-radius: 14px;
  color: var(--emerald);
  display: flex;
  font-size: 23px;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.contact-panel {
  background: var(--emerald);
  border-radius: var(--radius-lg);
  color: white;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr auto;
  margin-top: 60px;
  padding: clamp(32px, 5vw, 58px);
}

.contact-panel h2 {
  font-family: Georgia, serif;
  font-size: clamp(36px, 5vw, 58px);
  letter-spacing: -0.05em;
  line-height: 1;
  margin: 0;
}

.contact-panel p {
  color: rgba(255, 255, 255, 0.72);
  margin: 14px 0 0;
  max-width: 610px;
}

.contact-panel .button {
  align-self: center;
  background: var(--signal);
  color: var(--asphalt);
}

.deletion-steps {
  counter-reset: steps;
  display: grid;
  gap: 18px;
  list-style: none;
  margin: 30px 0;
  padding: 0;
}

.deletion-steps li {
  counter-increment: steps;
  display: grid;
  gap: 16px;
  grid-template-columns: 42px 1fr;
}

.deletion-steps li::before {
  align-items: center;
  background: var(--emerald);
  border-radius: 50%;
  color: white;
  content: counter(steps);
  display: flex;
  font-weight: 850;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.not-found {
  align-items: center;
  display: grid;
  min-height: calc(100vh - 190px);
  padding: 60px 20px;
  text-align: center;
}

.not-found h1 {
  font-family: Georgia, serif;
  font-size: clamp(76px, 20vw, 190px);
  letter-spacing: -0.08em;
  line-height: 0.8;
  margin: 0;
}

.not-found p {
  color: var(--muted);
  margin: 28px auto;
  max-width: 520px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 640ms ease, transform 640ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

[data-reveal][data-visible] {
  opacity: 1;
  transform: none;
}

@media (max-width: 900px) {
  .menu-button {
    display: flex;
  }

  .site-navigation {
    align-items: stretch;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
    display: none;
    flex-direction: column;
    gap: 4px;
    left: 20px;
    padding: 12px;
    position: absolute;
    right: 20px;
    top: 70px;
  }

  .site-navigation[data-open] {
    display: flex;
  }

  .site-navigation a {
    border-radius: 11px;
    padding: 10px 12px;
  }

  .nav-cta {
    text-align: center;
  }

  .hero {
    min-height: 760px;
  }

  .hero-art {
    bottom: 0;
    height: 44%;
    top: auto;
  }

  .hero-art::after {
    background: linear-gradient(180deg, #fffdf8 0%, rgba(255, 253, 248, 0.15) 52%);
  }

  .hero-art img {
    object-position: 66% center;
  }

  .hero-content {
    padding-top: 64px;
  }

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

  .proof-item:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .proof-item:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .section-heading,
  .safety-section,
  .faq-grid,
  .final-cta,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .feature-card:nth-child(n) {
    grid-column: span 6;
  }

  .screens-grid {
    gap: 18px;
    padding: 0 18px;
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-nav {
    display: none;
  }

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

  .contact-panel .button {
    justify-self: start;
  }
}

@media (max-width: 620px) {
  :root {
    --container: calc(100vw - 28px);
  }

  body {
    font-size: 16px;
  }

  .nav-shell {
    min-height: 70px;
  }

  .brand img {
    height: 38px;
    width: 38px;
  }

  .hero {
    margin-top: 0;
    min-height: 720px;
    width: 100%;
  }

  .hero-content {
    padding-top: 52px;
  }

  .hero h1 {
    font-size: clamp(52px, 16vw, 72px);
  }

  .hero-lead {
    font-size: 17px;
    margin: 24px 0;
  }

  .button-row {
    align-items: stretch;
    flex-direction: column;
  }

  .button-row .button {
    width: 100%;
  }

  .proof-item {
    min-height: 130px;
    padding: 28px 18px;
  }

  .proof-value {
    font-size: 35px;
  }

  .section {
    padding: 84px 0;
  }

  .section-heading {
    gap: 22px;
    margin-bottom: 38px;
  }

  .section-title {
    font-size: 45px;
  }

  .feature-card:nth-child(n) {
    grid-column: span 12;
  }

  .feature-card {
    min-height: 330px;
    padding: 27px;
  }

  .feature-card h3 {
    font-size: 30px;
  }

  .feature-chips {
    bottom: 26px;
    left: 27px;
    right: 27px;
  }

  .screens-section {
    padding-top: 80px;
  }

  .screens-grid {
    grid-template-columns: 1fr 1fr;
    min-width: 650px;
    transform: translateX(-150px);
  }

  .screen-frame:nth-child(3) {
    display: none;
  }

  .safety-section {
    gap: 38px;
    padding: 84px 0;
  }

  .safety-card {
    min-height: 430px;
    padding: 30px;
  }

  .faq-section {
    padding: 80px 0;
  }

  .final-cta {
    border-radius: 28px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: start;
  }

  .legal-hero,
  .support-hero {
    padding: 70px 0 48px;
  }

  .legal-title,
  .support-title {
    font-size: 52px;
  }

  .legal-document {
    border-radius: 22px;
  }

  .data-table,
  .data-table tbody,
  .data-table tr,
  .data-table th,
  .data-table td {
    display: block;
  }

  .data-table thead {
    display: none;
  }

  .data-table tr {
    border-bottom: 1px solid var(--line);
    padding: 12px 0;
  }

  .data-table td {
    border: 0;
    padding: 5px 0;
  }

  .data-table td:first-child {
    color: var(--asphalt);
    font-weight: 800;
  }

  .support-grid {
    grid-template-columns: 1fr;
  }

  .chat-widget {
    bottom: max(12px, env(safe-area-inset-bottom));
    right: 12px;
  }

  .chat-panel {
    max-height: calc(100dvh - 24px - env(safe-area-inset-bottom));
    width: calc(100vw - 24px);
  }

  .chat-launch {
    border-radius: 19px;
    min-height: 60px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* Landing v2 — compact, mascot-led and optimized for Vietnamese readability. */
.landing-v2 {
  background: #fffdf8;
  color: #102a24;
  font-family: "Be Vietnam Pro", "Segoe UI", sans-serif;
  line-height: 1.55;
}

.landing-v2::before {
  display: none;
}

.landing-v2 main {
  overflow: hidden;
}

.landing-v2 .site-header {
  background: rgba(255, 253, 248, 0.9);
}

.landing-v2 .brand {
  font-weight: 800;
  letter-spacing: -0.04em;
}

.landing-v2 .nav-cta {
  background: #0b3b32;
  box-shadow: 0 8px 20px rgba(11, 59, 50, 0.16);
}

.landing-hero {
  align-items: center;
  border: 1px solid rgba(11, 59, 50, 0.08);
  border-radius: 36px;
  display: flex;
  isolation: isolate;
  margin: 22px auto 0;
  max-width: 1380px;
  min-height: clamp(650px, 77vh, 780px);
  overflow: hidden;
  position: relative;
  width: calc(100vw - 32px);
}

.landing-hero-art,
.download-section > img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.landing-hero-shade {
  background: linear-gradient(90deg, rgba(255, 253, 248, 0.98) 8%, rgba(255, 253, 248, 0.92) 34%, rgba(255, 253, 248, 0.12) 65%);
  inset: 0;
  position: absolute;
  z-index: -1;
}

.landing-hero-copy {
  margin: 0 auto;
  padding: 72px 0;
  position: relative;
  width: var(--container);
  z-index: 2;
}

.landing-hero-copy > * {
  max-width: 640px;
}

.v2-kicker {
  align-items: center;
  color: #0b6e59;
  display: flex;
  font-size: 12px;
  font-weight: 800;
  gap: 10px;
  letter-spacing: 0.09em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.v2-kicker > span {
  background: #f5c84c;
  border-radius: 99px;
  height: 8px;
  width: 26px;
}

.v2-kicker.is-yellow {
  color: #ffd761;
}

.landing-hero h1,
.v2-heading h2,
.v2-story h2,
.download-copy h2 {
  font-family: "Be Vietnam Pro", "Segoe UI", sans-serif;
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.04;
  margin: 0;
  text-wrap: balance;
}

.landing-hero h1 {
  font-size: clamp(50px, 5.5vw, 78px);
}

.landing-hero h1 mark {
  background: none;
  color: #08715b;
  white-space: nowrap;
}

.landing-hero-lead {
  color: #405d55;
  font-size: clamp(17px, 1.55vw, 21px);
  margin: 24px 0 28px;
  max-width: 540px !important;
}

.store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.store-button {
  align-items: center;
  background: #102a24;
  border: 1px solid #102a24;
  border-radius: 15px;
  box-shadow: 0 12px 26px rgba(16, 42, 36, 0.16);
  color: white;
  display: inline-flex;
  gap: 11px;
  min-height: 62px;
  min-width: 174px;
  padding: 10px 17px;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.store-button:hover {
  box-shadow: 0 16px 34px rgba(16, 42, 36, 0.23);
  transform: translateY(-3px);
}

.store-button.is-light {
  background: white;
  color: #102a24;
}

.store-button svg {
  fill: currentColor;
  height: 28px;
  width: 28px;
}

.store-button span {
  display: grid;
  line-height: 1.12;
}

.store-button small {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.store-button strong {
  font-size: 18px;
  font-weight: 700;
}

.hero-mini-proof {
  color: #36544c;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 700;
  gap: 18px;
  margin-top: 28px;
}

.hero-mini-proof span {
  align-items: center;
  display: inline-flex;
  gap: 7px;
}

.hero-mini-proof span::before {
  background: #15a477;
  border-radius: 50%;
  content: "";
  height: 7px;
  width: 7px;
}

.v2-section,
.v2-story {
  margin: clamp(92px, 11vw, 150px) auto 0;
  width: var(--container);
}

.match-section {
  align-items: center;
  display: grid;
  gap: clamp(44px, 7vw, 92px);
  grid-template-columns: minmax(0, 0.82fr) minmax(460px, 1.18fr);
  margin: clamp(92px, 10vw, 132px) auto 0;
  width: var(--container);
}

.match-copy {
  max-width: 490px;
}

.match-copy h2 {
  font-size: clamp(40px, 4.2vw, 60px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.06;
  margin: 0;
  text-wrap: balance;
}

.match-lead {
  color: #526b63;
  font-size: 17px;
  line-height: 1.7;
  margin: 23px 0 26px;
  text-wrap: pretty;
}

.message-example {
  background: #f3f7f4;
  border: 1px solid rgba(11, 59, 50, 0.09);
  border-radius: 22px;
  display: grid;
  gap: 10px;
  padding: 20px 22px;
}

.message-example > div {
  display: grid;
  gap: 5px;
}

.message-example span {
  color: #6b8079;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.message-example p,
.message-example strong,
.message-example small {
  margin: 0;
}

.message-example p {
  color: #405a52;
  font-size: 15px;
  font-weight: 600;
}

.message-example svg {
  color: #e3b62d;
  height: 18px;
  width: 18px;
}

.message-result {
  border-top: 1px solid rgba(11, 59, 50, 0.1);
  padding-top: 13px;
}

.message-result strong {
  color: #0b3b32;
  font-size: 17px;
}

.message-result small {
  color: #4d6b62;
  font-size: 13px;
  font-weight: 600;
}

.match-points {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.match-points li {
  align-items: center;
  color: #405d55;
  display: flex;
  font-size: 13px;
  font-weight: 650;
  gap: 10px;
}

.match-points li::before {
  background: #15936e;
  border: 4px solid #dff3e9;
  border-radius: 50%;
  content: "";
  flex: 0 0 auto;
  height: 14px;
  width: 14px;
}

.match-visual {
  background: #f7f3e9;
  border: 1px solid rgba(11, 59, 50, 0.08);
  border-radius: 30px;
  box-shadow: 0 22px 54px rgba(23, 67, 56, 0.09);
  margin: 0;
  overflow: hidden;
  padding: 12px 12px 0;
}

.match-visual img {
  aspect-ratio: 16 / 9;
  border-radius: 21px;
  object-fit: cover;
  width: 100%;
}

.match-visual figcaption {
  color: #587068;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.02em;
  padding: 14px 8px 16px;
  text-align: center;
}

.match-visual figcaption span {
  color: #d3a51c;
  margin: 0 7px;
}

.v2-heading {
  display: grid;
  gap: 18px clamp(40px, 8vw, 110px);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.58fr);
  margin-bottom: 38px;
}

.v2-heading .v2-kicker {
  grid-column: 1 / -1;
  margin-bottom: -4px;
}

.v2-heading h2,
.v2-story h2,
.download-copy h2 {
  font-size: clamp(38px, 4.6vw, 64px);
}

.v2-heading > p:last-child,
.v2-story-copy > p:last-of-type,
.download-copy > p {
  align-self: end;
  color: #577068;
  font-size: 18px;
  margin: 0 0 6px;
}

.v2-visual,
.v2-story-visual {
  background: #fbf7ed;
  border: 1px solid rgba(11, 59, 50, 0.08);
  border-radius: 34px;
  box-shadow: 0 24px 60px rgba(23, 67, 56, 0.1);
  margin: 0;
  overflow: hidden;
}

.v2-visual img,
.v2-story-visual img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.three-steps {
  counter-reset: step;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.three-steps li {
  background: #f4f8f5;
  border: 1px solid rgba(11, 59, 50, 0.09);
  border-radius: 20px;
  display: grid;
  gap: 4px;
  padding: 18px 20px 18px 58px;
  position: relative;
}

.three-steps li::before {
  align-items: center;
  background: #0b3b32;
  border-radius: 50%;
  color: #f5c84c;
  content: counter(step);
  counter-increment: step;
  display: flex;
  font-size: 12px;
  font-weight: 800;
  height: 30px;
  justify-content: center;
  left: 17px;
  position: absolute;
  top: 18px;
  width: 30px;
}

.three-steps strong {
  font-size: 16px;
}

.three-steps span {
  color: #61776f;
  font-size: 13px;
}

.v2-story {
  align-items: center;
  border-radius: 40px;
  display: grid;
  gap: clamp(34px, 6vw, 78px);
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
  overflow: hidden;
  padding: clamp(24px, 3.5vw, 48px);
}

.story-dark {
  background: #0b3b32;
  color: white;
}

.story-dark .v2-story-visual {
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.story-rules {
  background: #f7f1e5;
  gap: clamp(32px, 4vw, 54px);
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
}

.story-rules .v2-story-copy {
  padding: clamp(8px, 1.2vw, 18px);
}

.story-rules h2 {
  font-size: clamp(40px, 4.1vw, 56px);
  line-height: 1.03;
  max-width: 600px;
}

.story-rules .v2-story-visual {
  justify-self: end;
  width: 100%;
}

.story-safety {
  background: #dff3e9;
}

.landing-faq {
  margin-top: clamp(92px, 11vw, 150px);
}

.landing-faq h2 {
  font-family: "Be Vietnam Pro", "Segoe UI", sans-serif;
  font-size: clamp(38px, 4.6vw, 64px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.04;
  margin: 0;
  text-wrap: balance;
}

.landing-faq-lead {
  color: #577068;
  margin: 22px 0 0;
  max-width: 390px;
}

.landing-faq details {
  background: #f7f9f7;
  border-color: rgba(11, 59, 50, 0.1);
}

.v2-story-copy {
  padding: clamp(8px, 2vw, 24px);
}

.compact-points {
  display: grid;
  gap: 18px;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.compact-points li {
  align-items: center;
  color: rgba(255, 255, 255, 0.82);
  display: flex;
  font-size: 15px;
  font-weight: 600;
  gap: 12px;
}

.compact-points li::before {
  background: #f5c84c;
  border-radius: 50%;
  box-shadow: inset 0 0 0 5px rgba(11, 59, 50, 0.18);
  content: "";
  flex: 0 0 auto;
  height: 20px;
  width: 20px;
}

.compact-points.dark-text li {
  color: #385a51;
}

.rule-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.rule-pills span {
  background: white;
  border: 1px solid rgba(11, 59, 50, 0.11);
  border-radius: 999px;
  color: #36584f;
  font-size: 14px;
  font-weight: 700;
  padding: 11px 15px;
}

.download-section {
  align-items: center;
  border-radius: 42px;
  color: white;
  display: flex;
  isolation: isolate;
  margin: clamp(92px, 11vw, 150px) auto 0;
  max-width: 1380px;
  min-height: 650px;
  overflow: hidden;
  position: relative;
  width: calc(100vw - 32px);
}

.download-shade {
  background: linear-gradient(90deg, rgba(5, 50, 41, 0.98) 0%, rgba(5, 50, 41, 0.87) 31%, rgba(5, 50, 41, 0.08) 68%);
  inset: 0;
  position: absolute;
  z-index: -1;
}

.download-copy {
  margin: 0 auto;
  padding: 70px 0;
  position: relative;
  width: var(--container);
  z-index: 2;
}

.download-copy > * {
  max-width: 500px;
}

.download-copy > p:not(.v2-kicker) {
  backdrop-filter: blur(10px);
  background: rgba(5, 50, 41, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.5;
  margin: 22px 0 26px;
  padding: 10px 14px;
  text-shadow: 0 1px 1px rgba(5, 42, 35, 0.42);
  width: fit-content;
}

.v2-footer {
  margin-top: 36px;
}

.landing-v2 .chat-avatar {
  background: none;
  overflow: hidden;
  padding: 0;
}

.landing-v2 .chat-avatar img {
  border-radius: 12px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 900px) {
  .landing-hero-shade {
    background: linear-gradient(90deg, rgba(255, 253, 248, 0.98) 6%, rgba(255, 253, 248, 0.88) 53%, rgba(255, 253, 248, 0.14) 82%);
  }

  .landing-hero-copy > * {
    max-width: 510px;
  }

  .v2-heading,
  .v2-story,
  .story-rules {
    grid-template-columns: 1fr;
  }

  .match-section {
    gap: 34px;
    grid-template-columns: 1fr;
  }

  .match-copy {
    max-width: 680px;
  }

  .v2-heading {
    gap: 12px;
  }

  .v2-heading > p:last-child {
    max-width: 620px;
  }

  .story-rules .v2-story-copy {
    order: 2;
  }

  .story-rules .v2-story-visual {
    order: 1;
  }

  .download-shade {
    background: linear-gradient(90deg, rgba(5, 50, 41, 0.98), rgba(5, 50, 41, 0.7) 55%, rgba(5, 50, 41, 0.15));
  }
}

@media (max-width: 620px) {
  .landing-hero,
  .download-section {
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    min-height: 0;
    width: calc(100vw - 20px);
  }

  .landing-hero-art,
  .download-section > img {
    aspect-ratio: 16 / 10;
    height: auto;
    inset: auto;
    object-position: 67% center;
    order: 2;
    position: relative;
  }

  .landing-hero-shade,
  .download-shade {
    display: none;
  }

  .landing-hero-copy,
  .download-copy {
    order: 1;
    padding: 42px 22px 30px;
    width: 100%;
  }

  .landing-hero h1 {
    font-size: clamp(42px, 12.2vw, 58px);
    letter-spacing: -0.06em;
  }

  .landing-hero h1 mark {
    white-space: normal;
  }

  .landing-hero-lead {
    font-size: 16px;
    margin: 20px 0 24px;
  }

  .store-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .store-button {
    min-width: 0;
    padding: 10px 12px;
  }

  .store-button svg {
    height: 24px;
    width: 24px;
  }

  .store-button strong {
    font-size: 16px;
  }

  .hero-mini-proof {
    gap: 8px 14px;
    margin-top: 22px;
  }

  .v2-section,
  .v2-story {
    margin-top: 76px;
  }

  .landing-faq {
    margin-top: 76px;
  }

  .match-section {
    gap: 28px;
    margin-top: 76px;
  }

  .match-copy h2 {
    font-size: clamp(34px, 9.5vw, 46px);
  }

  .match-lead {
    font-size: 16px;
    margin: 18px 0 22px;
  }

  .message-example {
    border-radius: 19px;
    padding: 18px;
  }

  .match-visual {
    border-radius: 24px;
    padding: 8px 8px 0;
  }

  .match-visual img {
    border-radius: 17px;
  }

  .v2-heading h2,
  .v2-story h2,
  .landing-faq h2,
  .download-copy h2 {
    font-size: clamp(34px, 9.5vw, 46px);
  }

  .v2-heading > p:last-child {
    font-size: 16px;
  }

  .v2-visual,
  .v2-story-visual {
    border-radius: 24px;
  }

  .three-steps {
    grid-template-columns: 1fr;
  }

  .v2-story {
    border-radius: 28px;
    gap: 16px;
    padding: 14px;
  }

  .v2-story-copy {
    padding: 20px 12px 24px;
  }

  .compact-points {
    gap: 14px;
    margin-top: 24px;
  }

  .download-section {
    background: #063f34;
    color: white;
    margin-top: 76px;
  }

  .download-section > img {
    object-position: center;
  }

  .v2-footer {
    margin-top: 26px;
  }
}
