:root {
  --ink: #18312f;
  --ink-soft: #506461;
  --green: #416f69;
  --green-dark: #315c57;
  --green-light: #dceae7;
  --cream: #f7f3eb;
  --paper: #fffdf9;
  --terracotta: #ce4d35;
  --gold: #d4ae70;
  --line: rgba(24, 49, 47, .13);
  --shadow: 0 24px 70px rgba(33, 72, 67, .13);
  --radius: 28px;
  --radius-sm: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.locked { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid rgba(206,77,53,.35); outline-offset: 3px; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 999; padding: 10px 16px; background: #fff; border-radius: 10px; }
.skip-link:focus { top: 12px; }
.site-header { position: absolute; inset: 0 0 auto; z-index: 20; padding: 22px 0; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 44px; height: 44px; color: #fff; background: var(--green); border-radius: 50%; font: 700 21px/1 Georgia, serif; box-shadow: inset 0 0 0 1px rgba(255,255,255,.25); }
.brand-text { display: grid; line-height: 1.08; }
.brand-text strong { font-size: 15px; letter-spacing: .08em; text-transform: uppercase; }
.brand-text span { margin-top: 4px; color: var(--ink-soft); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.header-proof { display: flex; align-items: center; gap: 10px; color: var(--ink-soft); font-size: 13px; }
.header-proof::before { content: ""; width: 8px; height: 8px; background: #65a875; border-radius: 50%; box-shadow: 0 0 0 5px rgba(101,168,117,.14); }
.header-call { display: grid; justify-items: end; text-decoration: none; line-height: 1.2; }
.header-call span { color: var(--ink-soft); font-size: 10px; letter-spacing: .03em; text-transform: uppercase; }
.header-call strong { margin-top: 4px; color: var(--ink); font-size: 15px; }
.hero { position: relative; overflow: hidden; min-height: 760px; padding: 132px 0 74px; background: radial-gradient(circle at 78% 28%, rgba(212,174,112,.2), transparent 29%), linear-gradient(135deg, #fbf7ef 0%, #f0f5f2 100%); }
.hero::before { content: ""; position: absolute; width: 580px; height: 580px; right: -240px; top: -260px; border: 1px solid rgba(65,111,105,.16); border-radius: 50%; }
.hero::after { content: ""; position: absolute; width: 260px; height: 260px; left: -120px; bottom: -150px; border: 58px solid rgba(206,77,53,.055); border-radius: 50%; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); align-items: center; gap: 50px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 20px; padding: 8px 12px; color: var(--green-dark); background: rgba(255,255,255,.75); border: 1px solid rgba(65,111,105,.14); border-radius: 99px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 7px; height: 7px; background: var(--terracotta); border-radius: 50%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 760px; margin-bottom: 22px; font-size: clamp(46px, 5.1vw, 76px); font-weight: 740; }
h1 em { color: var(--terracotta); font-family: Georgia, serif; font-weight: 400; }
.lead { max-width: 650px; margin-bottom: 28px; color: var(--ink-soft); font-size: clamp(18px, 2vw, 22px); line-height: 1.45; }
.bullets { display: grid; gap: 10px; margin: 0 0 30px; padding: 0; list-style: none; }
.bullets li { display: flex; align-items: flex-start; gap: 11px; }
.bullets li::before { content: "✓"; flex: 0 0 23px; display: grid; place-items: center; width: 23px; height: 23px; margin-top: 2px; color: #fff; background: var(--green); border-radius: 50%; font-size: 12px; font-weight: 900; }
.cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.button { display: inline-flex; min-height: 58px; align-items: center; justify-content: center; gap: 10px; padding: 15px 24px; border: 0; border-radius: 14px; color: #fff; background: var(--green); box-shadow: 0 13px 26px rgba(49,92,87,.2); font-weight: 800; text-align: center; text-decoration: none; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); background: var(--green-dark); box-shadow: 0 17px 34px rgba(49,92,87,.25); }
.button:active { transform: translateY(0); }
.button--accent { background: var(--terracotta); box-shadow: 0 13px 26px rgba(206,77,53,.2); }
.button--accent:hover { background: #b9412d; }
.button--ghost { color: var(--green-dark); background: #fff; border: 1px solid var(--line); box-shadow: none; }
.button--wide { width: 100%; }
.button-icon { width: 24px; height: 24px; flex: 0 0 auto; }
.microcopy { max-width: 270px; color: #667976; font-size: 12px; line-height: 1.35; }
.hero-delivery { max-width: 610px; margin-top: 27px; padding: 15px; background: rgba(255,255,255,.76); border: 1px solid rgba(65,111,105,.15); border-radius: 19px; box-shadow: 0 13px 38px rgba(49,92,87,.08); backdrop-filter: blur(10px); }
.hero-delivery-label { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 0 2px 11px; color: var(--ink-soft); font-size: 12px; }
.hero-delivery-label strong { color: var(--ink); font-size: 13px; }
.hero-delivery-label span { display: inline-flex; align-items: center; gap: 6px; }
.hero-delivery-label span::before { content: ""; width: 7px; height: 7px; background: #68aa77; border-radius: 50%; box-shadow: 0 0 0 4px rgba(104,170,119,.12); }
.hero-delivery-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.quick-channel { display: flex; min-height: 58px; align-items: center; gap: 11px; padding: 10px 14px; color: #fff; background: #2aabee; border-radius: 13px; text-decoration: none; box-shadow: 0 10px 20px rgba(42,171,238,.17); transition: transform .18s ease, box-shadow .18s ease; }
.quick-channel.max { background: linear-gradient(135deg, #2e9de7, #7042df); box-shadow: 0 10px 20px rgba(112,66,223,.17); }
.quick-channel:hover { transform: translateY(-2px); box-shadow: 0 14px 26px rgba(42,171,238,.24); }
.quick-channel b { display: grid; place-items: center; flex: 0 0 32px; width: 32px; height: 32px; background: rgba(255,255,255,.16); border-radius: 9px; font-size: 12px; }
.quick-channel strong, .quick-channel small { display: block; }
.quick-channel strong { font-size: 13px; line-height: 1.2; }
.quick-channel small { margin-top: 2px; color: rgba(255,255,255,.72); font-size: 10px; }
.hero-delivery-foot { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 9px; color: var(--ink-soft); font-size: 10px; }
.hero-delivery-foot::before { content: "✓"; color: var(--green); font-weight: 900; }
.visual { position: relative; min-height: 560px; }
.portrait-halo { position: absolute; inset: 62px 0 0 30px; background: linear-gradient(150deg, #497d76, #274d49); border-radius: 50% 50% 28px 28px; box-shadow: var(--shadow); transform: rotate(2deg); }
.portrait { position: absolute; z-index: 2; right: 0; bottom: -74px; width: 94%; max-height: 650px; object-fit: contain; object-position: bottom; filter: drop-shadow(0 22px 26px rgba(26,49,46,.18)); }
.trust-card { position: absolute; z-index: 4; left: 0; bottom: 28px; width: 245px; padding: 18px 20px; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.75); border-radius: 18px; box-shadow: 0 16px 44px rgba(33,72,67,.16); backdrop-filter: blur(12px); }
.trust-card strong { display: block; font-size: 24px; line-height: 1.1; }
.trust-card span { color: var(--ink-soft); font-size: 13px; }
.trust-card--top { left: auto; right: -12px; top: 92px; bottom: auto; width: 205px; }
.trust-dots { display: flex; margin-bottom: 10px; }
.trust-dots i { width: 30px; height: 30px; margin-right: -8px; border: 3px solid #fff; background: linear-gradient(135deg, var(--gold), var(--terracotta)); border-radius: 50%; }
.section { padding: 90px 0; }
.section--cream { background: var(--cream); }
.section--green { color: #fff; background: var(--green-dark); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.section-head h2 { max-width: 750px; margin: 0; font-size: clamp(34px, 4vw, 56px); }
.section-head p { max-width: 380px; margin: 0; color: var(--ink-soft); }
.section--green .section-head p { color: rgba(255,255,255,.72); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { position: relative; padding: 28px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.card-number { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 30px; color: var(--green-dark); background: var(--green-light); border-radius: 12px; font-weight: 900; }
.card h3 { margin-bottom: 12px; font-size: 22px; }
.card p { margin-bottom: 0; color: var(--ink-soft); font-size: 15px; }
.messenger-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items: center; padding: 48px; color: #fff; background: linear-gradient(135deg, #315c57, #244944); border-radius: 32px; box-shadow: var(--shadow); }
.messenger-panel h2 { margin-bottom: 16px; font-size: clamp(34px, 4vw, 52px); }
.messenger-panel p { color: rgba(255,255,255,.75); }
.messenger-options { display: grid; gap: 14px; }
.messenger-button { display: flex; align-items: center; gap: 16px; min-height: 84px; padding: 17px 20px; color: var(--ink); background: #fff; border: 0; border-radius: 18px; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.messenger-button:hover { transform: translateY(-2px); box-shadow: 0 16px 35px rgba(0,0,0,.15); }
.messenger-button .messenger-logo { display: grid; flex: 0 0 48px; place-items: center; width: 48px; height: 48px; color: #fff; background: #2aabee; border-radius: 14px; font-weight: 900; }
.messenger-button.max .messenger-logo { background: linear-gradient(135deg, #23b8f5, #7d32ed); }
.messenger-button strong { display: block; font-size: 16px; }
.messenger-button span { color: var(--ink-soft); font-size: 12px; }
.messenger-button svg:last-child { width: 20px; margin-left: auto; color: #8a9896; }
.guide-preview { position: relative; min-height: 560px; }
.guide-preview .portrait-halo { inset: 58px 20px 0 62px; }
.guide-preview .portrait { right: -2%; bottom: -74px; width: 88%; }
.guide-cover { position: absolute; z-index: 5; left: -5px; bottom: 18px; width: 245px; min-height: 315px; padding: 25px 22px; color: #fff; background: linear-gradient(155deg, #416f69 0%, #203f3b 100%); border: 7px solid #fff; border-radius: 8px 22px 22px 8px; box-shadow: 0 20px 44px rgba(24,49,47,.25); transform: rotate(-4deg); }
.guide-cover::before { content: "PDF"; display: inline-block; margin-bottom: 34px; padding: 5px 8px; color: var(--ink); background: var(--gold); border-radius: 6px; font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.guide-cover strong { display: block; font-size: 23px; line-height: 1.12; letter-spacing: -.03em; }
.guide-cover span { display: block; margin-top: 14px; color: rgba(255,255,255,.68); font-size: 12px; }
.guide-cover i { position: absolute; right: 19px; bottom: 18px; width: 44px; height: 3px; background: var(--terracotta); border-radius: 99px; }
.channel-note { display: flex; align-items: center; gap: 10px; margin-top: 16px; color: rgba(255,255,255,.62); font-size: 11px; }
.channel-note::before { content: "✓"; display: grid; place-items: center; flex: 0 0 20px; width: 20px; height: 20px; color: #fff; background: rgba(255,255,255,.12); border-radius: 50%; }
.flow-line { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 18px; }
.flow-line div { position: relative; padding: 10px 8px; color: rgba(255,255,255,.72); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.08); border-radius: 11px; font-size: 10px; text-align: center; }
.flow-line b { display: block; margin-bottom: 2px; color: #fff; font-size: 12px; }
.mobile-cta { position: fixed; z-index: 45; inset: auto 10px 10px; display: none; gap: 8px; padding: 8px; opacity: 0; pointer-events: none; background: rgba(255,255,255,.94); border: 1px solid var(--line); border-radius: 17px; box-shadow: 0 16px 42px rgba(24,49,47,.25); backdrop-filter: blur(12px); transform: translateY(18px); transition: opacity .25s ease, transform .25s ease; }
.mobile-cta.visible { opacity: 1; pointer-events: auto; transform: none; }
.mobile-cta a { flex: 1; min-height: 50px; padding: 10px 8px; border-radius: 11px; font-size: 12px; }
.expert { display: grid; grid-template-columns: 280px 1fr; align-items: center; gap: 42px; }
.expert-photo { position: relative; min-height: 330px; overflow: hidden; background: var(--green-light); border-radius: 28px; }
.expert-photo img { position: absolute; inset: 10px 0 0; width: 100%; height: 100%; object-fit: contain; object-position: bottom; }
.expert h2 { margin-bottom: 18px; font-size: clamp(32px, 4vw, 52px); }
.expert p { max-width: 760px; color: var(--ink-soft); }
.expert-stats { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.stat { padding: 12px 16px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.stat strong { display: block; font-size: 20px; }
.stat span { color: var(--ink-soft); font-size: 12px; }
.site-footer { padding: 44px 0; color: #d9e6e3; background: #18312f; font-size: 12px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 40px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px 18px; margin-top: 16px; }
.footer-links a { color: #fff; text-underline-offset: 3px; }
.footer-contacts { display: flex; flex-wrap: wrap; gap: 8px 16px; margin: 12px 0 0; }
.footer-contacts a { color: #fff; font-size: 13px; font-weight: 700; text-decoration: none; }
.warning { padding: 16px 18px; color: rgba(255,255,255,.72); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; }
.cookie { position: fixed; z-index: 60; right: 18px; bottom: 18px; display: none; align-items: center; gap: 16px; width: min(520px, calc(100% - 36px)); padding: 14px 16px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 16px 50px rgba(0,0,0,.18); font-size: 12px; }
.cookie.show { display: flex; }
.cookie button { flex: 0 0 auto; padding: 9px 13px; color: #fff; background: var(--green); border: 0; border-radius: 10px; cursor: pointer; }
.modal { position: fixed; z-index: 80; inset: 0; display: none; place-items: center; padding: 20px; background: rgba(13,31,29,.72); backdrop-filter: blur(7px); }
.modal.open { display: grid; }
.modal-card { position: relative; width: min(620px, 100%); max-height: calc(100vh - 40px); padding: 38px; overflow: auto; background: var(--paper); border-radius: 26px; box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.modal-close { position: absolute; right: 16px; top: 16px; display: grid; place-items: center; width: 38px; height: 38px; color: var(--ink); background: var(--cream); border: 0; border-radius: 50%; cursor: pointer; }
.modal h2 { margin-bottom: 10px; padding-right: 30px; font-size: 32px; }
.modal p { color: var(--ink-soft); }
.form-grid { display: grid; gap: 13px; margin-top: 24px; }
.field { display: grid; gap: 6px; }
.field span { font-size: 12px; font-weight: 800; }
.field input { width: 100%; min-height: 56px; padding: 14px 15px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 12px; outline: none; }
.field input:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(65,111,105,.1); }
.check { display: grid; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; color: var(--ink-soft); font-size: 11px; }
.check input { margin-top: 3px; accent-color: var(--green); }
.check a { text-underline-offset: 2px; }
.form-status { min-height: 20px; color: var(--terracotta); font-size: 12px; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .hero { min-height: auto; padding-bottom: 0; }
  .hero-grid { grid-template-columns: 1fr; gap: 16px; }
  .hero-copy { padding-bottom: 30px; }
  .visual { min-height: 500px; width: min(560px, 100%); margin-inline: auto; }
  .portrait { bottom: 0; }
  .cards { grid-template-columns: 1fr; }
  .section-head { display: grid; }
  .messenger-panel { grid-template-columns: 1fr; padding: 34px; }
  .expert { grid-template-columns: 230px 1fr; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .container { width: min(100% - 28px, var(--container)); }
  .site-header { padding: 14px 0; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-text strong { font-size: 12px; }
  .brand-text span, .header-proof { display: none; }
  .header-call span { display: none; }
  .header-call strong { min-width: 88px; padding: 9px 11px; color: var(--green-dark); background: rgba(255,255,255,.7); border: 1px solid var(--line); border-radius: 11px; font-size: 0; text-align: center; }
  .header-call strong::after { content: "Позвонить"; font-size: 11px; }
  .hero { padding-top: 95px; }
  h1 { font-size: 40px; line-height: 1.04; }
  .lead { font-size: 18px; }
  .cta-row, .cta-row .button { width: 100%; }
  .microcopy { max-width: none; text-align: center; }
  .visual { min-height: 420px; }
  .portrait-halo { inset: 50px 0 0; }
  .portrait { width: 108%; max-width: none; max-height: 100%; right: -5%; }
  .guide-preview { min-height: 435px; }
  .guide-preview .portrait-halo { inset: 50px 0 0 24px; }
  .guide-preview .portrait { width: 100%; max-height: 100%; right: -7%; bottom: 0; }
  .guide-cover { left: -6px; bottom: 13px; width: 180px; min-height: 235px; padding: 18px 15px; border-width: 5px; }
  .guide-cover::before { margin-bottom: 24px; }
  .guide-cover strong { font-size: 17px; }
  .trust-card { left: -4px; bottom: 18px; width: 190px; padding: 14px; }
  .trust-card strong { font-size: 19px; }
  .trust-card--top { right: -3px; top: 62px; left: auto; width: 165px; }
  .section { padding: 64px 0; }
  .section-head { margin-bottom: 28px; }
  .section-head h2 { font-size: 36px; }
  .card { padding: 23px; }
  .messenger-panel { padding: 26px 20px; border-radius: 24px; }
  .messenger-panel h2 { font-size: 35px; }
  .hero-delivery { margin-top: 22px; padding: 11px; }
  .hero-delivery-label { align-items: flex-start; }
  .hero-delivery-label > span { display: none; }
  .hero-delivery-actions { grid-template-columns: 1fr; }
  .quick-channel { min-height: 56px; }
  .expert { grid-template-columns: 1fr; gap: 24px; }
  .expert-photo { min-height: 300px; }
  .footer-grid { grid-template-columns: 1fr; gap: 22px; }
  .modal-card { padding: 30px 20px 22px; border-radius: 20px; }
  .modal h2 { font-size: 27px; }
  .cookie { align-items: flex-start; }
  .has-mobile-cta .cookie { bottom: 91px; }
  .mobile-cta { display: flex; }
  .has-mobile-cta .site-footer { padding-bottom: 105px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
