:root {
  --green: #718063;
  --green-dark: #46563d;
  --orange: #c97858;
  --orange-dark: #a75a3f;
  --ink: #293027;
  --muted: #686b63;
  --paper: #fcfaf5;
  --cream: #f3eee4;
  --line: #dcd7cc;
  --locked: #7d8079;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.45;
  letter-spacing: 0;
}

button, a { font: inherit; }

a { color: inherit; }

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 9px 20px;
  color: #fff;
  background: var(--green-dark);
  border-bottom: 3px solid var(--orange);
  box-shadow: 0 5px 18px rgba(42, 52, 37, .2);
}

.offer-timer { gap: 10px; text-align: center; }
.timer-copy { font-size: 16px; font-weight: 700; }
.timer-value {
  min-width: 72px;
  padding: 4px 9px;
  color: #fff;
  background: var(--orange);
  border-radius: 5px;
  font-size: 21px;
  font-variant-numeric: tabular-nums;
  line-height: 1.2;
}

.hero {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--ink);
  background: #e9e5da;
}

.hero-mockup {
  position: absolute;
  z-index: 1;
  right: max(10px, calc((100vw - 1180px) / 2));
  bottom: -7%;
  width: min(48vw, 570px);
  height: 96%;
  object-fit: contain;
  object-position: right bottom;
  filter: drop-shadow(0 24px 26px rgba(65, 67, 55, .18));
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #e9e5da;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 76px 0 82px;
}

.hero-content > * { max-width: 590px; }

.eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--orange-dark);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.eyebrow-dark { color: var(--orange-dark); }

h1, h2, h3, p { margin-top: 0; }

h1 {
  margin-bottom: 18px;
  font-size: clamp(42px, 7vw, 76px);
  line-height: 1.02;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(30px, 4.5vw, 48px);
  line-height: 1.08;
}

h3 { letter-spacing: 0; }

.hero-copy {
  margin-bottom: 24px;
  font-size: clamp(19px, 2.2vw, 24px);
  color: #4f574d;
}

.quick-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  font-weight: 700;
}

.quick-list span { color: var(--green-dark); }

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.button-primary {
  color: #fff;
  background: var(--orange);
  box-shadow: 0 4px 0 var(--orange-dark);
}

.button-primary:hover { background: #fb8b2e; }

.section-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.product-band { padding: 74px 0; background: #f6f1e8; }

.product-layout {
  display: grid;
  grid-template-columns: minmax(260px, 430px) 1fr;
  gap: 64px;
  align-items: center;
}

.product-cover {
  width: min(100%, 360px);
  max-height: 560px;
  margin: 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 24px rgba(65, 67, 55, .16));
}

.product-copy > p { max-width: 600px; color: var(--muted); font-size: 18px; }

.simple-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.simple-points div { padding: 20px; border-right: 1px solid var(--line); }
.simple-points div:last-child { border-right: 0; }
.simple-points strong { display: block; color: var(--green); font-size: 28px; }
.simple-points span { display: block; color: var(--muted); font-size: 14px; }

.recipes, .steps, .plans, .faq { padding: 78px 0; }
.recipes h2, .steps h2, .plans-heading, .faq-inner > h2 { max-width: 760px; }

.recipe-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 30px;
}

.recipe-item {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.recipe-item img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.recipe-item h3 { margin: 0; padding: 15px; font-size: 17px; }
.recipe-summary {
  min-height: 58px;
  margin: 0;
  padding: 0 14px 16px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}
.recipe-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: min(100%, 360px);
  margin: 28px auto 0;
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}
.recipe-more::before,
.recipe-more::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--orange);
}
.recipe-more strong {
  color: var(--orange-dark);
  font-size: 1.12em;
  font-style: normal;
  font-weight: 800;
}

.steps { background: #edf0e8; }

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.step { padding: 24px; border-top: 4px solid var(--green); background: #fff; }
.step > span { display: grid; width: 34px; height: 34px; margin-bottom: 18px; place-items: center; color: #fff; background: var(--green); border-radius: 50%; font-weight: 800; }
.step strong { display: block; margin-bottom: 4px; font-size: 18px; }
.step p { margin: 0; color: var(--muted); }

.plans-heading { margin: 0 auto 36px; text-align: center; }
.plans-heading p { color: var(--muted); }

.plan-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
  gap: 28px;
  align-items: center;
}

.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px;
  border: 2px solid var(--line);
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.plan-premium {
  min-height: 910px;
  padding: 42px 38px 34px;
  border: 3px solid var(--green-dark);
  background: #fff;
  box-shadow: 0 24px 54px rgba(70, 86, 61, .28);
  transform: scale(1.02);
}

.premium-banner {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  margin: 8px 0 12px;
  object-fit: contain;
}

.plan-basic {
  width: min(100%, 440px);
  min-height: 0;
  justify-self: center;
  padding: 24px;
  border: 1px solid #bcbcbc;
  color: #4e4e4e;
  background: #dedede;
  box-shadow: none;
}

.plan-basic .plan-name,
.plan-basic .price strong,
.plan-basic .price span,
.plan-basic .payment-note,
.plan-basic .released,
.plan-basic .locked {
  color: #555;
}

.plan-basic .feature-list li {
  border-bottom-color: #c7c7c7;
  background: transparent;
}

.plan-basic .check {
  color: #555;
  background: #c7c7c7;
}

.plan-basic .lock {
  color: #555;
  filter: grayscale(1);
}

.plan-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 150px;
  padding: 7px 14px;
  color: #fff;
  background: var(--green);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.plan-name { margin-bottom: 6px; color: var(--green-dark); font-weight: 800; text-transform: uppercase; }
.plan-payment-label { margin: 0 0 10px; color: #6c6864; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.premium-summary { display: grid; width: 100%; margin-bottom: 18px; place-items: center; text-align: center; }
.premium-summary .plan-name { margin: 0 0 7px; color: var(--ink); font-size: 22px; text-transform: none; }
.premium-summary .plan-payment-label { margin-bottom: 1px; }
.plan-card h3 { margin-bottom: 8px; font-size: 28px; }
.plan-description { max-width: 440px; min-height: 48px; color: var(--muted); }

.price { display: flex; align-items: flex-start; gap: 5px; margin-top: 10px; }
.price span { padding-top: 10px; font-size: 18px; font-weight: 800; }
.price strong { color: var(--green); font-size: 48px; line-height: 1; }
.payment-note { margin: 5px 0 24px; color: var(--muted); font-size: 13px; }

.feature-list { width: 100%; margin: 0 0 26px; padding: 0; list-style: none; }
.feature-list li { display: flex; min-height: 47px; align-items: center; justify-content: center; gap: 10px; padding: 11px 0; border-bottom: 1px solid #e2e5dd; text-align: center; }
.feature-list em { font-size: 12px; white-space: nowrap; }
.check {
  display: inline-grid;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  place-items: center;
  color: #159553;
  background: #e5f7eb;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 900;
}
.released { color: #4f5550; font-size: 12px; font-style: normal; font-weight: 700; white-space: nowrap; }
.locked { color: var(--locked); background: #f4f5f4; }
.lock { filter: grayscale(1); font-size: 15px; }

.plan-card .button { width: 100%; margin-top: auto; }
.button-premium { color: #fff; background: var(--green); box-shadow: 0 4px 0 var(--green-dark); }
.button-basic { color: #fff; background: #6b6b6b; border: 2px solid #6b6b6b; box-shadow: 0 4px 0 #474747; }
.basic-price { margin-top: 2px; }
.premium-price { justify-content: center; margin: 0; }
.premium-price strong { display: block; width: 100%; color: var(--orange); font-size: 48px; line-height: 1; text-align: center; }
.plan-basic .payment-note { margin-bottom: 18px; }

.guarantee {
  display: flex;
  gap: 16px;
  align-items: center;
  max-width: 650px;
  margin: 30px auto 0;
  padding: 20px;
  border: 1px solid #c7d0bf;
  border-radius: 8px;
  background: #f0f3ed;
}

.guarantee-icon { display: grid; flex: 0 0 54px; height: 54px; place-items: center; color: #fff; background: var(--green); border-radius: 50%; font-size: 22px; font-weight: 800; }
.guarantee p { margin: 2px 0 0; color: var(--muted); }

.faq { background: var(--cream); }
.faq-inner { max-width: 820px; }
.faq details { margin-bottom: 10px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.faq summary { padding: 18px 20px; cursor: pointer; font-weight: 800; }
.faq details p { padding: 0 20px 18px; color: var(--muted); }

footer { padding: 32px 20px 100px; color: #e7e8df; background: #394535; text-align: center; }
footer p { margin: 5px 0 0; font-size: 14px; }

.sticky-action { position: fixed; z-index: 18; right: 16px; bottom: 16px; left: 16px; display: none; }
.sticky-action .button { width: 100%; }
.sticky-action.is-hidden { display: none; }

.modal { position: fixed; z-index: 50; inset: 0; display: none; place-items: center; padding: 20px; }
.modal.is-open { display: grid; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(46, 52, 43, .78); }
.modal-panel { position: relative; z-index: 1; width: min(480px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; padding: 32px; border: 3px solid var(--orange); border-radius: 8px; background: #fff; text-align: center; }
.modal-close { position: absolute; top: 8px; right: 10px; width: 36px; height: 36px; padding: 0; border: 0; color: #525b55; background: transparent; cursor: pointer; font-size: 32px; line-height: 1; }
.modal-alert { display: inline-block; margin-bottom: 10px; color: #b44100; font-size: 13px; font-weight: 900; text-transform: uppercase; }
.modal-panel h2 { margin-bottom: 10px; font-size: 32px; }
.modal-copy { color: var(--muted); }
.modal-price { margin: 22px 0 10px; }
.modal-price span { display: block; color: var(--muted); }
.modal-price strong { display: block; color: var(--green); font-size: 50px; line-height: 1.1; }
.unique-badge { display: inline-block; margin-bottom: 20px; padding: 6px 12px; color: #fff; background: var(--orange); border-radius: 4px; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.modal-panel .button { width: 100%; }
.basic-link { margin-top: 16px; padding: 4px; border: 0; color: #525b55; background: transparent; cursor: pointer; text-decoration: underline; }

.toast { position: fixed; z-index: 70; right: 20px; bottom: 20px; max-width: 360px; padding: 14px 18px; color: #fff; background: #16231a; border-radius: 6px; box-shadow: 0 10px 30px rgba(0,0,0,.25); opacity: 0; pointer-events: none; transform: translateY(20px); transition: opacity .2s ease, transform .2s ease; }
.toast.is-visible { opacity: 1; transform: translateY(0); }

body.modal-open { overflow: hidden; }

@media (max-width: 820px) {
  .hero { min-height: 610px; }
  .product-layout { grid-template-columns: 1fr; gap: 28px; }
  .product-cover { width: min(100%, 430px); margin: 0 auto; }
  .recipe-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: 1fr; }
  .plan-grid { grid-template-columns: 1fr; gap: 34px; }
  .plan-premium { order: 1; }
  .plan-basic { order: 2; }
}

@media (max-width: 560px) {
  .topbar { min-height: 52px; padding: 8px 10px; }
  .offer-timer { gap: 7px; }
  .timer-copy { font-size: 13px; }
  .timer-value { min-width: 66px; padding: 4px 7px; font-size: 18px; }
  .hero { min-height: 680px; align-items: flex-end; padding-top: 245px; text-align: center; }
  .hero-mockup {
    top: 14px;
    right: 50%;
    bottom: auto;
    width: 205px;
    height: 275px;
    transform: translateX(50%);
    object-position: center top;
  }
  .hero-content { width: min(100% - 30px, 1120px); padding: 42px 0 62px; }
  .hero-content > * { margin-right: auto; margin-left: auto; }
  h1 { font-size: 36px; }
  h2 { font-size: 31px; }
  .hero-copy { font-size: 19px; }
  .quick-list { display: grid; width: max-content; max-width: 100%; gap: 7px; text-align: left; }
  .hero-button { width: 100%; }
  .section-inner { width: min(100% - 30px, 1120px); }
  .product-band, .recipes, .steps, .plans, .faq { padding: 56px 0; }
  .product-layout, .product-copy, .recipes > .section-inner, .steps > .section-inner { text-align: center; }
  .product-cover { width: 220px; max-height: 330px; }
  .simple-points { grid-template-columns: 1fr; }
  .simple-points div { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border-right: 0; border-bottom: 1px solid var(--line); }
  .simple-points div:last-child { border-bottom: 0; }
  .simple-points strong { min-width: 36px; font-size: 24px; }
  .recipe-grid { gap: 10px; }
  .recipe-item img { height: 118px; aspect-ratio: auto; }
  .recipe-item h3 { min-height: 48px; display: grid; place-items: center; padding: 8px; font-size: 14px; }
  .recipe-summary { min-height: 64px; padding: 0 9px 12px; font-size: 12px; line-height: 1.35; }
  .recipe-more { width: min(100%, 290px); margin-top: 22px; font-size: 19px; }
  .steps-grid { text-align: left; }
  .plan-card { padding: 26px 18px 20px; text-align: center; }
  .plan-premium { min-height: 0; padding: 34px 14px 24px; transform: none; }
  .premium-banner { height: auto; margin: 6px 0 10px; }
  .plan-basic { width: min(100%, 320px); min-height: 0; padding: 22px 14px 18px; }
  .plan-card h3 { font-size: 25px; }
  .price strong { font-size: 44px; }
  .feature-list li { min-height: 45px; justify-content: center; gap: 7px; font-size: 14px; text-align: center; }
  .feature-list em { font-size: 10px; }
  .guarantee { align-items: flex-start; }
  .guarantee-icon { flex-basis: 44px; height: 44px; }
  .sticky-action { display: block; }
  .modal-panel { padding: 30px 18px 22px; }
  .modal-panel h2 { font-size: 28px; }
  .modal-price strong { font-size: 44px; }
  .toast { right: 15px; bottom: 82px; left: 15px; max-width: none; }
}

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