:root {
  --growth-accent: #0e7a63;
  --growth-accent-strong: #075d4c;
  --growth-ink: #1a2e28;
  --growth-muted: #526660;
  --growth-surface: #fffaf3;
  --growth-surface-soft: #f3ede2;
  --growth-border: rgb(26 46 40 / 14%);
  --growth-ring: #f7c948;
  --growth-ease-out: cubic-bezier(0.23, 1, 0.32, 1);
}

html {
  height: auto !important;
  min-height: 100%;
}

body {
  height: auto !important;
  min-height: 100%;
}

html,
body {
  overflow-x: hidden !important;
  overflow-y: auto !important;
  scroll-behavior: smooth;
}

body { background: var(--growth-surface-soft); }

.growth-skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 50;
  padding: 0.75rem 1rem;
  border-radius: 0.875rem;
  color: var(--growth-surface);
  background: var(--growth-ink);
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 160ms var(--growth-ease-out);
}

.growth-skip-link:focus {
  transform: translateY(0);
  outline: 3px solid var(--growth-ring);
  outline-offset: 3px;
}

.growth-toolbar {
  position: fixed;
  top: max(0.75rem, env(safe-area-inset-top));
  right: 0.75rem;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem;
  border: 1px solid rgb(255 250 243 / 24%);
  border-radius: 1rem;
  background: rgb(26 46 40 / 84%);
  box-shadow: 0 8px 24px rgb(10 35 29 / 20%);
  backdrop-filter: blur(14px);
}

.growth-toolbar-button,
.growth-language-select {
  min-height: 2.75rem;
  border: 0;
  border-radius: 0.75rem;
  color: var(--growth-surface);
  background: rgb(255 250 243 / 10%);
  font: 600 0.8125rem/1.2 "Plus Jakarta Sans", system-ui, sans-serif;
  cursor: pointer;
  touch-action: manipulation;
  transition: background-color 160ms ease, transform 140ms var(--growth-ease-out);
}

.growth-toolbar-button {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0 0.75rem;
}

.growth-toolbar-button svg {
  width: 1.125rem;
  height: 1.125rem;
}

.growth-language-select {
  min-width: 7.5rem;
  padding: 0 2rem 0 0.75rem;
}

.growth-toolbar-button:focus-visible,
.growth-language-select:focus-visible,
.growth-content a:focus-visible,
.growth-consent button:focus-visible {
  outline: 3px solid var(--growth-ring);
  outline-offset: 3px;
}

.growth-toolbar-button:active,
.growth-consent button:active,
.growth-ad-link:active {
  transform: scale(0.97);
}

.growth-ad-slot {
  position: fixed;
  right: 0.75rem;
  bottom: max(0.75rem, env(safe-area-inset-bottom));
  left: 0.75rem;
  z-index: 20;
  max-width: 46rem;
  margin-inline: auto;
}

.growth-ad-label {
  display: block;
  margin: 0 0 0.25rem 0.75rem;
  color: rgb(255 250 243 / 82%);
  font: 700 0.625rem/1 "Plus Jakarta Sans", system-ui, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-shadow: 0 1px 4px rgb(0 0 0 / 35%);
}

.growth-ad-link {
  position: relative;
  display: grid;
  min-height: 4.5rem;
  grid-template-columns: 6.5rem 1fr auto;
  align-items: center;
  gap: 0.875rem;
  overflow: hidden;
  border: 1px solid rgb(255 250 243 / 26%);
  border-radius: 1rem;
  color: var(--growth-surface);
  background: #173b33;
  box-shadow: 0 14px 34px rgb(5 27 22 / 28%);
  transition: box-shadow 180ms ease, transform 140ms var(--growth-ease-out);
}

.growth-ad-link img {
  width: 100%;
  height: 100%;
  min-height: 4.5rem;
  object-fit: cover;
}

.growth-ad-copy {
  min-width: 0;
  padding-block: 0.625rem;
}

.growth-ad-copy strong,
.growth-ad-copy span {
  display: block;
}

.growth-ad-copy strong {
  font: 700 0.875rem/1.25 "Plus Jakarta Sans", system-ui, sans-serif;
}

.growth-ad-copy span {
  margin-top: 0.2rem;
  color: rgb(255 250 243 / 76%);
  font: 500 0.75rem/1.35 "Plus Jakarta Sans", system-ui, sans-serif;
}

.growth-ad-cta {
  margin-right: 0.875rem;
  padding: 0.625rem 0.75rem;
  border-radius: 0.7rem;
  color: var(--growth-ink);
  background: var(--growth-surface);
  font: 700 0.75rem/1 "Plus Jakarta Sans", system-ui, sans-serif;
  white-space: nowrap;
}

.growth-adsense-frame {
  min-height: 5.625rem;
  overflow: hidden;
  border-radius: 1rem;
  background: rgb(255 250 243 / 96%);
  box-shadow: 0 14px 34px rgb(5 27 22 / 22%);
}

.growth-content-view .growth-ad-slot {
  display: none;
}

.growth-game-active .growth-ad-slot {
  display: none;
}

.growth-game-active .growth-consent {
  display: none;
}

.growth-consent-active .growth-ad-slot {
  visibility: hidden;
}

.growth-content {
  position: relative;
  z-index: 1;
  color: var(--growth-ink);
  background:
    radial-gradient(circle at 12% 0%, rgb(14 122 99 / 10%), transparent 28rem),
    var(--growth-surface-soft);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
}

.growth-content-inner {
  width: min(100% - 2rem, 72rem);
  margin-inline: auto;
  padding: 4.5rem 0 3rem;
}

.growth-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(17rem, 0.75fr);
  gap: 3rem;
  align-items: start;
}

.growth-eyebrow {
  color: var(--growth-accent-strong);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.growth-content h2,
.growth-content h3 {
  color: var(--growth-ink);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.growth-content h2 {
  max-width: 18ch;
  margin-top: 0.6rem;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.04;
}

.growth-lede {
  max-width: 64ch;
  margin-top: 1.25rem;
  color: var(--growth-muted);
  font-size: 1.0625rem;
  line-height: 1.75;
}

.growth-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.growth-stat {
  padding: 1.15rem;
  border: 1px solid var(--growth-border);
  border-radius: 1.25rem;
  background: rgb(255 250 243 / 82%);
  box-shadow: 0 8px 24px rgb(41 71 62 / 7%);
}

.growth-stat strong,
.growth-stat span {
  display: block;
}

.growth-stat strong {
  color: var(--growth-accent-strong);
  font-size: 1.5rem;
}

.growth-stat span {
  margin-top: 0.25rem;
  color: var(--growth-muted);
  font-size: 0.75rem;
  line-height: 1.35;
}

.growth-section {
  margin-top: 4.5rem;
}

.growth-section h3 {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  line-height: 1.15;
}

.growth-steps,
.growth-faq {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

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

.growth-step {
  padding: 1.5rem;
  border: 1px solid var(--growth-border);
  border-radius: 1.5rem;
  background: var(--growth-surface);
}

.growth-step-number {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.8rem;
  color: var(--growth-surface);
  background: var(--growth-accent);
  font-weight: 800;
}

.growth-step h4 {
  margin-top: 1rem;
  font-size: 1rem;
}

.growth-step p,
.growth-faq p {
  margin-top: 0.5rem;
  color: var(--growth-muted);
  font-size: 0.9375rem;
  line-height: 1.65;
}

.growth-letters {
  display: grid;
  grid-template-columns: repeat(14, minmax(0, 1fr));
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.growth-letter {
  display: flex;
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--growth-border);
  border-radius: 1rem;
  color: var(--growth-accent-strong);
  background: var(--growth-surface);
  font: 700 clamp(1.35rem, 3vw, 2rem)/1 "Amiri", serif;
}

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

.growth-faq article {
  padding: 1.5rem;
  border-top: 1px solid var(--growth-border);
}

.growth-faq h4 {
  font-size: 1rem;
  line-height: 1.45;
}

.growth-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 4.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--growth-border);
  color: var(--growth-muted);
  font-size: 0.8125rem;
  line-height: 1.6;
}

.growth-footer a,
.growth-footer button {
  border: 0;
  color: var(--growth-accent-strong);
  background: transparent;
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  cursor: pointer;
}

.growth-consent {
  position: fixed;
  right: 1rem;
  bottom: max(1rem, env(safe-area-inset-bottom));
  left: 1rem;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 0.75rem;
  width: min(calc(100% - 2rem), 48rem);
  margin-inline: auto;
  padding: 1rem;
  border: 1px solid var(--growth-border);
  border-radius: 1.25rem;
  color: var(--growth-ink);
  background: rgb(255 250 243 / 98%);
  box-shadow: 0 20px 50px rgb(5 27 22 / 25%);
}

.growth-consent p {
  font-size: 0.8125rem;
  line-height: 1.55;
}

.growth-consent button {
  min-height: 2.75rem;
  padding-inline: 0.9rem;
  border: 1px solid var(--growth-border);
  border-radius: 0.8rem;
  color: var(--growth-ink);
  background: var(--growth-surface-soft);
  font: 700 0.75rem/1 "Plus Jakarta Sans", system-ui, sans-serif;
  cursor: pointer;
  transition: background-color 160ms ease, transform 140ms var(--growth-ease-out);
}

.growth-consent .growth-consent-primary {
  border-color: var(--growth-accent);
  color: var(--growth-surface);
  background: var(--growth-accent);
}

.growth-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (hover: hover) and (pointer: fine) {
  .growth-toolbar-button:hover,
  .growth-language-select:hover {
    background: rgb(255 250 243 / 18%);
  }

  .growth-ad-link:hover {
    box-shadow: 0 18px 40px rgb(5 27 22 / 34%);
    transform: translateY(-1px);
  }

  .growth-consent button:hover {
    background: #e5dccd;
  }

  .growth-consent .growth-consent-primary:hover {
    background: var(--growth-accent-strong);
  }
}

@media (max-width: 64rem) {
  .growth-intro {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .growth-letters {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}

@media (max-width: 48rem) {
  .growth-toolbar-button span {
    display: none;
  }

  .growth-language-select {
    min-width: 6.5rem;
  }

  .growth-ad-link {
    grid-template-columns: 5.25rem minmax(0, 1fr);
  }

  .growth-ad-cta {
    display: none;
  }

  .growth-content-inner {
    padding-top: 3.5rem;
  }

  .growth-stats,
  .growth-steps,
  .growth-faq {
    grid-template-columns: 1fr;
  }

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

  .growth-stat {
    padding: 0.875rem;
  }

  .growth-consent {
    grid-template-columns: 1fr 1fr;
  }

  .growth-consent p {
    grid-column: 1 / -1;
  }

  .growth-footer {
    flex-direction: column;
  }
}

@media (max-width: 24rem) {
  .growth-toolbar {
    right: 0.5rem;
  }

  .growth-language-select {
    min-width: 5.75rem;
    max-width: 6.5rem;
  }

  .growth-ad-slot {
    right: 0.5rem;
    left: 0.5rem;
  }

  .growth-ad-copy span {
    display: none;
  }

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

@media (prefers-reduced-motion: reduce) {
  html,
  body {
    scroll-behavior: auto;
  }

  .growth-skip-link,
  .growth-toolbar-button,
  .growth-language-select,
  .growth-ad-link,
  .growth-consent button {
    transition: none;
  }
}
