:root {
  --forest: #0b3c39;
  --forest-2: #15554f;
  --gold: #d1b458;
  --gold-pale: #f7efd2;
  --paper: #f4f7f4;
  --white: #fff;
  --ink: #172421;
  --muted: #63716d;
  --line: #dbe3de;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: radial-gradient(circle at 85% 8%, #dcece5 0, transparent 27%), var(--paper); font-family: Manrope, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.shell { width: min(1120px, calc(100% - 36px)); margin-inline: auto; }
.top { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.12); color: #fff; background: var(--forest); }
.top .shell { display: flex; justify-content: space-between; align-items: center; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: .14em; }
.brand img { width: 48px; height: 48px; }
.brand b { color: #e2c96f; }
.back { font-size: 13px; color: #d7e8e2; }
.hero { padding: 64px 0 42px; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.eyebrow { margin: 0 0 14px; color: #a28731; font-size: 12px; font-weight: 900; letter-spacing: .15em; }
h1 { margin: 0; color: var(--forest); font-size: clamp(42px, 6vw, 72px); line-height: .98; letter-spacing: -.055em; }
.lead { max-width: 620px; margin: 22px 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 14px; font-weight: 800; }
.button.primary { border-color: var(--forest); color: #fff; background: var(--forest); box-shadow: 0 12px 30px rgba(11,60,57,.2); }
.button.secondary { background: #fff; }
.price-note { margin-top: 14px; font-size: 12px; color: var(--muted); }
.phone { min-height: 570px; padding: 38px 28px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid #bcd0c7; border-radius: 38px; color: #fff; background: linear-gradient(150deg, var(--forest-2), #072c2a); box-shadow: 0 30px 80px rgba(17,54,50,.22); transform: rotate(2deg); }
.phone img { width: 86px; height: 86px; }
.phone h2 { margin: 24px 0 10px; font-size: 35px; line-height: 1.05; }
.phone p { color: #cfe1db; line-height: 1.6; }
.phone-card { padding: 20px; border-radius: 20px; color: var(--ink); background: #fff; }
.phone-card small { color: #a28731; font-weight: 900; }
.phone-card strong { display: block; margin-top: 7px; font-size: 26px; }
.features { padding: 55px 0 80px; }
.section-head { max-width: 680px; margin-bottom: 28px; }
.section-head h2 { margin: 0 0 10px; color: var(--forest); font-size: clamp(30px, 4vw, 46px); letter-spacing: -.035em; }
.section-head p { color: var(--muted); line-height: 1.7; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.card { padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 15px 38px rgba(36,64,57,.07); }
.card span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: #856a1e; background: var(--gold-pale); font-weight: 900; }
.card h3 { margin: 18px 0 8px; color: var(--forest); }
.card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.offer { margin-bottom: 80px; padding: 42px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; border-radius: 30px; color: #fff; background: var(--forest); }
.offer h2 { margin: 0 0 10px; font-size: clamp(28px, 4vw, 44px); }
.offer p { margin: 0; color: #cee0da; line-height: 1.6; }
.offer-price { text-align: center; }
.offer-price strong { display: block; color: #ecd786; font-size: 50px; letter-spacing: -.04em; }
.offer-price small { color: #d9e9e4; }
.legal { padding: 24px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.legal .shell { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; }
.legal nav { display: flex; gap: 18px; }
.result { min-height: 100vh; display: grid; place-items: center; padding: 28px; }
.result-card { width: min(560px, 100%); padding: 38px; border: 1px solid var(--line); border-radius: 28px; text-align: center; background: #fff; box-shadow: 0 25px 70px rgba(25,65,59,.13); }
.result-card img { width: 72px; height: 72px; margin: auto; }
.result-card h1 { margin-top: 24px; font-size: 38px; }
.result-card p { color: var(--muted); line-height: 1.7; }
.document { padding: 44px 0 80px; }
.document article { padding: 34px; border: 1px solid var(--line); border-radius: 26px; background: #fff; }
.document h1 { font-size: 42px; }
.document h2 { margin-top: 30px; color: var(--forest); }
.document p, .document li { color: var(--muted); line-height: 1.75; }
@media (max-width: 760px) {
  .back { display: none; }
  .hero { padding-top: 42px; }
  .hero-grid, .grid, .offer { grid-template-columns: 1fr; }
  .phone { min-height: 470px; transform: none; }
  .grid { gap: 12px; }
  .offer { padding: 30px 24px; }
}
