:root {
  color-scheme: light;
  --ink: #173241;
  --muted: #5e6c70;
  --line: #d9e4de;
  --paper: #f5f2ea;
  --white: #ffffff;
  --green: #2f8a62;
  --mint: #e8f4ed;
  --lime: #b8d79b;
  --red: #a54040;
  --red-pale: #fff3f0;
  --shadow: 0 18px 60px rgba(23, 50, 65, 0.09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.topbar { background: var(--ink); color: var(--white); }
.topbar-inner { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.eyebrow { font-weight: 800; letter-spacing: .09em; text-transform: uppercase; font-size: 12px; }
.meta { font-size: 14px; color: #d6e3e8; }
.intro { display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: end; padding: 72px 0 38px; }
.kicker, .option-label { margin: 0 0 10px; color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
h1 { font-size: clamp(42px, 6vw, 78px); line-height: .98; letter-spacing: -.055em; margin: 0; max-width: 860px; }
.lead { color: var(--muted); font-size: 19px; max-width: 820px; margin: 26px 0 0; }
.deadline { background: var(--white); border: 1px solid var(--line); border-radius: 20px; padding: 22px 26px; min-width: 235px; box-shadow: var(--shadow); }
.deadline span, .deadline small { display: block; color: var(--muted); }
.deadline strong { display: block; font-size: 30px; line-height: 1.15; margin: 4px 0; }

.pricing-note { background: var(--mint); border: 1px solid #c8e1d2; border-left: 5px solid var(--green); border-radius: 18px; padding: 20px 24px; margin-bottom: 56px; }
.pricing-note strong { font-size: 18px; }
.pricing-note p { margin: 6px 0 0; color: var(--muted); }
.combo { margin-bottom: 62px; }
.combo-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 20px; }
.combo-heading h2, .bonus h2, .terms h2, .download h2 { margin: 0; letter-spacing: -.035em; line-height: 1.08; }
.combo-heading h2 { font-size: clamp(30px, 4vw, 46px); }
.status { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 8px 13px; font-size: 13px; font-weight: 800; white-space: nowrap; }
.status.ok { background: var(--mint); color: #246846; }
.status.mixed { background: #eef4f7; color: var(--ink); }
.status.over { background: var(--red-pale); color: var(--red); }

.options { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.option { position: relative; background: var(--white); border: 1px solid var(--line); border-radius: 26px; padding: 30px; box-shadow: var(--shadow); overflow: hidden; }
.option.recommended { border: 2px solid var(--green); }
.badge { position: absolute; top: 0; right: 0; background: var(--green); color: white; padding: 8px 16px; border-radius: 0 0 0 16px; font-size: 12px; font-weight: 800; }
.badge.secondary { background: var(--ink); }
.option h3 { margin: 0; font-size: 30px; letter-spacing: -.03em; line-height: 1.08; max-width: 470px; }
.summary { min-height: 76px; color: var(--muted); border-bottom: 1px solid var(--line); padding-bottom: 20px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 12px 0 20px; }
.product-grid img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; background: var(--white); border: 1px solid #edf1ef; border-radius: 14px; }
.package { display: grid; grid-template-columns: minmax(300px, 420px) 1fr; gap: 48px; align-items: center; background: #ece5d7; border-radius: 28px; padding: 34px; margin-bottom: 40px; }
.package-image { background: var(--white); border-radius: 20px; padding: 16px; }
.package-image img { width: 100%; display: block; border-radius: 14px; }
.package h2 { margin: 0; font-size: 36px; line-height: 1.08; letter-spacing: -.035em; }
.package p { color: var(--muted); }
.package-points { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.package-points span { background: var(--white); border: 1px solid var(--line); border-radius: 999px; padding: 8px 12px; font-size: 13px; font-weight: 750; }
.daily-image { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; background: var(--white); border-radius: 18px; margin: 8px 0 20px; }
.price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; border-top: 1px solid var(--line); padding-top: 18px; }
.price-grid div { background: var(--paper); border-radius: 14px; padding: 13px; }
.price-grid span, .price-grid small { display: block; color: var(--muted); font-size: 12px; }
.price-grid strong { display: block; font-size: 25px; line-height: 1.15; margin: 3px 0; }
.reserve { margin: 14px 0 0; color: var(--green); font-size: 13px; font-weight: 800; }
.reserve.over { color: var(--red); }

.bonus { display: flex; justify-content: space-between; align-items: center; gap: 34px; background: #ece5d7; border-radius: 28px; padding: 30px 34px; margin-bottom: 40px; }
.bonus h2, .terms h2 { font-size: 36px; }
.bonus p { color: var(--muted); max-width: 840px; margin-bottom: 0; }
.terms { display: grid; grid-template-columns: 1.4fr .8fr; gap: 44px; padding: 42px 0 58px; }
.terms p { color: var(--muted); }
.note { border-left: 4px solid var(--green); padding: 6px 0 6px 26px; }
.note p { margin: 4px 0 16px; }
.download { background: var(--ink); color: var(--white); border-radius: 26px; padding: 30px 34px; display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 58px; }
.download p { color: #cbd9df; margin: 8px 0 0; }
.download-button { display: inline-flex; align-items: center; justify-content: center; background: var(--lime); color: var(--ink); text-decoration: none; border-radius: 999px; padding: 14px 22px; font-weight: 850; white-space: nowrap; }
.download-button:hover { filter: brightness(.96); }
footer { border-top: 1px solid rgba(23, 50, 65, .15); color: var(--muted); font-size: 13px; padding: 24px 0 34px; }

@media (max-width: 900px) {
  .intro, .options, .terms, .package { grid-template-columns: 1fr; }
  .intro { gap: 28px; padding-top: 50px; }
  .deadline { width: 100%; }
  .summary { min-height: 0; }
}

@media (max-width: 620px) {
  .wrap { width: min(100% - 24px, 1180px); }
  .topbar-inner, .combo-heading, .bonus, .download { align-items: flex-start; flex-direction: column; }
  .meta { font-size: 12px; }
  h1 { font-size: 44px; }
  .option { padding: 22px; }
  .badge { position: static; display: inline-block; border-radius: 999px; margin-bottom: 14px; }
  .option h3 { font-size: 26px; }
  .price-grid { grid-template-columns: 1fr; }
  .bonus h2, .terms h2 { font-size: 30px; }
}
