:root {
  --green: #173b32;
  --cream: #f7f5ef;
  --paper: #fffefb;
  --ink: #17211e;
  --muted: #5d6964;
  --line: #d8ddd9;
  --max: 1040px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
a:focus-visible { outline: 3px solid #bd9139; outline-offset: 4px; border-radius: 3px; }
img { display: block; max-width: 100%; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 820px; }

.site-header { border-bottom: 1px solid var(--line); background: var(--paper); }
.nav-shell { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 7px; background: var(--green); color: white; font-family: Georgia, serif; font-size: 19px; font-weight: 700; }
.brand-copy { display: grid; line-height: 1.15; }
.brand-name { font-weight: 750; }
.brand-company { margin-top: 3px; color: var(--muted); font-size: 13px; }
.nav-links { display: flex; gap: 22px; font-size: 14px; font-weight: 650; }
.nav-links a { text-decoration: none; }
.nav-links a:hover { text-decoration: underline; text-underline-offset: 4px; }

h1, h2, h3 { color: var(--ink); line-height: 1.15; letter-spacing: -.025em; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 600; }

.hero { padding: clamp(68px, 10vw, 112px) 0; border-bottom: 1px solid var(--line); }
.app-heading { display: flex; align-items: center; gap: 15px; margin-bottom: 30px; }
.app-heading img { width: 68px; height: 68px; border-radius: 15px; }
.app-heading div { display: grid; }
.app-heading strong { font-size: 21px; }
.app-heading span { margin-top: 2px; color: var(--muted); font-size: 14px; }
.hero h1 { max-width: 760px; margin: 0 0 22px; font-size: clamp(42px, 7vw, 68px); }
.lead { max-width: 760px; margin: 0 0 30px; color: var(--muted); font-size: clamp(18px, 2.2vw, 21px); }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 20px; border-radius: 6px; background: var(--green); color: white; text-decoration: none; font-weight: 750; }
.button:hover { background: #215145; }
.small-points { margin: 24px 0 0; color: var(--muted); font-size: 14px; }

.section { padding: clamp(66px, 9vw, 96px) 0; border-bottom: 1px solid var(--line); }
.content-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(42px, 8vw, 90px); align-items: start; }
.section-label { margin: 0 0 13px; color: var(--green); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.section h2 { margin: 0 0 16px; font-size: clamp(32px, 4.4vw, 48px); }
.muted { margin: 0; color: var(--muted); }
.plain-list { border-top: 1px solid var(--line); }
.plain-list article { padding: 21px 0; border-bottom: 1px solid var(--line); }
.plain-list h3, .price-list h3 { margin: 0 0 5px; font-size: 18px; }
.plain-list p, .price-list p { margin: 0; color: var(--muted); }

.maker-section { background: var(--cream); }
.maker-copy { border-left: 3px solid var(--green); padding-left: 28px; }
.maker-copy p { max-width: 670px; margin: 0 0 17px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(21px, 2.7vw, 27px); line-height: 1.45; }
.maker-copy p:last-child { margin-bottom: 0; }

.price-list { border-top: 1px solid var(--line); }
.price-list article { display: grid; grid-template-columns: 1fr auto; gap: 26px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.price-list strong { color: var(--green); font-size: 19px; white-space: nowrap; }
.final-link { display: flex; align-items: center; gap: 18px; margin-top: 36px; }
.final-link span { color: var(--muted); font-size: 13px; }

.legal-main { padding: 64px 0 88px; background: var(--cream); }
.legal { max-width: 760px; }
.legal h1 { color: var(--green); font: 600 clamp(40px, 7vw, 60px)/1.1 Georgia, "Times New Roman", serif; margin: 0 0 10px; }
.meta { color: #718078; font-size: 14px; margin: 0 0 28px; }
.legal h2 { color: var(--green); font-size: 26px; margin: 42px 0 10px; }
.legal h3 { color: var(--green); font-size: 20px; margin: 28px 0 8px; }
.legal p, .legal li { color: var(--muted); }
.legal li { margin-bottom: 9px; }
.callout { background: var(--paper); border: 1px solid var(--line); border-left: 4px solid var(--green); padding: 20px 22px; border-radius: 6px; margin: 26px 0 36px; }
.callout p { margin: 0; }
.support-email { display: inline-flex; margin-top: 8px; color: var(--green); font-weight: 800; text-underline-offset: 4px; }
.faq { padding: 22px 0; border-top: 1px solid var(--line); }
.faq h3 { margin-top: 0; }

.site-footer { padding: 44px 0; background: var(--green); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; }
.footer-brand { font-weight: 750; font-size: 18px; }
.footer-copy { max-width: 700px; margin: 9px 0 0; color: #ccd8d3; font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; align-content: start; gap: 12px 20px; font-size: 14px; }
.footer-links a { color: white; text-underline-offset: 4px; }

@media (max-width: 720px) {
  .nav-shell { align-items: flex-start; padding: 15px 0; }
  .brand-company, .nav-links a:first-child { display: none; }
  .nav-links { flex-wrap: wrap; justify-content: flex-end; gap: 11px 15px; }
  .content-grid, .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 480px) {
  .wrap { width: min(var(--max), calc(100% - 28px)); }
  .nav-links { font-size: 13px; }
  .nav-links a:nth-child(2) { display: none; }
  .hero { padding: 54px 0 62px; }
  .app-heading img { width: 58px; height: 58px; border-radius: 13px; }
  .small-points { line-height: 1.9; }
  .price-list article { grid-template-columns: 1fr; gap: 10px; }
  .final-link { align-items: stretch; flex-direction: column; }
}

.cookie-banner { position: fixed; z-index: 20; right: 20px; bottom: 20px; width: min(430px, calc(100% - 40px)); padding: 20px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); box-shadow: 0 14px 34px rgba(23,59,50,.18); }
.cookie-banner p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.45; }
.cookie-banner a { color: var(--green); font-weight: 700; }
.cookie-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 16px; }
.cookie-actions button { min-height: 40px; border-radius: 5px; padding: 0 14px; font: inherit; font-size: 14px; font-weight: 750; cursor: pointer; }
.cookie-reject { border: 1px solid var(--green); background: var(--paper); color: var(--green); }
.cookie-accept { border: 1px solid var(--green); background: var(--green); color: white; }
@media (max-width: 480px) { .cookie-banner { right: 14px; bottom: 14px; width: calc(100% - 28px); } }
