:root {
  --bg: #f6efe3;
  --paper: #fffaf0;
  --ink: #211811;
  --muted: #725f4e;
  --wood: #9b5e2b;
  --wood-dark: #5a351d;
  --forest: #263b2a;
  --line: rgba(33, 24, 17, .16);
  --shadow: 0 24px 70px rgba(46, 28, 14, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at top left, #fff7e7 0, var(--bg) 42%, #eadcc8 100%);
  overflow-x: hidden;
}
a { color: inherit; }
img { max-width: 100%; display: block; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(246, 239, 227, .88);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.brand img { width: 142px; height: auto; }
.nav { display: flex; gap: 22px; color: var(--muted); font-size: 14px; }
.nav a, .top-phone { text-decoration: none; }
.top-phone { font-weight: 800; color: var(--forest); }

.section { padding: clamp(56px, 8vw, 110px) clamp(18px, 5vw, 76px); }
.hero { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(300px, .98fr); gap: clamp(32px, 6vw, 88px); align-items: center; min-height: 780px; }
.eyebrow { margin: 0 0 14px; color: var(--wood); text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 900; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-family: Georgia, serif; font-size: clamp(44px, 7vw, 92px); line-height: .92; letter-spacing: -.06em; max-width: 940px; margin-bottom: 28px; }
h2 { font-family: Georgia, serif; font-size: clamp(32px, 4.2vw, 62px); line-height: 1; letter-spacing: -.04em; margin-bottom: 20px; }
h3 { font-size: 24px; margin-bottom: 12px; }
.lead { font-size: clamp(19px, 2vw, 25px); line-height: 1.45; color: var(--muted); max-width: 700px; }
.lead-small { color: var(--muted); font-size: 20px; line-height: 1.55; }
.hero-actions, .links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; border-radius: 999px; text-decoration: none; font-weight: 900; }
.primary { background: var(--forest); color: #fff8ed; box-shadow: 0 16px 34px rgba(38, 59, 42, .24); }
.ghost { border: 1px solid var(--line); background: rgba(255,255,255,.38); color: var(--forest); }
.proof-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 36px; }
.proof-row span { padding: 18px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255, 250, 240, .72); color: var(--muted); }
.proof-row strong { display: block; color: var(--ink); font-size: 28px; }
.hero-card { position: relative; padding: 24px; border-radius: 42px; background: linear-gradient(150deg, #3c2819, #9b5e2b); box-shadow: var(--shadow); }
.hero-card img { border-radius: 30px; background: #eadcc8; }
.hero-note { position: absolute; left: 42px; right: 42px; bottom: 42px; padding: 18px 20px; border-radius: 22px; background: rgba(255, 250, 240, .92); font-weight: 800; }
.strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border-block: 1px solid var(--line); }
.strip span { background: #2b1c12; color: #fff0db; padding: 24px; text-align: center; font-weight: 800; }
.section-head { max-width: 850px; margin-bottom: 34px; }
.section-head p:not(.eyebrow) { color: var(--muted); font-size: 19px; line-height: 1.55; }
.cards { display: grid; grid-template-columns: 1.15fr .92fr .92fr; gap: 22px; }
.card { min-height: 360px; border-radius: 34px; padding: 28px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 12px 34px rgba(46, 28, 14, .08); }
.card img { width: 100%; height: 280px; object-fit: cover; border-radius: 24px; margin-bottom: 24px; }
.card p, .card li { color: var(--muted); line-height: 1.55; }
.card a { color: var(--wood-dark); font-weight: 900; }
.dark { background: var(--forest); color: #fff8ed; }
.dark p, .dark a { color: #f5dfc0; }
.split { display: grid; grid-template-columns: .8fr 1.2fr; gap: 36px; align-items: center; background: #fff7ea; }
.spec-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.spec-grid div { border-radius: 30px; padding: 28px; background: #2b1c12; color: #fff0db; min-height: 150px; }
.spec-grid b { display: block; font-family: Georgia, serif; font-size: clamp(34px, 5vw, 66px); line-height: 1; }
.spec-grid span { color: #e4cdae; }
.steps { background: #eadcc8; }
.timeline { list-style: none; display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; padding: 0; margin: 0; }
.timeline li { padding: 24px; border-radius: 28px; background: rgba(255, 250, 240, .78); border: 1px solid var(--line); }
.timeline span { color: var(--wood); font-weight: 900; }
.timeline b { display: block; margin: 18px 0 10px; font-size: 20px; }
.timeline p { color: var(--muted); line-height: 1.45; }
.trust { display: grid; grid-template-columns: 1fr .55fr; gap: 28px; align-items: center; }
.trust-card { background: var(--forest); color: #fff8ed; border-radius: 40px; padding: clamp(28px, 5vw, 58px); }
.trust-card p { color: #f1daba; line-height: 1.6; }
.links a { padding: 12px 16px; border-radius: 999px; background: rgba(255,255,255,.12); color: #fff8ed; text-decoration: none; font-weight: 800; }
.contacts { display: grid; grid-template-columns: 1fr .8fr; gap: 34px; align-items: start; }
.contacts p { color: var(--muted); font-size: 19px; line-height: 1.55; }
.contact-box { display: grid; gap: 12px; padding: 28px; border-radius: 32px; background: var(--paper); border: 1px solid var(--line); }
.contact-box a:not(.button) { font-size: 22px; font-weight: 900; text-decoration: none; color: var(--forest); }
.footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; padding: 28px clamp(18px, 5vw, 76px); background: #211811; color: #f8e7cb; }
.footer a { color: #f8e7cb; }
.sticky-call { display: none; }

@media (max-width: 980px) {
  .nav { display: none; }
  .hero, .split, .trust, .contacts { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .cards { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: 1fr 1fr; }
  .strip { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .topbar { padding: 12px 16px; }
  .brand img { width: 108px; }
  .top-phone { font-size: 13px; }
  .section { padding: 48px 16px; }
  h1 { font-size: 46px; }
  .proof-row, .spec-grid, .timeline, .strip { grid-template-columns: 1fr; }
  .hero-card { padding: 12px; border-radius: 28px; }
  .hero-card img { border-radius: 20px; }
  .hero-note { position: static; margin-top: 12px; }
  .button { width: 100%; }
  .sticky-call { display: flex; position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 30; min-height: 52px; align-items: center; justify-content: center; border-radius: 999px; background: var(--wood); color: #fff8ed; text-decoration: none; font-weight: 900; box-shadow: var(--shadow); }
  .footer { padding-bottom: 84px; }
}
