/* CookWins: product-first layout with equal download and signup paths. */
:root {
  --bg-light: #fffdf9; --text-light: #252c22; --muted-light: #64685e;
  --line-light: #e5e8df; --brand: #c54426; --brand-light: #de5533;
  --eco: #365740; --conversion-soft: #f0f3e9; --conversion-paper: #fffdf9;
}
[data-theme="dark"] { --conversion-soft: #293327; --conversion-paper: #211c16; }
html { scroll-padding-top: 110px; }
body { font-size: 17px; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--brand); outline-offset: 5px; }
.container { max-width: 1240px; }
nav { padding: 13px 0; box-shadow: none; background: var(--bg); }
.logo span { font-size: 28px; font-weight: 600; letter-spacing: -1px; }
.nav-links { gap: 22px; }
.nav-links > a { font-size: 14px; font-weight: 700; }
.nav-links .cta-button, .cta-button { border-radius: 9px; box-shadow: none; }
.theme-toggle { width: 40px; height: 40px; }
.section { padding-top: 88px; padding-bottom: 88px; }
.section h2, .section-header h2 { font-size: clamp(30px, 3.5vw, 46px); font-weight: 500; letter-spacing: -1.3px; line-height: 1.12; }
.section-description { max-width: 620px; margin-inline: auto; }
.section-badge { background: transparent; border: 0; color: var(--eco); padding: 0; letter-spacing: .04em; }
.feature-card, .pricing-card, .challenge-card, .hiw-card { box-shadow: none; border: 1px solid var(--line); border-radius: 16px; }
.feature-card:hover, .hiw-card:hover { transform: none; box-shadow: 0 12px 25px rgba(35,44,30,.06); }
.feature-card { padding: 28px; }
.pricing-card.featured { background: var(--card); box-shadow: 0 16px 50px rgba(35,44,30,.08); }
.faq-list { max-width: 850px; margin-inline: auto; }
.faq-item { border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; }
.faq-question { padding: 25px 0; }
.faq-answer { line-height: 1.8; }
.cta-section { background: var(--eco); border-radius: 24px; box-shadow: none; }
footer { border-top: 1px solid var(--line); }
#signup { scroll-margin-top: 100px; }
.google-form-wrapper { border: 1px solid var(--line); box-shadow: 0 16px 45px rgba(35,44,30,.05); }
/* Hero: the original message and app links, with the product in focus. */
.conversion-home .hero-modern { height: auto; min-height: 0; padding: 64px 24px 54px; background: var(--bg); overflow: hidden; }
.conversion-home .hero-bg-gradient, .conversion-home .hero-floating-elements { display: none; }
.conversion-home .hero-main-content { grid-template-columns: 1.08fr .92fr; gap: 64px; max-width: 1200px; }
.conversion-home .hero-text-section { color: var(--text); display: flex; flex-direction: column; align-items: flex-start; }
.conversion-home .hero-badge { background: var(--conversion-soft); color: var(--eco); border: 0; box-shadow: none; padding: 6px 14px 6px 7px; font-size: 12px; margin-bottom: 22px; }
.conversion-home .badge-mascot { width: 32px; height: 32px; }
.conversion-home .hero-title { font-size: clamp(44px, 4.7vw, 66px); line-height: 1.04; font-weight: 500; letter-spacing: -2px; margin-bottom: 22px; color: var(--text); }
.conversion-home .gradient-text { color: var(--brand); background: none; -webkit-text-fill-color: currentColor; }
.conversion-home .hero-description { font-size: 18px; line-height: 1.65; color: var(--muted); max-width: 510px; margin-bottom: 24px; }
.conversion-home .hero-ctas-modern { order: 1; gap: 12px; margin: 0 0 18px; width: 100%; scroll-margin-top: 120px; }
.conversion-home .cta-btn { border-radius: 10px; padding: 13px 19px; min-height: 61px; box-shadow: none; transition: transform .15s ease, background .15s ease; }
.conversion-home .cta-btn:hover { transform: translateY(-2px); }
.conversion-home .cta-primary, .conversion-home .cta-secondary { background: var(--text); color: var(--bg); border: 1px solid var(--text); }
.conversion-home .cta-btn .btn-label { font-size: 10px; opacity: .8; letter-spacing: .02em; }
.conversion-home .cta-btn .btn-title { font-size: 18px; }
.conversion-home .hero-signup { order: 2; width: 100%; padding: 16px 0; border-top: 1px solid var(--line); font-size: 14px; color: var(--muted); }
.hero-signup a { display: inline-block; color: var(--brand); font-weight: 800; margin-inline-start: 6px; text-underline-offset: 4px; }
.conversion-home .hero-trust-badge { order: 3; flex-wrap: wrap; color: var(--muted); font-size: 11px; margin-top: 4px; }
.conversion-home .hero-stats { order: 4; width: 100%; border: 0; border-top: 1px solid var(--line); background: transparent; box-shadow: none; border-radius: 0; padding: 21px 0 0; margin-top: 22px; margin-bottom: 0; gap: 20px; }
.conversion-home .stat-number { color: var(--text); font-size: 24px; font-weight: 700; }
.conversion-home .stat-label { color: var(--muted); font-size: 10px; }
.conversion-home .stat-divider { background: var(--line); height: 30px; }
.conversion-home [class*="animate-"] { animation: none; opacity: 1; transform: none; }
.product-stage { position: relative; width: 100%; height: 570px; display: flex; align-items: center; justify-content: center; }
.product-orbit { position: absolute; inset: 40px -15px 55px; border-radius: 50% 48% 44% 48%; background: var(--conversion-soft); }
.product-phone { position: relative; width: 225px; padding: 7px; border: 1px solid #434c3f; border-radius: 35px; background: #252c22; transform: rotate(-5deg) translateX(-40px); box-shadow: 0 24px 40px rgba(35,44,30,.16); }
.product-phone img { display: block; width: 100%; height: auto; border-radius: 27px; }
.product-recipe { position: absolute; width: 190px; height: auto; right: 0; top: 100px; border: 6px solid var(--card); border-radius: 26px; transform: rotate(9deg); box-shadow: 0 20px 40px rgba(35,44,30,.12); }
.watch-demo { position: absolute; bottom: 5px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 12px; width: max-content; max-width: 100%; padding: 10px 20px 10px 10px; border: 1px solid var(--line); border-radius: 50px; background: var(--card); color: var(--text); text-decoration: none; font-size: 13px; font-weight: 800; box-shadow: 0 8px 22px rgba(35,44,30,.06); }
.play-disc { display: grid; place-items: center; width: 36px; height: 36px; flex-shrink: 0; border-radius: 50%; background: var(--brand); color: white; font-size: 12px; }
/* Existing content becomes a calmer sequence of product demonstrations. */
.conversion-home .hero-feature-carousel { background: var(--conversion-soft); padding: 80px 24px; }
.conversion-home .carousel-track { gap: 70px; }
.conversion-home .feature-slide { gap: 80px; padding: 0 30px 60px; border-bottom: 1px solid var(--line); opacity: 1 !important; transform: none !important; }
.conversion-home .feature-slide:last-child { border-bottom: 0; padding-bottom: 0; }
.conversion-home .feature-headline { font-size: clamp(30px, 3.4vw, 44px); font-weight: 500; letter-spacing: -1px; color: var(--text); }
.conversion-home .highlight-text { color: var(--brand); }
.conversion-home .feature-badge { background: var(--card); border: 1px solid var(--line); box-shadow: none; font-size: 12px; }
.conversion-home .feature-description, .conversion-home .feature-benefits { color: var(--muted); font-size: 16px; }
.conversion-home .feature-visual.phone-frame-wrap { max-width: 220px; }
.conversion-home .phone-frame-wrap { box-shadow: 0 15px 35px rgba(35,44,30,.10); }
.conversion-home .hero-final-cta { background: var(--eco); padding: 64px 24px; }
.conversion-home .hero-final-cta::before { display: none; }
.conversion-home .final-cta-title { font-size: clamp(30px, 3vw, 44px); font-weight: 500; }
.conversion-home .hiw-card--accent { background: var(--conversion-soft); border-color: var(--line); }
.conversion-home .hiw-step-num { background: var(--eco); box-shadow: none; }
.conversion-home .rewards-grid { gap: 60px; }
.conversion-home .reward-card { gap: 60px; }
.conversion-home .reward-text h3 { font-size: 32px; font-weight: 500; }
/* A clear final choice and persistent, unobtrusive paths back to conversion. */
.conversion-panel { max-width: 1200px; margin: 30px auto 80px; padding: 48px; background: var(--conversion-soft); border-radius: 24px; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.conversion-kicker { font-size: 13px; color: var(--eco); margin-bottom: 12px; font-weight: 800; }
.conversion-panel h2 { font-size: clamp(30px, 3vw, 44px); font-weight: 500; line-height: 1.12; margin-bottom: 14px; letter-spacing: -1px; }
.conversion-panel p:not(.conversion-kicker) { color: var(--muted); max-width: 560px; }
.conversion-actions { display: grid; gap: 12px; }
.conversion-actions a { text-align: center; text-decoration: none; padding: 14px 24px; border-radius: 9px; font-weight: 800; white-space: nowrap; }
.conversion-primary { background: var(--text); color: var(--bg); }
.conversion-secondary { background: var(--brand); color: #fff; }
.conversion-dock { position: fixed; inset-inline: 20px; bottom: 18px; z-index: 900; max-width: 550px; margin-inline: auto; display: flex; align-items: center; gap: 10px; background: var(--card); border: 1px solid var(--line); padding: 9px 10px 9px 20px; border-radius: 15px; box-shadow: 0 8px 32px rgba(0,0,0,.14); transition: opacity .2s, transform .2s; }
.conversion-dock[hidden] { display: none; }
.conversion-dock > span { font-family: Fredoka, sans-serif; font-size: 19px; margin-inline-end: auto; }
.conversion-dock a { color: var(--text); font-size: 13px; font-weight: 800; text-align: center; text-decoration: none; padding: 10px 14px; border: 1px solid var(--line); border-radius: 9px; }
.conversion-dock a:last-child { background: var(--brand); color: white; border-color: var(--brand); }
.conversion-home footer { padding-bottom: 120px; }
.video-dialog { position: fixed; inset: 0; margin: auto; padding: 12px; border: 1px solid var(--line); border-radius: 18px; max-height: 94dvh; width: min(400px, 94vw); background: var(--card); color: var(--text); overflow: auto; }
.video-dialog::backdrop { background: rgba(14,20,15,.83); backdrop-filter: blur(7px); }
.video-dialog-bar { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 0 2px 10px; }
.video-dialog-bar h2 { font-family: Nunito, sans-serif; font-size: 16px; }
.video-dialog-bar button { border: 1px solid var(--line); border-radius: 50%; background: var(--card); color: var(--text); width: 36px; height: 36px; cursor: pointer; }
.video-dialog .hero-video-container { width: auto !important; max-width: min(320px, calc((94dvh - 120px) * 9 / 16)) !important; border: 0; padding: 0; background: transparent; box-shadow: none; border-radius: 10px; }
.video-dialog video { border-radius: 8px; }
body.video-is-open { overflow: hidden; }
[dir="rtl"] .product-phone { transform: rotate(-5deg) translateX(-40px); }
@media(min-width: 1025px) { .conversion-home .hero-text-section { text-align: start; } }
@media(max-width: 1100px) {
  .nav-links { gap: 12px; }
  .conversion-home .hero-main-content { gap: 30px; }
  .product-recipe { width: 160px; }
  .product-phone { width: 205px; }
}
@media(max-width: 1024px) {
  .conversion-home .hero-main-content { grid-template-columns: 1fr 1fr; text-align: start; }
  .conversion-home .hero-title { font-size: 46px; }
  .conversion-home .hero-description { font-size: 16px; }
  .conversion-home .hero-ctas-modern { flex-wrap: wrap; }
  .product-stage { height: 530px; }
  .product-phone { width: 185px; transform: rotate(-4deg) translateX(-16px); }
  .product-recipe { width: 140px; right: -5px; }
  .conversion-panel { margin-inline: 24px; }
}
@media(max-width: 760px) {
  .conversion-home .hero-modern { padding: 36px 20px 38px; }
  .conversion-home .hero-main-content { grid-template-columns: 1fr; gap: 12px; }
  .conversion-home .hero-text-section { align-items: flex-start; text-align: start; }
  .conversion-home .hero-title { font-size: clamp(39px, 9vw, 54px); letter-spacing: -1.4px; }
  .conversion-home .hero-badge { margin-bottom: 17px; }
  .conversion-home .hero-ctas-modern { flex-direction: row; gap: 9px; }
  .conversion-home .hero-ctas-modern .cta-btn { width: auto; flex: 1; padding: 12px 10px; gap: 7px; }
  .conversion-home .cta-btn .btn-title { font-size: 16px; }
  .conversion-home .hero-stats { flex-direction: row; gap: 12px; justify-content: space-between; }
  .conversion-home .stat-divider { width: 1px; height: 30px; }
  .conversion-home .hero-signup { font-size: 13px; }
  .product-stage { max-width: 360px; height: 450px; margin: 8px auto 0; }
  .product-phone { width: 175px; }
  .product-recipe { width: 150px; right: 7px; top: 60px; }
  .product-orbit { inset: 35px 0 60px; }
  .watch-demo { font-size: 12px; }
  .conversion-home .hero-feature-carousel { padding: 50px 20px; }
  .conversion-home .feature-slide { grid-template-columns: 1fr; gap: 28px; padding: 0 0 45px; text-align: start; }
  .conversion-home .feature-slide.reverse { direction: inherit; }
  .conversion-home .feature-visual.phone-frame-wrap { max-width: 185px; }
  .section { padding-top: 55px; padding-bottom: 55px; }
  .conversion-home .reward-card { gap: 25px; }
  .conversion-panel { grid-template-columns: 1fr; margin: 20px 20px 50px; padding: 28px; gap: 24px; }
  .conversion-actions { grid-template-columns: 1fr 1fr; }
  .conversion-actions a { padding: 12px 8px; white-space: normal; font-size: 14px; }
  .conversion-dock { inset-inline: 10px; bottom: 10px; padding: 8px; gap: 7px; }
  .conversion-dock > span { display: none; }
  .conversion-dock a { flex: 1; font-size: 12px; padding: 11px 7px; }
}
@media(prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
/* Remove legacy ornamental shadows and give both conversion paths clear weight. */
h1, h2, h3, .hero-title, .gradient-text, .final-cta-title { text-shadow: none !important; }
.nav-links > a.cta-button { color: #fff; background: var(--brand); }
.conversion-home .hero-signup { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.hero-signup a { background: var(--brand); color: #fff; border-radius: 9px; padding: 11px 18px; text-decoration: none; margin: 0; flex-shrink: 0; }
.conversion-home .hero-stats .stat-item { display: block; background: transparent; border: 0; padding: 0; box-shadow: none; border-radius: 0; flex: 1; }
.conversion-home .hero-stats .stat-number { white-space: nowrap; line-height: 1.2; margin-bottom: 5px; }
.conversion-home .hero-stats .stat-label { text-transform: none; letter-spacing: 0; }
@media(max-width: 400px) { .conversion-home .hero-signup { align-items: flex-start; flex-direction: column; } }
[data-theme="dark"] .conversion-home .hero-badge,
[data-theme="dark"] .section-badge,
[data-theme="dark"] .conversion-kicker { color: #b7d4b3; }
[data-theme="dark"] .conversion-home .gradient-text,
[data-theme="dark"] .conversion-home .highlight-text { color: #f58a69; }
.conversion-home .stat-number { text-shadow: none; }
@media(max-width: 760px) {
  .conversion-home .hero-modern > .container { padding-inline: 0; }
  .conversion-home .cta-btn .btn-title { white-space: nowrap; }
}
@media(max-width: 360px) {
  .conversion-home .hero-ctas-modern .cta-btn { flex-basis: 100%; }
}
