:root {
  --midnight: #06090c;
  --graphite: #111418;
  --emerald: #00d26a;
  --cream: #f6ead4;
  --muted: #a9b2ad;
  --red: #ff4d4d;
  --glass: rgba(255,255,255,.1);
  --glass-strong: rgba(255,255,255,.16);
  --line: rgba(255,255,255,.18);
  --shadow: 0 30px 90px rgba(0,0,0,.45);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(circle at 20% 10%, rgba(0,210,106,.20), transparent 30%),
              radial-gradient(circle at 80% 0%, rgba(246,234,212,.14), transparent 26%),
              linear-gradient(140deg, #06090c 0%, #0a1212 45%, #101713 100%);
  color: white;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  overflow-x: hidden;
}
.noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 0;
  opacity: .08;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.orb { position: fixed; width: 360px; height: 360px; border-radius: 50%; filter: blur(70px); opacity: .28; pointer-events: none; z-index: 0; }
.orb-a { background: var(--emerald); top: 18%; left: -120px; }
.orb-b { background: #ffc36a; bottom: 5%; right: -120px; }
a { color: inherit; text-decoration: none; }
.site-header {
  position: sticky; top: 0; z-index: 10;
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(6,9,12,.72); backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: -.03em; }
.brand img { width: 44px; height: 44px; border-radius: 16px; object-fit: cover; box-shadow: 0 0 30px rgba(0,210,106,.22); }
.nav { display: flex; gap: 24px; color: rgba(255,255,255,.72); font-size: 14px; }
.nav a:hover { color: white; }
.nav .live-demo-tab { color: #04100a; background: linear-gradient(135deg, var(--emerald), #cfff81); padding: 9px 13px; border-radius: 999px; font-weight: 900; box-shadow: 0 10px 28px rgba(0,210,106,.22); }
.nav .live-demo-tab:hover { color: #04100a; }
.nav-cta { padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; background: var(--glass); }
.section-shell { position: relative; z-index: 1; width: min(1160px, calc(100% - 36px)); margin: 0 auto; padding: 96px 0; }
.hero { min-height: calc(100vh - 78px); display: grid; grid-template-columns: 1fr 1.05fr; align-items: center; gap: 52px; padding-top: 56px; }
.eyebrow { color: var(--emerald); font-weight: 800; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; margin: 0 0 16px; }
h1, h2, h3 { margin: 0; letter-spacing: -.06em; }
h1, h2 { font-family: Merriweather, Georgia, serif; }
h1 { font-size: clamp(48px, 7vw, 92px); line-height: .96; max-width: 780px; }
h2 { font-size: clamp(34px, 4.6vw, 64px); line-height: 1.02; }
h3 { font-size: 25px; }
p { color: rgba(255,255,255,.72); line-height: 1.7; }
.hero-subtitle { font-size: 19px; max-width: 640px; }
.hero-actions, .trust-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 28px; }
.button { border: 0; cursor: pointer; border-radius: 999px; padding: 15px 22px; font-weight: 800; font-size: 15px; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: linear-gradient(135deg, var(--emerald), #cfff81); color: #04100a; box-shadow: 0 18px 45px rgba(0,210,106,.24); }
.button.secondary { color: white; background: rgba(255,255,255,.1); border: 1px solid var(--line); }
.trust-row span { padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; color: rgba(255,255,255,.76); font-size: 13px; background: rgba(255,255,255,.06); }
.hero-visual { position: relative; min-height: 660px; perspective: 1200px; }
.hero-photo { position: absolute; inset: 24px 0 80px 70px; width: calc(100% - 70px); height: 520px; object-fit: cover; border-radius: 44px; border: 1px solid var(--line); box-shadow: var(--shadow); transform: rotateY(-8deg) rotateX(4deg); }
.glass-card, .dashboard-panel, .feature-card, .waitlist-card, .faq-list details, .showcase-board, .phone, .stat-card, .beta-agent-visual {
  background: linear-gradient(145deg, rgba(255,255,255,.17), rgba(255,255,255,.06));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(26px);
}
.glass-card { position: absolute; border-radius: 28px; padding: 18px; display: flex; gap: 12px; align-items: center; }
.glass-card p, .glass-card small { margin: 4px 0 0; color: rgba(255,255,255,.65); }
.status-dot { width: 12px; height: 12px; border-radius: 50%; flex: 0 0 auto; box-shadow: 0 0 20px currentColor; }
.status-dot.green { color: var(--emerald); background: var(--emerald); }
.float-one { top: 74px; left: 0; animation: float 6s ease-in-out infinite; }
.float-two { right: 12px; bottom: 120px; display: block; max-width: 260px; animation: float 7s ease-in-out infinite reverse; }
.expiry-card strong { display: block; margin: 8px 0; color: #fff4db; }
.dashboard-panel { position: absolute; left: 42px; right: 48px; bottom: 30px; border-radius: 34px; padding: 22px; }
.panel-header { display: flex; justify-content: space-between; color: rgba(255,255,255,.76); margin-bottom: 18px; }
.pulse { color: var(--emerald); }
.metric-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.metric-grid div { padding: 17px; border-radius: 22px; background: rgba(6,9,12,.5); border: 1px solid rgba(255,255,255,.1); }
.metric-grid strong { display: block; font-size: 30px; color: var(--cream); }
.metric-grid span { color: rgba(255,255,255,.62); }
.section-heading { max-width: 760px; margin-bottom: 36px; }
.section-heading p:last-child { font-size: 18px; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.feature-card { border-radius: 34px; padding: 14px; overflow: hidden; }
.feature-card img { width: 100%; height: 250px; object-fit: cover; border-radius: 24px; display: block; }
.feature-card div { padding: 18px 8px 8px; }
.split-section { display: grid; grid-template-columns: .9fr 1fr; gap: 58px; align-items: center; }
.phone-stack { position: relative; min-height: 620px; }
.phone { position: absolute; border-radius: 42px; overflow: hidden; }
.phone-a { left: 40px; top: 10px; width: 320px; height: 590px; transform: rotate(-5deg); }
.phone-a img { width: 100%; height: 100%; object-fit: cover; }
.phone-ui { position: absolute; left: 18px; right: 18px; bottom: 18px; border-radius: 28px; padding: 18px; background: rgba(6,9,12,.72); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(20px); }
.phone-ui span { color: var(--emerald); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.phone-ui strong { display: block; margin-top: 8px; }
.phone-b { right: 18px; bottom: 48px; width: 260px; padding: 20px; transform: rotate(7deg); }
.mini-list h4 { margin: 0 0 18px; }
.mini-list p { display: flex; justify-content: space-between; margin: 10px 0; padding: 12px; border-radius: 16px; background: rgba(255,255,255,.07); }
.mini-list b { color: var(--cream); }
.meal-slider-visual { position: relative; min-height: 540px; border-radius: 44px; overflow: hidden; padding: 26px 0 28px 26px; border: 1px solid rgba(255,255,255,.12); box-shadow: var(--shadow); background: rgba(6,9,12,.64); }
.meal-slider-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(1.1); transform: scale(1.02); }
.meal-slider-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(2,18,12,.78), rgba(2,24,15,.52) 42%, rgba(0,0,0,.32)); }
.meal-slider-head { position: relative; z-index: 1; max-width: 430px; padding: 16px 18px; margin: 6px 26px 64px 0; border-radius: 26px; background: rgba(6,9,12,.44); border: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(18px); }
.meal-slider-head span, .meal-suggestion-card span { display: block; color: var(--emerald); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; }
.meal-slider-head strong { display: block; margin-top: 9px; color: var(--cream); font-size: clamp(22px, 3vw, 31px); line-height: 1.05; }
.meal-card-row { position: relative; z-index: 1; display: flex; gap: 16px; overflow-x: auto; padding: 2px 26px 12px 2px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.meal-card-row::-webkit-scrollbar { display: none; }
.meal-suggestion-card { flex: 0 0 250px; min-height: 312px; scroll-snap-align: start; border-radius: 30px; overflow: hidden; background: rgba(6,9,12,.68); border: 1px solid rgba(255,255,255,.14); box-shadow: 0 18px 54px rgba(0,0,0,.34); backdrop-filter: blur(18px); }
.meal-suggestion-card.active { box-shadow: 0 22px 60px rgba(0,210,106,.16), 0 18px 54px rgba(0,0,0,.38); }
.meal-suggestion-card img { width: 100%; height: 146px; object-fit: cover; display: block; }
.meal-suggestion-card div { padding: 16px; }
.meal-suggestion-card strong { display: block; color: var(--cream); font-size: 20px; line-height: 1.08; margin: 9px 0 8px; }
.meal-suggestion-card p { margin: 0; color: rgba(255,255,255,.70); font-size: 14px; line-height: 1.4; }
.check-list { list-style: none; padding: 0; margin: 24px 0; display: grid; gap: 14px; }
.check-list li { padding: 14px 16px; border-radius: 18px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); }
.check-list li::before { content: ''; display: inline-block; width: 9px; height: 9px; border-radius: 50%; background: var(--emerald); margin-right: 10px; box-shadow: 0 0 16px var(--emerald); }
.analytics-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.stat-card { border-radius: 30px; padding: 26px; min-height: 160px; }
.stat-card strong { font-size: clamp(42px, 6vw, 78px); color: var(--cream); display: block; letter-spacing: -.08em; }
.stat-card span { color: rgba(255,255,255,.68); }
.showcase-board { border-radius: 42px; padding: 18px; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.board-column { min-height: 220px; border-radius: 32px; padding: 24px; background: rgba(6,9,12,.56); border: 1px solid rgba(255,255,255,.11); }
.board-column span { color: rgba(255,255,255,.56); }
.board-column strong { display: block; font-size: 34px; margin: 16px 0 8px; color: var(--cream); }
.board-column.urgent { box-shadow: inset 0 0 60px rgba(255,77,77,.13); }
.board-column.good { box-shadow: inset 0 0 60px rgba(0,210,106,.13); }
.board-column.idea { box-shadow: inset 0 0 60px rgba(255,195,106,.14); }
.beta-audience-section { overflow: clip; }
.beta-audience-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr); gap: clamp(34px, 6vw, 78px); align-items: center; }
.beta-audience-copy > p:not(.eyebrow) { max-width: 680px; font-size: 18px; }
.audience-grid { display: grid; gap: 12px; margin: 30px 0; }
.audience-grid article { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; padding: 15px 16px; border-radius: 22px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); }
.audience-grid article > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 14px; color: #04100a; background: linear-gradient(135deg, var(--emerald), #cfff81); font-size: 11px; font-weight: 900; box-shadow: 0 10px 28px rgba(0,210,106,.18); }
.audience-grid h3 { font-size: 18px; letter-spacing: -.03em; }
.audience-grid p { margin: 5px 0 0; font-size: 14px; line-height: 1.5; }
.beta-access-button { display: inline-flex; justify-content: center; }
.beta-agent-visual { margin: 0; padding: 12px; border-radius: 40px; overflow: hidden; position: relative; }
.beta-agent-visual::before { content: ''; position: absolute; inset: -25%; background: radial-gradient(circle at 76% 28%, rgba(255,195,106,.22), transparent 34%), radial-gradient(circle at 20% 78%, rgba(0,210,106,.16), transparent 34%); filter: blur(30px); pointer-events: none; }
.beta-image-frame { position: relative; z-index: 1; aspect-ratio: 1.2495 / 1; overflow: hidden; border-radius: 30px; background: #111; }
.beta-image-frame img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.beta-agent-visual figcaption { position: relative; z-index: 1; display: flex; align-items: center; gap: 10px; margin: 12px 8px 2px; color: rgba(255,255,255,.76); font-size: 13px; line-height: 1.45; }
.viewport-fade { opacity: 1; transform: translate3d(0, 0, 0); transition: opacity .85s cubic-bezier(.22,1,.36,1), transform .85s cubic-bezier(.22,1,.36,1), filter .85s ease; }
body.motion-ready .viewport-fade { opacity: 0; transform: translate3d(34px, 18px, 0) scale(.975); filter: blur(8px); }
body.motion-ready .viewport-fade.is-in-view { opacity: 1; transform: translate3d(0, 0, 0) scale(1); filter: blur(0); }
.waitlist-card { border-radius: 44px; padding: clamp(24px, 5vw, 48px); display: grid; grid-template-columns: .85fr 1fr; gap: 32px; }
.waitlist-form { display: grid; gap: 14px; }
label span { display: block; margin-bottom: 8px; color: rgba(255,255,255,.76); font-weight: 700; }
input { width: 100%; border: 1px solid rgba(255,255,255,.18); background: rgba(6,9,12,.6); color: white; border-radius: 18px; padding: 15px 16px; font: inherit; outline: none; }
input:focus { border-color: rgba(0,210,106,.75); box-shadow: 0 0 0 4px rgba(0,210,106,.12); }
.form-status { min-height: 24px; margin: 0; color: var(--emerald); }
.faq-list { display: grid; gap: 12px; background: transparent; box-shadow: none; border: 0; backdrop-filter: none; }
.faq-list details { border-radius: 24px; padding: 18px 22px; }
.faq-list summary { cursor: pointer; font-weight: 800; }
.assistant-launcher { position: fixed; right: 22px; bottom: 22px; z-index: 20; border: 1px solid rgba(255,255,255,.2); background: rgba(6,9,12,.72); color: white; backdrop-filter: blur(20px); border-radius: 999px; padding: 14px 18px; display: flex; align-items: center; gap: 10px; font-weight: 900; box-shadow: 0 20px 60px rgba(0,0,0,.45); cursor: pointer; }
.assistant-launcher span { width: 13px; height: 13px; border-radius: 50%; background: var(--emerald); box-shadow: 0 0 0 0 rgba(0,210,106,.7); animation: pulse 1.6s infinite; }
.assistant-modal { position: fixed; inset: 0; z-index: 30; display: none; align-items: flex-end; justify-content: flex-end; padding: 24px; background: rgba(0,0,0,.35); }
.assistant-modal.open { display: flex; }
.assistant-panel { width: min(420px, 100%); border-radius: 32px; overflow: hidden; background: rgba(10,18,18,.92); border: 1px solid var(--line); box-shadow: var(--shadow); backdrop-filter: blur(26px); }
.assistant-head { display: flex; justify-content: space-between; align-items: center; padding: 18px; border-bottom: 1px solid rgba(255,255,255,.1); }
.assistant-head span { display: block; color: rgba(255,255,255,.56); font-size: 13px; margin-top: 3px; }
.assistant-head button { background: rgba(255,255,255,.1); color: white; border: 0; width: 36px; height: 36px; border-radius: 50%; font-size: 24px; cursor: pointer; }
.assistant-messages { max-height: 330px; overflow: auto; padding: 18px; display: grid; gap: 10px; }
.assistant-messages p { margin: 0; padding: 12px 14px; border-radius: 18px; }
.assistant-messages .bot { background: rgba(255,255,255,.09); }
.assistant-messages .user { background: rgba(0,210,106,.2); margin-left: 34px; color: white; }
.assistant-form { display: flex; gap: 8px; padding: 14px; border-top: 1px solid rgba(255,255,255,.1); }
.assistant-form button { border: 0; background: var(--emerald); color: #031008; border-radius: 16px; padding: 0 16px; font-weight: 900; }
.site-footer { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 24px; padding: 38px clamp(18px, 4vw, 56px); border-top: 1px solid rgba(255,255,255,.1); background: rgba(6,9,12,.64); }
.site-footer p { max-width: 520px; margin-bottom: 0; }
.reveal { opacity: 1; transform: translateY(0); transition: opacity .8s ease, transform .8s ease; }
body.motion-ready .reveal { opacity: 0; transform: translateY(24px); }
body.motion-ready .reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-16px); } }
@keyframes pulse { 70% { box-shadow: 0 0 0 14px rgba(0,210,106,0); } 100% { box-shadow: 0 0 0 0 rgba(0,210,106,0); } }
@media (max-width: 900px) {
  .nav { display: none; }
  .hero, .split-section, .waitlist-card, .beta-audience-layout { grid-template-columns: 1fr; }
  .hero-visual { min-height: 560px; }
  .hero-photo { inset: 20px 0 90px 0; width: 100%; transform: none; }
  .feature-grid, .analytics-grid, .showcase-board { grid-template-columns: 1fr; }
  .site-footer { flex-direction: column; align-items: flex-start; }
  .beta-agent-visual { width: min(720px, 100%); justify-self: center; }
  .phone-stack { min-height: 600px; }
  .phone-a { left: 0; }
  .phone-b { right: 0; }
  .meal-slider-visual { min-height: 500px; padding-left: 18px; border-radius: 34px; }
  .meal-slider-head { margin-right: 18px; margin-bottom: 46px; }
  .meal-suggestion-card { flex-basis: 232px; }
}
@media (max-width: 560px) {
  .section-shell { padding: 68px 0; }
  .hero { padding-top: 36px; }
  .nav-cta { display: none; }
  .hero-actions { align-items: stretch; }
  .button { width: 100%; }
  .metric-grid { grid-template-columns: 1fr; }
  .dashboard-panel { left: 12px; right: 12px; }
  .phone-a { width: 280px; height: 520px; }
  .phone-b { width: 220px; }
  .assistant-modal { padding: 12px; }
  .audience-grid article { grid-template-columns: 38px 1fr; padding: 14px; }
  .beta-agent-visual { border-radius: 30px; padding: 9px; }
  .beta-image-frame { border-radius: 23px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  body.motion-ready .reveal,
  body.motion-ready .viewport-fade,
  body.motion-ready .viewport-fade.is-in-view { opacity: 1; transform: none; filter: none; transition: none; }
}


/* Restored AI intelligence glass mockup: backdrop inside glass phone + dashboard-style meal cards */
.meal-intelligence-visual { min-height: 620px; }
.meal-glass-phone {
  left: 38px;
  top: 8px;
  width: 330px;
  height: 590px;
  transform: rotate(-5deg);
  border: 1px solid rgba(255,255,255,.22);
  background: linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,.06));
  box-shadow: 0 34px 100px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.18);
  backdrop-filter: blur(28px);
}
.meal-glass-phone::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.34);
  pointer-events: none;
}
.meal-glass-phone > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05);
}
.meal-glass-copy { z-index: 1; bottom: 20px; }
.meal-glass-copy p { margin: 8px 0 0; font-size: 13px; line-height: 1.45; color: rgba(255,255,255,.68); }
.ai-meal-stack {
  right: 4px;
  bottom: 42px;
  width: 278px;
  height: auto;
  padding: 14px;
  display: grid;
  gap: 12px;
  transform: rotate(7deg);
  border-radius: 34px;
  overflow: visible;
}
.dashboard-meal-card {
  overflow: hidden;
  border-radius: 26px;
  background: rgba(6,9,12,.70);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 18px 54px rgba(0,0,0,.34);
}
.dashboard-meal-card.active { box-shadow: 0 18px 54px rgba(0,0,0,.34), 0 0 34px rgba(0,210,106,.18); }
.dashboard-meal-card img {
  width: 100%;
  height: 118px;
  object-fit: cover;
  display: block;
}
.dashboard-meal-card div { padding: 13px 14px 15px; }
.dashboard-meal-card span {
  display: block;
  color: var(--emerald);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.dashboard-meal-card strong {
  display: block;
  margin: 7px 0 6px;
  color: var(--cream);
  font-size: 18px;
  line-height: 1.06;
}
.dashboard-meal-card p { margin: 0; font-size: 12px; line-height: 1.35; color: rgba(255,255,255,.70); }
@media (max-width: 900px) {
  .meal-intelligence-visual { min-height: 600px; }
  .meal-glass-phone { left: 0; width: min(330px, 86vw); }
  .ai-meal-stack { right: 0; width: min(270px, 72vw); }
}
@media (max-width: 560px) {
  .meal-intelligence-visual { min-height: 610px; }
  .meal-glass-phone { height: 540px; }
  .ai-meal-stack { bottom: 18px; transform: rotate(5deg); }
  .dashboard-meal-card img { height: 104px; }
}


/* Desktop-only correction: keep the AI Meal Intelligence visual as a contained glass mockup, not broad standalone pictures. */
@media (min-width: 901px) {
  .meal-intelligence-visual {
    isolation: isolate;
    min-height: 640px;
  }
  .meal-intelligence-visual::before {
    content: '';
    position: absolute;
    left: 54px;
    top: 38px;
    width: 360px;
    height: 560px;
    border-radius: 46px;
    background: linear-gradient(145deg, rgba(255,255,255,.20), rgba(255,255,255,.055));
    border: 1px solid rgba(255,255,255,.24);
    box-shadow: 0 36px 90px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.22);
    backdrop-filter: blur(30px);
    transform: rotate(-5deg);
    z-index: 0;
  }
  .meal-glass-phone {
    left: 66px;
    top: 42px;
    width: 330px;
    height: 560px;
    border-radius: 44px;
    border: 1px solid rgba(255,255,255,.28);
    background: linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,.06));
    box-shadow: 0 36px 95px rgba(0,0,0,.50), inset 0 1px 0 rgba(255,255,255,.20);
    overflow: hidden;
    z-index: 1;
  }
  .meal-glass-phone > img {
    opacity: .78;
    transform: scale(1.015);
  }
  .meal-glass-phone::after {
    background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(0,0,0,.36));
    box-shadow: inset 0 0 90px rgba(255,255,255,.08);
  }
  .ai-meal-stack {
    right: -26px;
    bottom: 52px;
    width: 318px;
    padding: 18px;
    border-radius: 38px;
    border: 1px solid rgba(255,255,255,.24);
    background: linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,.055));
    box-shadow: 0 34px 90px rgba(0,0,0,.46), inset 0 1px 0 rgba(255,255,255,.20);
    backdrop-filter: blur(30px);
    z-index: 2;
  }
  .dashboard-meal-card {
    background: rgba(6,9,12,.78);
    border-color: rgba(255,255,255,.18);
  }
  .dashboard-meal-card img {
    height: 126px;
  }
}


/* Demo video page + request flow */
.demo-hero { padding-top: 72px; }
.demo-hero h1 { font-family: Merriweather, Georgia, serif; font-size: clamp(42px, 6vw, 84px); line-height: .95; max-width: 980px; margin: 0 auto 20px; }
.demo-stage { display: grid; grid-template-columns: minmax(280px, 520px) 1fr; gap: 34px; align-items: center; margin-top: 44px; }
.demo-video-shell {
  position: relative;
  border-radius: 44px;
  padding: 12px;
  background: linear-gradient(145deg, rgba(255,255,255,.20), rgba(255,255,255,.06));
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 30px 90px rgba(0,0,0,.55), 0 0 90px rgba(0,210,106,.12);
  overflow: hidden;
}
.demo-video-shell::before {
  content: '';
  position: absolute; inset: -30%;
  background: radial-gradient(circle at 20% 15%, rgba(34,229,111,.24), transparent 32%), radial-gradient(circle at 80% 80%, rgba(255,195,106,.18), transparent 38%);
  filter: blur(24px);
  pointer-events: none;
}
.demo-video { position: relative; z-index: 1; width: 100%; max-height: min(78vh, 820px); object-fit: contain; border-radius: 34px; background: #050908; display: block; }
.demo-notes { border-radius: 36px; padding: clamp(24px, 4vw, 42px); background: linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.055)); border: 1px solid var(--line); box-shadow: var(--shadow); backdrop-filter: blur(26px); }
.demo-notes h2 { font-size: clamp(28px, 4vw, 48px); line-height: 1; margin: 12px 0 18px; }
.demo-notes .button { display: inline-flex; justify-content: center; margin: 10px 10px 0 0; }
.request-note { margin: 2px 0 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.5; }
.form-status { min-height: 22px; margin: 6px 0 0; font-weight: 700; line-height: 1.55; }
.form-status a { color: #9dffbd; text-decoration: underline; text-underline-offset: 3px; }
.form-status.success { color: #a9ffc2; }
.form-status.warning { color: #ffd38a; }
.form-status.error { color: #ff9fa3; }
.inline-dashboard-link { display: inline-flex; align-items: center; justify-content: center; margin: 12px 0 8px; padding: 12px 18px; border-radius: 999px; background: linear-gradient(135deg, var(--mint), var(--green)); color: #062115 !important; font-weight: 900; text-decoration: none !important; box-shadow: 0 16px 36px rgba(109, 255, 166, .24); }
.inline-dashboard-link:hover { transform: translateY(-1px); }
.waitlist-form button:disabled { opacity: .64; cursor: wait; transform: none; }
@media (max-width: 900px) {
  .demo-stage { grid-template-columns: 1fr; }
  .demo-video { max-height: 74vh; }
}
