:root {
  --bg: #6a33a5;
  --bg-strong: #54248c;
  --surface: rgba(255, 255, 255, 0.96);
  --surface-strong: #ffffff;
  --text: #20152a;
  --muted: #6f5d7e;
  --line: rgba(84, 36, 140, 0.14);
  --accent: #ffcc1f;
  --accent-dark: #f3b000;
  --accent-soft: #ffe991;
  --olive: #4f5a37;
  --shadow: 0 24px 80px rgba(37, 10, 66, 0.2);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 16px;
  --container: 1680px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 204, 31, 0.16), transparent 20%),
    radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.08), transparent 22%),
    linear-gradient(180deg, #7335b6 0%, #5f2ca0 46%, #4e2187 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.28), transparent 70%);
  pointer-events: none;
}

.page-shell {
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
  padding: 16px 0 56px;
}

.site-header,
.site-footer,
.stats,
.section,
.hero {
  backdrop-filter: blur(18px);
}

.site-header {
  position: sticky;
  top: 12px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
  width: 100%;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: var(--shadow);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, #a34de8, #6d2fd3);
  color: #fffef8;
  font-family: "Manrope", sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-copy strong {
  font-size: 1rem;
}

.brand-copy span {
  color: var(--muted);
  font-size: 0.88rem;
}

.site-nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-nav a,
.footer-links a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 600;
}

.button-menu {
  background: rgba(107, 74, 142, 0.12);
  border-color: rgba(107, 74, 142, 0.18);
  color: #5d3d84;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  color: #47226d;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
  box-shadow: 0 18px 36px rgba(141, 61, 23, 0.22);
}

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

.button-secondary,
.button-ghost {
  background: rgba(255, 255, 255, 0.7);
  color: var(--text);
  border: 1px solid var(--line);
  box-shadow: none;
}

.hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  padding: 34px;
  background:
    radial-gradient(circle at left center, rgba(255, 204, 31, 0.1), transparent 28%),
    linear-gradient(135deg, #6d2ec0 0%, #5d28a0 55%, #4f218a 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: calc(var(--radius-lg) + 8px);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.eyebrow {
  margin: 0 0 14px;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #f8e7ff;
}

.hero h1,
.section-heading h2,
.hero-visual h2,
.order-copy h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  line-height: 1.04;
  letter-spacing: -0.05em;
  font-weight: 800;
}

.hero h1 {
  font-size: clamp(3rem, 6vw, 5.8rem);
  max-width: 10ch;
  color: #ffffff;
}

.hero-text,
.section-heading p,
.plan-text,
.menu-panel p,
.delivery-grid p,
.order-copy p,
.site-footer p {
  color: var(--muted);
  line-height: 1.65;
}

.hero-text {
  max-width: 60ch;
  margin: 20px 0 0;
  font-size: 1.08rem;
  color: rgba(255, 255, 255, 0.86);
}

.hero-actions,
.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-actions {
  margin-top: 28px;
}

.hero-points {
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.hero-points li {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-weight: 700;
  color: #fff;
}

.hero-visual {
  display: grid;
  gap: 18px;
  align-content: end;
}

.promo-image,
.menu-promo {
  display: block;
  width: 100%;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: var(--shadow);
}

.visual-card {
  padding: 24px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.42);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(248, 238, 226, 0.8)),
    linear-gradient(145deg, rgba(187, 90, 43, 0.2), rgba(79, 90, 55, 0.12));
}

.visual-card-lg {
  min-height: 300px;
}

.visual-card-sm {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(180deg, rgba(79, 90, 55, 0.18), rgba(30, 26, 23, 0.2)),
    linear-gradient(145deg, #d3ab77, #8f6a48);
  color: #fff;
}

.promo-image-lg {
  height: auto;
  object-fit: contain;
  background: #6a44b4;
}

.promo-image-sm {
  height: auto;
  object-fit: contain;
  background: #6a44b4;
}

.visual-tag,
.plan-label {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  font-size: 0.8rem;
  font-weight: 800;
}

.stats,
.section,
.site-footer {
  margin-top: 20px;
  padding: 26px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.08);
}

.stats article {
  padding: 18px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(84, 36, 140, 0.08);
}

.trial-section,
.calculator-layout {
  display: grid;
  gap: 18px;
}

.trial-section {
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
}

.trial-copy h2 {
  margin: 0;
  font-family: "Unbounded", sans-serif;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.trial-copy p {
  color: var(--muted);
  line-height: 1.65;
}

.trial-points {
  display: grid;
  gap: 8px;
  padding-left: 18px;
  margin: 18px 0 22px;
  color: #503b63;
  font-weight: 600;
}

.trial-card,
.calculator-result,
.calculator-form {
  padding: 24px;
  border-radius: var(--radius-md);
  background:
    linear-gradient(180deg, rgba(133, 67, 211, 0.12), rgba(255, 255, 255, 0.98)),
    rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(84, 36, 140, 0.08);
}

.trial-tag {
  margin: 0 0 10px;
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: #ffeff6;
  color: #ff3d74;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.trial-price {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
}

.trial-price strong,
.calculator-result > strong {
  font-family: "Manrope", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  color: #4b2d69;
  font-weight: 800;
}

.trial-price span,
.calculator-result p {
  color: var(--muted);
}

.trial-includes {
  display: grid;
  gap: 14px;
}

.trial-includes strong,
.calculator-plan-suggestions strong {
  display: block;
  color: #261534;
}

.trial-includes span,
.calculator-plan-suggestions span {
  color: var(--muted);
}

.calculator-layout {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
  align-items: start;
  margin-top: 24px;
}

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

.calculator-form label {
  display: grid;
  gap: 8px;
  font-weight: 700;
}

.calculator-form input,
.calculator-form select {
  width: 100%;
  border: 1px solid rgba(30, 26, 23, 0.14);
  border-radius: 16px;
  padding: 14px 16px;
  background: rgba(249, 245, 255, 0.98);
  font: inherit;
  color: var(--text);
}

.calculator-result > strong {
  display: block;
  margin-bottom: 12px;
}

.calculator-plan-suggestions {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.calculator-plan-suggestions article {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(84, 36, 140, 0.08);
}

.stats strong {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 2.1rem;
  font-weight: 800;
}

.stats span {
  color: var(--muted);
}

.section-heading {
  max-width: 760px;
}

.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
}

.plans-grid,
.reviews-grid,
.delivery-grid {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

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

.plan-card,
.menu-panel,
.review-card,
.delivery-grid article,
.faq-list details,
.order-form,
.order-copy {
  padding: 24px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(84, 36, 140, 0.08);
}

.plan-card-featured {
  background:
    linear-gradient(180deg, rgba(133, 67, 211, 0.18), rgba(255, 255, 255, 0.82)),
    rgba(255, 255, 255, 0.8);
}

.plan-card h3,
.menu-panel h3,
.delivery-grid h3 {
  margin: 0 0 12px;
  font-size: 1.5rem;
}

.plan-price {
  margin: 0 0 14px;
  font-family: "Manrope", sans-serif;
  font-size: 2rem;
  font-weight: 800;
}

.plan-card ul,
.menu-panel ul {
  padding-left: 18px;
  margin: 16px 0 0;
  color: var(--muted);
}

.menu-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.menu-filter {
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(84, 36, 140, 0.12);
  background: rgba(255, 255, 255, 0.92);
  color: #5b4871;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.menu-filter.is-active {
  background: linear-gradient(135deg, #6b4a8e, #5a367f);
  color: #fff;
  border-color: #6b4a8e;
}

.menu-catalog {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.dish-card {
  padding: 22px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(133, 67, 211, 0.08), rgba(255, 255, 255, 0.98)),
    rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(84, 36, 140, 0.08);
  box-shadow: 0 18px 40px rgba(37, 10, 66, 0.08);
}

.dish-card h3 {
  margin: 6px 0 10px;
  font-size: 1.45rem;
  line-height: 1.15;
}

.dish-type {
  margin: 0;
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f3ebff;
  color: #7447a9;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.dish-desc {
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.55;
}

.dish-macros {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.dish-macros span {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(84, 36, 140, 0.08);
  color: #4f3966;
  font-size: 0.88rem;
  font-weight: 700;
}

.dish-ingredients {
  margin: 0;
  color: #5e506d;
  line-height: 1.55;
}

.dish-card.is-hidden {
  display: none;
}

.reviews-marquee {
  display: grid;
  gap: 18px;
  margin-top: 24px;
  overflow: hidden;
}

.reviews-track {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: reviews-scroll 38s linear infinite;
}

.reviews-track-reverse {
  animation-duration: 44s;
  animation-direction: reverse;
}

.reviews-row {
  display: flex;
  gap: 18px;
  min-width: max-content;
}

.review-card {
  display: flex;
  flex-direction: column;
  width: 360px;
  min-height: 210px;
  margin: 0;
  background:
    linear-gradient(180deg, rgba(133, 67, 211, 0.07), rgba(255, 255, 255, 0.98)),
    rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 40px rgba(37, 10, 66, 0.08);
}

.review-rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(107, 74, 142, 0.1);
  color: #5d3d84;
  font-size: 0.88rem;
  font-weight: 800;
}

.review-rating::before {
  content: "★★★★★";
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: #f3b000;
}

.review-card p {
  margin: 0 0 20px;
  font-size: 1.08rem;
  line-height: 1.72;
  color: #2c1a38;
}

.review-card footer {
  margin-top: auto;
  color: var(--muted);
  font-weight: 800;
}

@keyframes reviews-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 9px));
  }
}

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

.reviews-banner {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 24px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: var(--shadow);
}

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

.faq-list summary {
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.order-section {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 18px;
  align-items: start;
}

.order-stage {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 42px 28px;
  overflow: hidden;
  background: linear-gradient(180deg, #6129a4 0%, #51208e 100%);
  border-color: rgba(255, 255, 255, 0.08);
}

.stage-center {
  position: relative;
  z-index: 2;
  width: min(100%, 520px);
}

.order-stage .order-copy {
  margin: 0 auto 20px;
  text-align: center;
  background: transparent;
  border: 0;
  padding: 0;
}

.order-stage .eyebrow,
.order-stage .order-copy p,
.order-stage .order-copy h2 {
  color: #fff;
}

.order-stage .order-copy h2 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 4vw, 3rem);
}

.stage-card {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.98);
  border: 0;
  border-radius: 28px;
  padding: 22px;
  box-shadow: 0 24px 60px rgba(25, 8, 46, 0.26);
}

.stage-plan-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.stage-tab,
.stage-switch {
  border: 1px solid rgba(90, 57, 132, 0.18);
  background: #fff;
  color: #443252;
  border-radius: 16px;
  padding: 14px 10px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.stage-tab strong {
  display: block;
  margin-top: 2px;
  font-size: 1.2rem;
}

.stage-tab-trial {
  background: linear-gradient(135deg, #fff7cf, #ffe17d);
  border-color: rgba(243, 176, 0, 0.3);
}

.stage-tab.is-active,
.stage-switch.is-active {
  background: #6b4a8e;
  color: #fff;
  border-color: #6b4a8e;
}

.stage-meta {
  display: grid;
  gap: 4px;
  margin-top: 18px;
}

.stage-label {
  margin: 0;
  color: #8f7da3;
  font-size: 0.95rem;
}

.stage-meta strong {
  font-size: 1.5rem;
  color: #4b2d69;
}

.stage-meta span {
  color: #5f4d72;
}

.stage-switches {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 14px;
}

.stage-switch {
  padding: 12px 10px;
  border-radius: 14px;
}

.stage-benefits {
  display: grid;
  gap: 8px;
  margin: 18px 0;
  padding-left: 20px;
}

.stage-benefits li {
  color: #3a2848;
  font-weight: 600;
}

.stage-summary {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin: 12px 0 10px;
  padding-top: 16px;
  border-top: 1px dashed rgba(90, 57, 132, 0.28);
}

.stage-summary strong {
  display: block;
  color: #241330;
}

.stage-summary span {
  color: #6d5c7d;
}

.stage-summary-price {
  text-align: right;
}

.stage-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 500;
}

.stage-check input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.stage-submit {
  width: 100%;
  margin-top: 6px;
  background: linear-gradient(135deg, #6b4a8e, #5a367f);
  color: #fff;
}

.stage-note {
  margin: 0;
  text-align: center;
  color: #6d5c7d;
  font-weight: 600;
}

.stage-food {
  position: absolute;
  z-index: 1;
  display: block;
  max-width: 280px;
  border-radius: 28px;
  filter: drop-shadow(0 18px 26px rgba(17, 8, 31, 0.28));
  pointer-events: none;
}

.stage-food-top-left {
  top: 34px;
  left: 60px;
  width: 280px;
  transform: rotate(-13deg);
}

.stage-food-mid-left {
  top: 220px;
  left: 48px;
  width: 280px;
  transform: rotate(-11deg);
}

.stage-food-bottom-left {
  bottom: 26px;
  left: 118px;
  width: 320px;
  transform: rotate(-10deg);
}

.stage-food-top-right {
  top: 90px;
  right: 66px;
  width: 300px;
  transform: rotate(12deg);
}

.stage-food-bottom-right {
  bottom: 36px;
  right: 88px;
  width: 250px;
  transform: rotate(11deg);
}

.order-form {
  display: grid;
  gap: 14px;
}

.order-form label {
  display: grid;
  gap: 8px;
  font-weight: 700;
}

.phone-field {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  gap: 10px;
}

.country-picker {
  position: relative;
}

.country-trigger {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 54px;
  padding: 14px 14px;
  border: 1px solid rgba(30, 26, 23, 0.14);
  border-radius: 16px;
  background: rgba(249, 245, 255, 0.98);
  color: var(--text);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.country-flag {
  width: 24px;
  height: 18px;
  border-radius: 5px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(30, 26, 23, 0.08);
  flex: 0 0 auto;
}

.country-dial {
  flex: 1 1 auto;
  text-align: left;
}

.country-caret {
  color: #6d5c7d;
  font-size: 0.9rem;
}

.country-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 20;
  display: none;
  width: min(320px, calc(100vw - 40px));
  max-height: 320px;
  overflow: auto;
  padding: 8px;
  border: 1px solid rgba(30, 26, 23, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 20px 50px rgba(34, 14, 57, 0.18);
}

.country-picker.is-open .country-menu {
  display: grid;
  gap: 6px;
}

.country-picker.is-open .country-caret {
  transform: rotate(180deg);
}

.country-option {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 12px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: var(--text);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.country-option span {
  min-width: 0;
}

.country-option strong {
  color: #5d3d84;
}

.country-option:hover,
.country-option.is-selected {
  background: rgba(107, 74, 142, 0.1);
}

.order-form input,
.order-form select,
.order-form textarea {
  width: 100%;
  border: 1px solid rgba(30, 26, 23, 0.14);
  border-radius: 16px;
  padding: 14px 16px;
  background: rgba(249, 245, 255, 0.98);
  font: inherit;
  color: var(--text);
}

.phone-field input {
  min-width: 0;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--olive);
  font-weight: 700;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: rgba(255, 255, 255, 0.92);
}

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

@media (max-width: 1024px) {
  .hero,
  .order-section,
  .trial-section,
  .plans-grid,
  .menu-catalog,
  .calculator-layout,
  .delivery-grid,
  .stats {
    grid-template-columns: 1fr;
  }

  .site-header {
    border-radius: 28px;
    align-items: flex-start;
    flex-direction: column;
  }

  .header-actions {
    width: 100%;
  }

  .order-stage {
    min-height: auto;
    padding: 28px 18px 360px;
  }

  .stage-food {
    max-width: 210px;
  }

  .review-card {
    width: 320px;
    min-height: 220px;
  }

  .stage-food-top-left {
    top: 18px;
    left: -8px;
  }

  .stage-food-mid-left {
    top: auto;
    bottom: 140px;
    left: -6px;
  }

  .stage-food-bottom-left {
    bottom: 18px;
    left: 20px;
    width: 220px;
  }

  .stage-food-top-right {
    top: 32px;
    right: -10px;
  }

  .stage-food-bottom-right {
    bottom: 12px;
    right: 24px;
    width: 180px;
  }
}

@media (max-width: 720px) {
  .page-shell {
    width: min(calc(100% - 20px), var(--container));
    padding-top: 12px;
  }

  .hero,
  .stats,
  .section,
  .site-footer {
    padding: 20px;
  }

  .hero h1 {
    max-width: none;
  }

  .reviews-track {
    animation-duration: 26s;
  }

  .reviews-track-reverse {
    animation-duration: 30s;
  }

  .review-card {
    width: 280px;
    min-height: 230px;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .stage-plan-tabs,
  .stage-switches,
  .header-actions {
    grid-template-columns: 1fr;
  }

  .phone-field {
    grid-template-columns: 1fr;
  }

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

  .stage-summary {
    flex-direction: column;
    align-items: flex-start;
  }

  .stage-summary-price {
    text-align: left;
  }

  .stage-food {
    opacity: 0.8;
    max-width: 160px;
  }
}

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