:root {
  --teal: #174e54;
  --teal-dark: #0f383d;
  --teal-soft: #dfeceb;
  --sage: #91aa97;
  --sage-soft: #e8f0ea;
  --cream: #f6f1e7;
  --cream-deep: #ece3d3;
  --gold: #c79a4b;
  --gold-soft: #f5ebd8;
  --charcoal: #292d2f;
  --muted: #667074;
  --red: #a64c3c;
  --white: #fff;
  --line: #d8ddd9;
  --shadow: 0 18px 50px rgba(20, 49, 52, .12);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--charcoal);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--teal); }
a:hover { color: var(--teal-dark); }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 850px); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 999; background: #fff; padding: 12px 18px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 12px; }
.announcement { background: var(--teal-dark); color: #fff; text-align: center; padding: 8px 16px; font-size: .9rem; letter-spacing: .02em; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(23,78,84,.12); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--teal); text-decoration: none; line-height: 1.05; }
.brand-mark { width: 42px; height: 42px; display: inline-grid; place-items: center; color: var(--gold); }
.brand-mark svg { width: 100%; height: 100%; }
.brand strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; font-weight: 700; }
.brand small { display: block; color: var(--charcoal); font-size: .9rem; margin-top: 3px; letter-spacing: .08em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 26px; }
.primary-nav a { color: var(--charcoal); text-decoration: none; font-size: .95rem; font-weight: 650; }
.primary-nav a:hover { color: var(--teal); }
.primary-nav .nav-cta { color: #fff; background: var(--teal); padding: 11px 17px; border-radius: 999px; }
.nav-toggle { display: none; border: 1px solid var(--line); background: #fff; border-radius: 10px; padding: 9px 13px; color: var(--teal); font-weight: 700; }

.hero { overflow: hidden; background: radial-gradient(circle at 80% 15%, rgba(199,154,75,.19), transparent 32%), linear-gradient(135deg, var(--cream) 0%, #fff 52%, var(--sage-soft) 100%); padding: 76px 0 72px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .8fr; align-items: center; gap: 68px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; color: var(--teal); text-transform: uppercase; letter-spacing: .11em; font-size: .78rem; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--gold); }
h1, h2, h3 { line-height: 1.16; margin-top: 0; }
h1, .display { font-family: Georgia, "Times New Roman", serif; color: var(--teal-dark); }
h1 { font-size: clamp(2.65rem, 5.6vw, 5.3rem); letter-spacing: -.045em; margin: 16px 0 22px; }
.hero-copy > p { font-size: clamp(1.08rem, 1.8vw, 1.28rem); max-width: 720px; color: #445055; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0 24px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; text-decoration: none; font-weight: 800; border-radius: 999px; padding: 14px 22px; border: 2px solid transparent; transition: transform .18s ease, background .18s ease, color .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--teal); color: #fff; box-shadow: 0 10px 26px rgba(23,78,84,.22); }
.btn-primary:hover { background: var(--teal-dark); color: #fff; }
.btn-secondary { background: rgba(255,255,255,.75); border-color: var(--teal); color: var(--teal); }
.btn-secondary:hover { background: #fff; }
.btn-gold { background: var(--gold); color: var(--teal-dark); }
.btn-gold:hover { background: #d4ab66; color: var(--teal-dark); }
.microcopy { font-size: .88rem !important; color: var(--muted) !important; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 20px; padding: 0; margin: 0; list-style: none; font-size: .92rem; font-weight: 700; color: var(--teal-dark); }
.hero-points li::before { content: "✓"; color: var(--gold); margin-right: 8px; }
.book-stage { position: relative; display: grid; place-items: center; min-height: 610px; }
.book-stage::before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; background: rgba(145,170,151,.22); filter: blur(2px); }
.book-cover { position: relative; z-index: 2; width: min(390px, 86%); border-radius: 8px 18px 18px 8px; box-shadow: 0 30px 70px rgba(15,56,61,.26), -12px 0 0 rgba(23,78,84,.1); transform: rotate(2deg); }
.hero-badge { position: absolute; z-index: 3; right: 0; top: 90px; width: 138px; height: 138px; border-radius: 50%; display: grid; place-items: center; text-align: center; color: #fff; background: var(--teal); border: 7px solid #fff; box-shadow: var(--shadow); font-weight: 900; line-height: 1.1; transform: rotate(8deg); }
.hero-badge strong { display: block; font-size: 1.55rem; }

.trust-strip { background: var(--teal); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 24px; text-align: center; border-right: 1px solid rgba(255,255,255,.16); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; color: #fff; font-family: Georgia, serif; font-size: 1.55rem; }
.trust-item span { color: rgba(255,255,255,.78); font-size: .88rem; }

.section { padding: 88px 0; }
.section-soft { background: var(--cream); }
.section-sage { background: var(--sage-soft); }
.section-dark { background: var(--teal-dark); color: #fff; }
.section-head { max-width: 790px; margin: 0 auto 48px; text-align: center; }
.section-head h2 { font-family: Georgia, serif; color: var(--teal-dark); font-size: clamp(2.1rem, 4vw, 3.6rem); letter-spacing: -.025em; margin: 10px 0 18px; }
.section-dark .section-head h2, .section-dark .section-head p { color: #fff; }
.section-head p { color: var(--muted); font-size: 1.08rem; }
.problem-grid, .feature-grid, .room-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { background: #fff; border: 1px solid rgba(23,78,84,.12); border-radius: var(--radius); padding: 28px; box-shadow: 0 12px 35px rgba(20,49,52,.06); }
.card h3 { color: var(--teal-dark); font-size: 1.25rem; margin: 14px 0 8px; }
.card p { color: var(--muted); margin: 0; }
.icon-tile { width: 52px; height: 52px; border-radius: 15px; display: grid; place-items: center; background: var(--gold-soft); color: var(--teal); font-size: 1.5rem; font-weight: 900; }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 68px; }
.preview-frame { background: #fff; border: 1px solid rgba(23,78,84,.12); border-radius: 24px; padding: 14px; box-shadow: var(--shadow); }
.preview-frame img { border-radius: 14px; }
.split-copy h2 { font-family: Georgia, serif; color: var(--teal-dark); font-size: clamp(2.2rem, 4vw, 3.5rem); }
.check-list { list-style: none; padding: 0; margin: 24px 0; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 31px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; color: #fff; background: var(--teal); width: 21px; height: 21px; border-radius: 50%; display: grid; place-items: center; font-size: .77rem; font-weight: 900; }

.room-card { background: #fff; border-radius: 18px; padding: 22px; border: 1px solid rgba(23,78,84,.12); }
.room-card h3 { color: var(--teal); margin-bottom: 7px; }
.room-card p { color: var(--muted); font-size: .93rem; margin: 0; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: step; }
.step { counter-increment: step; position: relative; background: #fff; border-radius: var(--radius); padding: 34px 28px 28px; border: 1px solid rgba(23,78,84,.12); }
.step::before { content: counter(step); position: absolute; top: -20px; left: 26px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--gold); font-weight: 900; border: 5px solid var(--cream); }
.step h3 { color: var(--teal-dark); margin-top: 14px; }

.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.package-card { position: relative; background: #fff; border: 1px solid rgba(23,78,84,.16); border-radius: 24px; padding: 32px 28px; display: flex; flex-direction: column; box-shadow: 0 12px 36px rgba(20,49,52,.06); }
.package-card.featured { border: 3px solid var(--gold); transform: translateY(-12px); box-shadow: var(--shadow); }
.package-ribbon { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); background: var(--gold); color: var(--teal-dark); font-weight: 900; padding: 6px 17px; border-radius: 999px; white-space: nowrap; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }
.package-label { color: var(--teal); font-weight: 900; text-transform: uppercase; letter-spacing: .1em; font-size: .75rem; }
.package-card h3 { color: var(--teal-dark); font-family: Georgia, serif; font-size: 1.5rem; margin: 10px 0 5px; }
.package-tagline { color: var(--muted); margin: 0 0 12px; }
.price { color: var(--teal-dark); font-family: Georgia, serif; font-weight: 800; font-size: 3rem; line-height: 1; margin: 12px 0 20px; }
.price sup { font-family: inherit; font-size: 1.1rem; top: -.85em; position: relative; }
.package-card .check-list { font-size: .94rem; flex: 1; }
.package-card .btn { width: 100%; margin-top: 12px; }
.package-note { text-align: center; margin-top: 28px; color: var(--muted); font-size: .9rem; }

.testimonial-free { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 58px; }
.quote-box { background: #fff; border-radius: 24px; padding: 34px; box-shadow: var(--shadow); border-left: 7px solid var(--gold); }
.quote-box blockquote { margin: 0; color: var(--teal-dark); font-family: Georgia, serif; font-size: 1.55rem; line-height: 1.45; }

.faq-list { max-width: 880px; margin: 0 auto; display: grid; gap: 14px; }
.faq-item { background: #fff; border: 1px solid rgba(23,78,84,.14); border-radius: 16px; overflow: hidden; }
.faq-question { width: 100%; border: 0; background: #fff; color: var(--teal-dark); display: flex; justify-content: space-between; align-items: center; gap: 20px; text-align: left; padding: 21px 23px; font-weight: 800; cursor: pointer; }
.faq-question::after { content: "+"; font-size: 1.45rem; color: var(--gold); }
.faq-question[aria-expanded="true"]::after { content: "−"; }
.faq-answer { padding: 0 23px 22px; color: var(--muted); }
.faq-answer p:last-child { margin-bottom: 0; }

.cta-band { background: linear-gradient(135deg, var(--teal) 0%, var(--teal-dark) 100%); color: #fff; padding: 58px 0; }
.cta-grid { display: flex; justify-content: space-between; align-items: center; gap: 34px; }
.cta-grid h2 { color: #fff; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.2rem); margin: 0 0 9px; }
.cta-grid p { margin: 0; color: rgba(255,255,255,.78); }

.page-hero { background: var(--cream); padding: 64px 0 56px; text-align: center; border-bottom: 1px solid var(--cream-deep); }
.page-hero h1 { font-size: clamp(2.5rem, 5vw, 4rem); margin-bottom: 14px; }
.page-hero p { max-width: 720px; margin: 0 auto; color: var(--muted); font-size: 1.08rem; }
.content-page { padding: 68px 0 92px; }
.prose { font-size: 1.02rem; }
.prose h2 { font-family: Georgia, serif; color: var(--teal-dark); font-size: 1.8rem; margin-top: 42px; }
.prose h3 { color: var(--teal); margin-top: 28px; }
.prose p, .prose li { color: #495357; }
.prose .legal-note { background: var(--gold-soft); border-left: 5px solid var(--gold); border-radius: 8px; padding: 18px 20px; }
.support-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.support-card { background: #fff; border: 1px solid rgba(23,78,84,.14); border-radius: 20px; padding: 30px; }
.support-card h2 { color: var(--teal-dark); }
.support-phone { font-size: 1.65rem; font-weight: 900; text-decoration: none; }

.checkout-wrap { display: grid; grid-template-columns: 1fr .72fr; gap: 42px; align-items: start; }
.checkout-card, .order-card, .download-card { background: #fff; border: 1px solid rgba(23,78,84,.14); border-radius: 22px; padding: 30px; box-shadow: 0 10px 28px rgba(20,49,52,.06); }
.order-card { position: sticky; top: 104px; }
.order-line { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.order-total { font-size: 1.25rem; font-weight: 900; color: var(--teal-dark); }
.demo-notice { background: var(--gold-soft); border: 1px solid #e2c88d; border-radius: 14px; padding: 17px; margin-bottom: 22px; color: #604b27; }
.download-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.download-card h2 { font-size: 1.15rem; color: var(--teal-dark); }
.download-meta { color: var(--muted); font-size: .88rem; }
.download-card .btn { margin-top: 13px; }

.site-footer { background: #122f33; color: rgba(255,255,255,.78); padding: 62px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 56px; }
.site-footer h2 { color: #fff; font-size: 1rem; text-transform: uppercase; letter-spacing: .08em; }
.site-footer a { color: #fff; }
.footer-brand { margin-bottom: 18px; }
.footer-brand strong, .footer-brand small { color: #fff; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 44px; padding: 22px 0; display: flex; justify-content: space-between; gap: 24px; font-size: .84rem; }
.footer-bottom p { margin: 0; }

@media (max-width: 980px) {
  .nav-toggle { display: inline-flex; }
  .primary-nav { display: none; position: absolute; left: 20px; right: 20px; top: 82px; background: #fff; border-radius: 16px; padding: 18px; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; gap: 4px; border: 1px solid var(--line); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 10px 12px; }
  .primary-nav .nav-cta { text-align: center; margin-top: 6px; }
  .hero-grid, .split, .testimonial-free, .checkout-wrap { grid-template-columns: 1fr; }
  .hero { padding-top: 54px; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .hero-points { justify-content: center; }
  .book-stage { min-height: 520px; }
  .book-cover { width: min(340px, 72%); }
  .hero-badge { right: 10%; }
  .problem-grid, .feature-grid, .room-grid, .package-grid { grid-template-columns: repeat(2, 1fr); }
  .package-card.featured { transform: none; }
  .steps { grid-template-columns: 1fr; gap: 34px; }
  .order-card { position: static; }
}

@media (max-width: 700px) {
  .container, .narrow { width: min(calc(100% - 28px), var(--max)); }
  .announcement { font-size: .78rem; }
  .nav-wrap { min-height: 68px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand strong { font-size: .96rem; }
  .brand small { font-size: .75rem; }
  .hero { padding: 48px 0 52px; }
  h1 { font-size: 2.75rem; }
  .book-stage { min-height: 430px; }
  .hero-badge { width: 112px; height: 112px; right: 0; top: 60px; font-size: .8rem; }
  .hero-badge strong { font-size: 1.25rem; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.16); }
  .section { padding: 66px 0; }
  .problem-grid, .feature-grid, .room-grid, .package-grid, .support-grid, .download-grid { grid-template-columns: 1fr; }
  .package-card { padding: 28px 22px; }
  .cta-grid { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; }
}
