

:root {
  
  --green-950: #142d1c;
  --green-900: #1c3f26;
  --green-800: #2b5d37;
  --green-700: #387044;
  --green-600: #57a356;
  --green-500: #69b15f;
  --green-300: #cbe7b9;
  --mint-200: #e6f2d9;
  --mint-100: #f2f8ea;
  --sun-500: #f4c95d;
  --sun-400: #f7d277;
  --sun-200: #fdeec0;
  --amber-500: #e4a24f;
  --amber-600: #d28f33;
  
  --sand-200: #f6ecda;
  --sand-100: #fdfaf2;
  --cream-50: #fffdf7;
  --text-900: #232a1e;
  --text-700: #44503f;
  --text-600: #57624f;
  --text-500: #6a7563;
  --line: #e8e6d8;
  --white: #ffffff;
  
  --cta-fill: linear-gradient(135deg, #f8d989 0%, #f1bd54 52%, #e3a338 100%);
  --cta-fill-hover: linear-gradient(135deg, #fae199 0%, #f4c662 52%, #e9ad42 100%);
  --cta-text: #1c3f26;
  --cta-shadow: 0 14px 30px rgba(199, 140, 42, 0.32);
  --cta-shadow-hover: 0 20px 42px rgba(199, 140, 42, 0.4);
  --shadow-soft: 0 2px 6px rgba(31, 42, 34, 0.04), 0 24px 70px rgba(31, 42, 34, 0.11);
  --shadow-card: 0 1px 3px rgba(31, 42, 34, 0.04), 0 16px 44px rgba(31, 42, 34, 0.08);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max: 1180px;
  --nav-height: 86px;

  
  --kcal: #c98225;
  --kcal-soft: #fff0cf;
  --protein: #28784f;
  --protein-soft: #d7f0dd;
  --fat: #c96f4b;
  --fat-soft: #ffe2d7;
  --carbs: #367f87;
  --carbs-soft: #d8eff1;

  
  --gutter: 20px;
  --container-max: 1180px;
  --nav-h: 86px;
  --nav-gap: 16px;             
  --scroll-offset: 102px;      
  --side-col: 126px;           
  --shell-gap: 26px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--scroll-offset);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text-900);
  background: var(--sand-100);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  
  height: 100lvh;
  pointer-events: none;
  
  background:
    radial-gradient(circle at 14% 8%, rgba(247, 206, 110, 0.32), rgba(247, 206, 110, 0.1) 18rem, transparent 42rem),
    radial-gradient(circle at 88% 6%, rgba(248, 224, 158, 0.3), rgba(248, 224, 158, 0.09) 20rem, transparent 44rem),
    radial-gradient(circle at 82% 42%, rgba(105, 177, 95, 0.15), rgba(105, 177, 95, 0.05) 22rem, transparent 46rem),
    radial-gradient(circle at 38% 82%, rgba(246, 236, 218, 0.55), rgba(246, 236, 218, 0.18) 24rem, transparent 50rem);
  z-index: -3;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}


a, button {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

h1, h2, h3, h4, p {
  margin-top: 0;
}

h1 {
  font-size: clamp(3.3rem, 7vw, 6.75rem);
  line-height: 0.94;
  letter-spacing: -0.058em;
  margin-bottom: 24px;
  font-weight: 900;
}

h2 {
  font-size: clamp(2.05rem, 4vw, 4rem);
  line-height: 1.05;
  letter-spacing: -0.044em;
  margin-bottom: 18px;
  font-weight: 900;
}

h3 {
  letter-spacing: -0.025em;
}

p {
  letter-spacing: -0.004em;
}


h1, h2, h3, h4,
.eyebrow, .side-label, .big-stat,
.carousel-head strong, .caption-card strong, .quick-pill strong {
  text-wrap: balance;
}

p, blockquote, li,
.lead, .box-copy, .quick-pill span, .specialist-card span,
.ai-point span, .benefit span, .badge span, .pillar span,
.floating-card small, .app-note, .feature-slide p, .note-card p {
  text-wrap: pretty;
}

.page-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  width: 0;
  background: linear-gradient(90deg, var(--sun-500), var(--green-500));
  z-index: 100;
  box-shadow: 0 0 22px rgba(95, 174, 110, 0.42);
}

.container {
  width: min(calc(100% - (var(--gutter) * 2)), var(--container-max));
  margin-inline: auto;
}

.section {
  padding: 58px 0;
  position: relative;
  scroll-margin-top: var(--scroll-offset);
}

.section-tight {
  padding: 44px 0;
}

.section-head {
  max-width: 780px;
  margin-bottom: 38px;
}

.section-head.wide {
  max-width: 960px;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--green-800);
  background: rgba(221, 243, 226, 0.72);
  font-weight: 850;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.section-label::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--sun-500);
  box-shadow: 0 0 0 5px rgba(244, 201, 93, 0.16);
}

.section-head p,
.section-copy {
  color: var(--text-600);
  font-size: 1.08rem;
  line-height: 1.74;
  max-width: 820px;
}

.nav {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(100% - 32px), 1180px);
  z-index: 90;
  transition: 260ms ease;
}

.nav-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding: 12px 14px 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  
  background: rgba(252, 251, 247, 0.88);
  border-radius: 999px;
  box-shadow: 0 18px 44px rgba(31, 42, 34, 0.08);
}

.nav.scrolled .nav-inner {
  background: rgba(252, 251, 247, 0.94);
  box-shadow: 0 18px 44px rgba(31, 42, 34, 0.12);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-self: start;
  width: max-content;
  padding: 5px 13px 5px 7px;
  border-radius: 18px;
  background: linear-gradient(145deg, #fffdf6 0%, #f3f8ec 56%, #e7f1de 100%);
  border: 1px solid rgba(120, 140, 95, 0.18);
  box-shadow:
    0 6px 14px rgba(31, 42, 34, 0.12),
    0 20px 40px rgba(31, 42, 34, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  font-weight: 850;
  letter-spacing: -0.025em;
  font-size: 1.08rem;
  white-space: nowrap;
}

.brand-mark {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
}

.brand-mark svg {
  width: 100%;
  height: 100%;
  display: block;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 0.88rem;
  color: var(--text-500);
  font-weight: 720;
  justify-content: flex-start;
  min-width: 0;
  overflow: visible;
  white-space: nowrap;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 0;
  line-height: 1.2;
  transition: color 180ms ease, transform 180ms ease;
  transform-origin: center;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.nav-links a:focus {
  outline: none;
}


@media (hover: hover) {
  .nav-links a:hover {
    color: var(--green-800);
  }
}


.nav-links a.is-tapped {
  color: var(--green-800);
  transition: transform 180ms ease;
  animation: navTap 360ms cubic-bezier(0.2, 0.9, 0.22, 1);
}

@keyframes navTap {
  0% { transform: translateY(0) scale(1); }
  38% { transform: translateY(-1px) scale(1.08); }
  72% { transform: translateY(0) scale(0.985); }
  100% { transform: translateY(0) scale(1); }
}

.btn {
  border: 0;
  cursor: pointer;
  border-radius: 999px;
  padding: 13px 20px;
  font-weight: 850;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: 220ms ease;
  white-space: nowrap;
  letter-spacing: -0.01em;
}

.btn-primary {
  color: var(--cta-text);
  background: var(--cta-fill);
  box-shadow: var(--cta-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

@media (hover: hover) {
  .btn-primary:hover {
    background: var(--cta-fill-hover);
    transform: translateY(-2px);
    box-shadow: var(--cta-shadow-hover), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  }
}

.btn-secondary {
  color: var(--green-800);
  background: rgba(221, 243, 226, 0.82);
  border: 1px solid rgba(95, 174, 110, 0.18);
}

.hero {
  min-height: auto;
  display: grid;
  align-items: start;
  padding: 122px 0 42px;
  position: relative;
  
}



.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 54px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(95, 174, 110, 0.16);
  box-shadow: 0 14px 36px rgba(31, 42, 34, 0.07);
  color: var(--green-800);
  font-weight: 850;
  font-size: 0.9rem;
  margin-bottom: 22px;
}

.eyebrow-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--sun-500);
  box-shadow: 0 0 0 6px rgba(244, 201, 93, 0.2);
}

.hero-title span {
  display: block;
  background: linear-gradient(135deg, var(--green-900), var(--green-600) 52%, #d5ad3d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  
  padding-bottom: 0.22em;
  margin-bottom: -0.22em;
}

.lead {
  font-size: clamp(1.13rem, 1.7vw, 1.35rem);
  line-height: 1.66;
  color: var(--text-700);
  max-width: 650px;
  margin-bottom: 28px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.hero-visual {
  position: relative;
  min-height: 600px;
  padding-bottom: 36px;
}

.orbital {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  right: 18px;
  top: 38px;
  border: 1px solid rgba(105, 177, 95, 0.1);
  animation: rotateSlow 24s linear infinite;
}

.orbital::before,
.orbital::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--sun-500);
  box-shadow: 0 0 34px rgba(244, 201, 93, 0.62);
}

.orbital::before {
  left: 44px;
  top: 96px;
}

.orbital::after {
  right: 72px;
  bottom: 60px;
  background: var(--green-500);
}

.phone {
  position: absolute;
  right: 126px;
  top: 66px;
  width: 260px;
  height: 540px;
  background: linear-gradient(180deg, #244f36, #102418);
  border-radius: 42px;
  padding: 14px;
  box-shadow:
    0 2px 8px rgba(31, 42, 34, 0.06),
    0 14px 36px rgba(31, 42, 34, 0.14),
    0 32px 64px rgba(31, 42, 34, 0.1);
  transform: rotate(-5deg);
  z-index: 5;
}

.phone::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 78px;
  height: 22px;
  background: #102418;
  border-radius: 0 0 16px 16px;
  z-index: 2;
}

.phone-screen {
  height: 100%;
  border-radius: 31px;
  background:
    radial-gradient(circle at 15% 0%, rgba(244, 201, 93, 0.34), transparent 35%),
    linear-gradient(180deg, #fcfbf7, #eef9f0);
  padding: 40px 18px 18px;
  overflow: hidden;
}

.app-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.app-greeting {
  font-size: 0.86rem;
  color: var(--text-500);
  font-weight: 750;
}

.sun-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--sun-500) 0 42%, rgba(244, 201, 93, 0.22) 45% 68%, transparent 70%);
}

.app-card {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 22px;
  padding: 16px;
  box-shadow: 0 16px 40px rgba(31, 42, 34, 0.09);
  margin-bottom: 14px;
}

.app-card h4 {
  margin: 0 0 8px;
  font-size: 0.98rem;
  letter-spacing: -0.012em;
}

.app-card p {
  margin: 0;
  font-size: 0.8rem;
  color: var(--text-500);
  line-height: 1.48;
}

.mini-bars {
  display: grid;
  gap: 8px;
  margin-top: 13px;
}

.mini-bars span {
  display: block;
  height: 8px;
  background: var(--mint-200);
  border-radius: 999px;
  overflow: hidden;
  position: relative;
}

.mini-bars span::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--w);
  border-radius: 999px;
  background: linear-gradient(90deg, var(--sun-500), var(--green-500));
}

.day-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-top: 12px;
}

.day-row div {
  border-radius: 14px;
  padding: 9px 4px;
  background: var(--mint-100);
  text-align: center;
  font-size: 0.62rem;
  font-weight: 850;
  color: var(--green-800);
}

.pack {
  position: absolute;
  right: 0;
  
  bottom: -16px;
  width: 350px;
  min-height: 260px;
  border-radius: 34px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(221, 243, 226, 0.76)),
    radial-gradient(circle at 20% 0%, rgba(244, 201, 93, 0.3), transparent 50%);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px);
  z-index: 6;
  animation: floatSoft 6s ease-in-out infinite;
}

.pack h3 {
  margin: 0 0 14px;
  font-size: 1.16rem;
  letter-spacing: -0.025em;
}

.pack-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 7px;
  margin-bottom: 16px;
}

.pack-day {
  min-height: 96px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: inset 0 0 0 1px rgba(95, 174, 110, 0.12);
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  overflow: hidden;
  transform: translateY(var(--lift));
  transition: 240ms ease;
}

@media (hover: hover) {
  .pack:hover .pack-day {
    transform: translateY(calc(var(--lift) - 5px));
  }
}

.pack-day span {
  border-bottom: 1px solid rgba(95, 174, 110, 0.12);
  position: relative;
}

.pack-day span:nth-child(1) {
  background: rgba(255, 243, 199, 0.8);
}

.pack-day span:nth-child(2) {
  background: rgba(221, 243, 226, 0.85);
}

.pack-day span:nth-child(3) {
  background: rgba(95, 174, 110, 0.25);
  border-bottom: 0;
}

.floating-card {
  position: absolute;
  z-index: 8;
  padding: 13px 15px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 46px rgba(31, 42, 34, 0.12);
  backdrop-filter: blur(18px);
  font-weight: 850;
  color: var(--green-800);
  animation: floatSoft 5.8s ease-in-out infinite;
}

.floating-card small {
  display: block;
  margin-top: 4px;
  color: var(--text-500);
  font-weight: 700;
  font-size: 0.75rem;
}

.float-1 {
  right: 140px;
  top: 12px;
  max-width: 172px;
}

.float-2 {
  right: 38px;
  top: 238px;
  animation-delay: -1.2s;
}

.float-3 {
  right: 356px;
  bottom: 124px;
  animation-delay: -2s;
}


.floating-cards {
  display: contents;
}

.intro-panel {
  border-radius: 42px;
  padding: 34px;
  background:
    radial-gradient(circle at 50% 0%, rgba(244, 201, 93, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(221, 243, 226, 0.72));
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
}

.intro-panel::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  right: -160px;
  bottom: -180px;
  background: radial-gradient(circle, rgba(95, 174, 110, 0.18), transparent 70%);
  pointer-events: none;
}

.intro-title {
  max-width: 820px;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  position: relative;
  z-index: 1;
}

.contrast-card {
  padding: 26px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-card);
}

.contrast-card.solution-card {
  background: linear-gradient(135deg, rgba(23, 60, 40, 0.98), rgba(47, 107, 69, 0.94));
  color: white;
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 240ms ease, border-color 240ms ease;
}

.contrast-card h3 {
  margin-bottom: 12px;
  font-size: 1.36rem;
}

.contrast-card p {
  margin: 0;
  color: var(--text-600);
  line-height: 1.68;
}

.solution-card p {
  color: rgba(255, 255, 255, 0.78);
}

.quick-pill-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
  position: relative;
  z-index: 1;
}

.quick-pill {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(95, 174, 110, 0.14);
  box-shadow: 0 14px 40px rgba(31, 42, 34, 0.07);
}

.quick-pill strong {
  display: block;
  margin-bottom: 6px;
  color: var(--green-800);
}

.quick-pill span {
  color: var(--text-500);
  line-height: 1.52;
  font-size: 0.93rem;
}

.showcase {
  border-radius: 44px;
  padding: 34px;
  background:
    radial-gradient(circle at 12% 4%, rgba(244, 201, 93, 0.28), transparent 38%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(221, 243, 226, 0.72));
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
}

.showcase::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  right: -160px;
  bottom: -160px;
  background: radial-gradient(circle, rgba(95, 174, 110, 0.18), transparent 68%);
  pointer-events: none;
}

.box-grid {
  display: grid;
  grid-template-columns: 0.74fr 1.26fr;
  gap: 30px;
  align-items: center;
}

.big-stat {
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
  font-weight: 900;
  color: var(--green-900);
  margin-bottom: 20px;
}

.big-stat span {
  color: var(--green-500);
}

.box-copy {
  font-size: 1.12rem;
  line-height: 1.74;
  color: var(--text-700);
  max-width: 540px;
}

.box-copy-small {
  margin-top: 12px;
  font-size: 1rem;
  color: var(--text-500);
}



.week-box-stage {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.weekbox-scene {
  position: relative;
  width: 100%;
  
  aspect-ratio: 13 / 10;
  display: grid;
  place-items: center;
  border-radius: 32px;
  overflow: hidden;
  isolation: isolate;
  
  background:
    radial-gradient(58% 48% at 50% 32%, rgba(255, 251, 240, 1), rgba(255, 248, 232, 0) 70%),
    linear-gradient(174deg, #fdf9ef 0%, #f7f2e4 48%, #efe9d6 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 -24px 56px rgba(150, 140, 104, 0.1);
}


.weekbox-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(80% 80% at 50% 42%, transparent 64%, rgba(140, 122, 70, 0.1) 100%);
  z-index: -1;
  pointer-events: none;
}


.weekbox-scene::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 16%;
  width: 58%;
  height: 54px;
  transform: translateX(-50%);
  background: radial-gradient(50% 50% at 50% 50%, rgba(28, 44, 33, 0.26), transparent 72%);
  filter: blur(8px);
  z-index: -1;
  pointer-events: none;
}

.weekbox-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  filter: drop-shadow(0 24px 36px rgba(31, 42, 34, 0.2));
}

.caption-card {
  width: 100%;
  padding: 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(18px);
}

.caption-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--green-800);
  font-size: 1.05rem;
}

.caption-card p {
  margin: 0;
  color: var(--text-500);
  line-height: 1.6;
}


@media (max-width: 980px) {
  .box-grid {
    grid-template-columns: 1fr;
    gap: 26px;
    justify-items: center;
    text-align: center;
  }

  .box-grid > div:first-child {
    max-width: 620px;
  }

  .box-copy {
    margin-inline: auto;
  }

  .week-box-stage {
    width: 100%;
    max-width: 600px;
    margin-inline: auto;
  }
}

@media (max-width: 640px) {
  
  .weekbox-scene {
    aspect-ratio: 1 / 1;
  }
}

@media (max-width: 560px) {
  .box-grid {
    gap: 22px;
  }

  .caption-card {
    padding: 16px 18px;
  }

  .caption-card strong {
    font-size: 1rem;
  }
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.card {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: var(--shadow-card);
  transition: 220ms ease;
  position: relative;
  overflow: hidden;
}

.card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 12% 0%, rgba(244, 201, 93, 0.16), transparent 40%);
  opacity: 0;
  transition: 220ms ease;
  pointer-events: none;
}

@media (hover: hover) {
  .card:hover::before {
    opacity: 1;
  }
}


.card::before {
  opacity: 1;
}

.quick-pill,
.specialist-card,
.ai-point,
.benefit,
.badge,
.caption-card,
.contrast-card:not(.solution-card) {
  background-image: radial-gradient(circle at 12% 0%, rgba(247, 206, 110, 0.17), transparent 46%);
}

.icon {
  width: 46px;
  height: 46px;
  border-radius: 17px;
  background: linear-gradient(135deg, var(--sun-200), var(--mint-200));
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  color: var(--green-800);
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(95, 174, 110, 0.16);
}

.card h3 {
  font-size: 1.13rem;
  margin-bottom: 10px;
}

.card p {
  color: var(--text-500);
  line-height: 1.64;
  margin: 0;
}

.solution {
  border-radius: 44px;
  padding: 44px;
  background:
    linear-gradient(135deg, var(--green-900), var(--green-700)),
    radial-gradient(circle at 90% 0%, rgba(244, 201, 93, 0.4), transparent 40%);
  color: var(--white);
  box-shadow: 0 38px 90px rgba(31, 42, 34, 0.22);
  overflow: hidden;
  position: relative;
}

.solution::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  right: -180px;
  top: -260px;
  background: radial-gradient(circle, rgba(244, 201, 93, 0.32), transparent 68%);
}

.solution-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: end;
  position: relative;
  z-index: 1;
}

.solution h2 {
  color: var(--white);
  margin-bottom: 20px;
}

.solution p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.72;
  font-size: 1.06rem;
}

.solution .section-label {
  background: rgba(255,255,255,0.12);
  color: white;
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.pillar {
  min-height: 180px;
  border-radius: 26px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
}

.pillar strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.04rem;
  letter-spacing: -0.015em;
}

.pillar span {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.58;
  font-size: 0.94rem;
}

.flow-wrap {
  position: relative;
  padding: 20px 0 8px;
  min-height: 1060px;
  isolation: isolate;
}

.flow-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: visible;
}

.flow-path-bg {
  fill: none;
  stroke: rgba(104, 184, 121, 0.16);
  stroke-width: 8;
  stroke-linecap: round;
}

.flow-path {
  fill: none;
  stroke: url(#flowGradient);
  stroke-width: 8;
  stroke-linecap: round;
  will-change: stroke-dashoffset;
}

.flow-steps {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 28px;
}

.flow-step {
  position: relative;
  z-index: 2;
  isolation: isolate;
  width: min(540px, 100%);
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px;
  border-radius: 28px;
  background: #fffef9;
  border: 1px solid rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow-card);
  transition: 260ms ease;
}

.flow-step::before {
  content: "";
  position: absolute;
  inset: -7px;
  z-index: -1;
  border-radius: 34px;
  background: #fffef9;
  pointer-events: none;
}

.flow-step:nth-child(even) {
  margin-left: auto;
}

.flow-step.active {
  transform: none;
  box-shadow: 0 22px 58px rgba(31, 42, 34, 0.12);
  border-color: rgba(95, 174, 110, 0.28);
  background:
    radial-gradient(circle at 0% 0%, rgba(244, 201, 93, 0.16), transparent 36%),
    linear-gradient(135deg, #fffef9, #f0faf2);
}

.flow-step.active::before {
  background: linear-gradient(135deg, #fffef9, #f0faf2);
}

.step-number {
  width: 62px;
  height: 62px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--green-700), var(--green-500));
  color: var(--white);
  font-size: 1.35rem;
  font-weight: 900;
  box-shadow: 0 16px 36px rgba(47, 107, 69, 0.22);
}

.flow-step h3 {
  margin-bottom: 8px;
}

.flow-step p {
  color: var(--text-500);
  line-height: 1.66;
  margin: 0;
  font-size: 0.98rem;
}

.ai-feature {
  border-radius: 42px;
  padding: 42px;
  background:
    radial-gradient(circle at 12% 0%, rgba(244, 201, 93, 0.22), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(238, 249, 240, 0.78));
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
}

.ai-feature-clean {
  padding: 38px;
}

.ai-feature-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 30px;
  align-items: start;
}

.ai-feature-grid-clean {
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.ai-feature h2 {
  font-size: clamp(2.1rem, 3.7vw, 3.8rem);
}

.ai-feature p {
  color: var(--text-600);
  line-height: 1.72;
  font-size: 1.05rem;
}

.ai-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.ai-point {
  padding: 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(95, 174, 110, 0.12);
  box-shadow: 0 14px 40px rgba(31, 42, 34, 0.07);
}

.ai-point strong {
  display: block;
  margin-bottom: 8px;
  color: var(--green-800);
}

.ai-point span {
  color: var(--text-500);
  line-height: 1.55;
  font-size: 0.94rem;
}

.specialist-stack {
  display: grid;
  gap: 14px;
  isolation: isolate;
}

.specialist-card {
  padding: 20px;
  border-radius: 24px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(95, 174, 110, 0.12);
  box-shadow: 0 14px 34px rgba(31, 42, 34, 0.07);
  position: relative;
  z-index: 1;
}

.specialist-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--green-800);
  font-size: 1.1rem;
}

.specialist-card span {
  color: var(--text-500);
  line-height: 1.55;
}

.supplement-band {
  margin-top: 22px;
  padding: 22px;
  border-radius: 28px;
  background: linear-gradient(135deg, var(--green-900), var(--green-700));
  color: white;
  position: relative;
  overflow: hidden;
}

.supplement-band::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  right: -120px;
  top: -130px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 201, 93, 0.36), transparent 65%);
}

.supplement-band strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.08rem;
  position: relative;
  z-index: 1;
}

.supplement-band p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.62;
  position: relative;
  z-index: 1;
}



.note-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.note-card {
  padding: 28px 28px 26px;
  border-radius: 28px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(238, 249, 240, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.9);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.note-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, var(--sun-500), var(--green-500));
}

.note-tag {
  display: inline-flex;
  align-self: flex-start;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--mint-200);
  color: var(--green-800);
  font-weight: 850;
  font-size: 0.78rem;
  margin-bottom: 16px;
}

.note-card blockquote {
  margin: 0 0 14px;
  color: var(--text-900);
  font-size: 1.04rem;
  line-height: 1.6;
  font-weight: 760;
  letter-spacing: -0.012em;
}

.note-card p {
  margin: 0;
  color: var(--text-600);
  line-height: 1.62;
  font-size: 0.95rem;
}



.note-carousel {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(8px, 2vw, 22px);
  align-items: center;
  overflow: hidden;
}


.note-card.note-slide {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  will-change: transform, opacity;
}


.note-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 14px 4px;
  border-radius: 16px;
  transition: 200ms ease;
}

.note-arrow-dots {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.note-arrow-dots b {
  display: block;
  border-radius: 50%;
  background: var(--green-500);
  transition: 200ms ease;
}

.note-arrow-right .note-arrow-dots b:nth-child(1) { width: 5px; height: 5px; opacity: 0.32; }
.note-arrow-right .note-arrow-dots b:nth-child(2) { width: 8px; height: 8px; opacity: 0.58; }
.note-arrow-right .note-arrow-dots b:nth-child(3) { width: 11px; height: 11px; opacity: 0.85; }

.note-arrow-left .note-arrow-dots b:nth-child(1) { width: 11px; height: 11px; opacity: 0.85; }
.note-arrow-left .note-arrow-dots b:nth-child(2) { width: 8px; height: 8px; opacity: 0.58; }
.note-arrow-left .note-arrow-dots b:nth-child(3) { width: 5px; height: 5px; opacity: 0.32; }

.note-arrow-head {
  width: 15px;
  height: 15px;
  border-top: 3px solid var(--green-700);
  border-right: 3px solid var(--green-700);
  border-radius: 3px;
  display: block;
  transition: 200ms ease;
}

.note-arrow-right .note-arrow-head { transform: rotate(45deg); margin-left: -2px; }
.note-arrow-left .note-arrow-head { transform: rotate(-135deg); margin-right: -2px; }

.note-arrow:active { scale: 0.96; }
.note-arrow:focus-visible {
  outline: 2px solid var(--green-600);
  outline-offset: 3px;
}



.feature-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: start;
}

.app-layout-compact {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  gap: 30px;
}

.sticky-phone {
  position: relative;
  top: 0;
  width: min(100%, 770px);
  margin-inline: auto;
  border-radius: 38px;
  padding: 22px 22px 24px;
  
  background:
    radial-gradient(135% 100% at -4% -6%, rgba(248, 209, 112, 0.58), rgba(247, 198, 92, 0.26) 24%, transparent 54%),
    radial-gradient(circle at 14% 2%, rgba(255, 233, 173, 0.62), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(230, 242, 217, 0.8));
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow-soft);
}

.dashboard {
  border-radius: 28px;
  background:
    radial-gradient(circle at 4% 0%, rgba(243, 199, 91, 0.14), transparent 34%),
    linear-gradient(180deg, #ffffff, #f4fbf3);
  box-shadow: inset 0 0 0 1px rgba(95, 174, 110, 0.14);
  padding: 24px 22px 22px;
}

.dash-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 20px;
}

.dash-header strong {
  font-size: 1.22rem;
  letter-spacing: 0;
  line-height: 1.25;
}

.dash-title {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
}

.dash-logo {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
}

.dash-logo svg {
  width: 100%;
  height: 100%;
  display: block;
  
  filter:
    drop-shadow(0 5px 9px rgba(31, 42, 34, 0.16))
    drop-shadow(0 14px 26px rgba(47, 120, 72, 0.3));
}

.dash-logo .logo-arcs {
  animation: dash-logo-spin 5.5s linear infinite;
  transform-box: fill-box;
  transform-origin: center;
}

@keyframes dash-logo-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .dash-logo .logo-arcs {
    animation: none;
  }
}

.dash-chip {
  padding: 8px 10px;
  border-radius: 999px;
  background: var(--sun-200);
  color: #7a5d16;
  font-size: 0.78rem;
  font-weight: 850;
}

.dash-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  max-width: 248px;
}

.dash-actions span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 9px 14px 9px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(56, 112, 68, 0.16);
  color: var(--green-800);
  font-weight: 850;
  font-size: 0.78rem;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
  max-width: 156px;
  box-shadow: 0 6px 16px rgba(31, 42, 34, 0.06);
}


.dash-actions span::before {
  content: "?";
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--mint-200);
  color: var(--green-700);
  font-size: 0.72rem;
  font-weight: 900;
}


.dash-actions span:last-child {
  background: linear-gradient(135deg, rgba(253, 238, 192, 0.96), rgba(247, 210, 119, 0.92));
  border-color: rgba(228, 162, 79, 0.34);
  color: var(--green-900);
  box-shadow: 0 8px 18px rgba(199, 140, 42, 0.18);
  max-width: 178px;
  font-size: 0.82rem;
}

.dash-actions span:last-child::before {
  content: "";
  
  background:
    linear-gradient(var(--amber-600), var(--amber-600)) center / 9px 1.7px no-repeat,
    linear-gradient(var(--amber-600), var(--amber-600)) center / 1.7px 9px no-repeat,
    rgba(255, 255, 255, 0.72);
}

.nutrition {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(95, 174, 110, 0.12);
}

.macro-row {
  display: grid;
  gap: 8px;
}

.macro-row-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 9px;
  font-size: 0.9rem;
  color: var(--text-600);
}

.macro-row-head strong {
  color: var(--text-900);
  font-weight: 850;
}

.macro-row-head em {
  font-style: normal;
  font-weight: 850;
  color: var(--text-700);
  white-space: nowrap;
}

.nutrition-panel {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
}

.nutrition-panel-v3 {
  grid-template-columns: 160px 1fr;
  gap: 20px;
  margin-bottom: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(95, 174, 110, 0.12);
}

.macro-ring {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background:
    conic-gradient(var(--green-500) 0 26%, var(--sun-500) 26% 38%, var(--mint-200) 38% 100%);
  display: grid;
  place-items: center;
  box-shadow: 0 18px 42px rgba(31, 42, 34, 0.1);
}

.macro-ring div {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  background: var(--sand-100);
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: 900;
  color: var(--green-800);
  line-height: 1.2;
  font-size: 0.92rem;
}

.macro-ring-v3 {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  position: relative;
  display: grid;
  place-items: center;
  background: conic-gradient(
    var(--protein) 0 6.96%,
    var(--protein-soft) 6.96% 20.87%,
    var(--fat) 20.87% 27.13%,
    var(--fat-soft) 27.13% 50.61%,
    var(--carbs) 50.61% 63.48%,
    var(--carbs-soft) 63.48% 100%
  );
  box-shadow: 0 18px 42px rgba(31, 42, 34, 0.12);
}

.macro-ring-v3::after {
  content: "";
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  box-shadow: inset 0 0 0 1px rgba(95, 174, 110, 0.12), 0 6px 16px rgba(31, 42, 34, 0.06);
}

.macro-ring-center {
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--green-900);
  line-height: 1.15;
}

.macro-ring-center strong {
  display: block;
  font-size: 1.12rem;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.macro-ring-center span {
  font-weight: 850;
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-500);
}

.macro-values {
  display: grid;
  gap: 8px;
}

.macro-values-v3 {
  gap: 10px;
}

.calories-main {
  padding: 12px;
  border-radius: 18px;
  background: var(--green-900);
  color: white;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 16px 36px rgba(47, 107, 69, 0.16);
}

.macro-line {
  display: grid;
  grid-template-columns: 92px 1fr auto;
  gap: 9px;
  align-items: center;
  font-size: 0.83rem;
  color: var(--text-600);
  font-weight: 760;
}

.macro-line-v3 {
  display: grid;
  grid-template-columns: 12px 1fr auto;
  grid-template-areas:
    "dot name value"
    "track track track";
  gap: 6px 9px;
  align-items: center;
  font-size: 0.84rem;
  color: var(--text-600);
}

.macro-line-v3 .macro-dot { grid-area: dot; }
.macro-line-v3 strong { grid-area: name; color: var(--text-900); }
.macro-line-v3 em { grid-area: value; justify-self: end; font-style: normal; font-weight: 850; color: var(--text-700); white-space: nowrap; }
.macro-line-v3 .macro-track { grid-area: track; height: 9px; }
.macro-dot { width: 10px; height: 10px; border-radius: 50%; display: block; }
.protein .macro-dot, .protein .macro-track span { background: var(--protein); }
.protein .macro-track { background: var(--protein-soft); }
.fat .macro-dot, .fat .macro-track span { background: var(--fat); }
.fat .macro-track { background: var(--fat-soft); }
.carbs .macro-dot, .carbs .macro-track span { background: var(--carbs); }
.carbs .macro-track { background: var(--carbs-soft); }

.macro-track {
  height: 11px;
  border-radius: 999px;
  background: var(--mint-200);
  overflow: hidden;
}

.macro-fill {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--sun-500), var(--green-500));
  transition: width 1000ms cubic-bezier(0.22, 1, 0.36, 1);
}

.dashboard.is-inview .macro-fill { width: var(--target); }
.dashboard.is-inview .macro-row:nth-child(2) .macro-fill { transition-delay: 90ms; }
.dashboard.is-inview .macro-row:nth-child(3) .macro-fill { transition-delay: 180ms; }
.dashboard.is-inview .macro-row:nth-child(4) .macro-fill { transition-delay: 270ms; }

.macro-row.kcal .macro-row-head strong,
.macro-row.kcal .macro-row-head em { font-size: 0.92rem; }

.macro-row.kcal .macro-row-head em { color: #7a4e14; }
.macro-row.kcal .macro-track { height: 12px; background: var(--kcal-soft); }
.macro-row.kcal .macro-dot { background: var(--kcal); }
.macro-row.kcal .macro-fill { background: linear-gradient(90deg, var(--sun-500), var(--kcal)); }

.macro-row.protein .macro-dot { background: var(--protein); }
.macro-row.protein .macro-track { background: var(--protein-soft); }
.macro-row.protein .macro-fill { background: var(--protein); }

.macro-row.fat .macro-dot { background: var(--fat); }
.macro-row.fat .macro-track { background: var(--fat-soft); }
.macro-row.fat .macro-fill { background: var(--fat); }

.macro-row.carbs .macro-dot { background: var(--carbs); }
.macro-row.carbs .macro-track { background: var(--carbs-soft); }
.macro-row.carbs .macro-fill { background: var(--carbs); }

.plan-note {
  padding: 14px;
  border-radius: 18px;
  background: rgba(221, 243, 226, 0.64);
  color: var(--text-600);
  line-height: 1.55;
  font-size: 0.9rem;
  margin-bottom: 16px;
}

.plan-note-compact {
  font-size: 0.82rem;
  padding: 11px 12px;
  margin-bottom: 12px;
}


.app-note {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin: 18px 6px 2px;
  color: var(--text-500);
  font-size: 0.82rem;
  line-height: 1.58;
  letter-spacing: -0.002em;
  text-wrap: pretty;
}

.app-note::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-top: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--sun-500);
  box-shadow: 0 0 0 4px rgba(244, 201, 93, 0.16);
}

.rhythm-accordion {
  display: grid;
  gap: 10px;
  
  overflow-anchor: none;
}

.rhythm-accordion * {
  overflow-anchor: none;
}

.time-card {
  border-radius: 18px;
  overflow: hidden;
  background: rgba(238, 249, 240, 0.6);
  border: 1px solid rgba(95, 174, 110, 0.14);
  
  transition: background 220ms ease, border-color 220ms ease;
}

.time-card.open {
  background: #ffffff;
  border-color: rgba(95, 174, 110, 0.24);
  box-shadow: 0 18px 44px rgba(31, 42, 34, 0.08);
}

.time-toggle {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 15px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-weight: 850;
  color: var(--text-900);
  font-size: 0.96rem;
}

.time-toggle > span:last-child {
  margin-left: auto;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(221, 243, 226, 0.72);
  color: var(--green-800);
  font-size: 0.73rem;
  font-weight: 850;
  white-space: nowrap;
  transition: background 220ms ease, color 220ms ease;
}

.time-card.open .time-toggle > span:last-child {
  background: linear-gradient(135deg, var(--green-700), var(--green-500));
  color: var(--white);
  box-shadow: 0 8px 18px rgba(47, 107, 69, 0.2);
}

.time-toggle::after {
  content: "";
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-right: 2.5px solid var(--green-700);
  border-bottom: 2.5px solid var(--green-700);
  border-radius: 1px;
  transform: rotate(45deg);
  transition: transform 240ms ease;
}

.time-card.open .time-toggle::after {
  transform: rotate(-135deg);
}

.time-content {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 300ms ease;
  contain: layout paint;
}

.time-card.open .time-content {
  grid-template-rows: 1fr;
}

.dashboard.is-animating .dash-logo .logo-arcs,
.dashboard.is-scrolling .dash-logo .logo-arcs {
  animation-play-state: paused;
}

.time-inner {
  min-height: 0;
  overflow: hidden;
  padding: 0 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.time-card.open .time-inner {
  padding-bottom: 15px;
}


@media (hover: none) {
  .time-content {
    transition: none;
  }

  .time-card:not(.open) .time-inner {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
    transition: none;
  }

  .time-card.open .time-inner {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 300ms ease, transform 300ms ease;
  }
}

@media (hover: none) and (prefers-reduced-motion: reduce) {
  .time-card.open .time-inner {
    transition: none;
  }
}

.time-box {
  padding: 14px;
  border-radius: 16px;
  background: rgba(238, 249, 240, 0.66);
  border: 1px solid rgba(95, 174, 110, 0.12);
}

.time-box strong {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 8px;
  color: var(--green-800);
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.time-box strong::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex: 0 0 auto;
  background: var(--green-500);
}

.time-box p,
.time-box li {
  margin: 0;
  color: var(--text-500);
  line-height: 1.48;
  font-size: 0.82rem;
}

.time-box ul {
  margin: 0;
  padding-left: 18px;
}

.meal-item {
  display: grid;
  gap: 9px;
  padding: 12px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(95, 174, 110, 0.14);
  box-shadow: 0 8px 20px rgba(31, 42, 34, 0.05);
}

.meal-item span {
  justify-self: start;
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--sun-200);
  color: #7a5d16;
  font-weight: 900;
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.meal-item b {
  line-height: 1.36;
  font-size: 0.83rem;
  color: var(--text-900);
}

.meal-macros {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.meal-macros i {
  font-style: normal;
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--mint-100);
  color: var(--text-700);
  font-weight: 850;
  font-size: 0.71rem;
  white-space: nowrap;
}


.meal-macros i.protein { background: var(--protein-soft); color: var(--protein); }
.meal-macros i.fat { background: var(--fat-soft); color: var(--fat); }
.meal-macros i.carbs { background: var(--carbs-soft); color: var(--carbs); }

.meal-macros i.meal-total {
  background: var(--kcal-soft);
  color: var(--kcal);
}



.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.feature-grid .card {
  padding: 22px;
  min-height: 210px;
}

.feature-grid .icon {
  margin-bottom: 16px;
}



.feature-carousel-panel {
  width: min(100%, 900px);
  border-radius: 34px;
  padding: 24px;
  background:
    radial-gradient(circle at 8% 0%, rgba(244, 201, 93, 0.18), transparent 34%),
    linear-gradient(150deg, rgba(255,255,255,0.9), rgba(223,243,228,0.58));
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-card);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(8px, 2vw, 20px);
  min-height: 320px;
  margin-inline: auto;
  overflow: visible;
}

.carousel-head {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: -2px;
}

.carousel-head strong {
  font-size: 1.15rem;
  color: var(--green-900);
  font-weight: 950;
}

.feat-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 14px 4px;
  border-radius: 16px;
  transition: scale 200ms ease;
  animation: arrowFloat 3.4s ease-in-out infinite;
}

.feat-arrow-dots {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.feat-arrow-dots b {
  display: block;
  border-radius: 50%;
  background: var(--green-500);
  transition: 200ms ease;
}

.feat-arrow-left .feat-arrow-dots b:nth-child(1) { width: 11px; height: 11px; opacity: 0.85; }
.feat-arrow-left .feat-arrow-dots b:nth-child(2) { width: 8px; height: 8px; opacity: 0.58; }
.feat-arrow-left .feat-arrow-dots b:nth-child(3) { width: 5px; height: 5px; opacity: 0.32; }

.feat-arrow-right .feat-arrow-dots b:nth-child(1) { width: 5px; height: 5px; opacity: 0.32; }
.feat-arrow-right .feat-arrow-dots b:nth-child(2) { width: 8px; height: 8px; opacity: 0.58; }
.feat-arrow-right .feat-arrow-dots b:nth-child(3) { width: 11px; height: 11px; opacity: 0.85; }

.feat-arrow-head {
  width: 15px;
  height: 15px;
  border-top: 3px solid var(--green-700);
  border-right: 3px solid var(--green-700);
  border-radius: 3px;
  transition: 200ms ease;
}

.feat-arrow-left .feat-arrow-head { transform: rotate(-135deg); margin-right: -2px; }
.feat-arrow-right .feat-arrow-head { transform: rotate(45deg); margin-left: -2px; }

.feat-arrow:active { scale: 0.95; }
.feat-arrow:focus-visible { outline: 2px solid var(--green-600); outline-offset: 3px; }


.feature-slide {
  position: absolute;
  display: grid;
  transform: translate(-50%, -50%);
}


.feature-slide.is-center,
.feature-slide.is-prev,
.feature-slide.is-next {
  will-change: transform, opacity;
}


.feature-slide h3 {
  font-size: 1.06rem;
}

.feature-slide p {
  margin: 0;
  color: var(--text-500);
  line-height: 1.55;
  font-size: 0.92rem;
}



.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.audience-grid-compact .audience-card {
  min-height: 200px;
}

.audience-card {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.benefit-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.benefit {
  padding: 26px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(255, 255, 255, 0.84);
}

.benefit strong {
  font-size: 2.3rem;
  letter-spacing: -0.045em;
  color: var(--green-800);
  display: block;
  margin-bottom: 8px;
}

.benefit span {
  color: var(--text-500);
  line-height: 1.55;
}

.trust {
  border-radius: 40px;
  padding: 42px;
  background:
    radial-gradient(circle at 10% 10%, rgba(244, 201, 93, 0.24), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(238, 249, 240, 0.8));
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
}

.trust-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 30px;
  align-items: center;
}

.badge-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.badge {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(95, 174, 110, 0.12);
}

.badge i {
  width: 26px;
  height: 26px;
  border-radius: 10px;
  background: var(--green-500);
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: white;
  font-style: normal;
  font-weight: 900;
  font-size: 0.84rem;
}

.badge strong {
  display: block;
  margin-bottom: 4px;
}

.badge span {
  color: var(--text-500);
  line-height: 1.45;
  font-size: 0.92rem;
}

.faq {
  display: grid;
  gap: 12px;
}

.faq-item {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

.faq .faq-item:nth-child(2) {
  border-color: rgba(95, 174, 110, 0.2);
}

.faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  cursor: pointer;
  text-align: left;
  color: var(--text-900);
  font-weight: 850;
  letter-spacing: -0.012em;
  font-size: 1.02rem;
}

.faq-plus {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  
  font-size: 0;
  background:
    linear-gradient(currentColor, currentColor) center / 13px 2px no-repeat,
    linear-gradient(currentColor, currentColor) center / 2px 13px no-repeat,
    var(--mint-200);
  flex: 0 0 auto;
  color: var(--green-800);
  transition: 220ms ease;
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 280ms ease;
  contain: layout paint;
}

.faq-item.open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-answer p {
  min-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0 24px;
  color: var(--text-500);
  line-height: 1.68;
}

.faq-item.open .faq-answer p {
  padding-bottom: 22px;
}

.faq-item:not(.open) .faq-answer p {
  content-visibility: auto;
  contain-intrinsic-size: auto var(--faq-answer-h, 88px);
}

.faq-item.open .faq-plus {
  transform: rotate(45deg);
  background:
    linear-gradient(currentColor, currentColor) center / 13px 2px no-repeat,
    linear-gradient(currentColor, currentColor) center / 2px 13px no-repeat,
    var(--sun-200);
}

.final-cta {
  text-align: center;
  border-radius: 48px;
  padding: 72px 28px;
  background:
    radial-gradient(circle at 50% 0%, rgba(244, 201, 93, 0.34), transparent 38%),
    linear-gradient(135deg, var(--green-900), var(--green-700));
  color: white;
  box-shadow: 0 38px 90px rgba(31, 42, 34, 0.23);
  position: relative;
  overflow: hidden;
}

.final-cta h2 {
  color: white;
  max-width: 780px;
  margin-inline: auto;
}

.final-cta p {
  color: rgba(255, 255, 255, 0.78);
  max-width: 680px;
  margin: 0 auto 28px;
  line-height: 1.72;
  font-size: 1.12rem;
}


#start {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  
  min-height: clamp(620px, calc(100vh - 120px), 1240px);
  min-height: clamp(620px, calc(100dvh - 120px), 1240px);
  padding-top: clamp(38px, 6vh, 72px);
  padding-bottom: clamp(44px, 7vh, 86px);
}

main {
  overflow-x: clip;
}

footer {
  padding: 34px 0;
  color: var(--text-500);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.92rem;
}




.section-shell {
  display: grid;
  grid-template-columns: var(--side-col) minmax(0, 1fr) var(--side-col);
  gap: var(--shell-gap);
  align-items: start;
}

.section-body {
  grid-column: 2;
  min-width: 0;
  
  contain: layout;
}

.side-label {
  grid-column: 1;
  position: sticky;
  top: var(--scroll-offset);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: var(--side-col);
  padding: 10px 13px;
  text-wrap: balance;
  border-radius: 999px;
  color: var(--green-800);
  background: rgba(221, 243, 226, 0.86);
  border: 1px solid rgba(95, 174, 110, 0.14);
  box-shadow: 0 14px 34px rgba(31, 42, 34, 0.06);
  font-weight: 900;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  backdrop-filter: blur(18px);
}

.side-label::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  align-self: center;
  border-radius: 999px;
  background: var(--sun-500);
  box-shadow: 0 0 0 5px rgba(244, 201, 93, 0.15);
  margin-right: 8px;
}

.flow-head h2 {
  max-width: 850px;
}

.flow-head p {
  max-width: 760px;
}



.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: 700ms cubic-bezier(0.19, 1, 0.22, 1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes rotateSlow {
  to { transform: rotate(360deg); }
}

@keyframes floatSoft {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

@keyframes liftDay {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}



.quick-pill,
.specialist-card,
.ai-point,
.benefit,
.badge,
.caption-card,
.card,
.contrast-card {
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 240ms ease, border-color 240ms ease;
}


@media (hover: hover) and (pointer: fine) {
  .quick-pill:hover,
  .specialist-card:hover,
  .ai-point:hover,
  .benefit:hover,
  .caption-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 56px rgba(31, 42, 34, 0.12);
    border-color: rgba(105, 177, 95, 0.26);
  }

  .badge:hover {
    transform: translateY(-2px);
    border-color: rgba(105, 177, 95, 0.3);
  }

  .card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 70px rgba(31, 42, 34, 0.13);
  }

  
  .contrast-card:not(.solution-card):hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 56px rgba(31, 42, 34, 0.1);
  }

  
  .contrast-card.solution-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 72px rgba(20, 45, 28, 0.32);
  }
}


.quick-pill.in-focus,
.specialist-card.in-focus,
.ai-point.in-focus,
.benefit.in-focus,
.caption-card.in-focus,
.audience-card.in-focus {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(31, 42, 34, 0.12);
  border-color: rgba(105, 177, 95, 0.26);
}

.contrast-card:not(.solution-card).in-focus {
  transform: translateY(-3px);
  box-shadow: 0 24px 56px rgba(31, 42, 34, 0.1);
}

.contrast-card.solution-card.in-focus {
  transform: translateY(-4px);
  box-shadow: 0 30px 72px rgba(20, 45, 28, 0.32);
}

.card.in-focus::before {
  opacity: 1;
}


.btn:focus-visible,
.faq-question:focus-visible,
.time-toggle:focus-visible,
.brand:focus-visible,
.nav-links a:focus-visible {
  outline: 2px solid var(--green-600);
  outline-offset: 3px;
  border-radius: 14px;
}

.btn:active {
  transform: translateY(0) scale(0.985);
}

.btn-primary {
  position: relative;
}

@media (hover: hover) {
  .faq-question:hover {
    color: var(--green-900);
  }
}

.faq-item {
  transition: border-color 220ms ease, box-shadow 220ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .faq-item:hover {
    border-color: rgba(105, 177, 95, 0.24);
  }
}



@media (max-width: 1120px) {
  .nav-links {
    gap: 11px;
    font-size: 0.82rem;
  }

  .btn {
    padding-inline: 16px;
  }
}

@media (max-width: 1060px) {
  .hero-grid,
  .solution-grid,
  .ai-feature-grid,
  .feature-layout,
  .trust-grid,
  .intro-grid {
    grid-template-columns: 1fr;
  }

  
  .hero-visual {
    position: relative;
    min-height: 0;
    height: clamp(440px, 116vw, 512px);
    width: min(100%, 460px);
    margin: 10px auto 0;
    display: block;
  }

  
  .hero-visual::before {
    content: "";
    position: absolute;
    width: min(360px, 86vw);
    height: min(360px, 86vw);
    border-radius: 50%;
    top: 6%;
    left: 50%;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(247, 206, 110, 0.26), rgba(214, 232, 198, 0.18) 46%, transparent 70%);
    pointer-events: none;
    z-index: 0;
  }

  .orbital {
    display: none;
  }

  .phone {
    position: absolute;
    left: 50%;
    top: 0;
    right: auto;
    bottom: auto;
    width: clamp(196px, 49vw, 224px);
    height: auto;
    aspect-ratio: 260 / 540;
    margin: 0;
    transform: translateX(-54%) rotate(-4deg);
  }

  
  .phone-screen {
    padding: 34px 13px 13px;
  }

  .phone-screen .app-card {
    padding: 13px;
    border-radius: 18px;
    margin-bottom: 11px;
  }

  .phone-screen .app-card h4 {
    font-size: 0.84rem;
  }

  .phone-screen .app-card p {
    font-size: 0.7rem;
    line-height: 1.4;
  }

  .day-row {
    gap: 5px;
    margin-top: 10px;
  }

  .day-row div {
    font-size: 0.49rem;
    padding: 6px 1px;
    letter-spacing: -0.02em;
  }

  
  .floating-cards {
    display: block;
  }

  .floating-card {
    position: absolute;
    padding: 9px 12px;
    border-radius: 14px;
    font-size: 0.82rem;
    max-width: 144px;
    animation-duration: 6.2s;
  }

  .floating-card small {
    margin-top: 2px;
    font-size: 0.67rem;
  }

  
  .float-1 {
    right: 44px;
    top: -6px;
    left: auto;
    bottom: auto;
  }

  .float-2 {
    right: 0;
    top: 168px;
    left: auto;
    bottom: auto;
  }

  .float-3 {
    left: 2px;
    bottom: 18px;
    right: auto;
    top: auto;
  }

  .pack {
    position: absolute;
    right: 0;
    bottom: 0;
    left: auto;
    top: auto;
    width: clamp(196px, 52vw, 236px);
    min-height: 0;
    padding: 15px 16px;
    border-radius: 24px;
    transform: rotate(2deg);
    animation: floatSoft 7s ease-in-out infinite;
    animation-delay: -1.6s;
  }

  .pack h3 {
    margin-bottom: 10px;
    font-size: 0.98rem;
  }

  .pack-days {
    gap: 5px;
    margin-bottom: 11px;
  }

  .pack-day {
    min-height: 58px;
    border-radius: 9px;
  }

  .pack p {
    font-size: 0.72rem;
    line-height: 1.45;
  }

  .grid-4,
  .audience-grid,
  .note-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sticky-phone {
    position: relative;
    top: 0;
  }

  .nav-links {
    display: none;
  }

  .nav-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    justify-content: space-between;
  }

  .section-shell {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .section-shell > .side-label,
  .section-shell > .section-body {
    grid-column: auto;
  }

  .side-label {
    position: relative;
    top: 0;
    max-width: none;
  }

  .app-layout-compact,
  .ai-feature-grid-clean {
    grid-template-columns: 1fr;
  }

  .feature-carousel {
    grid-auto-columns: minmax(250px, 55%);
  }
}

@media (min-width: 761px) and (max-width: 1060px) {
  #start {
    min-height: 0;
    margin-top: -56px;
    padding-top: 8px;
    padding-bottom: 32px;
  }
}


@media (min-width: 900px) and (max-width: 1060px) {
  .nav-inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 10px;
  }

  .nav-links {
    display: flex;
    gap: 8px;
    font-size: 0.72rem;
  }

  .nav .btn {
    padding-inline: 13px;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 92px;
  }

  .container {
    width: min(calc(100% - 28px), var(--max));
  }

  .nav {
    top: 10px;
    width: calc(100% - 18px);
  }

  .nav-inner {
    border-radius: 24px;
    align-items: center;
    gap: 8px;
    padding: 9px 10px;
  }

  .brand span:last-child {
    display: inline;
  }

  .brand {
    gap: 7px;
    justify-content: flex-start;
    width: max-content;
    max-width: 100%;
    height: auto;
    min-width: 0;
    padding: 5px 9px 5px 6px;
    border-radius: 16px;
    font-size: 0.88rem;
  }

  .brand-mark {
    width: 28px;
    height: 28px;
  }

  .btn {
    padding: 10px 13px;
    font-size: 0.78rem;
    line-height: 1.15;
    max-width: 152px;
    min-height: 42px;
    text-align: center;
  }

  .hero {
    padding-top: 104px;
    padding-bottom: 32px;
  }

  h1 {
    font-size: clamp(3.05rem, 16vw, 5rem);
    letter-spacing: -0.05em;
  }

  h2 {
    letter-spacing: -0.035em;
  }

  .hero-visual::before {
    content: "";
    position: absolute;
    width: min(320px, 88vw);
    height: min(320px, 88vw);
    border-radius: 50%;
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(244, 201, 93, 0.22), transparent 68%);
    pointer-events: none;
    z-index: 0;
  }

  .nav .btn {
    white-space: normal;
    text-align: center;
    line-height: 1.2;
    max-width: 148px;
  }

  
  .hero-actions {
    width: 100%;
  }

  .hero-actions .btn,
  .final-cta .btn {
    max-width: none;
    width: 100%;
    white-space: nowrap;
    padding: 15px 22px;
    font-size: 0.98rem;
    min-height: 52px;
  }

  
  .section {
    padding: 34px 0;
  }

  .section-tight {
    padding: 26px 0;
  }

  #start {
    min-height: 0;
    padding-top: 8px;
    padding-bottom: 20px;
  }

  @media (min-width: 430px) {
    #start {
      margin-top: -34px;
    }
  }

  .section-head {
    margin-bottom: 24px;
  }

  .showcase,
  .solution,
  .trust,
  .final-cta,
  .intro-panel,
  .ai-feature {
    border-radius: 30px;
    padding: 24px;
  }

  .quick-pill-row,
  .grid-4,
  .feature-grid,
  .audience-grid,
  .benefit-strip,
  .pillar-grid,
  .badge-grid,
  .ai-points,
  .note-grid {
    grid-template-columns: 1fr;
  }

  .flow-wrap {
    min-height: unset;
    padding-left: 0;
  }

  .flow-steps {
    gap: 36px;
  }

  .flow-step,
  .flow-step:nth-child(even) {
    width: 100%;
    margin-left: 0;
    grid-template-columns: 58px 1fr;
    gap: 14px;
    padding: 18px;
  }

  .flow-step::before {
    inset: -6px -28px;
    border-radius: 38px;
  }

  .flow-svg {
    display: block;
    left: 0;
    width: 100%;
  }

  .flow-path,
  .flow-path-bg {
    stroke-linecap: butt;
  }

  .nutrition-panel,
  .time-inner {
    grid-template-columns: 1fr;
  }

  .dash-header {
    flex-direction: column;
  }

  .dash-actions {
    justify-content: flex-start;
    max-width: none;
  }

  .note-carousel {
    gap: 6px;
  }

  .note-card.note-slide {
    width: min(440px, 92%);
  }

  .note-card.is-left,
  .note-card.is-right {
    opacity: 0.42;
  }

  .feature-carousel-panel {
    padding: 18px 8px 20px;
    gap: 4px;
    min-height: 296px;
  }

  .feature-slide {
    width: min(430px, 88%);
    grid-template-columns: 1fr;
    text-align: center;
    row-gap: 8px;
  }

  .feature-slide .icon,
  .feature-slide h3,
  .feature-slide p {
    grid-column: 1;
  }

  .feature-slide .icon {
    grid-row: auto;
    justify-self: center;
  }

  .footer-inner {
    justify-content: center;
    text-align: center;
  }
}



.note-carousel,
.feature-carousel-panel {
  --carousel-arrow-w: clamp(42px, 5vw, 58px);
  --slide-width: min(470px, 84%);
  --slide-shift: 64%;
  --coverflow-breathing: 84;
  position: relative;
  display: grid;
  
  grid-template-columns: var(--carousel-arrow-w) minmax(0, 560px) var(--carousel-arrow-w);
  justify-content: center;
  align-items: center;
  gap: clamp(6px, 1.6vw, 18px);
  overflow: visible;
  isolation: isolate;
}

.note-carousel {
  padding-block: 8px 20px;
}

.feature-carousel-panel {
  width: 100%;
  max-width: 900px;
  min-height: 0;
  margin-inline: auto;
  padding: 8px 0 20px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.carousel-head {
  grid-column: 1 / -1;
  margin-bottom: -4px;
}

.note-stage,
.feature-coverflow {
  position: relative;
  min-width: 0;
  width: 100%;
  min-height: 230px;
  overflow: visible;
  perspective: none;
  transform-style: flat;
  padding: 0;
}

.feature-coverflow {
  min-height: 238px;
}

.note-card.note-slide,
.feature-slide {
  width: var(--slide-width);
  left: 50%;
  top: 50%;
  transform-origin: center;
  transform-style: flat;
  backface-visibility: visible;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  
  transition:
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 420ms ease,
    box-shadow 420ms ease;
}

.feature-slide {
  min-height: 166px;
  grid-template-columns: 64px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 22px;
  row-gap: 7px;
  align-content: center;
  align-items: center;
  border-radius: 28px;
  padding: 26px 28px 24px;
  overflow: hidden;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(238, 249, 240, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.feature-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, var(--sun-500), var(--green-500));
}

.feature-slide > * {
  position: relative;
  z-index: 1;
}

.feature-slide .icon {
  grid-column: 1;
  grid-row: 1 / span 2;
  justify-self: center;
  align-self: center;
  margin: 0;
  
  background: linear-gradient(135deg, var(--green-700), var(--green-500));
  color: var(--white);
}

.feature-slide h3,
.feature-slide p {
  grid-column: 2;
  min-width: 0;
}

.feature-slide h3 {
  align-self: end;
  margin: 0;
}

.feature-slide p {
  align-self: start;
}

.note-card.is-center,
.feature-slide.is-center {
  z-index: 4;
  opacity: 1;
  filter: none;
  transform: translate3d(-50%, -50%, 0) scale(1);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(238, 249, 240, 0.92));
  box-shadow: 0 34px 86px rgba(31, 42, 34, 0.16);
  border-color: rgba(255, 255, 255, 0.94);
}

.note-card.is-left,
.feature-slide.is-prev {
  z-index: 2;
  opacity: 0.12;
  filter: none;
  transform: translate3d(calc(-50% - var(--slide-shift)), -50%, 0) scale(0.86);
  box-shadow: 0 24px 58px rgba(31, 42, 34, 0.12);
  pointer-events: none;
}

.note-card.is-right,
.feature-slide.is-next {
  z-index: 2;
  opacity: 0.12;
  filter: none;
  transform: translate3d(calc(-50% + var(--slide-shift)), -50%, 0) scale(0.86);
  box-shadow: 0 24px 58px rgba(31, 42, 34, 0.12);
  pointer-events: none;
}

.note-card.is-hidden,
.feature-slide.is-hidden {
  z-index: 1;
  opacity: 0;
  filter: none;
  transform: translate3d(-50%, -50%, 0) scale(0.78);
  pointer-events: none;
}

.note-arrow,
.feat-arrow {
  width: var(--carousel-arrow-w);
  
  min-height: 124px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  align-self: center;
  border: 0;
  border-radius: 24px;
  background: transparent;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 6;
  animation: arrowLevitate 3.35s ease-in-out infinite;
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  touch-action: manipulation;
  user-select: none;
  transform: translate3d(0, 0, 0);
  transform-style: flat;
  backface-visibility: hidden;
}

.note-arrow-right,
.feat-arrow-right {
  animation-delay: -1.65s;
}

.note-arrow::before,
.feat-arrow::before {
  content: none;
}

.carousel-arrow-glyph {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transform-origin: center;
  transform-style: flat;
  backface-visibility: hidden;
  will-change: scale;
  
  filter: drop-shadow(0 2px 5px rgba(31, 42, 34, 0.28));
}

.note-arrow-dots,
.feat-arrow-dots {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.note-arrow-dots b,
.feat-arrow-dots b {
  display: block;
  border-radius: 50%;
  background: var(--green-500);
  transition: background 180ms ease, opacity 180ms ease;
}

.note-arrow-left .note-arrow-dots b:nth-child(1),
.feat-arrow-left .feat-arrow-dots b:nth-child(1) { width: 11px; height: 11px; opacity: 0.86; }

.note-arrow-left .note-arrow-dots b:nth-child(2),
.feat-arrow-left .feat-arrow-dots b:nth-child(2) { width: 8px; height: 8px; opacity: 0.58; }

.note-arrow-left .note-arrow-dots b:nth-child(3),
.feat-arrow-left .feat-arrow-dots b:nth-child(3) { width: 5px; height: 5px; opacity: 0.32; }

.note-arrow-right .note-arrow-dots b:nth-child(1),
.feat-arrow-right .feat-arrow-dots b:nth-child(1) { width: 5px; height: 5px; opacity: 0.32; }

.note-arrow-right .note-arrow-dots b:nth-child(2),
.feat-arrow-right .feat-arrow-dots b:nth-child(2) { width: 8px; height: 8px; opacity: 0.58; }

.note-arrow-right .note-arrow-dots b:nth-child(3),
.feat-arrow-right .feat-arrow-dots b:nth-child(3) { width: 11px; height: 11px; opacity: 0.86; }

.note-arrow-head,
.feat-arrow-head {
  width: 15px;
  height: 15px;
  display: block;
  flex: 0 0 auto;
  border-top: 3px solid var(--green-700);
  border-right: 3px solid var(--green-700);
  border-radius: 3px;
  transition: border-color 180ms ease, translate 180ms ease;
  transform-style: flat;
  backface-visibility: hidden;
}

.note-arrow-left .note-arrow-head,
.feat-arrow-left .feat-arrow-head {
  transform: rotate(-135deg);
  margin-right: -2px;
}

.note-arrow-right .note-arrow-head,
.feat-arrow-right .feat-arrow-head {
  transform: rotate(45deg);
  margin-left: -2px;
}

.note-arrow:focus-visible,
.feat-arrow:focus-visible {
  outline: 2px solid var(--green-600);
  outline-offset: 3px;
}

.note-arrow:hover,
.feat-arrow:hover {
  scale: 1;
  background: transparent;
  box-shadow: none;
}

@media (hover: hover) and (pointer: fine) {
  .note-arrow .carousel-arrow-glyph:hover .note-arrow-head,
  .feat-arrow .carousel-arrow-glyph:hover .feat-arrow-head {
    border-color: var(--green-900);
  }

  .note-arrow .carousel-arrow-glyph:hover .note-arrow-dots b,
  .feat-arrow .carousel-arrow-glyph:hover .feat-arrow-dots b {
    background: var(--green-700);
    opacity: 1;
  }

  .note-arrow-left .carousel-arrow-glyph:hover .note-arrow-head,
  .feat-arrow-left .carousel-arrow-glyph:hover .feat-arrow-head {
    translate: -2px 0;
  }

  .note-arrow-right .carousel-arrow-glyph:hover .note-arrow-head,
  .feat-arrow-right .carousel-arrow-glyph:hover .feat-arrow-head {
    translate: 2px 0;
  }

  .note-arrow .carousel-arrow-glyph:hover,
  .feat-arrow .carousel-arrow-glyph:hover {
    scale: 1.08;
  }
}

.note-arrow:active,
.feat-arrow:active {
  scale: 1;
}

@media (hover: none), (pointer: coarse) {
  .note-arrow,
  .feat-arrow {
    min-height: 116px;
  }

  .note-arrow:hover .carousel-arrow-glyph,
  .feat-arrow:hover .carousel-arrow-glyph {
    scale: 1;
  }

  .note-arrow.is-tapped .carousel-arrow-glyph,
  .feat-arrow.is-tapped .carousel-arrow-glyph {
    animation: arrowTapScale 500ms cubic-bezier(0.2, 0.9, 0.22, 1);
  }
}

@media (max-width: 760px) {
  .note-carousel,
  .feature-carousel-panel {
    --carousel-arrow-w: 38px;
    --slide-width: min(430px, 88%);
    --slide-shift: 54%;
    --coverflow-breathing: 70;
    gap: 4px;
  }

  .note-card.note-slide,
  .feature-slide {
    padding: 22px 22px 21px;
  }

  .feature-slide {
    min-height: 188px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    row-gap: 8px;
    text-align: center;
  }

  .feature-slide .icon,
  .feature-slide h3,
  .feature-slide p {
    grid-column: 1;
  }

  .feature-slide .icon {
    grid-row: auto;
    justify-self: center;
  }

  .note-card.is-left,
  .note-card.is-right,
  .feature-slide.is-prev,
  .feature-slide.is-next {
    opacity: 0.1;
    filter: none;
  }
}

@media (max-width: 430px) {
  .note-carousel,
  .feature-carousel-panel {
    --carousel-arrow-w: 52px;
    --slide-width: min(330px, 92%);
    --slide-shift: 46%;
    --coverflow-breathing: 62;
    gap: 2px;
  }

  .note-arrow,
  .feat-arrow {
    gap: 6px;
    min-height: 104px;
  }

  .carousel-arrow-glyph,
  .note-arrow-dots,
  .feat-arrow-dots {
    gap: 4px;
  }

  .note-arrow-head,
  .feat-arrow-head {
    width: 13px;
    height: 13px;
    border-width: 2.5px;
  }

  .note-arrow-left .note-arrow-dots b:nth-child(1),
  .feat-arrow-left .feat-arrow-dots b:nth-child(1),
  .note-arrow-right .note-arrow-dots b:nth-child(3),
  .feat-arrow-right .feat-arrow-dots b:nth-child(3) {
    width: 9px;
    height: 9px;
  }

  .note-arrow-left .note-arrow-dots b:nth-child(2),
  .feat-arrow-left .feat-arrow-dots b:nth-child(2),
  .note-arrow-right .note-arrow-dots b:nth-child(2),
  .feat-arrow-right .feat-arrow-dots b:nth-child(2) {
    width: 7px;
    height: 7px;
  }

  .note-arrow-left .note-arrow-dots b:nth-child(3),
  .feat-arrow-left .feat-arrow-dots b:nth-child(3),
  .note-arrow-right .note-arrow-dots b:nth-child(1),
  .feat-arrow-right .feat-arrow-dots b:nth-child(1) {
    width: 4px;
    height: 4px;
  }
}

@keyframes arrowLevitate {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -7px, 0); }
}

@keyframes arrowTapScale {
  0% { scale: 1; }
  34% { scale: 1.14; }
  68% { scale: 0.96; }
  100% { scale: 1; }
}

@media (max-width: 380px) {
  .nav {
    width: calc(100% - 14px);
  }

  .nav-inner {
    gap: 6px;
    padding: 8px;
  }

  .brand {
    gap: 6px;
    padding: 5px 8px 5px 6px;
    font-size: 0.8rem;
  }

  .brand-mark {
    width: 26px;
    height: 26px;
  }

  .btn {
    padding-inline: 10px;
    font-size: 0.72rem;
    max-width: 132px;
  }
}


@media (max-width: 400px) {
  .floating-card {
    max-width: 128px;
    padding: 8px 10px;
    font-size: 0.78rem;
  }

  .float-2 {
    top: 150px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .weekbox-canvas {
    filter: drop-shadow(0 18px 30px rgba(31, 42, 34, 0.12));
  }
}
