:root {
  --ink: #0d1b2a;
  --ink-soft: #1b2d42;
  --paper: #eef3f7;
  --paper-2: #e2eaf1;
  --line: rgba(13, 27, 42, 0.12);
  --signal: #128f7e;
  --signal-deep: #0c6d60;
  --accent: #1f6feb;
  --muted: #5b6b7a;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(13, 27, 42, 0.12);
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  --font-logo: "Fraunces", Georgia, serif;
  --max: 1120px;
  --radius: 12px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background:
    radial-gradient(1100px 480px at 8% -12%, rgba(18, 143, 126, 0.16), transparent 55%),
    radial-gradient(900px 420px at 92% 0%, rgba(31, 111, 235, 0.1), transparent 52%),
    linear-gradient(180deg, #f5f8fb 0%, var(--paper) 45%, #e8eef4 100%);
  line-height: 1.65;
  min-height: 100vh;
}

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

a {
  color: var(--signal-deep);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--ink);
}

.container {
  width: min(var(--max), calc(100% - 2rem));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(12px);
  background: rgba(238, 243, 247, 0.9);
  border-bottom: 1px solid var(--line);
}

.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 72px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--font-logo);
  font-weight: 700;
  font-size: 1.22rem;
  letter-spacing: -0.03em;
  color: var(--ink);
  text-decoration: none;
  line-height: 1.1;
}

.logo:hover {
  color: var(--ink);
}

.logo-mark {
  display: inline-grid;
  place-items: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  box-shadow:
    0 8px 18px rgba(12, 109, 96, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.18) inset;
}

.logo-mark-lg {
  width: 48px;
  height: 48px;
  border-radius: 14px;
}

.logo-mark-lg .logo-mark-svg {
  width: 48px;
  height: 48px;
}

.logo-mark-svg {
  display: block;
  width: 36px;
  height: 36px;
}

.logo-mark-dot {
  transform-origin: 29.2px 10.8px;
  animation: logo-pulse 2.4s ease-in-out infinite;
}

.logo-mark-ring {
  transform-origin: 29.2px 10.8px;
  animation: logo-ring 2.4s ease-in-out infinite;
}

@keyframes logo-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.72;
  }
}

@keyframes logo-ring {
  0%,
  100% {
    opacity: 0.45;
    transform: scale(1);
  }
  50% {
    opacity: 0.15;
    transform: scale(1.18);
  }
}

.logo-text {
  display: inline-block;
}

.logo-text span,
.logo span {
  color: var(--signal-deep);
  font-style: normal;
  font-weight: 700;
}

.hero-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 0.55rem;
  font-family: var(--font-logo);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: #fff;
}

.hero-brand .logo-text span {
  color: #9ad7cc;
}

.hero-brand .logo-mark {
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.22) inset;
}

.gate-brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.85rem;
}

.gate-brand h1 {
  margin: 0.15rem 0 0;
  font-family: var(--font-display);
}

.nav-links {
  display: flex;
  gap: 1.1rem;
  align-items: center;
  flex-wrap: wrap;
}

.nav-links a {
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
}

.nav-links a:hover {
  color: var(--signal-deep);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: 0;
  border-radius: 999px;
  padding: 0.8rem 1.25rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--signal) 0%, var(--signal-deep) 100%);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(15, 143, 122, 0.28);
}

.btn-primary:hover {
  color: var(--white);
}

/* Nav / key conversion CTA — success desire */
.btn-desire {
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.05rem;
  padding: 0.55rem 1.15rem 0.55rem 1.05rem;
  border-radius: 14px;
  background:
    linear-gradient(135deg, #12a38f 0%, #0c6d60 52%, #0a554b 100%);
  color: #fff !important;
  font-weight: 800;
  line-height: 1.15;
  box-shadow:
    0 10px 22px rgba(12, 109, 96, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.16) inset;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-desire::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 35%, rgba(255, 255, 255, 0.18) 50%, transparent 65%);
  transform: translateX(-120%);
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.btn-desire::after {
  content: "→";
  position: absolute;
  right: 0.85rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.15rem;
  opacity: 0.95;
}

.btn-desire-label {
  position: relative;
  z-index: 1;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  padding-right: 1.1rem;
}

.btn-desire-sub {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.86);
  padding-right: 1.1rem;
}

.btn-desire:hover {
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow:
    0 14px 28px rgba(12, 109, 96, 0.34),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}

.btn-desire:hover::before {
  opacity: 1;
  animation: desire-shine-once 0.65s ease-out forwards;
}

@media (prefers-reduced-motion: reduce) {
  .btn-desire,
  .btn-desire:hover {
    transition: none;
  }

  .btn-desire:hover::before {
    animation: none;
    opacity: 0;
  }
}

@keyframes desire-shine-once {
  from {
    transform: translateX(-120%);
  }
  to {
    transform: translateX(120%);
  }
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
}

.hero {
  position: relative;
  min-height: min(82vh, 700px);
  display: flex;
  align-items: stretch;
  overflow: hidden;
  color: var(--white);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  transform: scale(1.02);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 24, 32, 0.78) 0%, rgba(7, 24, 32, 0.42) 42%, rgba(7, 24, 32, 0.72) 100%),
    radial-gradient(ellipse 90% 80% at 50% 58%, rgba(7, 24, 32, 0.55) 0%, rgba(7, 24, 32, 0.82) 100%);
}

.hero-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: min(82vh, 700px);
  padding: clamp(5rem, 11vh, 6.5rem) 0 clamp(2.4rem, 5vh, 3rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: clamp(4rem, 10vh, 6rem);
}

.hero-preface {
  width: min(100%, 40rem);
  margin: 0 auto 0.65rem;
  text-align: left;
}

.hero-content {
  width: min(100%, 40rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: clamp(0.85rem, 2vh, 1.05rem);
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-content .eyebrow {
  margin-bottom: 0;
  padding: 0;
  border-radius: 0;
  background: none;
  border: none;
}

.hero-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.8vw, 3.05rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.1;
  color: #fff;
  max-width: 16em;
  text-wrap: balance;
}

.hero-title .hero-accent {
  color: #b0f0e4;
  font-weight: 800;
}

.hero-lead {
  margin: 0;
  max-width: 46ch;
  font-size: clamp(1rem, 1.7vw, 1.08rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
}

.hero-lead .hl {
  color: #c5f5eb;
  font-weight: 600;
}

.hero-content .hero-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: stretch;
  gap: 0.65rem;
  margin: 0.15rem 0 0;
  width: 100%;
  max-width: 30rem;
}

.hero-content .hero-actions .btn-desire,
.hero-content .hero-actions .hero-ghost {
  width: 100%;
  min-width: 0;
  justify-content: center;
}

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

.hero-proof-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.4rem 0.5rem;
  margin: 0.25rem 0 0;
  padding: 0;
  list-style: none;
}

.hero-proof.hero-proof-row li,
.hero-proof-row li {
  position: static;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1.3;
  padding: 0.32rem 0.68rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-proof-row li:nth-child(1) {
  background: rgba(143, 224, 210, 0.14);
  border-color: rgba(143, 224, 210, 0.28);
}

.hero-proof-row li:nth-child(2) {
  background: rgba(180, 210, 255, 0.1);
  border-color: rgba(180, 210, 255, 0.22);
}

.hero-proof-row li:nth-child(3) {
  background: rgba(255, 220, 170, 0.1);
  border-color: rgba(255, 220, 170, 0.22);
}

.hero-proof-row li:nth-child(4) {
  background: rgba(200, 180, 255, 0.1);
  border-color: rgba(200, 180, 255, 0.22);
}

.hero-proof.hero-proof-row li::before,
.hero-proof-row li::before {
  content: "";
  position: static;
  display: block;
  top: auto;
  left: auto;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: #8fe0d2;
  flex-shrink: 0;
}

.hero-crumb {
  color: rgba(255, 255, 255, 0.75);
}

.hero-crumb a {
  color: #9ad7cc;
}

.hero-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: fit-content;
  padding: 0.35rem 0.7rem 0.35rem 0.4rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.hero-brand-lockup .logo-mark {
  width: 32px;
  height: 32px;
}

.hero-brand-lockup .logo-mark-svg {
  width: 32px;
  height: 32px;
}

.hero-wordmark {
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.92);
}

.hero-wordmark span {
  color: #8fe0d2;
}

.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: #9ad7cc;
  margin-bottom: 0.75rem;
}

.hero-brand,
.page-hero h1,
.article-header h1 {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 0.98;
  margin: 0 0 0.7rem;
}

.hero-brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: clamp(2.1rem, 5.2vw, 3.6rem);
  color: #fff;
  line-height: 1.05;
}

.hero-brand .logo-text span,
.hero-brand span {
  color: #8fe0d2;
}

.hero-brand .logo-mark-lg {
  width: 52px;
  height: 52px;
}

.hero-brand .logo-mark-lg .logo-mark-svg {
  width: 52px;
  height: 52px;
}

.page-hero h1,
.article-header h1 {
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: var(--ink);
}

.hero-kicker {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.6vw, 1.65rem);
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.22;
  color: rgba(255, 255, 255, 0.98);
  max-width: 28ch;
}

.hero .lead {
  font-size: 1.08rem;
  color: rgba(255, 255, 255, 0.92);
  max-width: 44ch;
  margin: 0 0 1.2rem;
  line-height: 1.55;
}

.lead {
  font-size: 1.05rem;
  color: var(--muted);
  max-width: 54ch;
  margin: 0 0 1.35rem;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.hero-ghost {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.42) !important;
  background: rgba(255, 255, 255, 0.1);
}

.hero-ghost:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.18);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.9rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  font-weight: 600;
}

.hero-proof li {
  position: relative;
  padding-left: 1rem;
}

.hero-proof li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #8fe0d2;
}

.hero-proof-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.65rem;
  margin: 0;
  padding: 0.7rem 0.85rem;
  list-style: none;
  border-radius: 14px;
  background: rgba(7, 24, 32, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero-proof-bar li {
  flex: 1 1 140px;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.5rem;
  text-align: left;
  background: transparent;
  border: none;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.3;
}

.hero-proof-bar li::before {
  content: "";
  display: block;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #8fe0d2;
  flex-shrink: 0;
}

/* Hook band under hero — informative, not dry */
.hook-band {
  padding: 1.6rem 0 0.4rem;
}

.hook-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
}

.hook-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.15rem 1.2rem;
  box-shadow: 0 10px 28px rgba(13, 27, 42, 0.06);
}

.hook-item strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.08rem;
  letter-spacing: -0.02em;
  margin-bottom: 0.35rem;
  color: var(--ink);
}

.hook-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

.hook-item em {
  font-style: normal;
  color: var(--signal-deep);
  font-weight: 700;
}

.promise-section {
  padding: 2.4rem 0 0.6rem;
}

.promise-panel {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.5rem;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(13, 27, 42, 0.08);
}

.promise-panel img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.promise-copy {
  padding: 1.5rem 1.6rem 1.6rem;
}

.promise-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3vw, 2rem);
  letter-spacing: -0.02em;
  margin: 0.25rem 0 0.7rem;
  color: var(--ink);
}

.promise-copy > p {
  margin: 0 0 0.85rem;
  color: var(--muted);
}

.promise-list {
  margin: 0 0 1.1rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.promise-list li {
  padding: 0.7rem 0.85rem;
  background: #f4f8fb;
  border-radius: 12px;
  border: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.promise-list strong {
  color: var(--ink);
}

.learn-rail {
  padding: 2.4rem 0 1rem;
}

.learn-rail .section-head {
  margin-bottom: 1rem;
}

@media (max-width: 900px) {
  .hook-grid,
  .promise-panel {
    grid-template-columns: 1fr;
  }

  .promise-panel img {
    min-height: 220px;
    max-height: 280px;
  }
}

.page-hero {
  padding: 3rem 0 1.2rem;
}

.page-hero h1 {
  font-size: clamp(2rem, 4vw, 3.1rem);
  max-width: 18ch;
}

.page-hero p {
  color: var(--muted);
  max-width: 62ch;
  font-size: 1.05rem;
}

.section {
  padding: 3.2rem 0;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 1.4rem;
}

.section-head h2,
.section-title,
.article-body h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  letter-spacing: -0.02em;
  margin: 0;
  line-height: 1.15;
}

.grid-3,
.grid-2 {
  display: grid;
  gap: 1.1rem;
}

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

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

.tile {
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tile:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.tile img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.tile-body {
  padding: 1rem 1.1rem 1.2rem;
}

.tile-read-more {
  display: inline-block;
  margin-top: 0.6rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--signal);
  text-decoration: none;
  transition: color 0.2s;
}
.tile-read-more:hover {
  color: var(--signal-deep);
  text-decoration: underline;
}

.tile-meta {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--signal-deep);
  margin-bottom: 0.35rem;
}

.tile h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  line-height: 1.2;
  margin: 0 0 0.45rem;
}

.tile h3 a {
  color: inherit;
  text-decoration: none;
}

.tile p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: center;
}

.split img {
  border-radius: calc(var(--radius) + 4px);
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.tldr {
  background: linear-gradient(135deg, rgba(18, 143, 126, 0.12), rgba(31, 111, 235, 0.08));
  border-left: 4px solid var(--signal);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 1rem 1.15rem;
  margin: 1.2rem 0 1.6rem;
}

.tldr strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--signal-deep);
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 2rem;
  align-items: start;
  padding-bottom: 3rem;
}

.article-header {
  padding: 2.2rem 0 0.5rem;
}

.article-header .meta {
  color: var(--muted);
  font-size: 0.92rem;
  margin-bottom: 0.7rem;
}

.article-header h1 {
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  max-width: 18ch;
}

.article-hero-img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: var(--radius);
  margin: 1rem 0 1.4rem;
}

.article-body p,
.article-body li {
  font-size: 1.04rem;
}

.article-body h2 {
  margin: 2rem 0 0.7rem;
}

.article-body h3 {
  margin: 1.4rem 0 0.5rem;
  font-size: 1.15rem;
}

.article-body ul,
.article-body ol {
  padding-left: 1.2rem;
}

.article-body blockquote {
  margin: 1.4rem 0;
  padding: 0.9rem 1.1rem;
  border-left: 3px solid var(--accent);
  background: rgba(255, 255, 255, 0.55);
  color: var(--ink-soft);
  font-family: var(--font-display);
  font-size: 1.15rem;
  line-height: 1.4;
}

.sidebar {
  position: sticky;
  top: 92px;
}

.cta-box {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.2rem;
  box-shadow: 0 12px 32px rgba(13, 27, 42, 0.08);
  margin-bottom: 0.9rem;
}

.cta-box h3 {
  font-family: var(--font-display);
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
  color: var(--ink);
}

.cta-box p {
  color: var(--muted);
  margin: 0 0 1rem;
  font-size: 0.95rem;
}

.cta-box .btn-primary,
.cta-box .btn-ghost {
  width: 100%;
}

.cta-box-soft {
  background: #f4f8fb;
}

.sidebar-points {
  margin: 0 0 1rem;
  padding-left: 1.1rem;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.sidebar-points li {
  margin-bottom: 0.35rem;
}

.disclaimer-note {
  font-size: 0.84rem;
  color: var(--muted);
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

/* Native article offers (KapitalFurt-style hooks) */
.native-kicker {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--signal-deep);
  margin-bottom: 0.55rem;
}

.native-success,
.native-offer,
.native-calc {
  margin: 1.6rem 0;
  padding: 1.15rem 1.2rem;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 12px 32px rgba(13, 27, 42, 0.06);
}

.native-success-body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.native-success-head {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.native-success-head strong {
  display: block;
  color: var(--ink);
}

.native-success-head span {
  color: var(--muted);
  font-size: 0.84rem;
}

.native-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.native-metrics > div {
  background: #f4f8fb;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.55rem 0.65rem;
  text-align: center;
}

.native-metrics span {
  display: block;
  font-size: 0.72rem;
  color: var(--muted);
  margin-bottom: 0.15rem;
}

.native-metrics strong {
  color: var(--ink);
  font-size: 0.98rem;
}

.native-metrics .is-result strong {
  color: var(--signal-deep);
}

.native-quote {
  margin: 0 0 0.9rem;
  color: var(--ink-soft);
  font-size: 0.95rem;
  line-height: 1.5;
}

.native-offer h3,
.native-calc h3 {
  font-family: var(--font-display);
  margin: 0 0 0.45rem;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.native-offer > p,
.native-calc > p {
  margin: 0 0 0.8rem;
  color: var(--muted);
}

.native-offer-list {
  margin: 0 0 1rem;
  padding-left: 1.1rem;
  color: var(--ink-soft);
}

.native-offer-list li {
  margin-bottom: 0.35rem;
}

.native-offer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 0.55rem;
}

.native-fine {
  margin: 0.55rem 0 0;
  font-size: 0.78rem;
  color: var(--muted);
}

.native-offer {
  background: linear-gradient(135deg, rgba(18, 143, 126, 0.08), rgba(31, 111, 235, 0.06));
  border-color: rgba(18, 143, 126, 0.22);
}

.native-calc {
  background: #f4f8fb;
}

.geo-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1rem 0 0;
}

.geo-pills a {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--line);
  color: var(--ink);
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.86rem;
}

.geo-band {
  background: var(--ink);
  color: var(--white);
  padding: 2.4rem 0;
}

.geo-band h2 {
  font-family: var(--font-display);
  margin: 0 0 0.6rem;
}

.geo-band p {
  color: rgba(255, 255, 255, 0.8);
  max-width: 60ch;
}

.form-panel {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.3rem;
}

.form-panel label {
  display: block;
  font-size: 0.86rem;
  font-weight: 700;
  margin: 0.7rem 0 0.3rem;
}

.form-panel input,
.form-panel select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.75rem 0.85rem;
  font: inherit;
  background: #fff;
}

/* intl-tel-input (KapitalFurt-style flag + dial code) */
.form-panel .iti {
  width: 100%;
  display: block;
}

.form-panel .iti__flag-container {
  z-index: 2;
}

.form-panel .iti input[type="tel"] {
  width: 100%;
  padding-left: 92px;
}

.form-panel .iti--separate-dial-code .iti__selected-flag {
  background: transparent;
  border-radius: 10px 0 0 10px;
}

.form-panel .iti__country-list {
  z-index: 20;
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(15, 35, 45, 0.14);
}

.form-panel .phone-validation {
  color: #b42318;
  font-size: 0.8rem;
  margin: 0.25rem 0 0;
  min-height: 0;
}

.form-panel .phone-validation:empty {
  display: none;
}

.form-panel .btn {
  margin-top: 1rem;
  width: 100%;
}

.form-foot {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  text-align: center;
}

.form-welcome {
  margin: 0 0 0.8rem;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--muted);
}

.form-welcome strong {
  color: var(--ink);
  font-weight: 700;
}

.form-foot-notes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--signal-deep);
}

.form-foot-notes li::before {
  content: "✓ ";
  color: var(--signal);
  font-weight: 800;
}

.form-name-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}

.form-name-grid label {
  margin-top: 0;
}

.form-panel form {
  position: relative;
}

.form-loader {
  display: none;
  position: absolute;
  inset: 0;
  align-items: center;
  justify-content: center;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.form-loader.is-open {
  display: flex;
}

.form-loader-spin {
  width: 2rem;
  height: 2rem;
  border: 3px solid rgba(15, 143, 126, 0.2);
  border-top-color: #0f8f7e;
  border-radius: 50%;
  animation: form-spin 0.7s linear infinite;
}

@keyframes form-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 640px) {
  .form-name-grid {
    grid-template-columns: 1fr;
  }
}

.site-footer {
  margin-top: 2rem;
  padding: 2.4rem 0 2rem;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.35);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 1.2rem;
}

.site-footer h4 {
  margin: 0 0 0.55rem;
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer a {
  display: block;
  color: var(--muted);
  text-decoration: none;
  margin-bottom: 0.35rem;
  font-size: 0.92rem;
}

.site-footer a:hover {
  color: var(--ink);
}

.footer-copy {
  margin-top: 1.4rem;
  color: var(--muted);
  font-size: 0.84rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  text-align: center;
}

.footer-copy-line {
  margin: 0;
  line-height: 1.5;
}

.footer-legal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.45rem 0.65rem;
  margin: 0;
  line-height: 1.4;
}

.footer-legal a {
  display: inline;
  margin: 0;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 600;
}

.footer-legal a:hover {
  color: var(--ink);
}

.footer-dot {
  color: var(--muted);
  opacity: 0.65;
  user-select: none;
}

.breadcrumbs {
  font-size: 0.86rem;
  color: var(--muted);
  margin-bottom: 0.8rem;
}

.breadcrumbs a {
  color: var(--muted);
  text-decoration: none;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 10px;
  padding: 0.45rem 0.7rem;
  font-weight: 700;
}

@media (max-width: 900px) {
  .grid-3,
  .grid-2,
  .split,
  .article-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: rgba(238, 243, 247, 0.98);
    border-bottom: 1px solid var(--line);
    padding: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-links.open {
    display: flex;
  }

  .sidebar {
    position: static;
  }
}

/* Profit calculator — light theme */
.profit-wrap {
  padding: 2.6rem 0;
}

.profit-calc {
  --pc-bg: #ffffff;
  --pc-panel: #f4f8fb;
  --pc-line: rgba(13, 27, 42, 0.1);
  --pc-text: var(--ink);
  --pc-muted: var(--muted);
  --pc-green: #128f7e;
  --pc-green-deep: #0c6d60;
  background: #fff;
  color: var(--pc-text);
  border-radius: 18px;
  padding: clamp(1.3rem, 3vw, 2rem);
  box-shadow: 0 14px 40px rgba(13, 27, 42, 0.08);
  border: 1px solid var(--pc-line);
  max-width: 100%;
  overflow-x: clip;
}

.profit-calc h2 {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  letter-spacing: -0.02em;
  margin: 0 0 0.45rem;
  text-align: center;
  color: var(--ink);
}

.profit-calc .pc-label {
  display: block;
  text-align: center;
  color: var(--pc-muted);
  font-size: 0.95rem;
  margin-bottom: 0.9rem;
}

.profit-slider-box {
  background: var(--pc-panel);
  border: 1px solid var(--pc-line);
  border-radius: 14px;
  padding: 1.1rem 1rem 1.2rem;
  margin-bottom: 1.1rem;
}

.pc-value {
  width: fit-content;
  margin: 0 auto 1rem;
  background: var(--pc-green);
  color: #fff;
  font-weight: 800;
  font-size: 1.05rem;
  padding: 0.45rem 1rem;
  border-radius: 10px;
  min-width: 5.5rem;
  text-align: center;
}

.pc-range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pc-green) var(--pc-progress, 12%), #d5e0e8 var(--pc-progress, 12%));
  outline: none;
  cursor: pointer;
}

.pc-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--pc-green);
  border: 3px solid #fff;
  box-shadow: 0 0 0 4px rgba(18, 143, 126, 0.18);
}

.pc-range::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--pc-green);
  border: 3px solid #fff;
  box-shadow: 0 0 0 4px rgba(18, 143, 126, 0.18);
}

.pc-scale {
  display: flex;
  justify-content: space-between;
  gap: 0.4rem;
  margin-top: 0.7rem;
  color: var(--pc-muted);
  font-size: 0.78rem;
  font-weight: 600;
}

.profit-results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-bottom: 1.3rem;
}

.profit-card {
  background: var(--pc-panel);
  border: 1px solid var(--pc-line);
  border-radius: 14px;
  padding: 1rem 0.85rem;
  text-align: center;
}

.profit-card span {
  display: block;
  color: var(--pc-muted);
  font-size: 0.82rem;
  line-height: 1.35;
  margin-bottom: 0.45rem;
}

.profit-card strong {
  display: block;
  color: var(--pc-green-deep);
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.profit-cta-block {
  text-align: center;
  max-width: 46rem;
  margin: 0 auto;
}

.profit-cta-block h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  margin: 0 0 0.45rem;
  color: var(--ink);
}

.profit-cta-block p {
  color: var(--pc-muted);
  margin: 0 0 1rem;
  font-size: 0.95rem;
}

.btn-profit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  background: linear-gradient(135deg, var(--signal) 0%, var(--signal-deep) 100%);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  border-radius: 12px;
  padding: 0.95rem 1.35rem;
  min-width: min(100%, 280px);
  box-shadow: 0 10px 24px rgba(15, 143, 122, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-profit:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(15, 143, 122, 0.28);
}

@media (max-width: 768px) {
  .profit-wrap {
    padding: 2rem 0;
  }

  .profit-calc {
    padding: 1.15rem 1rem;
  }

  .profit-results {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .profit-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.65rem 1rem;
    text-align: left;
    padding: 0.85rem 1rem;
  }

  .profit-card span {
    margin-bottom: 0;
    font-size: 0.8rem;
    line-height: 1.3;
  }

  .profit-card strong {
    font-size: clamp(1rem, 4.8vw, 1.25rem);
    text-align: right;
    white-space: nowrap;
  }

  .pc-scale {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.35rem 0.55rem;
    font-size: 0.68rem;
  }

  .pc-scale span {
    flex: 0 1 auto;
    white-space: nowrap;
  }
}

@media (max-width: 480px) {
  .profit-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .profit-card strong {
    text-align: center;
    white-space: normal;
    word-break: break-word;
  }

  .pc-scale {
    font-size: 0.65rem;
    gap: 0.3rem 0.45rem;
  }
}

.profit-note {
  margin: 0.85rem 0 0;
  font-size: 0.78rem;
  color: var(--muted);
  text-align: center;
}

/* Success stories — light */
.stories-wrap {
  padding: 2.6rem 0;
  position: relative;
  isolation: isolate;
  background: #f5f8fb;
}

.stories-panel {
  --st-bg: #fff;
  --st-card: #fff;
  --st-line: rgba(13, 27, 42, 0.1);
  --st-text: var(--ink);
  --st-muted: var(--muted);
  --st-green: #128f7e;
  background: #fff;
  border-radius: 20px;
  padding: clamp(1.3rem, 3vw, 2rem);
  border: 1px solid var(--st-line);
  box-shadow: 0 14px 40px rgba(13, 27, 42, 0.08);
  color: var(--st-text);
  overflow: hidden;
  position: relative;
}

.stories-panel > h2 {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  letter-spacing: -0.02em;
  margin: 0 0 0.35rem;
  text-align: center;
}

.stories-panel > .stories-lead {
  text-align: center;
  color: var(--st-muted);
  margin: 0 0 1.4rem;
  font-size: 0.95rem;
}

.stories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  align-items: start;
  position: relative;
  z-index: 1;
}

.story-card {
  background: linear-gradient(180deg, #fff 0%, #f8fbfd 100%);
  border: 1px solid var(--st-line);
  border-radius: 18px;
  padding: 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  height: auto;
  box-shadow: 0 6px 18px rgba(13, 27, 42, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.story-card:hover {
  transform: translateY(-2px);
  border-color: rgba(18, 143, 126, 0.22);
  box-shadow: 0 14px 28px rgba(13, 27, 42, 0.08);
}

.story-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.story-head img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 2px solid #fff;
  box-shadow:
    0 0 0 1px rgba(18, 143, 126, 0.14),
    0 6px 14px rgba(13, 27, 42, 0.1);
}

.story-head h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--ink);
}

.story-stars {
  display: flex;
  gap: 2px;
  margin-top: 0.2rem;
  color: #e3a008;
}

.story-stars svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.story-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

.story-metric {
  background: #fff;
  border: 1px solid var(--st-line);
  border-radius: 12px;
  padding: 0.6rem 0.65rem;
  text-align: center;
}

.story-metric.is-result {
  background: rgba(18, 143, 126, 0.06);
  border-color: rgba(18, 143, 126, 0.18);
}

.story-metric span {
  display: block;
  color: var(--st-muted);
  font-size: 0.72rem;
  margin-bottom: 0.2rem;
}

.story-metric strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--ink);
}

.story-metric.is-result strong {
  color: var(--st-green);
}

.story-card > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.55;
  padding-top: 0.15rem;
  border-top: 1px solid rgba(13, 27, 42, 0.06);
}

.stories-note {
  margin: 1rem 0 0;
  text-align: center;
  color: var(--muted);
  font-size: 0.78rem;
}

@media (max-width: 900px) {
  .stories-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 701px) and (max-width: 900px) {
  .stories-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* Geo chip + region gate */
.geo-chip {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--signal-deep);
  background: rgba(18, 143, 126, 0.12);
  border: 1px solid rgba(18, 143, 126, 0.25);
  border-radius: 999px;
  padding: 0.3rem 0.7rem;
  white-space: nowrap;
}

.gate {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 2rem 1rem;
  background:
    radial-gradient(900px 400px at 20% 0%, rgba(18, 143, 126, 0.12), transparent 60%),
    radial-gradient(800px 360px at 90% 20%, rgba(31, 111, 235, 0.08), transparent 55%),
    #f4f8fb;
  color: var(--ink);
}

/* Gate spinner shown while geo.js runs */
.gate-spinner {
  display: block;
  width: 32px;
  height: 32px;
  border: 3px solid rgba(18, 143, 126, 0.2);
  border-top-color: #14b8a6;
  border-radius: 50%;
  animation: gate-spin 0.75s linear infinite;
  margin: 0.6rem auto 0;
}
@keyframes gate-spin { to { transform: rotate(360deg); } }

.gate-status-line {
  color: var(--muted);
  font-size: 0.9rem;
  text-align: center;
  margin: 0.5rem 0 0;
}

/* Region fallback — hidden until JS reveals after timeout */
.gate-region-fallback {
  display: none;
}
.gate-region-fallback.is-visible {
  display: block;
}
.gate-pick-label {
  color: var(--muted);
  font-size: 0.88rem;
  margin: 0.4rem 0 0;
  text-align: center;
}

/* Hide old gate-note class just in case */
.gate-note {
  display: none !important;
}
  width: min(920px, 100%);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  box-shadow: 0 18px 48px rgba(13, 27, 42, 0.08);
}

.gate-card h1 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  margin: 0.2rem 0 0.8rem;
  color: var(--ink);
}

.gate-card p {
  color: var(--muted);
  margin: 0 0 0.8rem;
}

.gate-note {
  font-size: 0.88rem !important;
}

.region-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
  margin: 1.2rem 0;
}

.region-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0.95rem 1rem;
  min-height: 5.4rem;
  box-shadow: 0 8px 22px rgba(13, 27, 42, 0.05);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.region-card:hover {
  transform: translateY(-3px);
  border-color: rgba(18, 143, 126, 0.4);
  color: var(--ink);
  box-shadow: 0 14px 32px rgba(13, 27, 42, 0.1);
}

.region-flag {
  width: 52px;
  height: 40px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #f4f8fb;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}

.region-flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.region-card-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}

.region-card strong {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.2;
}

.region-meta {
  color: var(--signal-deep);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.region-hint {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.region-go {
  color: var(--signal);
  font-size: 1.2rem;
  font-weight: 700;
  opacity: 0.75;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.region-card:hover .region-go {
  opacity: 1;
  transform: translateX(3px);
}

.regions-page {
  min-height: 100vh;
  background:
    radial-gradient(900px 420px at 8% 0%, rgba(18, 143, 126, 0.14), transparent 58%),
    radial-gradient(700px 360px at 100% 10%, rgba(31, 111, 235, 0.08), transparent 52%),
    #f4f8fb;
}

.regions-hero {
  padding: 2.4rem 0 0.4rem;
}

.regions-hero-inner {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 1.4rem;
  align-items: end;
}

.regions-hero-copy .eyebrow {
  margin: 0 0 0.55rem;
}

.regions-hero-copy h1 {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4.2vw, 3.2rem);
  line-height: 1.05;
  max-width: none;
}

.regions-hero-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 48ch;
  line-height: 1.5;
}

.regions-hero-aside {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
}

.regions-stat {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.85rem 0.75rem;
  text-align: center;
  box-shadow: 0 8px 20px rgba(13, 27, 42, 0.04);
}

.regions-stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--ink);
  line-height: 1.1;
}

.regions-stat span {
  display: block;
  margin-top: 0.2rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
}

.regions-section {
  padding-top: 1.4rem;
  padding-bottom: 3rem;
}

.regions-page .region-grid {
  margin: 0;
}

.regions-foot {
  margin: 1.1rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  max-width: 62ch;
}

.gate-card .region-grid {
  margin: 1rem 0 1.1rem;
}

.gate-card {
  width: min(1040px, 100%);
}

@media (max-width: 900px) {
  .regions-hero-inner {
    grid-template-columns: 1fr;
  }

  .regions-hero-aside {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 700px) {
  .region-grid {
    grid-template-columns: 1fr;
  }

  .regions-hero-aside {
    grid-template-columns: 1fr;
  }

  .geo-chip {
    display: none;
  }
}

@media (min-width: 701px) and (max-width: 980px) {
  .region-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* Urgency bar — light */
.urgency-bar {
  background:
    linear-gradient(90deg, rgba(18, 143, 126, 0.08), transparent 28%, transparent 72%, rgba(18, 143, 126, 0.06)),
    #fff;
  color: var(--ink);
  border-bottom: 1px solid rgba(18, 143, 126, 0.14);
  box-shadow: 0 4px 18px rgba(13, 27, 42, 0.05);
}

.urgency-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem 1rem;
  padding: 0.8rem 0;
}

.urgency-inner p {
  margin: 0;
  flex: 1 1 16rem;
  font-size: 0.92rem;
  color: var(--ink-soft);
  max-width: 48ch;
  line-height: 1.4;
}

.urgency-inner p strong {
  color: var(--ink);
}

.countdown {
  display: inline-flex;
  align-items: stretch;
  gap: 0.3rem;
  flex: 0 0 auto;
}

.cd-unit {
  min-width: 3rem;
  padding: 0.35rem 0.45rem 0.3rem;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(18, 143, 126, 0.2);
  box-shadow: 0 6px 14px rgba(12, 109, 96, 0.08);
  text-align: center;
  line-height: 1;
}

.cd-unit span {
  display: block;
  font-family: var(--font-body);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  font-size: 1.15rem;
  letter-spacing: 0.02em;
  color: var(--signal-deep);
}

.cd-unit small {
  display: block;
  margin-top: 0.18rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.cd-sep {
  align-self: center;
  padding-bottom: 0.7rem;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 1.05rem;
  color: rgba(12, 109, 96, 0.45);
  line-height: 1;
}

.hero-reg {
  margin: 0.9rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
}

/* Trust ratings — light */
.trust-wrap {
  background: transparent;
  color: var(--ink);
  padding: 1.2rem 0 0.4rem;
}

.trust-score {
  text-align: center;
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.trust-score strong {
  color: var(--ink);
}

.story-profile {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(18, 143, 126, 0.08), rgba(31, 111, 235, 0.05));
  border: 1px solid rgba(18, 143, 126, 0.16);
}

.story-profile strong {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--ink);
}

.story-profile span {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 600;
}

.story-result {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin: 1.2rem 0 0.5rem;
  padding: 1rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 8px 22px rgba(13, 27, 42, 0.05);
}

.story-result-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.story-result-item span {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}

.story-result-item strong {
  font-size: 1.2rem;
  color: var(--ink);
}

.story-result-item.is-result strong {
  color: var(--signal-deep);
}

.story-result-note {
  margin: 0 0 1.2rem;
  font-size: 0.84rem;
  color: var(--muted);
}

@media (max-width: 560px) {
  .story-result {
    grid-template-columns: 1fr;
  }
}

.rating-badge {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem 0.55rem;
  margin: 0 auto 1.1rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 193, 7, 0.12);
  border: 1px solid rgba(255, 193, 7, 0.28);
  width: fit-content;
  max-width: 100%;
}

.trust-wrap .rating-badge {
  display: flex;
  justify-content: center;
}

.rating-badge-score {
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--ink);
  letter-spacing: -0.02em;
}

.rating-badge-stars {
  display: inline-flex;
  gap: 0.08rem;
  color: #f5b301;
}

.rating-badge-stars svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.rating-badge-count {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 600;
}

.rating-badge-label {
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 700;
}

.rating-badge.is-compact {
  margin: 0.55rem 0 0.85rem;
  padding: 0.35rem 0.7rem;
}

.rating-badge.is-compact .rating-badge-score {
  font-size: 1rem;
}

.rating-badge.is-compact .rating-badge-stars svg {
  width: 0.9rem;
  height: 0.9rem;
}

.article-header .rating-badge {
  margin: 0.65rem 0 0;
}

.cta-box .rating-badge {
  margin: 0.35rem 0 0.75rem;
}

.page-hero .rating-badge {
  margin: 0.75rem 0 0;
}

.form-hero-section .rating-badge {
  margin: 0.35rem 0 0;
}

/* Native voices — regional celeb / public figure buzz */
.native-voices {
  background:
    linear-gradient(180deg, rgba(18, 143, 126, 0.06), transparent 55%),
    transparent;
}

.voice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
}

.voice-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1rem 1.05rem;
  box-shadow: 0 8px 22px rgba(13, 27, 42, 0.05);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.voice-top {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.voice-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  flex-shrink: 0;
  object-fit: cover;
  box-shadow: 0 8px 18px rgba(12, 109, 96, 0.22);
  border: 2px solid #fff;
}

.voice-avatar-fallback {
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  color: #fff;
  background: linear-gradient(135deg, #12a38f, #0a5c52);
}

.voice-tag {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 0.18rem 0.5rem;
  margin-bottom: 0.25rem;
}

.voice-tag-politics {
  background: rgba(31, 111, 235, 0.12);
  color: #1a56c4;
}

.voice-tag-business {
  background: rgba(18, 143, 126, 0.14);
  color: var(--signal-deep);
}

.voice-tag-tech {
  background: rgba(99, 102, 241, 0.12);
  color: #4f46e5;
}

.voice-tag-culture {
  background: rgba(217, 119, 6, 0.12);
  color: #b45309;
}

.voice-tag-regional,
.voice-tag-local,
.voice-tag-greater,
.voice-tag-vip,
.voice-tag-asean {
  background: rgba(13, 27, 42, 0.08);
  color: var(--ink-soft);
}

.voice-card h3 {
  margin: 0;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.2;
  color: var(--ink);
}

.voice-role {
  margin: 0.15rem 0 0;
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.3;
}

.voice-quote {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--ink-soft);
  font-style: italic;
}

/* Celebrity case paths — first-person interview style */
.celeb-cases {
  background: linear-gradient(180deg, #fff 0%, rgba(18, 143, 126, 0.04) 100%);
}

.celeb-case-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.celeb-case {
  display: grid;
  grid-template-columns: minmax(200px, 260px) minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1.15rem;
  box-shadow: 0 12px 32px rgba(13, 27, 42, 0.06);
}

.celeb-case-media {
  position: relative;
}

/* Anonymous voice avatar placeholder */
.celeb-case-anon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
.anon-voice-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.anon-voice-avatar svg {
  width: 80px;
  height: 80px;
}

/* Editorial notice */
.editorial-notice {
  font-size: 0.82rem;
  color: var(--muted);
  font-style: italic;
  border-left: 3px solid rgba(18,143,126,0.3);
  padding-left: 0.75rem;
  margin: 0.4rem 0 1.2rem;
}

.celeb-case-media img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(13, 27, 42, 0.12);
}

.celeb-case-media .voice-tag {
  position: absolute;
  left: 0.65rem;
  bottom: 0.65rem;
  margin: 0;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.92);
}

.celeb-case-meta {
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.celeb-case-body h3 {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--ink);
}

.celeb-case-story p {
  margin: 0 0 0.75rem;
  color: var(--ink-soft);
  font-size: 0.96rem;
  line-height: 1.58;
}

.celeb-case-story p:first-child::first-letter {
  font-family: var(--font-display);
  font-size: 2.1rem;
  font-weight: 700;
  float: left;
  line-height: 0.85;
  margin: 0.08rem 0.45rem 0 0;
  color: var(--signal-deep);
}

.celeb-case-takeaway {
  margin-top: 0.9rem;
  padding: 0.85rem 0.95rem;
  border-radius: 14px;
  background: rgba(18, 143, 126, 0.06);
  border: 1px solid rgba(18, 143, 126, 0.16);
}

.celeb-case-takeaway strong {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--signal-deep);
}

.celeb-case-takeaway ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.45;
}

.celeb-case-takeaway li {
  margin-bottom: 0.3rem;
}

.celeb-case-sign {
  margin: 0.85rem 0 0;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--ink);
}

.celeb-case-sign span {
  font-weight: 500;
  color: var(--muted);
}

@media (max-width: 760px) {
  .celeb-case {
    grid-template-columns: 1fr;
  }

  .celeb-case-media {
    max-width: 220px;
  }
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
}

/* New: Asia-stats trust row */
.trust-stats-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.2rem;
  margin-top: 1.2rem;
  justify-content: center;
}

.trust-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 100px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.75rem 1.2rem;
  box-shadow: 0 6px 18px rgba(13,27,42,0.05);
}

.trust-stat strong {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--signal);
  line-height: 1.1;
}

.trust-stat span {
  font-size: 0.78rem;
  color: var(--muted);
  margin-top: 0.2rem;
  text-align: center;
}

.trust-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.75rem 0.85rem;
  box-shadow: 0 8px 22px rgba(13, 27, 42, 0.05);
}

.trust-logo-img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  flex-shrink: 0;
  border-radius: 10px;
  background: #f4f8fb;
  border: 1px solid var(--line);
  padding: 6px;
}

.trust-card-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}

.trust-stars-img {
  display: block;
  width: 88px;
  height: auto;
}

.trust-card strong {
  display: block;
  font-size: 0.95rem;
  color: var(--ink);
  line-height: 1.2;
}

.trust-card span {
  color: var(--muted);
  font-size: 0.82rem;
}

/* Landing sections — light only */
.lp-section {
  padding: 2.6rem 0;
}

.lp-section-dark {
  background: #f4f8fb;
  color: var(--ink);
  border-block: 1px solid var(--line);
}

.lp-section-dark p,
.lp-section-dark .lp-head p {
  color: var(--muted);
}

.lp-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 1.5rem;
}

.lp-head h2 {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  margin: 0 0 0.5rem;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.lp-head p {
  margin: 0;
  color: var(--muted);
}

.lp-grid-3,
.steps-grid,
.feat-grid {
  display: grid;
  gap: 0.9rem;
}

.lp-grid-3,
.steps-grid {
  grid-template-columns: repeat(3, 1fr);
}

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

.lp-card,
.step-card,
.feat-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.1rem;
  box-shadow: 0 8px 22px rgba(13, 27, 42, 0.04);
}

.lp-section-dark .lp-card,
.lp-section-dark .step-card,
.lp-section-dark .feat-card {
  background: #fff;
  border-color: var(--line);
}

.lp-card h3,
.step-card h3,
.feat-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  color: var(--ink);
}

.lp-card p,
.step-card p,
.feat-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.lp-section-dark .lp-card p,
.lp-section-dark .step-card p,
.lp-section-dark .feat-card p {
  color: var(--muted);
}

.step-num {
  display: inline-flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: var(--signal);
  color: #fff;
  font-weight: 800;
  margin-bottom: 0.55rem;
}

.lp-cta-row {
  display: flex;
  justify-content: center;
  margin-top: 1.4rem;
}

.faq-list {
  display: grid;
  gap: 0.55rem;
}

.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.85rem 1rem;
  box-shadow: 0 6px 18px rgba(13, 27, 42, 0.04);
}

.faq-item summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--ink);
}

.faq-item p {
  margin: 0.55rem 0 0;
  color: var(--muted);
}

.section-head-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  align-items: center;
}

.section-head-links a {
  font-weight: 600;
  white-space: nowrap;
}

.faq-hub-list {
  list-style: none;
  margin: 1.2rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.faq-hub-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem 1rem;
  align-items: start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 1rem 1.1rem;
  box-shadow: 0 6px 18px rgba(13, 27, 42, 0.04);
}

.faq-hub-rank {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--accent);
  min-width: 2ch;
}

.faq-hub-item p {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.faq-bridge {
  margin-top: 1.25rem;
  padding: 0.9rem 1rem;
  background: linear-gradient(135deg, rgba(0, 122, 255, 0.06), rgba(0, 200, 150, 0.06));
  border-left: 3px solid var(--accent);
  border-radius: 0 10px 10px 0;
}

@media (max-width: 900px) {
  .trust-grid,
  .voice-grid,
  .lp-grid-3,
  .steps-grid,
  .feat-grid {
    grid-template-columns: 1fr;
  }

  .urgency-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (min-width: 701px) and (max-width: 1100px) {
  .trust-grid,
  .feat-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.lp-card-media img,
.step-card-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 0.75rem;
}

.lead-strip {
  margin-top: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: linear-gradient(135deg, rgba(18, 143, 126, 0.14), rgba(31, 111, 235, 0.1));
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1rem 1.15rem;
}

.lead-strip p {
  margin: 0.2rem 0 0;
  color: var(--muted);
  max-width: 52ch;
}

.lead-magnet {
  padding: 2.4rem 0;
}

.lead-magnet-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 0;
  align-items: stretch;
  background: #fff;
  color: var(--ink);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 14px 40px rgba(13, 27, 42, 0.08);
}

.lead-magnet-inner img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.lead-magnet-inner > div {
  padding: 1.5rem 1.6rem 1.6rem;
  background: #fff;
}

.lead-magnet-inner h2 {
  font-family: var(--font-display);
  margin: 0.3rem 0 0.6rem;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  color: var(--ink);
  letter-spacing: -0.02em;
}

.lead-magnet-inner p {
  color: var(--muted);
  margin: 0;
}

.lead-bullets {
  margin: 0.8rem 0 1rem;
  padding-left: 1.1rem;
  color: var(--ink-soft);
}

.lead-bullets li {
  margin-bottom: 0.35rem;
}

.lead-fine,
.form-under {
  font-size: 0.8rem;
  color: var(--muted);
  margin: 0.7rem 0 0;
  line-height: 1.45;
}

.form-under a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.insight-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.4rem;
  align-items: start;
}

.insight-media {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.insight-media .btn {
  align-self: stretch;
  text-align: center;
  justify-content: center;
}

.insight-grid img,
.insight-media img,
.form-side-img,
.sidebar-img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.use-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
}

.use-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.1rem 1.15rem;
  box-shadow: 0 8px 22px rgba(13, 27, 42, 0.04);
}

.use-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(18, 143, 126, 0.12);
  color: var(--signal-deep);
  font-size: 0.82rem;
  font-weight: 800;
  margin-bottom: 0.55rem;
}

.use-card h3 {
  margin: 0 0 0.4rem;
  font-size: 1.02rem;
  color: var(--ink);
}

.use-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.45;
}

.use-note {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.4rem;
  flex-wrap: wrap;
  padding: 1.1rem 1.25rem;
  border-radius: 14px;
  background:
    linear-gradient(115deg, rgba(18, 143, 126, 0.12), rgba(18, 143, 126, 0.03) 50%, #fff),
    #fff;
  border: 1px solid rgba(18, 143, 126, 0.2);
}

.use-note h3 {
  margin: 0 0 0.3rem;
  font-size: 1.05rem;
  color: var(--ink);
}

.use-note p {
  margin: 0;
  color: var(--muted);
  max-width: 52ch;
  font-size: 0.94rem;
  line-height: 1.45;
}

.use-note .btn-desire {
  flex: 0 0 auto;
}

.insight-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  font-size: 0.95rem;
}

.insight-table th,
.insight-table td {
  border: 1px solid var(--line);
  padding: 0.55rem 0.7rem;
  text-align: left;
}

.insight-table th {
  background: rgba(18, 143, 126, 0.1);
}

.insight-note {
  color: var(--muted);
  font-size: 0.88rem;
}

.mid-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  flex-wrap: wrap;
  margin: 0.4rem 0 1.8rem;
  padding: 1.2rem 1.35rem;
  border-radius: 16px;
  background:
    linear-gradient(115deg, rgba(18, 143, 126, 0.14), rgba(18, 143, 126, 0.04) 42%, #fff 70%),
    #fff;
  border: 1px solid rgba(18, 143, 126, 0.22);
  color: var(--ink);
  box-shadow: 0 10px 28px rgba(13, 27, 42, 0.06);
}

.mid-cta-copy {
  flex: 1 1 18rem;
  min-width: 0;
}

.mid-cta strong,
.mid-cta h3 {
  display: block;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.2;
  color: var(--ink);
}

.mid-cta p {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.45;
  max-width: 46ch;
}

.mid-cta .btn-desire {
  flex: 0 0 auto;
  align-self: center;
}

.sticky-lead {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  background:
    linear-gradient(90deg, rgba(18, 143, 126, 0.12), transparent 34%, transparent 66%, rgba(18, 143, 126, 0.08)),
    rgba(255, 255, 255, 0.97);
  border-top: 1px solid rgba(18, 143, 126, 0.2);
  box-shadow: 0 -10px 32px rgba(13, 27, 42, 0.1);
  backdrop-filter: blur(12px);
  transform: translateY(110%);
  transition: transform 0.3s ease;
}

.sticky-lead::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, #12a38f, #0c6d60 45%, #1f6feb);
}

.sticky-lead.is-visible {
  transform: translateY(0);
}

.sticky-lead-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem 1.1rem;
  padding: 0.75rem 0;
}

.sticky-lead-copy {
  min-width: 0;
  flex: 1 1 auto;
}

.sticky-lead-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.3rem;
}

.sticky-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.18rem 0.55rem;
  border-radius: 999px;
  background: rgba(18, 143, 126, 0.1);
  border: 1px solid rgba(18, 143, 126, 0.16);
  color: var(--signal-deep);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  white-space: nowrap;
}

.sticky-chip-geo {
  background: rgba(13, 27, 42, 0.06);
  border-color: var(--line);
  color: var(--ink-soft);
}

.sticky-chip-live {
  background: rgba(18, 143, 126, 0.14);
}

.sticky-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #12a38f;
  box-shadow: 0 0 0 0 rgba(18, 163, 143, 0.45);
  animation: sticky-live 1.8s ease-out infinite;
}

@keyframes sticky-live {
  0% {
    box-shadow: 0 0 0 0 rgba(18, 163, 143, 0.45);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(18, 163, 143, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(18, 163, 143, 0);
  }
}

.sticky-lead p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.35;
}

.sticky-lead p strong {
  color: var(--ink);
}

body.has-sticky-lead.sticky-bar-open {
  padding-bottom: 92px;
}

.form-panel-hot {
  border: 2px solid rgba(18, 143, 126, 0.35);
  box-shadow: 0 18px 50px rgba(15, 143, 122, 0.15);
  background: #fff;
}

.form-badge {
  display: inline-block;
  background: rgba(18, 143, 126, 0.12);
  color: var(--signal-deep);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 0.3rem 0.7rem;
  margin-bottom: 0.55rem;
}

.btn-xl {
  width: 100%;
  padding: 0.95rem 1.2rem;
  font-size: 1.05rem;
}

.btn-desire.btn-xl {
  align-items: center;
  text-align: center;
  padding: 0.95rem 2rem 0.95rem 1.2rem;
  border-radius: 16px;
}

.btn-desire.btn-xl .btn-desire-label {
  font-size: 1.08rem;
  padding-right: 0;
}

.btn-desire.btn-xl .btn-desire-sub {
  padding-right: 0;
}

.platforms-hero .hero-shell {
  min-height: min(68vh, 580px);
}

.platforms-hero .hero-preface {
  margin-bottom: 0.5rem;
}

.sticky-lead .btn-desire {
  flex-shrink: 0;
}

.form-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0.9rem 0;
}

.form-trust-row span {
  background: rgba(18, 143, 126, 0.1);
  border-radius: 999px;
  padding: 0.3rem 0.65rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--signal-deep);
}

.form-lead {
  font-size: 1.05rem;
  color: var(--ink-soft);
}

.form-side-img {
  margin-bottom: 1rem;
  aspect-ratio: 16 / 10;
}

.sidebar-img {
  margin-top: 0.9rem;
  aspect-ratio: 4 / 3;
}

.about-mini {
  margin-top: 0.8rem;
}

/* Cookie consent */
.cookie-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  background: rgba(255, 255, 255, 0.98);
  border-top: 1px solid var(--line);
  box-shadow: 0 -12px 40px rgba(13, 27, 42, 0.12);
  transform: translateY(110%);
  transition: transform 0.3s ease;
  padding: 0.9rem 0;
}

.cookie-bar.is-visible {
  transform: translateY(0);
}

.cookie-bar-inner {
  width: min(var(--max), calc(100% - 2rem));
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.cookie-bar-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(244, 201, 139, 0.35), rgba(18, 143, 126, 0.1));
  border: 1px solid rgba(217, 163, 95, 0.35);
  box-shadow: 0 6px 16px rgba(139, 90, 43, 0.12);
}

.cookie-bar-copy {
  flex: 1 1 240px;
  max-width: 52rem;
}

.cookie-bar-copy strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.05rem;
  margin-bottom: 0.25rem;
  color: var(--ink);
}

.cookie-bar-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.cookie-bar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
}

.cookie-bar-actions .btn-desire {
  min-width: 9.5rem;
}

@media (max-width: 900px) {
  .hero-shell {
    min-height: min(78vh, 640px);
    padding: clamp(3.8rem, 9vh, 4.8rem) 0 1.8rem;
    justify-content: center;
  }

  .hero-content {
    gap: 0.8rem;
    padding: 0;
    border-radius: 0;
  }

  .hero-preface {
    width: 100%;
    padding: 0 0.15rem;
  }

  .hero-title {
    max-width: none;
    font-size: clamp(1.85rem, 6.5vw, 2.45rem);
  }

  .hero-content .hero-actions {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
  }

  .hero-proof-row {
    gap: 0.4rem 0.65rem;
  }

  .hero-proof-bar li {
    flex: 1 1 calc(50% - 0.5rem);
  }

  .lead-magnet-inner,
  .insight-grid {
    grid-template-columns: 1fr;
  }

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

  .use-note {
    flex-direction: column;
    align-items: stretch;
  }

  .use-note .btn-desire {
    width: 100%;
    justify-content: center;
  }

  .mid-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .mid-cta .btn-desire {
    width: 100%;
    justify-content: center;
  }

  .sticky-lead-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .sticky-lead-inner .btn {
    width: 100%;
  }

  .sticky-chip-geo {
    display: none;
  }

  body.has-sticky-lead.sticky-bar-open {
    padding-bottom: 128px;
  }

  .cookie-bar-actions {
    width: 100%;
  }

  .cookie-bar-actions .btn {
    flex: 1 1 auto;
  }
}

.hub-cta-strip {
  padding: 1.4rem 0 2rem;
}

.hub-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.4rem;
  flex-wrap: wrap;
  padding: 1.1rem 1.25rem;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(18, 143, 126, 0.1), rgba(31, 111, 235, 0.06));
  border: 1px solid rgba(18, 143, 126, 0.2);
}

.hub-cta-inner strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.08rem;
  color: var(--ink);
  margin-bottom: 0.25rem;
}

.hub-cta-inner p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  max-width: 48ch;
}

.legal-address {
  margin: 1rem 0;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  background: #f7fafc;
  border: 1px solid var(--line);
  font-style: normal;
  line-height: 1.55;
  color: var(--ink-soft);
}

.legal-address strong {
  color: var(--ink);
}

.legal-address span {
  color: var(--muted);
  font-size: 0.9rem;
}

.back-to-top {
  position: fixed;
  right: max(1rem, env(safe-area-inset-right, 0px));
  bottom: max(1.1rem, env(safe-area-inset-bottom, 0px));
  z-index: 60;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(145deg, #12a38f, #0c6d60);
  box-shadow: 0 8px 22px rgba(12, 109, 96, 0.38);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px) scale(0.96);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease,
    visibility 0.25s ease,
    bottom 0.3s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

body.sticky-bar-open .back-to-top {
  bottom: calc(4.6rem + env(safe-area-inset-bottom, 0px));
}

@media (hover: hover) {
  .back-to-top:hover {
    filter: brightness(1.07);
    box-shadow: 0 10px 26px rgba(12, 109, 96, 0.45);
  }
}

.back-to-top:focus-visible {
  outline: 2px solid #8fe0d2;
  outline-offset: 3px;
}

.contact-fab {
  position: fixed;
  left: max(1rem, env(safe-area-inset-left, 0px));
  bottom: max(1.1rem, env(safe-area-inset-bottom, 0px));
  z-index: 65;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.65rem 0.95rem 0.65rem 0.75rem;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  font-size: 0.88rem;
  background: linear-gradient(145deg, #1a8f7f, #0c6d60);
  box-shadow: 0 10px 28px rgba(12, 109, 96, 0.4);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px) scale(0.96);
  transition:
    opacity 0.28s ease,
    transform 0.28s ease,
    visibility 0.28s ease,
    bottom 0.3s ease,
    box-shadow 0.2s ease;
}

.contact-fab.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

@media (hover: hover) {
  .contact-fab.is-visible:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(12, 109, 96, 0.48);
  }
}

.contact-fab-icon {
  flex-shrink: 0;
}

.contact-fab-label {
  white-space: nowrap;
}

body.sticky-bar-open .contact-fab {
  bottom: calc(4.6rem + env(safe-area-inset-bottom, 0px));
}

body.contact-modal-open {
  overflow: hidden;
}

body.contact-modal-open .contact-fab,
body.contact-modal-open .back-to-top {
  opacity: 0 !important;
  visibility: hidden;
  pointer-events: none;
}

.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.contact-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.contact-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 24, 32, 0.62);
  backdrop-filter: blur(4px);
}

.contact-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 920px);
  max-height: min(92vh, 780px);
  overflow: auto;
  border-radius: 20px;
  background: #f7fafb;
  box-shadow: 0 28px 64px rgba(7, 24, 32, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.contact-modal-close {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  z-index: 3;
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(13, 27, 42, 0.12);
}

.contact-modal-close:hover {
  background: #fff;
}

.contact-modal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
}

.contact-modal-aside {
  padding: 1.5rem 1.35rem 1.5rem 1.5rem;
  background: linear-gradient(165deg, #fff 0%, #eef8f6 100%);
  border-right: 1px solid var(--line);
}

.contact-modal-img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  margin-bottom: 1rem;
  object-fit: cover;
  aspect-ratio: 16 / 10;
}

.contact-modal-title {
  margin: 0 0 0.55rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  line-height: 1.15;
  color: var(--ink);
}

.contact-modal-lead {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.6;
  font-size: 0.98rem;
}

.contact-modal-form-wrap {
  padding: 1.35rem 1.5rem 1.5rem 1.25rem;
  background: #fff;
}

.contact-modal-form-wrap .form-panel {
  border: none;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.contact-modal .iti__country-list {
  z-index: 100;
}

@media (max-width: 760px) {
  .contact-modal {
    padding: 0.5rem;
    align-items: flex-end;
  }

  .contact-modal-dialog {
    max-height: 94vh;
    border-radius: 18px 18px 12px 12px;
  }

  .contact-modal-grid {
    grid-template-columns: 1fr;
  }

  .contact-modal-aside {
    border-right: none;
    border-bottom: 1px solid var(--line);
    padding: 1.15rem 1.15rem 1rem;
  }

  .contact-modal-img {
    display: none;
  }

  .contact-modal-form-wrap {
    padding: 1rem 1.15rem 1.25rem;
  }

  .contact-fab-label {
    display: none;
  }

  .contact-fab {
    width: 2.85rem;
    height: 2.85rem;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
  }
}
