:root {
  --ink: #172019;
  --muted: #5c685e;
  --cream: #f4f0e7;
  --paper: #fffdf8;
  --green: #1f5a3a;
  --green-dark: #123a27;
  --green-section: #1d3125;
  --green-footer: #101b14;
  --green-light: #dfeadf;
  --orange: #e78138;
  --orange-soft: #f8e6d4;
  --line: #d8ddd5;
  --white: #fff;
  --shadow: 0 18px 60px rgba(28, 47, 34, .12);
  --shadow-soft: 0 14px 42px rgba(28, 47, 34, .08);
  --container: 1180px;
  --gutter: 40px;
  --section-space: clamp(76px, 7vw, 96px);
  --section-space-compact: clamp(62px, 6vw, 78px);
  --heading-space: clamp(32px, 4vw, 44px);
  --card-padding: clamp(28px, 3.2vw, 42px);
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius: 22px;
  --radius-lg: 28px;
  --transition: .2s ease;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(var(--container), calc(100% - var(--gutter))); margin-inline: auto; }
.section { padding: var(--section-space) 0; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 16px; color: var(--white); background: var(--green-dark); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid rgba(23,32,25,.08); background: rgba(255,253,248,.94); backdrop-filter: blur(14px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; color: var(--white); background: var(--green); border-radius: 12px 12px 12px 4px; font-weight: 850; letter-spacing: -.04em; }
.brand-logo { width: 48px; height: 48px; flex: 0 0 auto; object-fit: cover; background: var(--white); border: 1px solid rgba(23,32,25,.1); border-radius: 12px; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 17px; line-height: 1.1; }
.brand small { margin-top: 4px; color: var(--muted); font-size: 12px; }
.main-nav { display: flex; gap: 24px; }
.main-nav a { color: #3d493f; font-size: 14px; font-weight: 650; text-decoration: none; }
.main-nav a:hover { color: var(--green); }
.header-phone { color: var(--green-dark); font-size: 15px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.language-menu { position: relative; display: inline-flex; align-items: center; flex: 0 0 auto; white-space: nowrap; }
.language-menu details { position: relative; }
.language-menu summary { min-height: 42px; display: inline-flex; align-items: center; gap: 8px; padding: 7px 10px; color: var(--green-dark); border: 1px solid rgba(23,66,46,.18); border-radius: 10px; background: rgba(255,255,255,.76); cursor: pointer; font-size: 14px; font-weight: 750; line-height: 1; list-style: none; }
.language-menu summary::-webkit-details-marker { display: none; }
.language-menu summary::marker { content: ''; }
.language-menu summary:focus-visible, .language-menu__list a:focus-visible { outline: 3px solid rgba(231,129,56,.42); outline-offset: 3px; }
.language-menu .language-menu__globe { width: 18px; height: 18px; max-width: 18px; max-height: 18px; flex: 0 0 18px; object-fit: contain; color: var(--green); }
.language-menu .language-menu__flag { width: 24px; height: 18px; max-width: 24px; max-height: 18px; flex: 0 0 24px; object-fit: cover; border: 1px solid rgba(23,32,25,.12); border-radius: 2px; }
.language-menu__name { display: inline; }
.language-menu__code { display: none; }
.language-menu__chevron { width: 7px; height: 7px; margin-left: 2px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform var(--transition); }
.language-menu details[open] .language-menu__chevron { transform: rotate(225deg) translate(-2px, -1px); }
.language-menu__list { position: absolute; z-index: 1000; top: calc(100% + 8px); right: 0; width: 280px; margin: 0; padding: 8px; list-style: none; background: var(--paper); border: 1px solid rgba(23,66,46,.16); border-radius: 14px; box-shadow: var(--shadow-soft); }
.language-menu__list li { margin: 0; padding: 0; list-style: none; }
.language-menu__list a { display: flex; align-items: center; gap: 10px; min-height: 44px; padding: 8px 9px; color: var(--ink); border-radius: 9px; text-decoration: none; }
.language-menu__list a:hover { background: var(--green-light); }
.language-menu__list a.is-active { color: var(--white); background: var(--green); }
.language-menu__list strong, .language-menu__list small { display: block; line-height: 1.2; }
.language-menu__list strong { font-size: 13px; }
.language-menu__list small { margin-top: 2px; color: var(--muted); font-size: 11px; }
.language-menu__list a.is-active small { color: rgba(255,255,255,.78); }

.hero { position: relative; overflow: hidden; padding: var(--section-space-compact) 0; background: linear-gradient(135deg, #f2eee4 0%, #f8f6ef 55%, #e8efe6 100%); }
.hero::before { content: ""; position: absolute; inset: 0 0 0 42%; background: url("/assets/img/pallet-pattern.svg?v=20260629-epal") right 7% top 14% / 360px 240px repeat; opacity: .042; pointer-events: none; -webkit-mask-image: linear-gradient(to left, #000 42%, transparent 100%); mask-image: linear-gradient(to left, #000 42%, transparent 100%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.12fr .88fr; gap: 64px; align-items: center; }
.eyebrow, .card-kicker { margin: 0 0 14px; color: var(--green); font-size: 12px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.hero-schedule { display: flex; flex-wrap: wrap; gap: 7px 18px; }
.hero-schedule span + span::before { content: "·"; margin-right: 18px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.035em; line-height: 1.05; }
h1 { max-width: 760px; margin-bottom: 26px; font-size: clamp(44px, 4.55vw, 66px); line-height: 1.01; }
.hero-title-detail { display: block; margin-top: .08em; }
h2 { margin-bottom: 20px; font-size: clamp(34px, 3.7vw, 50px); line-height: 1.08; }
h3 { margin-bottom: 10px; font-size: 21px; line-height: 1.25; }
.lead { max-width: 760px; margin-bottom: 30px; color: #465148; font-size: 20px; }
.hero-actions, .location-primary-actions, .final-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 21px; border: 1px solid transparent; border-radius: var(--radius-sm); font-size: 15px; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; transition: transform var(--transition), box-shadow var(--transition), background var(--transition), border-color var(--transition); }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .quick-contact:focus-visible, .text-link:focus-visible, .main-nav a:focus-visible, .faq-list summary:focus-visible { outline: 3px solid rgba(231,129,56,.38); outline-offset: 3px; }
.button-primary { color: var(--white); background: var(--green); box-shadow: 0 10px 24px rgba(31,90,58,.22); }
.button-primary:hover { background: var(--green-dark); }
.button-secondary { color: var(--green-dark); border-color: #bdc8bd; background: rgba(255,255,255,.64); }
.button-secondary:hover { background: var(--white); }
.text-link { padding: 10px 3px; color: var(--green); font-weight: 800; text-decoration: none; }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 34px 0 0; padding: 0; list-style: none; }
.hero-facts li { min-height: 96px; padding: 16px; background: rgba(255,255,255,.5); border: 1px solid rgba(31,90,58,.12); border-radius: var(--radius-md); }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { margin-bottom: 5px; font-size: 14px; }
.hero-facts span { color: var(--muted); font-size: 12px; }
.hero-visual { position: relative; margin: 0; padding: 12px; background: rgba(255,255,255,.7); border-radius: 30px 30px 30px 8px; box-shadow: var(--shadow); transform: rotate(1.5deg); }
.hero-visual img { width: 100%; height: auto; min-height: 430px; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 22px 22px 22px 4px; }
.hero-visual picture { display: block; }
.hero-visual figcaption { position: absolute; right: 25px; bottom: 24px; left: 25px; padding: 10px 12px; color: rgba(255,255,255,.82); background: rgba(13,35,23,.76); border-radius: 9px; font-size: 11px; backdrop-filter: blur(8px); }

.quick-contacts { display: grid; gap: 9px; }
.quick-contacts-hero { grid-template-columns: repeat(5, minmax(0, 1fr)); margin-top: 20px; }
.quick-contact { min-width: 0; height: 50px; display: flex; align-items: center; justify-content: center; gap: 8px; overflow: hidden; padding: 8px 12px; color: var(--ink); background: rgba(255,255,255,.72); border: 1px solid #cfd6cc; border-radius: var(--radius-sm); font-size: 12px; font-weight: 800; line-height: 1; text-decoration: none; transition: transform var(--transition), border-color var(--transition), background var(--transition); }
.quick-contact:hover { transform: translateY(-2px); border-color: #aab8aa; background: var(--white); }
.quick-contact-icon { width: 24px; height: 24px; flex: 0 0 24px; display: grid; place-items: center; }
.quick-contact-icon img { width: 24px; height: 24px; display: block; object-fit: contain; }
.quick-contact-label { min-width: 0; display: block; white-space: nowrap; }
.quick-contact-badge { color: var(--white); border-radius: 7px; font-size: 8px; font-weight: 900; letter-spacing: -.02em; }
.quick-contact-badge-max { background: #6f65d9; }
.quick-contact-badge-avito { background: #1677ff; font-size: 13px; }

.split-section { padding-top: var(--section-space); }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.audience-card { display: flex; flex-direction: column; padding: var(--card-padding); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.audience-card h2 { font-size: clamp(34px, 3.4vw, 44px); }
.audience-card > p:not(.card-kicker) { max-width: 500px; color: var(--muted); }
.audience-buyers { background: var(--green-light); }
.audience-suppliers { background: var(--orange-soft); }
.audience-suppliers .card-kicker { color: #9c4a10; }
.check-list { display: grid; gap: 13px; margin: 28px 0 32px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 30px; font-weight: 650; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: -1px; width: 20px; height: 20px; display: grid; place-items: center; color: var(--white); background: var(--green); border-radius: 50%; font-size: 11px; }
.audience-suppliers .check-list li::before { background: #b35a1d; }
.inline-cta { margin-top: auto; color: var(--green-dark); font-weight: 850; text-decoration: none; }
.seo-copy { grid-column: 1 / -1; max-width: 920px; margin: 38px auto 0; padding: 30px 34px 6px; border-top: 1px solid var(--line); }
.seo-copy h2 { max-width: 780px; margin-bottom: 18px; color: var(--ink); font-size: clamp(28px, 3vw, 38px); }
.seo-copy p { max-width: 860px; margin-bottom: 14px; color: var(--muted); font-size: 17px; line-height: 1.65; }

.request-section { background: #edf2eb; }
.request-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: 28px; align-items: start; }
.request-main { padding: var(--card-padding); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); }
.request-main .section-heading { margin-bottom: 28px; }
.request-form { display: grid; gap: 28px; }
.request-form fieldset { min-width: 0; margin: 0; padding: 28px 0 0; border: 0; border-top: 1px solid var(--line); }
.request-form fieldset[hidden], .form-final-fields[hidden] { display: none !important; }
.request-form legend { display: flex; align-items: center; gap: 11px; margin-bottom: 22px; padding: 0; font-size: 19px; font-weight: 850; }
.request-form legend span { width: 32px; height: 32px; display: grid; place-items: center; color: var(--white); background: var(--green); border-radius: 50%; font-size: 13px; }
.form-grid { display: grid; gap: 18px; }
.two-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.form-field { display: grid; gap: 8px; color: #344238; font-size: 14px; font-weight: 750; }
.form-field b, .field-label b { color: #b75031; }
.field-label { display: block; margin: 20px 0 10px; color: #344238; font-size: 14px; font-weight: 750; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 50px; padding: 12px 14px; color: var(--ink); background: #fbfcf9; border: 1px solid #cbd4c9; border-radius: 11px; font: inherit; font-weight: 500; outline: none; }
.form-field textarea { min-height: 125px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(31,90,58,.12); }
.form-field [aria-invalid="true"], .choice-grid input[aria-invalid="true"] + span { border-color: #b94f3a; }
.choice-grid { display: grid; gap: 8px; }
.five-choices { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.choice-grid label { cursor: pointer; }
.choice-grid input { position: absolute; width: 1px; height: 1px; margin: 0; opacity: 0; pointer-events: none; }
.choice-grid span { min-height: 46px; display: grid; place-items: center; padding: 8px; color: #405044; background: #f8faf6; border: 1px solid #cbd4c9; border-radius: 10px; font-size: 12px; font-weight: 750; text-align: center; }
.choice-grid input:checked + span { color: var(--white); background: var(--green); border-color: var(--green); }
.choice-grid input:focus-visible + span { outline: 3px solid rgba(31,90,58,.22); outline-offset: 2px; }
.check-control { display: inline-flex; align-items: center; gap: 10px; margin-top: 18px; cursor: pointer; font-size: 14px; font-weight: 750; }
.check-control input { width: 20px; height: 20px; accent-color: var(--green); }
.check-control > span { display: grid; gap: 3px; }
.check-control small { color: var(--muted); font-weight: 500; line-height: 1.45; }
.existing-client-control { margin-top: 20px; padding: 18px; background: var(--green-light); border: 1px solid #c6d7c8; border-radius: 14px; }
.existing-client-control .check-control { margin-top: 0; align-items: flex-start; }
.existing-client-control .conditional-field { margin-top: 16px; }
.locked-step { display: grid; grid-template-columns: 32px 1fr; gap: 2px 11px; align-items: center; padding: 18px 0 0; color: #68746a; border-top: 1px solid var(--line); }
.locked-step[hidden] { display: none !important; }
.locked-step span { grid-row: 1 / 3; width: 32px; height: 32px; display: grid; place-items: center; color: #68746a; background: #e8ece6; border-radius: 50%; font-size: 13px; font-weight: 850; }
.locked-step strong { font-size: 16px; }
.locked-step small { font-size: 12px; }
.conditional-field[hidden] { display: none !important; }
.photo-upload { margin-top: 18px; padding: 18px; background: #f8faf6; border: 1px dashed #aebcae; border-radius: 12px; }
.photo-upload input[type="file"] { padding: 10px; background: var(--white); }
.photo-upload .form-field > small:not(.field-error) { color: var(--muted); font-weight: 500; }
.form-final-fields { display: grid; gap: 22px; padding-top: 4px; }
.general-comment { margin-top: 0; }
.consent-control { display: flex; align-items: flex-start; gap: 11px; color: #3d493f; font-size: 13px; line-height: 1.5; cursor: pointer; }
.consent-control input { width: 20px; height: 20px; flex: 0 0 auto; margin-top: 1px; accent-color: var(--green); }
.consent-control a { color: var(--green); font-weight: 750; }
.field-error { min-height: 17px; color: #a63e2b; font-size: 12px; font-weight: 650; }
.honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.honeypot input { width: 1px; height: 1px; }
.form-alert { padding: 18px; border-radius: 12px; }
.error-alert { color: #7b2c20; background: #fae5df; border: 1px solid #e7b8aa; }
.success-alert { color: var(--green-dark); background: var(--green-light); border: 1px solid #b8cdbb; }
.success-alert strong, .success-alert p, .success-alert small { display: block; }
.success-alert strong { margin-bottom: 5px; font-size: 19px; }
.success-alert p { margin-bottom: 5px; }
.success-alert small { color: var(--muted); }
.submit-button { width: min(100%, 330px); border: 0; cursor: pointer; }
.submit-button:disabled { cursor: wait; opacity: .72; }
.form-footnote { max-width: 700px; margin: -10px 0 0; color: var(--muted); font-size: 13px; }
.request-aside { position: sticky; top: 100px; padding: clamp(28px, 3vw, 34px); background: var(--orange-soft); border: 1px solid #e6cfb7; border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.request-aside h3 { font-family: Georgia, "Times New Roman", serif; font-size: 29px; }
.request-aside > p:not(.card-kicker) { color: var(--muted); }
.quick-contacts-stacked { grid-template-columns: 1fr; margin-top: 24px; }
.quick-contacts-stacked .quick-contact { justify-content: center; padding-inline: 14px; background: var(--white); }

.services-section { padding: var(--section-space) 0; color: var(--white); background: var(--green-dark); }
.services-section .eyebrow { color: #a9d0b5; }
.section-heading { max-width: 680px; margin-bottom: var(--heading-space); }
.section-heading > p:last-child { color: var(--muted); font-size: 18px; }
.services-section .section-heading > p:last-child { color: #c1cdc4; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.service-grid article, .service-grid .service-card { min-height: 220px; padding: 28px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius-md); }
.service-grid .service-card { display: block; color: inherit; text-decoration: none; }
.service-grid .service-card:hover { background: rgba(255,255,255,.07); }
.service-grid span { display: block; margin-bottom: 45px; color: #91aa99; font-size: 12px; font-weight: 800; }
.service-grid p { margin-bottom: 0; color: #bec9c1; font-size: 14px; }

.types-section { padding: var(--section-space) 0; background: var(--cream); }
.types-layout { display: grid; grid-template-columns: .78fr 1.1fr; gap: 42px 70px; align-items: start; }
.section-heading.compact { margin-bottom: 0; }
.type-chips { display: flex; flex-wrap: wrap; gap: 12px; }
.type-chips span, .type-chips a { padding: 13px 17px; border: 1px solid #cdd4ca; background: rgba(255,255,255,.66); border-radius: 999px; font-weight: 750; }
.type-chips a { color: inherit; text-decoration: none; }
.price-note { grid-column: 1 / -1; display: grid; grid-template-columns: .7fr 1.6fr auto; gap: 28px; align-items: center; padding: var(--card-padding); color: var(--white); background: var(--green); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.price-note strong { font-family: Georgia, "Times New Roman", serif; font-size: 24px; line-height: 1.1; }
.price-note p { margin: 0; color: #d8e7dc; }
.price-note .button { background: var(--white); color: var(--green-dark); box-shadow: none; white-space: nowrap; }

.process-section { padding: var(--section-space) 0; background: var(--paper); }
.process-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 24px; background: #f8f6f0; border: 1px solid var(--line); border-radius: var(--radius-md); }
.process-list li > span { width: 44px; height: 44px; display: grid; place-items: center; color: var(--green); background: var(--green-light); border-radius: 50%; font-weight: 850; }
.process-list h3 { margin-bottom: 4px; font-size: 20px; }
.process-list p { max-width: 720px; margin: 0; color: var(--muted); }

.location-section { color: var(--white); background: var(--green-section); }
.location-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 72px; align-items: center; }
.location-section .eyebrow { color: #a8cfb2; }
.location-intro { max-width: 650px; color: #cbd4ce; font-size: 18px; }
.contact-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 34px 0; border-top: 1px solid rgba(255,255,255,.16); }
.contact-list div { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.contact-list div:nth-child(odd) { padding-right: 30px; }
.contact-list dt { margin-bottom: 4px; color: #9fb0a4; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.contact-list dd { margin: 0; font-weight: 750; }
.contact-list a { text-decoration: none; }
.button-secondary.light { color: var(--white); border-color: rgba(255,255,255,.42); background: transparent; }
.button-secondary.light:hover { background: rgba(255,255,255,.08); }
.location-primary-actions { margin-top: 4px; }
.location-map-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 14px; }
.button-map { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 21px; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.42); border-radius: 12px; font-size: 13px; font-weight: 800; text-align: center; text-decoration: none; }
.button-map:hover { background: rgba(255,255,255,.08); }
.is-pending { cursor: not-allowed; opacity: .72; }
.pending-note { margin: 14px 0 0; color: #91a096; font-size: 12px; }
.location-contact-group { margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.16); }
.location-contact-label { margin: 0 0 10px; color: #9fb0a4; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.quick-contacts-dark { grid-template-columns: repeat(5, minmax(0, 1fr)); margin-top: 0; }
.quick-contacts-dark .quick-contact { color: var(--white); background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); }
.quick-contacts-dark .quick-contact:hover { background: rgba(255,255,255,.14); }
.map-embed { overflow: hidden; min-height: 420px; background: #dce4d9; border-radius: var(--radius-lg) var(--radius-lg) var(--radius-lg) 8px; box-shadow: var(--shadow-soft); }
.map-embed iframe { width: 100%; height: 420px; display: block; border: 0; }
.map-placeholder { position: relative; min-height: 440px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 34px; color: var(--green-dark); background: #dce4d9; border-radius: 30px 30px 30px 8px; }
.map-placeholder::before, .map-placeholder::after { content: ""; position: absolute; border: 2px solid rgba(31,90,58,.16); border-radius: 50%; }
.map-placeholder::before { width: 310px; height: 310px; top: -75px; right: -60px; }
.map-placeholder::after { width: 185px; height: 185px; top: -10px; right: 4px; }
.map-road { position: absolute; width: 650px; height: 38px; left: -90px; top: 160px; background: #f9faf6; border: 1px solid #c7d0c4; transform: rotate(-19deg); }
.road-two { width: 500px; top: 70px; left: -210px; transform: rotate(50deg); }
.map-pin { position: absolute; z-index: 2; top: 148px; left: 52%; width: 46px; height: 46px; background: var(--orange); border: 8px solid var(--white); border-radius: 50% 50% 50% 0; box-shadow: 0 8px 20px rgba(0,0,0,.2); transform: rotate(-45deg); }
.map-placeholder strong, .map-placeholder small { position: relative; z-index: 3; display: block; }
.map-placeholder strong { font-family: Georgia, "Times New Roman", serif; font-size: 25px; }
.map-placeholder small { margin-top: 6px; color: var(--muted); }

.faq-section { background: #f6f4ee; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: start; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { overflow: hidden; background: rgba(255,255,255,.7); border: 1px solid var(--line); border-radius: var(--radius-md); }
.faq-list summary { position: relative; padding: 21px 52px 21px 22px; cursor: pointer; font-size: 18px; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 22px; top: 16px; color: var(--green); font-size: 28px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 52px 22px 22px; margin: 0; color: var(--muted); }

.final-cta { padding: var(--section-space-compact) 0; color: var(--white); background: var(--green-section); }
.final-cta-inner { display: grid; grid-template-columns: 1.4fr auto; gap: 45px; align-items: center; }
.final-cta .eyebrow { color: #b9d9c2; }
.final-cta h2 { max-width: 750px; margin-bottom: 0; font-size: clamp(32px, 4vw, 48px); }
.final-subtitle { max-width: 760px; margin: 18px 0 0; color: #d8e7dc; }
.final-cta .button-primary { color: var(--green-dark); background: var(--white); box-shadow: none; }

.site-footer { padding: 48px 0 95px; color: #bdc8c0; background: var(--green-footer); }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 40px; align-items: center; }
.footer-brand { color: var(--white); }
.footer-brand small { color: #93a098; }
.footer-inner p { margin: 0; text-align: center; font-size: 13px; }
.footer-inner > div:last-child { display: grid; gap: 5px; text-align: right; }
.footer-inner > div:last-child a { color: var(--white); font-size: 13px; font-weight: 750; text-decoration: none; }
.mobile-cta { display: none; }

.privacy-page { background: var(--cream); }
.privacy-content { padding: 70px 0 100px; }
.privacy-card { max-width: 860px; padding: 48px; background: var(--white); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.privacy-card h1 { font-size: clamp(40px, 6vw, 62px); }
.privacy-card h2 { margin-top: 36px; font-size: 28px; }
.privacy-card p { color: var(--muted); }
.privacy-note { padding: 16px; background: var(--orange-soft); border-radius: 10px; }

@media (max-width: 980px) {
  .main-nav { display: none; }
  .hero-grid, .location-grid { grid-template-columns: 1fr; }
  .request-layout { grid-template-columns: 1fr; }
  .request-aside { position: static; }
  .hero { padding-top: 64px; }
  .hero-copy { max-width: 820px; }
  .hero-visual { max-width: 760px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .types-layout, .faq-layout { grid-template-columns: 1fr; gap: 40px; }
  .price-note { grid-template-columns: 1fr; }
  .final-cta-inner { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; text-align: left; }
  .footer-inner p { text-align: left; }
  .footer-inner > div:last-child { text-align: left; }
}

@media (max-width: 760px) {
  :root { --gutter: 28px; --section-space: 68px; --section-space-compact: 56px; --heading-space: 32px; }
  .container { width: min(var(--container), calc(100% - var(--gutter))); }
  .section { padding: var(--section-space) 0; }
  .site-header { position: relative; }
  .header-inner { min-height: 68px; }
  .header-phone { font-size: 0; }
  .header-phone::after { content: "Позвонить"; font-size: 13px; }
  .header-inner { gap: 8px; }
  .language-menu { margin-left: auto; }
  .language-menu summary { min-height: 40px; gap: 5px; padding: 6px 7px; }
  .language-menu .language-menu__globe { display: none; }
  .language-menu .language-menu__flag { width: 20px; height: 15px; max-width: 20px; max-height: 15px; flex-basis: 20px; }
  .language-menu__name { display: none; }
  .language-menu__code { display: inline; font-size: 11px; font-weight: 850; }
  .language-menu__list { position: fixed; top: 76px; right: 12px; left: 12px; width: auto; max-width: 320px; max-height: calc(100dvh - 160px); margin-inline: auto; overflow-y: auto; }
  .brand-mark { width: 38px; height: 38px; font-size: 14px; }
  .brand-logo { width: 40px; height: 40px; }
  .brand strong { font-size: 15px; }
  .brand small { display: none; }
  .hero { padding: 52px 0 58px; }
  .hero::before { inset: 0 0 0 28%; background-size: 315px 210px; opacity: .032; }
  .hero-schedule { display: grid; gap: 4px; line-height: 1.45; }
  .hero-schedule span + span::before { content: none; }
  .hero-grid { gap: 42px; }
  h1 { font-size: clamp(38px, 11.4vw, 52px); line-height: 1.02; }
  .hero-title-break { display: none; }
  .lead { font-size: 17px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { margin-inline: auto; }
  .hero-facts { grid-template-columns: 1fr; }
  .quick-contacts-hero, .quick-contacts-dark { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quick-contact { min-height: 50px; font-size: 13px; }
  .hero-facts li { min-height: 0; display: grid; grid-template-columns: 1fr 1.2fr; gap: 16px; }
  .hero-visual img { min-height: 310px; }
  .split-grid { grid-template-columns: 1fr; }
  .audience-card { padding: 30px 24px; }
  .request-main { padding: 30px 20px; border-radius: 20px; }
  .two-columns { grid-template-columns: 1fr; }
  .five-choices { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .five-choices label:last-child { grid-column: 1 / -1; }
  .request-form legend { font-size: 17px; }
  .submit-button { width: 100%; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article, .service-grid .service-card { min-height: auto; }
  .service-grid span { margin-bottom: 28px; }
  .price-note { padding: 26px 22px; }
  .price-note .button { width: 100%; }
  .process-list li { grid-template-columns: 48px 1fr; gap: 14px; padding: 20px 18px; }
  .contact-list { grid-template-columns: 1fr; }
  .contact-list div:nth-child(odd) { padding-right: 0; }
  .location-primary-actions .button { width: 100%; }
  .location-map-actions { grid-template-columns: 1fr; }
  .button-map { width: 100%; justify-content: center; }
  .map-placeholder { min-height: 350px; }
  .map-embed { min-height: 320px; border-radius: 20px 20px 20px 6px; }
  .map-embed iframe { height: 320px; }
  .faq-list summary { font-size: 16px; }
  .final-actions .button { width: 100%; }
  .site-footer { padding-bottom: 110px; }
  .privacy-content { padding: 35px 0 90px; }
  .privacy-card { padding: 28px 20px; border-radius: 18px; }
  .mobile-cta { position: fixed; z-index: 30; right: 10px; bottom: 10px; left: 10px; display: grid; grid-template-columns: .8fr 1.2fr; overflow: hidden; padding: 5px; background: #101b14; border-radius: 15px; box-shadow: 0 12px 38px rgba(0,0,0,.28); }
  .mobile-cta a { min-height: 48px; display: grid; place-items: center; color: var(--white); border-radius: 11px; font-size: 13px; font-weight: 850; text-decoration: none; }
  .mobile-cta a:last-child { background: var(--orange); }
}

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

@page {
  size: A4 portrait;
  margin: 10mm;
}

@media print {
  * { -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; }
  html { scroll-behavior: auto; }
  body { background: var(--paper); font-size: 10pt; }
  .container { width: 100%; max-width: none; padding-inline: 12px; }
  .site-header { position: static; }
  .skip-link, .mobile-cta { display: none !important; }
  .section { padding: 42px 0; }
  .hero { padding: 42px 0 38px; break-after: page; }
  .hero-grid { grid-template-columns: 1.08fr .92fr; gap: 28px; align-items: center; }
  h1 { max-width: none; font-size: 40pt; line-height: .98; }
  h2 { font-size: 28pt; }
  .hero-title-break { display: block; }
  .lead { font-size: 13pt; }
  .quick-contacts-hero { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hero-visual { transform: none; box-shadow: none; }
  .hero-visual img { min-height: 0; }
  .split-section { padding-top: 40px; break-after: page; }
  .split-grid { gap: 16px; }
  .audience-card { padding: 28px; break-inside: avoid; page-break-inside: avoid; }
  .audience-card h2 { font-size: 28pt; }
  .seo-copy { margin-top: 24px; padding: 20px 0 0; break-inside: avoid; page-break-inside: avoid; }
  .seo-copy h2 { font-size: 22pt; }
  .seo-copy p { font-size: 10.5pt; line-height: 1.5; }
  .request-section { padding: 40px 0; break-after: page; }
  .request-layout { grid-template-columns: 1.45fr .55fr; gap: 18px; }
  .request-main, .request-aside, #form-step-1 { break-inside: avoid; page-break-inside: avoid; }
  .request-main { padding: 28px; box-shadow: none; }
  .request-aside { position: static; padding: 24px; }
  .services-section { padding: 48px 0; break-inside: avoid; page-break-inside: avoid; }
  .service-grid article, .service-grid .service-card, .price-note, .process-list li { break-inside: avoid; page-break-inside: avoid; }
  .service-grid article, .service-grid .service-card { min-height: 155px; padding: 20px; }
  .service-grid span { margin-bottom: 22px; }
  .types-section { padding: 44px 0 38px; break-before: page; }
  .process-section { padding: 44px 0; break-before: page; break-inside: avoid; page-break-inside: avoid; }
  .process-list li { padding: 16px 0; }
  .location-section { padding: 46px 0; break-before: page; break-inside: avoid; page-break-inside: avoid; }
  .location-grid { grid-template-columns: 1fr .82fr; gap: 34px; align-items: center; }
  .contact-list { margin: 22px 0; }
  .contact-list div { padding: 12px 0; }
  .location-primary-actions, .location-map-actions, .location-contact-group, .map-embed { break-inside: avoid; page-break-inside: avoid; }
  .location-map-actions { grid-template-columns: 1fr; gap: 7px; }
  .button-map { min-height: 42px; }
  .quick-contacts-dark { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .map-embed, .map-embed iframe { min-height: 0; height: 390px; }
  .faq-section { padding: 46px 0; }
  .faq-list details { break-inside: avoid; page-break-inside: avoid; }
  .final-cta, .site-footer { break-inside: avoid; page-break-inside: avoid; }
  .final-cta { padding: 42px 0; }
  .site-footer { padding: 32px 0; }
}
