/* NOW TAROT landing — aligned with design/reference-landing-now-tarot-2026-06.png */

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap");

:root {
  --bg: #0a0014;
  --bg-elevated: #120c1f;
  --card: #14101f;
  --card-border: rgba(120, 80, 160, 0.25);
  --text: #f5f2fa;
  --muted: #b8b0c8;
  --magenta: #ff3cac;
  --magenta-soft: #f472b6;
  --gold: #e8c56a;
  --gradient: linear-gradient(90deg, #e040fb 0%, #7c4dff 55%, #536dfe 100%);
  --gradient-btn: linear-gradient(90deg, #d946ef 0%, #8b5cf6 50%, #6366f1 100%);
  --glow: 0 0 80px rgba(168, 85, 247, 0.35);
  --container: 1180px;
  --section-y: 112px;
  --section-y-sm: 72px;
  --section-divider: rgba(124, 58, 237, 0.22);
  --nav-h: 76px;
  --font-serif: "Cormorant Garamond", Georgia, serif;
  --font-sans: "Inter", system-ui, sans-serif;
}

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

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  overflow-x: clip;
  background: var(--bg);
  background-image:
    radial-gradient(ellipse 90% 55% at 75% -5%, rgba(124, 58, 237, 0.28), transparent 55%),
    radial-gradient(ellipse 70% 45% at 10% 30%, rgba(192, 38, 211, 0.12), transparent 50%);
}

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

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

.container {
  width: min(var(--container), calc(100% - 48px));
  margin-inline: auto;
}

.gradient-text {
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* —— Nav —— */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  background: rgba(7, 4, 15, 0.82);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.14em;
  white-space: nowrap;
}

.brand-icon {
  width: 28px;
  height: 28px;
  color: var(--gold);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #ddd6e8;
}

.nav-links a:hover {
  color: #fff;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.lang-pill {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--card-border);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer;
  color: var(--text);
}

.lang-pill select {
  background: transparent;
  border: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
  outline: none;
}

.btn-launch {
  padding: 10px 22px;
  border: none;
  border-radius: 999px;
  background: var(--gradient-btn);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 24px rgba(168, 85, 247, 0.4);
  white-space: nowrap;
}

.btn-launch:hover {
  filter: brightness(1.08);
}

/* —— Main sections —— */
main > section + section {
  position: relative;
  padding-top: var(--section-y);
  padding-bottom: var(--section-y);
}

main > section + section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(var(--container), calc(100% - 48px));
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(124, 58, 237, 0.35) 12%,
    rgba(192, 38, 211, 0.5) 50%,
    rgba(124, 58, 237, 0.35) 88%,
    transparent 100%
  );
  box-shadow: 0 0 20px rgba(168, 85, 247, 0.1);
}

/* —— Hero —— */
.hero {
  position: relative;
  padding: 24px 0 var(--section-y);
  overflow: hidden;
  background: var(--bg);
  min-height: clamp(680px, 90vh, 1000px);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 62% 70% at 74% 46%,
    rgba(124, 40, 200, 0.32),
    transparent 72%
  );
  pointer-events: none;
}

.hero-rocks {
  display: none;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: block;
  overflow: visible;
  min-height: clamp(620px, 86vh, 900px);
  padding: clamp(40px, 10vh, 88px) 0 clamp(56px, 12vh, 96px);
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: min(620px, 54vw);
}

.hero-headline {
  font-family: var(--font-serif);
  font-size: clamp(2.75rem, 5vw, 4.25rem);
  font-weight: 600;
  line-height: 1.08;
  margin: 0 0 24px;
  letter-spacing: -0.02em;
  color: #fff;
}

.hero-headline .line {
  display: block;
}

.hero-lead {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: #c8c0d4;
  max-width: 520px;
  margin: 0 0 36px;
  font-weight: 400;
}

.store-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.store-badge {
  display: inline-block;
  line-height: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.store-badge:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

.store-badge img {
  height: 44px;
  width: auto;
  display: block;
}

.hero-visual {
  position: absolute;
  top: 50%;
  right: clamp(-280px, -14vw, -100px);
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  width: clamp(640px, 80vw, 1180px);
  pointer-events: none;
}

.hero-mockup-glow {
  position: absolute;
  width: min(105%, 860px);
  aspect-ratio: 1672 / 941;
  top: 50%;
  left: 68%;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    ellipse 70% 68% at 50% 46%,
    rgba(160, 60, 255, 0.38),
    rgba(124, 40, 200, 0.14) 52%,
    transparent 72%
  );
  filter: blur(28px);
  pointer-events: none;
}

.hero-mockup-frame {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  aspect-ratio: 1672 / 941;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-mask-image: radial-gradient(
    ellipse 82% 72% at 44% 48%,
    #000 34%,
    rgba(0, 0, 0, 0.92) 50%,
    rgba(0, 0, 0, 0.45) 66%,
    transparent 98%
  );
  mask-image: radial-gradient(
    ellipse 82% 72% at 44% 48%,
    #000 34%,
    rgba(0, 0, 0, 0.92) 50%,
    rgba(0, 0, 0, 0.45) 66%,
    transparent 98%
  );
}

.hero-mockup-frame::before {
  content: "";
  position: absolute;
  top: -3%;
  right: -4%;
  bottom: -3%;
  width: 34%;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(
    to left,
    var(--bg) 0%,
    rgba(10, 0, 20, 0.96) 28%,
    rgba(10, 0, 20, 0.55) 58%,
    transparent 100%
  );
}

.hero-mockup-frame::after {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  z-index: 2;
  background:
    linear-gradient(to right, var(--bg) 0%, transparent 16%, transparent 62%, rgba(10, 0, 20, 0.55) 78%, var(--bg) 100%),
    linear-gradient(to bottom, var(--bg) 0%, transparent 14%, transparent 86%, var(--bg) 100%);
  opacity: 0.94;
}

.hero-mockup-frame picture {
  display: block;
  height: 100%;
}

.hero-mockup-img {
  width: 100%;
  height: auto;
  max-height: none;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 28px 56px rgba(0, 0, 0, 0.35));
}

.phone-mock {
  position: relative;
  z-index: 2;
  width: min(280px, 88%);
  padding: 12px;
  border-radius: 36px;
  background: linear-gradient(145deg, #2a2040, #0f0a18);
  border: 2px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--glow), 0 24px 64px rgba(0, 0, 0, 0.55);
}

.phone-screen {
  border-radius: 26px;
  overflow: hidden;
  background: linear-gradient(180deg, #1a1028 0%, #0c0614 100%);
  padding: 20px 16px 24px;
  min-height: 420px;
}

.phone-screen .app-greeting {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 4px;
}

.phone-screen .app-sub {
  font-size: 0.75rem;
  color: var(--muted);
  margin-bottom: 20px;
}

.app-tile {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 14px;
  margin-bottom: 10px;
  font-size: 0.8125rem;
}

.app-tile strong {
  display: block;
  font-size: 0.9375rem;
  margin-bottom: 4px;
}

/* —— Features —— */
.features {
  background: var(--bg);
}

.features-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(200px, 260px) 1fr;
  gap: 28px 32px;
  align-items: stretch;
}

.features-head {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  font-weight: 600;
  margin: 0;
  max-width: 260px;
  line-height: 1.2;
  align-self: center;
  color: #ffffff;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.feature-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}

.feature-card {
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: 14px;
  padding: 26px 18px 22px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.feature-icon-wrap {
  position: relative;
  width: 64px;
  height: 64px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-icon {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  display: block;
}

.feature-card h3 {
  font-family: var(--font-serif);
  font-size: 0.9375rem;
  font-weight: 600;
  margin: 0 0 12px;
  line-height: 1.25;
  background: linear-gradient(180deg, #f472b6 0%, #c084fc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.feature-card p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #d8d2e4;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.about {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: clamp(32px, 5vh, 56px);
  contain: paint;
}

.about-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: clamp(-168px, -14vh, -104px);
}

.about-mockup-frame {
  position: relative;
  width: clamp(640px, 138%, 920px);
  max-width: none;
  -webkit-mask-image: radial-gradient(
    ellipse 84% 78% at 48% 42%,
    #000 38%,
    rgba(0, 0, 0, 0.92) 54%,
    rgba(0, 0, 0, 0.45) 72%,
    transparent 98%
  );
  mask-image: radial-gradient(
    ellipse 84% 78% at 48% 42%,
    #000 38%,
    rgba(0, 0, 0, 0.92) 54%,
    rgba(0, 0, 0, 0.45) 72%,
    transparent 98%
  );
}

.about-mockup-frame::before {
  content: "";
  position: absolute;
  inset: -2%;
  pointer-events: none;
  z-index: 2;
  background:
    linear-gradient(to right, var(--bg) 0%, transparent 14%, transparent 86%, var(--bg) 100%),
    linear-gradient(to bottom, var(--bg) 0%, transparent 12%, transparent 72%, var(--bg) 100%);
  opacity: 0.9;
}

.about-phone-img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 28px 56px rgba(0, 0, 0, 0.45));
}

.pricing {
  scroll-margin-top: var(--nav-h);
  position: relative;
  z-index: 2;
  background: var(--bg);
}

.about-visual .phone-mock {
  width: 260px;
}

.phone-mock--tilt {
  transform: rotate(-11deg);
  box-shadow: var(--glow), 0 32px 72px rgba(0, 0, 0, 0.6);
}

.zodiac-ring {
  position: absolute;
  width: 95%;
  max-width: 400px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(168, 120, 255, 0.2);
  background:
    radial-gradient(circle, transparent 55%, rgba(124, 58, 237, 0.06) 56%),
    repeating-conic-gradient(
      from 0deg,
      rgba(168, 120, 255, 0.08) 0deg 8deg,
      transparent 8deg 15deg
    );
  opacity: 0.85;
}

.eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fb923c;
  margin: 0 0 16px;
}

.about h2 {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.2vw, 2.65rem);
  font-weight: 600;
  line-height: 1.12;
  margin: 0 0 24px;
  color: #fff;
}

.about-text {
  color: #b8b0c8;
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 36px;
  max-width: 480px;
}

.stats {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 40px;
}

.stat {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9375rem;
  font-weight: 500;
}

.stat-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(168, 85, 247, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c4b5fd;
}

/* —— Pricing —— */
.pricing-grid {
  display: grid;
  grid-template-columns: minmax(280px, 360px) 1fr;
  gap: 56px;
  align-items: start;
}

.pricing-intro h2 {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3.2vw, 2.65rem);
  font-weight: 600;
  margin: 0 0 20px;
  line-height: 1.12;
  color: #fff;
}

.pricing-intro .sub {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
  margin: 0 0 32px;
}

.pricing-benefits {
  list-style: none;
  margin: 0 0 36px;
  padding: 0;
}

.pricing-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 0.9375rem;
  color: #d4cce4;
}

.pricing-benefits .check {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  color: #a78bfa;
}

.pricing-note {
  font-size: 0.8125rem;
  color: var(--muted);
  line-height: 1.55;
  margin: 0 0 28px;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  border: none;
  border-radius: 999px;
  background: var(--gradient-btn);
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 8px 32px rgba(168, 85, 247, 0.45);
  text-decoration: none;
}

.btn-primary:hover {
  filter: brightness(1.06);
}

.plans {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.plan-card {
  position: relative;
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: 20px;
  padding: 32px 24px 28px;
  display: flex;
  flex-direction: column;
}

.plan-card.popular {
  border-color: rgba(217, 70, 239, 0.65);
  box-shadow: 0 0 48px rgba(192, 38, 211, 0.25), inset 0 0 0 1px rgba(217, 70, 239, 0.2);
}

.plan-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 14px;
  border-radius: 999px;
  background: var(--gradient-btn);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.plan-card h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 8px 0 8px;
  color: #fff;
}

.plan-price {
  font-family: var(--font-serif);
  font-size: 2.5rem;
  font-weight: 600;
  margin: 0 0 4px;
  line-height: 1;
  color: #fff;
}

.plan-price span {
  font-family: var(--font-sans);
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--muted);
}

.plan-features {
  list-style: none;
  margin: 24px 0 28px;
  padding: 0;
  flex: 1;
  font-size: 0.875rem;
  color: #d4cce4;
}

.plan-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.plan-features .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #a78bfa;
  flex-shrink: 0;
}

.btn-plan {
  width: 100%;
  padding: 14px;
  border-radius: 999px;
  font-size: 0.9375rem;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  border: 1px solid rgba(168, 120, 255, 0.45);
  background: transparent;
  color: var(--text);
  text-decoration: none;
  display: block;
}

.btn-plan.filled {
  border: none;
  background: var(--gradient-btn);
  color: #fff;
  box-shadow: 0 6px 24px rgba(168, 85, 247, 0.35);
}

.btn-plan:hover {
  filter: brightness(1.08);
}

.btn-plan.disabled {
  opacity: 0.5;
  pointer-events: none;
}

main > section:last-child {
  padding-bottom: clamp(56px, 8vh, 88px);
}

/* —— Footer —— */
.site-footer {
  position: relative;
  padding: clamp(40px, 6vw, 56px) 0 20px;
  background: var(--bg);
  border-top: none;
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(var(--container), calc(100% - 48px));
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(124, 58, 237, 0.35) 12%,
    rgba(192, 38, 211, 0.5) 50%,
    rgba(124, 58, 237, 0.35) 88%,
    transparent 100%
  );
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 28px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  color: var(--muted);
}

.footer-links a:hover {
  color: var(--text);
}

.footer-social {
  display: flex;
  gap: 16px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--card-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--muted);
}

.footer-social a:hover {
  color: var(--text);
  border-color: rgba(168, 120, 255, 0.5);
}

.footer-copy {
  text-align: center;
  font-size: 0.8125rem;
  color: var(--muted);
  margin: 0;
}

/* —— Checkout page —— */
.checkout-page {
  padding: calc(var(--nav-h) + 48px) 0 var(--section-y-sm);
}

.checkout-card {
  max-width: 480px;
  margin: 0 auto;
  background: var(--card);
  border: 1px solid var(--card-border);
  border-radius: 20px;
  padding: 36px 32px;
}

.checkout-card h1 {
  font-family: var(--font-serif);
  font-size: 2rem;
  margin: 0 0 8px;
}

.checkout-card label {
  display: block;
  margin-top: 20px;
  font-size: 0.875rem;
  color: var(--muted);
}

.checkout-card input {
  width: 100%;
  margin-top: 8px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid var(--card-border);
  background: rgba(0, 0, 0, 0.35);
  color: var(--text);
  font-size: 1rem;
}

.checkout-actions {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* —— Responsive —— */
@media (max-width: 1024px) {
  .features-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .features-head {
    max-width: none;
    text-align: center;
    margin-inline: auto;
  }

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

  .feature-card {
    min-height: 0;
  }

  .plans {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-inline: auto;
  }

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

@media (max-width: 900px) {
  :root {
    --nav-h: 64px;
  }

  main > section + section {
    padding-top: var(--section-y-sm);
    padding-bottom: var(--section-y-sm);
  }

  main > section:last-child {
    padding-bottom: clamp(48px, 8vh, 72px);
  }

  .hero {
    min-height: 0;
    padding-bottom: var(--section-y-sm);
    overflow: hidden;
  }

  .hero::before {
    background: radial-gradient(
      ellipse 85% 55% at 50% 15%,
      rgba(124, 40, 200, 0.24),
      transparent 68%
    );
  }

  .hero-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 0;
    padding: clamp(24px, 6vw, 40px) 0 clamp(28px, 7vw, 44px);
  }

  .hero-visual {
    display: none;
  }

  .hero-copy {
    max-width: none;
    width: 100%;
  }

  .hero-headline {
    font-size: clamp(2.25rem, 9vw, 3.1rem);
  }

  .hero-lead {
    font-size: 1rem;
    margin-bottom: 28px;
  }

  .nav-links {
    display: none;
  }

  .brand {
    font-size: 0.95rem;
  }

  .btn-launch {
    padding: 9px 16px;
    font-size: 0.8125rem;
  }

  .store-badges,
  .stats {
    justify-content: center;
  }

  .hero-lead,
  .about-text {
    margin-inline: auto;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .about-grid > .about-visual {
    order: 2;
  }

  .about-grid > div:not(.about-visual) {
    order: 1;
  }

  .about {
    padding-bottom: clamp(24px, 4vh, 40px);
  }

  .about-visual {
    margin-bottom: 0;
  }

  .about-mockup-frame {
    width: min(100%, 420px);
    margin-inline: auto;
  }

  .features-layout .features-head {
    max-width: none;
    text-align: center;
    margin-inline: auto;
  }

  .pricing-intro {
    text-align: center;
  }

  .pricing-benefits {
    max-width: 360px;
    margin-inline: auto;
  }

  .btn-primary {
    display: flex;
    width: 100%;
    max-width: 320px;
    margin-inline: auto;
  }

  .footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

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

@media (max-width: 600px) {
  :root {
    --section-y: 72px;
    --nav-h: 60px;
  }

  .container {
    width: calc(100% - 32px);
  }

  .hero-headline {
    font-size: clamp(2rem, 8.5vw, 2.65rem);
  }

  .hero-lead {
    font-size: 0.9375rem;
  }

  .store-badge img {
    height: 40px;
  }

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

  .feature-card {
    min-height: 0;
    padding: 22px 18px 20px;
  }

  .about-mockup-frame {
    width: min(100%, 340px);
  }

  .stats {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .stat {
    justify-content: center;
  }

  .plan-card {
    padding: 24px 20px 22px;
  }

  .plan-price {
    font-size: 2.125rem;
  }

  .footer-links {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .footer-top {
    margin-bottom: 24px;
  }

  .site-footer {
    padding: 32px 0 16px;
  }

  .lang-pill {
    padding: 7px 12px;
  }
}
