:root {
  color-scheme: light;
  --ink: #18201c;
  --muted: #626b66;
  --paper: #f4f2eb;
  --card: #fffefa;
  --line: #dcdcd3;
  --accent: #205c45;
  --accent-strong: #164735;
  --accent-soft: #e0eee7;
  --warm: #95502f;
  --max: 1160px;
  --shadow: 0 24px 70px rgba(24, 32, 28, 0.09);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid #e8a56b; outline-offset: 4px; }
img, svg { display: block; max-width: 100%; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--ink);
  color: white;
}
.skip-link:focus { transform: translateY(0); }

.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid rgba(220, 220, 211, 0.85);
  background: rgba(244, 242, 235, 0.9);
  backdrop-filter: blur(14px);
}

.nav { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 850; letter-spacing: -0.03em; font-size: 1.25rem; }
.brand-mark { width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; color: white; background: var(--accent); }
.brand-mark svg { width: 18px; }
.nav-links { display: flex; align-items: center; gap: 24px; font-size: 0.92rem; }
.nav-links a { color: var(--muted); text-decoration: none; }
.nav-links a:hover { color: var(--ink); }
.nav-links .button, .nav-links .button:hover { color: white; }

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 11px 18px;
  border: 1px solid var(--accent);
  border-radius: 14px;
  color: white;
  background: var(--accent);
  font-weight: 750;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease;
}
.button:hover { transform: translateY(-2px); background: var(--accent-strong); }
.button.secondary { color: var(--ink); border-color: var(--line); background: var(--card); }

.hero { position: relative; overflow: hidden; padding: 105px 0 86px; }
.hero::before {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  top: -260px;
  right: -180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(32, 92, 69, 0.16), rgba(32, 92, 69, 0));
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr); align-items: center; gap: 64px; }
.eyebrow { margin: 0 0 18px; color: var(--accent); font-size: 0.76rem; font-weight: 850; letter-spacing: 0.15em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -0.04em; }
h1 { max-width: 720px; margin-bottom: 24px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.2rem, 8vw, 6.7rem); font-weight: 500; }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 4vw, 3.4rem); }
h3 { margin-bottom: 10px; font-size: 1.22rem; }
.lede { max-width: 660px; margin: 0; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.availability { display: flex; align-items: center; gap: 9px; margin-top: 22px; color: var(--muted); font-size: 0.9rem; }
.availability::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #d08343; box-shadow: 0 0 0 5px rgba(208, 131, 67, 0.14); }

.phone {
  position: relative;
  width: min(100%, 355px);
  margin-inline: auto;
  padding: 16px;
  border: 1px solid #c7c8bd;
  border-radius: 42px;
  background: #202824;
  box-shadow: var(--shadow);
  transform: rotate(2deg);
}
.phone-screen { min-height: 540px; padding: 34px 20px 22px; border-radius: 29px; background: var(--paper); }
.phone-label { color: var(--accent); font-size: 0.72rem; font-weight: 850; letter-spacing: 0.12em; text-transform: uppercase; }
.phone-title { margin: 9px 0 20px; font-size: 1.65rem; font-weight: 850; line-height: 1.15; letter-spacing: -0.035em; }
.save-card { margin-top: 11px; padding: 15px; border: 1px solid var(--line); border-radius: 17px; background: var(--card); }
.save-card small { display: block; color: var(--accent); font-weight: 800; text-transform: uppercase; }
.save-card strong { display: block; margin-top: 6px; line-height: 1.3; }
.save-card p { margin: 7px 0 0; color: var(--muted); font-size: 0.83rem; line-height: 1.45; }
.next-step { margin-top: 18px; padding: 15px; border-radius: 17px; background: var(--accent-soft); }
.next-step span { color: var(--accent); font-size: 0.72rem; font-weight: 850; letter-spacing: 0.08em; text-transform: uppercase; }
.next-step p { margin: 5px 0 0; font-size: 0.92rem; font-weight: 750; line-height: 1.4; }

.section { padding: 90px 0; border-top: 1px solid var(--line); }
.section-heading { max-width: 700px; }
.section-heading p:last-child { color: var(--muted); font-size: 1.08rem; }
.steps, .feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
.step, .feature { padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: var(--card); }
.step-number { display: grid; width: 34px; height: 34px; margin-bottom: 24px; place-items: center; border-radius: 50%; color: var(--accent); background: var(--accent-soft); font-weight: 850; }
.step p, .feature p { margin: 0; color: var(--muted); }
.feature-icon { display: grid; width: 44px; height: 44px; margin-bottom: 22px; place-items: center; border-radius: 13px; color: var(--accent); background: var(--accent-soft); font-size: 1.2rem; font-weight: 850; }

.privacy-callout { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 64px; align-items: start; padding: 56px; border-radius: 28px; color: white; background: var(--ink); }
.privacy-callout p { color: #cdd5d0; }
.privacy-list { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; }
.privacy-list li { padding: 17px 18px; border: 1px solid rgba(255,255,255,0.12); border-radius: 14px; background: rgba(255,255,255,0.04); }
.privacy-list strong { display: block; margin-bottom: 3px; color: white; }

.cta { padding: 88px 0; text-align: center; }
.cta p { max-width: 610px; margin: 0 auto; color: var(--muted); font-size: 1.08rem; }
.cta .hero-actions { justify-content: center; }

.site-footer { padding: 34px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.86rem; }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: var(--ink); }

.document { padding: 82px 0 100px; }
.document-header { max-width: 780px; margin-bottom: 56px; }
.document-header h1 { font-size: clamp(3rem, 7vw, 5.6rem); }
.document-meta { color: var(--muted); font-size: 0.9rem; }
.document-grid { display: grid; grid-template-columns: 240px minmax(0, 720px); gap: 72px; align-items: start; }
.document-nav { position: sticky; top: 100px; display: grid; gap: 9px; font-size: 0.88rem; }
.document-nav a { color: var(--muted); text-decoration: none; }
.document-nav a:hover { color: var(--accent); }
.document-body section { scroll-margin-top: 105px; margin-bottom: 44px; }
.document-body h2 { margin-bottom: 14px; font-size: 1.65rem; letter-spacing: -0.025em; }
.document-body h3 { margin-top: 25px; letter-spacing: -0.015em; }
.document-body p, .document-body li { color: #39423d; }
.document-body ul { padding-left: 22px; }
.document-body li + li { margin-top: 8px; }
.notice { padding: 18px 20px; border-left: 4px solid var(--accent); border-radius: 0 12px 12px 0; background: var(--accent-soft); }
.contact-card { padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: var(--card); }
.contact-card p:last-child { margin-bottom: 0; }
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 38px 0; }
.support-card { padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: var(--card); }
.support-card p { margin-bottom: 0; color: var(--muted); }

@media (max-width: 820px) {
  .hero { padding-top: 72px; }
  .hero-grid, .privacy-callout, .document-grid { grid-template-columns: 1fr; gap: 42px; }
  .steps, .feature-grid { grid-template-columns: 1fr; }
  .phone { max-width: 350px; transform: none; }
  .privacy-callout { padding: 34px 24px; }
  .document-nav { position: static; grid-template-columns: repeat(2, 1fr); padding-bottom: 24px; border-bottom: 1px solid var(--line); }
}

@media (max-width: 620px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .nav-links a:not(.button) { display: none; }
  .nav-links { gap: 0; }
  .hero { padding: 58px 0 64px; }
  h1 { font-size: clamp(3.1rem, 17vw, 4.8rem); }
  .section { padding: 66px 0; }
  .support-grid { grid-template-columns: 1fr; }
  .footer-row { align-items: flex-start; flex-direction: column; }
  .document { padding-top: 58px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
