:root {
  --primary: #ff6b35;
  --primary-dark: #e85d04;
  --secondary: #00c853;
  --accent: #ffd600;
  --dark: #090909;
  --dark-soft: #111;
  --dark-panel: #131313;
  --card: #191919;
  --card-border: rgba(255, 255, 255, 0.08);
  --text: #fff;
  --muted: #a7a7a7;
  --gradient: linear-gradient(135deg, #ff6b35 0%, #ff9700 100%);
  --gradient-green: linear-gradient(135deg, #00c853 0%, #64dd17 100%);
  --gradient-soft: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.01) 100%);
  --shadow-orange: 0 18px 45px rgba(255, 107, 53, 0.22);
  --shadow-panel: 0 22px 60px rgba(0, 0, 0, 0.38);
  --heading-font: Sora, Inter, system-ui, sans-serif;
  --radius: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 107, 53, 0.08), transparent 28%),
    radial-gradient(circle at 85% 20%, rgba(0, 200, 83, 0.06), transparent 24%),
    linear-gradient(180deg, #070707 0%, #0b0b0b 52%, #050505 100%);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

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

button,
input {
  font: inherit;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--dark);
}

::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 999px;
}

.skip-link {
  background: var(--primary);
  color: #fff;
  left: 1rem;
  padding: 0.7rem 1rem;
  position: fixed;
  top: -100px;
  z-index: 9999;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  background: rgba(9, 9, 9, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
  transition: box-shadow 0.2s ease, background 0.2s ease;
}

.site-header.is-scrolled {
  background: rgba(9, 9, 9, 0.98);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);
}

.nav-container,
.container,
.hero-content,
.footer-content {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

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

.logo {
  display: inline-flex;
  align-items: center;
  font-weight: 900;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.logo-image {
  width: min(250px, 54vw);
  height: 72px;
  padding: 0.35rem 0.6rem;
  border: 1px solid rgba(255, 214, 0, 0.22);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
}

.logo-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.footer-logo {
  width: min(320px, 82vw);
  height: 96px;
  margin-bottom: 1rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a:not(.btn) {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

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

.mobile-menu {
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--card-border);
  border-radius: 12px;
  background: var(--card);
  color: var(--text);
  cursor: pointer;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 48px;
  padding: 0.85rem 1.4rem;
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--gradient);
  box-shadow: 0 16px 34px rgba(255, 107, 53, 0.3);
}

.btn-secondary {
  background: transparent;
  border: 2px solid rgba(255, 107, 53, 0.8);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  background: var(--primary);
  box-shadow: var(--shadow-orange);
}

.btn-green {
  background: var(--gradient-green);
  box-shadow: 0 10px 26px rgba(0, 200, 83, 0.28);
}

.btn-whatsapp {
  background: #18b85f;
  box-shadow: 0 10px 26px rgba(24, 184, 95, 0.28);
}

.btn-instagram {
  background: linear-gradient(135deg, #833ab4, #fd1d1d 52%, #fcb045);
  box-shadow: 0 10px 26px rgba(253, 29, 29, 0.24);
}

.btn-tiktok {
  background: linear-gradient(135deg, #111, #272727);
  box-shadow: 0 10px 26px rgba(255, 255, 255, 0.1);
}

.btn-youtube {
  background: #ff0033;
  box-shadow: 0 10px 26px rgba(255, 0, 51, 0.24);
}

.btn-small {
  min-height: 40px;
  padding: 0.65rem 1rem;
  font-size: 0.82rem;
}

.btn-full {
  width: 100%;
}

.hero {
  min-height: 100vh;
  position: relative;
  display: grid;
  align-items: center;
  padding: 7rem 0 4rem;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 45%, rgba(255, 107, 53, 0.18), transparent 34%),
    radial-gradient(circle at 85% 75%, rgba(0, 200, 83, 0.12), transparent 34%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 160px;
  background: linear-gradient(180deg, transparent, rgba(5, 5, 5, 0.9));
  pointer-events: none;
}

.hero-content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 4rem;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.hero-copy h1,
.section-header h2,
.video-content h2,
.cta-content h2,
.voucher-section h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.15rem, 5vw, 4.4rem);
  font-family: var(--heading-font);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.hero-copy h1 {
  max-width: 760px;
}

.hero-copy p,
.section-header p,
.video-content p,
.cta-content p,
.voucher-section p {
  color: var(--muted);
  font-size: 1.08rem;
}

.hero-copy p {
  max-width: 660px;
  margin: 1.4rem 0 2rem;
}

.hero-badges,
.hero-actions,
.store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.hero-badges {
  margin-bottom: 1.5rem;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.85rem;
  border: 1px solid var(--card-border);
  border-radius: 999px;
  background: rgba(20, 20, 20, 0.82);
  backdrop-filter: blur(10px);
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.badge i,
.workout-title i,
.protocol-card i {
  color: var(--primary);
}

.badge-offer {
  border-color: rgba(255, 214, 0, 0.35);
  background: rgba(255, 214, 0, 0.1);
  color: #ffe680;
}

.badge-offer i {
  color: var(--accent);
}

.hero-visual {
  display: grid;
  place-items: center;
  position: relative;
}

.hero-visual::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 107, 53, 0.15), transparent 62%);
  filter: blur(10px);
  z-index: 0;
}

.phone-mockup {
  position: relative;
  width: min(310px, 80vw);
  aspect-ratio: 1 / 2;
  padding: 8px;
  border-radius: 42px;
  background: linear-gradient(180deg, #303030, #1d1d1d);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.72), 0 0 0 1px rgba(255, 255, 255, 0.08);
  animation: float 6s ease-in-out infinite;
  z-index: 1;
}

.phone-notch {
  position: absolute;
  top: 8px;
  left: 50%;
  z-index: 2;
  width: 116px;
  height: 25px;
  border-radius: 0 0 18px 18px;
  background: #090909;
  transform: translateX(-50%);
}

.phone-screen {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2.5rem 1.35rem 1.3rem;
  border-radius: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at top, rgba(255, 107, 53, 0.09), transparent 28%),
    linear-gradient(180deg, #1b1b1b 0%, #080808 100%);
}

.app-header {
  text-align: center;
}

.app-header strong {
  display: block;
  color: var(--primary);
  font-size: 1rem;
}

.app-header span {
  color: var(--muted);
  font-size: 0.75rem;
}

.workout-card,
.protocol-card {
  border: 1px solid rgba(255, 107, 53, 0.28);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 107, 53, 0.12), rgba(255, 107, 53, 0.06));
  padding: 1rem;
}

.workout-title,
.workout-meta,
.stats-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.workout-title {
  font-size: 0.9rem;
  font-weight: 800;
}

.timer-display {
  margin: 0.8rem 0;
  color: var(--primary);
  font-size: 2.1rem;
  font-variant-numeric: tabular-nums;
  font-weight: 900;
  text-align: center;
}

.progress-bar {
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
}

.progress-fill {
  width: 62%;
  height: 100%;
  border-radius: inherit;
  background: var(--gradient);
  animation: progress 2s ease-in-out infinite alternate;
}

.workout-meta {
  margin-top: 0.6rem;
  color: var(--muted);
  font-size: 0.72rem;
}

.stats-row div {
  text-align: center;
}

.stats-row strong {
  display: block;
  color: var(--secondary);
  font-size: 1.15rem;
}

.stats-row span {
  color: var(--muted);
  font-size: 0.72rem;
}

.protocol-card {
  margin-top: auto;
  border-color: rgba(0, 200, 83, 0.3);
  background: rgba(0, 200, 83, 0.09);
  color: var(--secondary);
  font-size: 0.78rem;
  font-weight: 800;
  text-align: center;
}

.section {
  padding: 5.5rem 0;
}

.section-muted,
.cta-section {
  background: var(--dark-soft);
}

.section-header {
  max-width: 720px;
  margin: 0 auto 3.2rem;
  text-align: center;
}

.offer-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.7rem !important;
  padding: 0.65rem 1rem;
  border: 1px solid rgba(255, 214, 0, 0.28);
  border-radius: 999px;
  background: rgba(255, 214, 0, 0.08);
  color: #ffe680 !important;
  font-size: 0.95rem !important;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(255, 214, 0, 0.08);
}

span {
  color: var(--primary);
}

.section-header span,
.hero-copy h1 span,
.video-content h2 span,
.cta-content h2 span,
.voucher-section h2 span {
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.features-grid,
.nutrition-grid,
.plans-grid,
.testimonials-grid,
.counter-box {
  display: grid;
  gap: 1.5rem;
}

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

.plans-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 820px;
  margin: 0 auto;
}

.nutrition-grid,
.counter-box {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-card,
.nutrition-card,
.plan-card,
.testimonial-card,
.counter-box div {
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    var(--card);
}

.feature-card,
.nutrition-card,
.plan-card,
.testimonial-card {
  position: relative;
  overflow: hidden;
  padding: 2rem;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.feature-card::before,
.nutrition-card::before,
.plan-card::before,
.testimonial-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 107, 53, 0.5), transparent);
  opacity: 0.8;
}

.feature-card:hover,
.nutrition-card:hover,
.plan-card:hover,
.testimonial-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 107, 53, 0.32);
  box-shadow: var(--shadow-panel);
}

.feature-icon,
.nutrition-card i {
  display: inline-grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin-bottom: 1.2rem;
  border-radius: 16px;
  background: rgba(255, 107, 53, 0.1);
  color: var(--primary);
  font-size: 1.45rem;
}

.nutrition-card i {
  border-radius: 50%;
  background: rgba(0, 200, 83, 0.1);
  color: var(--secondary);
}

.feature-card h3,
.nutrition-card h3,
.step h3,
.plan-card h3 {
  margin: 0 0 0.7rem;
  font-size: 1.2rem;
}

.feature-card p,
.nutrition-card p,
.step p,
.testimonial-card p {
  margin: 0;
  color: var(--muted);
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  counter-reset: steps;
}

.step {
  position: relative;
  text-align: center;
}

.step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 30px;
  left: calc(50% + 45px);
  width: calc(100% - 60px);
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 107, 53, 0.65), transparent);
}

.step strong {
  position: relative;
  z-index: 1;
  display: grid;
  width: 60px;
  height: 60px;
  place-items: center;
  margin: 0 auto 1.2rem;
  border-radius: 50%;
  background: var(--gradient);
  box-shadow: 0 12px 24px rgba(255, 107, 53, 0.25);
  font-family: var(--heading-font);
  font-size: 1.35rem;
}

.video-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(300px, 1.06fr);
  gap: 3.5rem;
  align-items: center;
}

.video-content h2,
.voucher-section h2,
.cta-content h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.check-list {
  display: grid;
  gap: 0.9rem;
  margin: 1.5rem 0 2rem;
  padding: 0;
  list-style: none;
}

.check-list li,
.plan-features li {
  position: relative;
  padding-left: 1.65rem;
  color: var(--muted);
}

.check-list li::before,
.plan-features li::before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0.04rem;
  color: var(--secondary);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.video-preview {
  position: relative;
  display: grid;
  width: min(360px, 100%);
  aspect-ratio: 9 / 16;
  place-items: center;
  justify-self: center;
  border: 1px solid var(--card-border);
  border-radius: 28px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 107, 53, 0.25), rgba(0, 200, 83, 0.18)),
    radial-gradient(circle at 30% 30%, rgba(255, 214, 0, 0.16), transparent 28%),
    #141414;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.demo-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #050505;
}

.plans {
  position: relative;
  overflow: hidden;
}

.plans::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 107, 53, 0.12), transparent 54%);
  pointer-events: none;
}

.plans .container {
  position: relative;
}

.plan-card {
  display: flex;
  flex-direction: column;
}

.plan-card.featured {
  border-color: rgba(255, 107, 53, 0.85);
  background:
    linear-gradient(180deg, rgba(255, 107, 53, 0.08), rgba(255, 255, 255, 0.02)),
    var(--card);
  box-shadow: var(--shadow-orange), 0 26px 60px rgba(0, 0, 0, 0.28);
  transform: scale(1.03);
}

.plan-badge {
  align-self: center;
  margin: -3.1rem 0 1.4rem;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  background: var(--gradient);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.price {
  margin: 0;
  color: var(--primary);
  font-family: var(--heading-font);
  font-size: 2.4rem;
  font-weight: 900;
}

.price span {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 500;
}

.trial-note {
  display: inline-flex;
  margin: 0.7rem 0 0;
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 214, 0, 0.1);
  color: #ffe680;
  font-size: 0.85rem;
  font-weight: 800;
}

.plan-features {
  display: grid;
  gap: 0.75rem;
  margin: 1.6rem 0 2rem;
  padding: 0;
  list-style: none;
}

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

.voucher-section {
  margin-top: 4rem;
  padding: 3rem;
  border: 1px solid rgba(255, 107, 53, 0.2);
  border-radius: 24px;
  background:
    radial-gradient(circle at top, rgba(255, 214, 0, 0.08), transparent 30%),
    linear-gradient(135deg, rgba(255, 107, 53, 0.12), rgba(0, 200, 83, 0.1));
  box-shadow: var(--shadow-panel);
  text-align: center;
}

.voucher-section > i {
  margin-bottom: 1rem;
  color: var(--accent);
  font-size: 2.6rem;
}

.counter-box {
  margin-top: 2rem;
}

.counter-box div {
  padding: 1.4rem;
}

.counter-box strong {
  display: block;
  color: var(--primary);
  font-family: var(--heading-font);
  font-size: 2rem;
  font-weight: 900;
}

.counter-box span,
.testimonial-card span,
.site-footer p,
.site-footer a {
  color: var(--muted);
}

.stars {
  margin-bottom: 1rem;
  color: var(--accent);
  letter-spacing: 0.08em;
}

.testimonial-card footer {
  display: grid;
  margin-top: 1.3rem;
  gap: 0.15rem;
}

.cta-section {
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 25% 45%, rgba(255, 107, 53, 0.16), transparent 36%),
    radial-gradient(circle at 76% 55%, rgba(0, 200, 83, 0.12), transparent 36%);
}

.cta-content {
  position: relative;
  max-width: 760px;
  padding: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(19, 19, 19, 0.88), rgba(10, 10, 10, 0.92));
  box-shadow: var(--shadow-panel);
  text-align: center;
}

.store-actions {
  justify-content: center;
  margin: 2rem 0;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin-bottom: 1.2rem;
}

.lead-form {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 0.8rem;
  margin-top: 2rem;
}

.lead-form input {
  min-width: 0;
  min-height: 48px;
  padding: 0.85rem 1rem;
  border: 1px solid var(--card-border);
  border-radius: 999px;
  background: rgba(25, 25, 25, 0.88);
  color: var(--text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.lead-form input:focus {
  border-color: var(--primary);
  outline: 2px solid rgba(255, 107, 53, 0.25);
}

.contact-note {
  margin: 1.4rem 0 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.contact-note a {
  color: #fff;
  font-weight: 700;
}

.contact-note a:hover {
  color: var(--primary);
}

.site-footer {
  padding: 4rem 0 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: #050505;
}

.footer-content {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 2.5rem;
}

.site-footer h2 {
  margin: 0 0 1rem;
  font-size: 1rem;
}

.site-footer a:not(.logo) {
  display: block;
  margin-bottom: 0.7rem;
}

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

.footer-bottom {
  width: min(1120px, calc(100% - 32px));
  margin: 3rem auto 0;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  text-align: center;
}

.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-18px);
  }
}

@keyframes progress {
  from {
    width: 35%;
  }

  to {
    width: 86%;
  }
}

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

@media (max-width: 980px) {
  .hero-content,
  .video-showcase {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-badges,
  .hero-actions {
    justify-content: center;
  }

  .features-grid,
  .plans-grid,
  .testimonials-grid,
  .nutrition-grid,
  .steps,
  .footer-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .step::after {
    display: none;
  }

  .plan-card.featured {
    transform: none;
  }

  .lead-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .mobile-menu {
    display: grid;
  }

  .nav-links {
    position: fixed;
    inset: 76px 0 auto;
    display: grid;
    gap: 0.25rem;
    padding: 1rem 16px 1.3rem;
    background: rgba(9, 9, 9, 0.98);
    border-bottom: 1px solid var(--card-border);
    transform: translateY(-130%);
    visibility: hidden;
    transition: transform 0.2s ease, visibility 0.2s ease;
  }

  .nav-links.is-open {
    transform: translateY(0);
    visibility: visible;
  }

  .nav-links a {
    width: 100%;
    justify-content: center;
    padding: 0.9rem 1rem;
  }

  .logo-image {
    width: min(210px, 62vw);
    height: 64px;
  }

  .hero {
    min-height: auto;
    padding-top: 6.2rem;
  }

  .section {
    padding: 4rem 0;
  }

  .features-grid,
  .plans-grid,
  .testimonials-grid,
  .nutrition-grid,
  .steps,
  .footer-content,
  .counter-box {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .nutrition-card,
  .plan-card,
  .testimonial-card,
  .voucher-section {
    padding: 1.4rem;
  }

  .footer-content {
    text-align: center;
  }
}
