:root {
  color-scheme: dark;
  --background: #0b0d17;
  --surface: #121520;
  --surface-raised: #191d2c;
  --surface-warm: #2d261d;
  --line: #33384d;
  --line-warm: #5b4930;
  --text: #f7f2e8;
  --muted: #bbb8c4;
  --wheat: #f2c46d;
  --wheat-light: #ffe0a2;
  --toast: #f0a66c;
  --protein: #72d29e;
  --carbs: #f4c96a;
  --fat: #d1a4e4;
  --fibre: #80bcd9;
  --radius-small: 16px;
  --radius-medium: 26px;
  --radius-large: 38px;
  --shadow: 0 28px 80px rgb(0 0 0 / 0.28);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  background: var(--background);
  color: var(--text);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background:
    radial-gradient(circle at 12% 4%, rgb(242 196 109 / 0.14), transparent 29rem),
    radial-gradient(circle at 86% 18%, rgb(108 118 255 / 0.1), transparent 30rem),
    var(--background);
  color: var(--text);
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgb(255 255 255 / 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 0.018) 1px, transparent 1px);
  background-size: 44px 44px;
  content: '';
  mask-image: linear-gradient(to bottom, black, transparent 72%);
}

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

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--wheat);
  outline-offset: 4px;
}

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

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 12px 18px;
  border-radius: 12px;
  background: var(--wheat);
  color: #11131d;
  font-weight: 800;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid rgb(255 255 255 / 0.06);
  background: rgb(11 13 23 / 0.82);
  backdrop-filter: blur(18px);
}

.nav-shell,
.section-shell,
.footer-shell {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.05rem;
  font-weight: 850;
  letter-spacing: -0.025em;
}

.brand-mark {
  width: 43px;
  height: 43px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--muted);
  font-size: 0.93rem;
  font-weight: 650;
}

.nav-links a:hover,
.text-link:hover {
  color: var(--wheat-light);
}

.language-link {
  display: inline-flex;
  min-width: 42px;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text);
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--wheat);
  color: #11131d;
  font-size: 0.96rem;
  font-weight: 850;
  transition:
    transform 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease;
}

.button:hover {
  background: var(--wheat-light);
  transform: translateY(-2px);
}

.button.secondary {
  border-color: var(--line);
  background: rgb(255 255 255 / 0.03);
  color: var(--text);
}

.button.secondary:hover {
  border-color: var(--wheat);
  background: rgb(242 196 109 / 0.08);
}

.hero {
  display: grid;
  min-height: 730px;
  align-items: center;
  gap: clamp(44px, 7vw, 98px);
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  padding-top: 70px;
  padding-bottom: 88px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--toast);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero h1,
.page-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3.2rem, 7vw, 6.8rem);
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 0.94;
}

.hero h1 span {
  color: var(--wheat);
}

.hero-copy {
  max-width: 650px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  line-height: 1.66;
}

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

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #d8d5de;
  font-size: 0.82rem;
  font-weight: 650;
}

.trust-pill::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--protein);
  content: '';
  box-shadow: 0 0 14px rgb(114 210 158 / 0.75);
}

.phone-wrap {
  position: relative;
  isolation: isolate;
  justify-self: center;
}

.phone-wrap::before {
  position: absolute;
  z-index: -1;
  inset: 12% 0 8%;
  border-radius: 50%;
  background: rgb(242 196 109 / 0.18);
  content: '';
  filter: blur(55px);
}

.phone {
  width: min(390px, 88vw);
  padding: 12px;
  border: 1px solid #4a4f66;
  border-radius: 52px;
  background: #05060a;
  box-shadow: var(--shadow);
  transform: rotate(2deg);
}

.phone-screen {
  min-height: 650px;
  padding: 28px 22px 24px;
  overflow: hidden;
  border: 1px solid #222635;
  border-radius: 42px;
  background:
    radial-gradient(circle at 90% 0, rgb(242 196 109 / 0.1), transparent 14rem), #0f111b;
}

.phone-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.phone-logo {
  width: 52px;
  height: 52px;
}

.phone-date {
  color: var(--toast);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.phone-title {
  margin: 7px 0 22px;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: -0.055em;
}

.meal-card,
.activity-card,
.macro-card {
  border: 1px solid var(--line);
  border-radius: 23px;
  background: var(--surface-raised);
}

.meal-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 17px;
  border-color: var(--line-warm);
  background: linear-gradient(145deg, #34291e, #241f1a);
}

.meal-icon {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;
  border-radius: 17px;
  background: var(--wheat);
  color: #11131d;
}

.meal-icon svg {
  width: 22px;
  height: 22px;
}

.card-label {
  margin: 0;
  font-weight: 850;
}

.card-detail {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.42;
}

.activity-card {
  margin-top: 12px;
  padding: 17px;
}

.activity-options {
  display: grid;
  gap: 7px;
  margin-top: 13px;
  grid-template-columns: repeat(4, 1fr);
}

.activity-options span {
  display: grid;
  min-height: 35px;
  place-items: center;
  border-radius: 11px;
  background: #24283a;
  color: #aaaebe;
  font-size: 0.67rem;
  font-weight: 750;
}

.activity-options span:nth-child(2) {
  background: var(--protein);
  color: #102219;
}

.macro-grid {
  display: grid;
  gap: 9px;
  margin-top: 12px;
  grid-template-columns: repeat(2, 1fr);
}

.macro-card {
  padding: 14px;
}

.macro-card strong {
  display: block;
  margin-top: 6px;
  font-size: 1.22rem;
}

.macro-card span {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 750;
  text-transform: uppercase;
}

.macro-card.energy strong {
  color: var(--toast);
}

.macro-card.protein strong {
  color: var(--protein);
}

.macro-card.carbs strong {
  color: var(--carbs);
}

.macro-card.fibre strong {
  color: var(--fibre);
}

.section {
  padding: 104px 0;
}

.section.compact {
  padding: 78px 0;
}

.section-heading {
  display: grid;
  gap: 26px;
  align-items: end;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.65fr);
  margin-bottom: 48px;
}

.section-heading h2,
.price-copy h2,
.trust-copy h2 {
  margin: 0;
  font-size: clamp(2.4rem, 5vw, 4.7rem);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1;
}

.section-heading p,
.price-copy > p,
.trust-copy > p {
  margin: 0;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.68;
}

.steps,
.feature-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
}

.step,
.feature-card {
  min-height: 255px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-medium);
  background: linear-gradient(145deg, rgb(255 255 255 / 0.035), rgb(255 255 255 / 0.012));
}

.step-number,
.feature-symbol {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 16px;
  background: rgb(242 196 109 / 0.12);
  color: var(--wheat);
  font-size: 0.88rem;
  font-weight: 900;
}

.feature-symbol.green {
  background: rgb(114 210 158 / 0.12);
  color: var(--protein);
}

.feature-symbol.blue {
  background: rgb(128 188 217 / 0.12);
  color: var(--fibre);
}

.feature-symbol.purple {
  background: rgb(209 164 228 / 0.12);
  color: var(--fat);
}

.step h3,
.feature-card h3,
.faq-item h3 {
  margin: 28px 0 10px;
  font-size: 1.22rem;
  letter-spacing: -0.025em;
}

.step p,
.feature-card p,
.faq-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.62;
}

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

.feature-card {
  min-height: 230px;
}

.feature-card:nth-child(1),
.feature-card:nth-child(6) {
  border-color: var(--line-warm);
  background: linear-gradient(145deg, #272116, #14151e);
}

.price-section {
  display: grid;
  align-items: center;
  gap: clamp(44px, 7vw, 100px);
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.62fr);
}

.price-card {
  position: relative;
  padding: 34px;
  overflow: hidden;
  border: 1px solid var(--line-warm);
  border-radius: var(--radius-large);
  background:
    radial-gradient(circle at 100% 0, rgb(242 196 109 / 0.2), transparent 18rem),
    linear-gradient(145deg, #282218, #151720);
  box-shadow: var(--shadow);
}

.price-kicker {
  color: var(--wheat);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.price {
  display: flex;
  align-items: flex-end;
  gap: 9px;
  margin: 20px 0 8px;
}

.price strong {
  font-size: clamp(3.5rem, 7vw, 5.7rem);
  letter-spacing: -0.075em;
  line-height: 0.92;
}

.price span {
  padding-bottom: 8px;
  color: var(--muted);
  font-weight: 700;
}

.trial-line {
  margin: 0 0 26px;
  color: var(--wheat-light);
  font-weight: 750;
}

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

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: #dedbe3;
  line-height: 1.5;
}

.check-list li::before {
  display: grid;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--protein);
  color: #102219;
  content: '✓';
  font-size: 0.72rem;
  font-weight: 900;
}

.fine-print {
  margin: 18px 0 0;
  color: #9593a1;
  font-size: 0.76rem;
  line-height: 1.55;
}

.trust-section {
  display: grid;
  align-items: center;
  gap: 50px;
  grid-template-columns: minmax(0, 0.8fr) minmax(340px, 0.7fr);
}

.trust-panel {
  display: grid;
  gap: 12px;
}

.trust-line {
  display: flex;
  align-items: center;
  gap: 17px;
  min-height: 78px;
  padding: 17px 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--surface);
}

.trust-line-icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border-radius: 14px;
  background: rgb(114 210 158 / 0.11);
  color: var(--protein);
  font-weight: 900;
}

.trust-line strong,
.trust-line span {
  display: block;
}

.trust-line span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.faq-list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
}

.faq-item {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 23px;
  background: rgb(255 255 255 / 0.02);
}

.faq-item h3 {
  margin-top: 0;
}

.site-footer {
  padding: 54px 0 38px;
  border-top: 1px solid var(--line);
  background: rgb(3 4 9 / 0.26);
}

.footer-shell {
  display: grid;
  gap: 32px;
}

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

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 650;
}

.footer-note {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  color: #898794;
  font-size: 0.78rem;
  line-height: 1.55;
}

.footer-note p {
  max-width: 690px;
  margin: 0;
}

.page-hero {
  padding-top: 96px;
  padding-bottom: 58px;
}

.page-hero h1 {
  max-width: 900px;
  font-size: clamp(3.1rem, 7vw, 6.4rem);
}

.page-hero p {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.legal-layout {
  display: grid;
  align-items: start;
  gap: 46px;
  grid-template-columns: 220px minmax(0, 760px);
  padding-bottom: 110px;
}

.legal-nav {
  position: sticky;
  top: 106px;
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
}

.legal-nav a {
  padding: 10px 12px;
  border-radius: 11px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 650;
}

.legal-nav a:hover {
  background: rgb(242 196 109 / 0.08);
  color: var(--wheat-light);
}

.legal-content {
  min-width: 0;
}

.legal-content section {
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.legal-content section:first-child {
  padding-top: 0;
}

.legal-content h2 {
  margin: 0 0 15px;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  letter-spacing: -0.035em;
}

.legal-content h3 {
  margin: 25px 0 9px;
  font-size: 1.03rem;
}

.legal-content p,
.legal-content li {
  color: #c8c5cf;
  font-size: 0.98rem;
  line-height: 1.72;
}

.legal-content ul,
.legal-content ol {
  display: grid;
  gap: 8px;
  padding-left: 22px;
}

.legal-meta {
  display: inline-flex;
  margin-top: 24px;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.notice {
  padding: 20px;
  border: 1px solid var(--line-warm);
  border-radius: 18px;
  background: var(--surface-warm);
  color: #eee1c9;
  line-height: 1.65;
}

.support-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 110px;
}

.support-card {
  min-height: 230px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--surface);
}

.support-card h2 {
  margin: 0 0 12px;
  font-size: 1.28rem;
}

.support-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.support-card .text-link {
  display: inline-block;
  margin-top: 18px;
  color: var(--wheat);
  font-weight: 780;
}

.not-found {
  display: grid;
  min-height: calc(100vh - 160px);
  place-items: center;
  text-align: center;
}

.not-found img {
  width: 108px;
  margin: 0 auto 24px;
}

.not-found h1 {
  margin: 0;
  font-size: clamp(3rem, 9vw, 6rem);
  letter-spacing: -0.07em;
}

.not-found p {
  max-width: 520px;
  margin: 18px auto 28px;
  color: var(--muted);
  line-height: 1.65;
}

@media (max-width: 900px) {
  .nav-links a:not(.language-link) {
    display: none;
  }

  .hero,
  .price-section,
  .trust-section {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 64px;
  }

  .hero-copy-block {
    text-align: center;
  }

  .hero-copy,
  .trust-row,
  .hero-actions {
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
  }

  .phone {
    transform: none;
  }

  .section-heading {
    grid-template-columns: 1fr;
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-nav {
    position: static;
    display: flex;
    overflow-x: auto;
  }

  .legal-nav a {
    flex: 0 0 auto;
  }
}

@media (max-width: 680px) {
  .nav-shell,
  .section-shell,
  .footer-shell {
    width: min(100% - 28px, 1160px);
  }

  .nav-shell {
    min-height: 68px;
  }

  .nav-links {
    gap: 9px;
  }

  .nav-links .button {
    min-height: 42px;
    padding: 0 14px;
    font-size: 0.82rem;
  }

  .hero {
    min-height: auto;
    padding-top: 55px;
    padding-bottom: 70px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(3rem, 14.5vw, 4.1rem);
  }

  .hero-actions .button {
    width: 100%;
  }

  .trust-row {
    gap: 7px;
  }

  .trust-pill {
    padding: 8px 11px;
    font-size: 0.74rem;
  }

  .phone-screen {
    min-height: 590px;
    padding: 24px 18px 20px;
  }

  .section {
    padding: 76px 0;
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .section-heading h2,
  .price-copy h2,
  .trust-copy h2 {
    font-size: clamp(2.4rem, 12vw, 3.8rem);
  }

  .steps,
  .feature-grid,
  .faq-list,
  .support-grid {
    grid-template-columns: 1fr;
  }

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

  .price-card {
    padding: 27px 23px;
  }

  .footer-top,
  .footer-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-note {
    display: flex;
  }

  .page-hero {
    padding-top: 66px;
  }

  .legal-layout {
    gap: 30px;
    padding-bottom: 80px;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
