:root {
  --bg: #030507;
  --bg-soft: #080d12;
  --panel: #0c1218;
  --panel-2: #111922;
  --line: rgba(0, 87, 255, 0.28);
  --text: #f5f8fb;
  --muted: #a8b3bd;
  --dim: #6f7c88;
  --blue: #0057ff;
  --blue-2: #0086ff;
  --silver: #d8e0e7;
  --shadow: 0 24px 90px rgba(0, 0, 0, 0.44);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 80% 4%, rgba(0, 87, 255, 0.12), transparent 30rem),
    linear-gradient(180deg, #020304 0%, var(--bg) 42%, #05090d 100%);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

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

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px max(20px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid transparent;
  transition: background 180ms ease, border-color 180ms ease, padding 180ms ease;
}

.site-header.is-scrolled {
  padding-top: 12px;
  padding-bottom: 12px;
  background: rgba(3, 5, 7, 0.84);
  border-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  flex: 0 0 auto;
}

.brand-mark img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.brand strong,
.brand small,
.nav a,
.eyebrow,
h1,
h2,
h3 {
  letter-spacing: 0;
}

.brand strong {
  display: block;
  color: var(--blue-2);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
}

.brand small {
  display: block;
  margin-top: 2px;
  color: var(--dim);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

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

.nav a {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--text);
}

.nav .nav-cta {
  min-width: 92px;
  padding: 12px 18px;
  border: 1px solid #00d2ff;
  border-radius: 999px;
  color: var(--text);
  text-align: center;
  box-shadow: 0 0 26px rgba(0, 210, 255, 0.3);
  transition: all 180ms ease;
}

.nav .nav-cta:hover {
  background: rgba(0, 210, 255, 0.08);
  box-shadow: 0 0 30px rgba(0, 210, 255, 0.5);
  color: #ffffff;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--text);
}

.section {
  padding: 112px 0;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 150px 0 72px;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 28%;
  background: linear-gradient(180deg, transparent, var(--bg));
  pointer-events: none;
}

.hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-bg img {
  position: absolute;
  inset: 0 0 0 auto;
  width: min(58vw, 760px);
  min-width: 520px;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  opacity: 0.92;
  filter: grayscale(0.06) contrast(1.04) saturate(0.86) brightness(0.64);
  mask-image: linear-gradient(90deg, transparent 0%, #000 24%, #000 100%);
}

.hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3, 5, 7, 0.94) 0%, rgba(3, 5, 7, 0.68) 38%, rgba(3, 5, 7, 0.08) 72%, rgba(3, 5, 7, 0.44) 100%),
    linear-gradient(180deg, rgba(3, 5, 7, 0.12), rgba(3, 5, 7, 0.68));
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(250px, 330px);
  align-items: end;
  justify-content: space-between;
  gap: 44px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--blue-2);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 24px;
  font-size: clamp(48px, 8vw, 104px);
  line-height: 0.91;
  font-weight: 900;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(34px, 4.8vw, 64px);
  line-height: 0.98;
  font-weight: 900;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 12px;
  font-size: 17px;
  line-height: 1.12;
  font-weight: 900;
  text-transform: uppercase;
}

p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.hero-text {
  max-width: 650px;
  color: var(--silver);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.hero-actions,
.button {
  display: flex;
  align-items: center;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  min-height: 52px;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

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

.button-primary {
  border: 1px solid #00d2ff;
  color: #001018;
  background: linear-gradient(135deg, #0052d4 0%, #4364f7 50%, #00d2ff 100%);
  box-shadow: 0 0 30px rgba(0, 210, 255, 0.6);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.button-primary:hover {
  box-shadow: 0 0 40px rgba(0, 210, 255, 0.85);
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
}

.signature {
  margin-top: 28px;
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-panel {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(8, 13, 18, 0.72);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-panel div {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-panel div:first-child {
  padding-top: 0;
}

.hero-panel div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.hero-panel span,
.stats-set span,
.metric-row span,
.plan-card > p,
.plan-card > span,
.testimonial-grid span {
  display: block;
  color: var(--dim);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-panel strong {
  display: block;
  margin-top: 8px;
  font-size: 20px;
  line-height: 1.2;
}

.stats-band {
  position: relative;
  z-index: 3;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.stats-marquee {
  width: 100%;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.stats-track {
  display: flex;
  width: max-content;
  animation: stats-marquee 42s linear infinite;
}

.stats-set {
  display: flex;
}

.stats-set div {
  width: clamp(180px, 20vw, 270px);
  padding: 26px 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  flex: 0 0 auto;
}

.stats-set div:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.stats-set strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(26px, 3.2vw, 44px);
  line-height: 1;
}

@keyframes stats-marquee {
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .stats-track,
  .proof-track {
    animation: none;
  }
}

.split,
.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 64px;
  align-items: start;
}

.section-copy {
  max-width: 560px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.feature-grid article,
.audience-grid article,
.partnership-grid article,
.testimonial-grid article,
.plan-card,
.platform-screen,
.faq-list details {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
}

.feature-grid article {
  min-height: 240px;
  padding: 28px;
}

.feature-grid p,
.audience-grid p,
.partnership-grid p,
.testimonial-grid p,
.faq-list p,
.feedback p,
.plan-card li {
  font-size: 15px;
  line-height: 1.65;
}

.icon {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--blue-2);
  font-size: 12px;
  font-weight: 900;
}

.platform {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), transparent),
    radial-gradient(circle at 20% 40%, rgba(0, 87, 255, 0.08), transparent 28rem);
}

.platform-stack {
  display: grid;
  justify-items: center;
  gap: 38px;
}

.platform-heading {
  max-width: 820px;
  margin-bottom: 0;
  text-align: center;
}

.platform-screen {
  position: relative;
  width: min(100%, 500px);
  justify-self: center;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.platform-info {
  width: min(100%, 820px);
  text-align: center;
}

.platform-info p {
  max-width: 760px;
  margin-inline: auto;
  color: var(--silver);
  font-size: 17px;
  line-height: 1.72;
}

.platform-info .check-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 760px;
  margin-inline: auto;
  text-align: left;
}

.platform-screen::before {
  content: "";
  position: absolute;
  inset: 9% 4%;
  z-index: 1;
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 87, 255, 0.16), transparent 38%),
    linear-gradient(90deg, transparent, rgba(3, 5, 7, 0.54) 47%, rgba(3, 5, 7, 0.54) 53%, transparent),
    linear-gradient(180deg, transparent, rgba(3, 5, 7, 0.5) 47%, rgba(3, 5, 7, 0.5) 53%, transparent);
  pointer-events: none;
}

.app-preview-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.app-preview-grid::before {
  content: "";
  position: absolute;
  inset: -10%;
  z-index: -1;
  background: radial-gradient(circle at center, rgba(0, 87, 255, 0.2), transparent 58%);
  filter: blur(24px);
}

.app-shot {
  position: relative;
  z-index: 0;
  aspect-ratio: 9 / 16;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: #05080b;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42), 0 0 28px rgba(0, 87, 255, 0.1);
}

.app-shot::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 18%),
    linear-gradient(90deg, rgba(3, 5, 7, 0.24), transparent 26%, transparent 74%, rgba(3, 5, 7, 0.2));
  pointer-events: none;
}

.app-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 12px 0;
}

.metric-row div,
.feedback {
  padding: 18px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
}

.metric-row strong {
  display: block;
  margin-top: 8px;
  font-size: 26px;
}

.bars {
  display: flex;
  align-items: end;
  gap: 12px;
  height: 150px;
  padding: 18px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
}

.bars span {
  flex: 1;
  min-width: 22px;
  border-radius: 999px 999px 2px 2px;
  background: linear-gradient(180deg, var(--blue-2), rgba(0, 87, 255, 0.16));
}

.feedback {
  margin-top: 12px;
}

.feedback strong {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  text-transform: uppercase;
}

.feedback p {
  margin-bottom: 0;
}

.check-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 26px;
  color: var(--silver);
  font-weight: 700;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 18px rgba(0, 87, 255, 0.8);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 42px;
}

.audience-grid,
.partnership-grid,
.testimonial-grid,
.plans-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.audience-grid article,
.partnership-grid article {
  min-height: 230px;
  padding: 34px;
}

.audience-grid h3,
.partnership-grid h3 {
  font-size: 28px;
}

.partnership-grid article {
  background:
    radial-gradient(circle at 18% 0%, rgba(0, 87, 255, 0.13), transparent 34rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
}

.partnership-list {
  margin-top: 24px;
}

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

.testimonial-grid article {
  min-height: 260px;
  padding: 28px;
}

.testimonial-grid p {
  color: var(--silver);
}

.testimonial-grid strong {
  display: block;
  margin-top: 30px;
  margin-bottom: 8px;
  font-size: 14px;
  text-transform: uppercase;
}

.proof-carousel {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.proof-row {
  overflow: hidden;
}

.proof-row + .proof-row {
  margin-top: 18px;
}

.proof-track {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: proof-marquee 58s linear infinite;
}

.proof-row:nth-child(2) .proof-track {
  animation-duration: 64s;
}

.proof-card {
  position: relative;
  aspect-ratio: 4 / 5;
  width: clamp(210px, 28vw, 336px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at center, rgba(0, 87, 255, 0.12), transparent 52%),
    rgba(255, 255, 255, 0.035);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
}

.proof-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 5, 7, 0.08), transparent 28%, rgba(3, 5, 7, 0.22)),
    linear-gradient(90deg, rgba(3, 5, 7, 0.2), transparent 18%, transparent 82%, rgba(3, 5, 7, 0.2));
  pointer-events: none;
}

.proof-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
  opacity: 0.88;
}

@keyframes proof-marquee {
  to {
    transform: translateX(calc(-50% - 9px));
  }
}

.plans {
  background:
    linear-gradient(180deg, transparent, rgba(0, 87, 255, 0.035) 48%, transparent),
    #030507;
}

.plans-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.plan-card {
  position: relative;
  display: flex;
  min-height: 680px;
  flex-direction: column;
  padding: 30px;
}

.plan-card.featured {
  border-color: rgba(0, 87, 255, 0.55);
  background: linear-gradient(180deg, rgba(0, 87, 255, 0.12), rgba(255, 255, 255, 0.035));
  box-shadow: 0 0 60px rgba(0, 87, 255, 0.14);
}

.plan-label {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue-2);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.plan-card h3 {
  margin: 22px 0 10px;
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.05;
}

.price-list {
  display: grid;
  gap: 12px;
  margin: 30px 0 0;
}

.price-list div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
}

.price-list span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.price-list strong {
  color: var(--text);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1;
}

.price-list small {
  grid-column: 1 / -1;
  color: var(--blue-2);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.price-list .price-highlight {
  border-color: rgba(0, 87, 255, 0.42);
  background: linear-gradient(135deg, rgba(0, 87, 255, 0.14), rgba(255, 255, 255, 0.035));
}

.price-list .strongest {
  box-shadow: inset 0 0 0 1px rgba(0, 87, 255, 0.22), 0 0 34px rgba(0, 87, 255, 0.12);
}

.plan-card ul {
  display: grid;
  gap: 13px;
  padding: 0;
  margin: 34px 0;
  list-style: none;
}

.plan-card li {
  color: var(--silver);
}

.plan-card .button {
  margin-top: auto;
}

.plans-note {
  max-width: 680px;
  margin: 28px auto 0;
  text-align: center;
}

.nutrition-addon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 18px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 16% 0%, rgba(0, 87, 255, 0.16), transparent 32rem),
    rgba(255, 255, 255, 0.035);
}

.nutrition-addon h3 {
  margin: 8px 0 10px;
  font-size: clamp(24px, 2.8vw, 34px);
}

.nutrition-addon p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: var(--silver);
  line-height: 1.65;
}

.nutrition-addon .button {
  flex: 0 0 auto;
}

.faq-grid {
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
}

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

.faq-list details {
  padding: 22px 24px;
}

.faq-list summary {
  cursor: pointer;
  color: var(--text);
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.faq-list p {
  margin: 16px 0 0;
}

.final-cta {
  padding: 100px 0;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(3, 5, 7, 0.2), rgba(3, 5, 7, 0.94)),
    radial-gradient(circle at center, rgba(0, 87, 255, 0.16), transparent 34rem);
}

.final-cta .container {
  max-width: 860px;
}

.final-cta h2 {
  max-width: 780px;
  margin-inline: auto;
  text-wrap: balance;
}

.final-cta .button {
  width: fit-content;
  margin: 28px auto 0;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 25;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: linear-gradient(135deg, #23d366, #128c7e);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.42);
}

.whatsapp-float span {
  position: relative;
  width: 25px;
  height: 25px;
  border: 3px solid white;
  border-radius: 50%;
}

.whatsapp-float span::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 9px;
  height: 9px;
  border-right: 3px solid white;
  border-bottom: 3px solid white;
  transform: rotate(22deg);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 640ms ease, transform 640ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .nav-toggle {
    display: block;
  }

  .nav {
    position: fixed;
    inset: 70px 16px auto;
    display: grid;
    gap: 8px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius);
    background: rgba(3, 5, 7, 0.96);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav a {
    padding: 14px;
  }

  .nav .nav-cta {
    border-radius: var(--radius);
  }

  .hero-grid,
  .split,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-panel {
    max-width: 520px;
  }

  .stats-set div {
    width: 156px;
    padding: 22px 18px;
  }

  .testimonial-grid,
  .plans-grid {
    grid-template-columns: 1fr;
  }

  .plan-card {
    min-height: auto;
  }

  .nutrition-addon {
    align-items: stretch;
    flex-direction: column;
  }

  .nutrition-addon .button {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .site-header {
    padding-left: 14px;
    padding-right: 14px;
  }

  .brand small {
    display: none;
  }

  .brand strong {
    max-width: 180px;
    line-height: 1.15;
  }

  .section {
    padding: 78px 0;
  }

  .hero {
    padding-top: 128px;
  }

  .hero-bg img {
    right: -22vw;
    width: 92vw;
    min-width: 520px;
    object-position: center 24%;
  }

  h1 {
    font-size: clamp(44px, 14vw, 64px);
  }

  h2 {
    font-size: clamp(32px, 10vw, 44px);
  }

  p,
  .hero-text {
    font-size: 16px;
  }

  .button {
    width: 100%;
    min-height: 54px;
    padding: 0 16px;
    text-align: center;
  }

  .feature-grid,
  .audience-grid,
  .partnership-grid,
  .metric-row,
  .platform-info .check-list {
    grid-template-columns: 1fr;
  }

  .feature-grid article,
  .audience-grid article,
  .partnership-grid article,
  .testimonial-grid article,
  .plan-card {
    padding: 24px;
  }

  .platform-screen {
    width: min(100%, 390px);
    padding: 0;
  }

  .app-preview-grid {
    gap: 16px;
  }

  .app-shot {
    border-radius: 12px;
  }

  .plan-label {
    position: static;
    width: fit-content;
    margin-bottom: 16px;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
