:root {
    --ink: #13241d;
    --forest: #0d4635;
    --forest-deep: #072f25;
    --green: #2f7950;
    --leaf: #91c96b;
    --lime: #e0f3b8;
    --cream: #f3f6ed;
    --paper: #fff;
    --muted: #66766e;
    --line: #dce5dc;
    --soft: #edf3e9;
    --shadow: 0 24px 65px rgba(12, 47, 36, .13);
    --shadow-sm: 0 12px 35px rgba(12, 47, 36, .09);
    --radius: 24px;
    --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Roboto, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 108px 0; }
.section-dark { background: var(--forest-deep); color: white; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 78px; background: rgba(255, 255, 255, .93); border-bottom: 1px solid rgba(220, 229, 220, .75); backdrop-filter: blur(18px); transition: box-shadow .25s, height .25s; }
.site-header.scrolled { height: 68px; box-shadow: 0 8px 30px rgba(11, 56, 43, .08); }
.nav-row { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; line-height: 1; }
.brand > span:last-child { display: grid; gap: 4px; }
.brand b { font-size: 21px; letter-spacing: -.04em; }
.brand small { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.brand-mark { position: relative; display: block; width: 40px; height: 40px; border-radius: 13px; background: var(--forest); overflow: hidden; }
.brand-mark i { position: absolute; left: 18px; top: 8px; width: 12px; height: 22px; border: 2px solid var(--lime); border-radius: 100% 0 100% 0; transform: rotate(25deg); }
.brand-mark i:last-child { left: 9px; top: 15px; width: 10px; height: 17px; border-color: #73b894; transform: rotate(-58deg); }
.brand-logo { position: relative; display: block; flex: 0 0 auto; width: 80px; height: 68px; overflow: hidden; border-radius: 9px; }
.brand-logo img { position: absolute; top: -15px; left: -18px; width: 114px; max-width: none; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 29px; color: #52645b; font-size: 14px; font-weight: 650; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 100%; height: 2px; background: var(--green); transform: scaleX(0); transform-origin: left; transition: .2s; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-phone { display: inline-flex; min-height: 48px; align-items: center; gap: 9px; padding: 6px 12px 6px 7px; color: var(--forest); background: #f7faf5; border: 1px solid var(--line); border-radius: 12px; transition: color .2s, background .2s, border-color .2s, transform .2s; }
.header-phone:hover { color: var(--forest-deep); background: var(--soft); border-color: #bfd1c1; transform: translateY(-2px); }
.header-phone-icon { display: grid; width: 34px; height: 34px; flex: 0 0 auto; place-items: center; color: white; background: var(--green); border-radius: 9px; }
.header-phone-icon svg { width: 17px; height: 17px; }
.header-phone-copy { display: grid; gap: 1px; line-height: 1.1; white-space: nowrap; }
.header-phone-copy small { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.header-phone-copy strong { font-size: 13px; letter-spacing: .01em; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 12px; background: white; color: var(--forest); place-items: center; }
.mobile-nav { display: none; padding: 8px 20px 18px; background: white; border-bottom: 1px solid var(--line); }
.mobile-nav a { display: block; padding: 12px; font-weight: 700; border-bottom: 1px solid var(--soft); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 13px 20px; border: 0; border-radius: 12px; font-size: 14px; font-weight: 800; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--forest); box-shadow: 0 10px 25px rgba(13, 70, 53, .18); }
.button-primary:hover { background: var(--forest-deep); }
.button-accent { color: var(--forest-deep); background: var(--lime); box-shadow: 0 10px 28px rgba(224, 243, 184, .14); }
.button-accent:hover { background: #ebf9cf; }
.button-secondary-light { color: white; background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .45); box-shadow: none; }
.button-secondary-light:hover { background: rgba(255, 255, 255, .14); border-color: rgba(255, 255, 255, .72); }
.button-secondary-light .arrow-down { transform: rotate(90deg); }
.button svg { width: 18px; height: 18px; }
.text-link { font-size: 14px; font-weight: 800; border-bottom: 1px solid rgba(255, 255, 255, .38); }

.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--green); font-size: 12px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 22px; height: 2px; border-radius: 3px; background: currentColor; }
.eyebrow.light { color: #b8df95; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; font-weight: 850; letter-spacing: -.045em; }

.hero { position: relative; min-height: 790px; margin-top: 78px; overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7, 47, 37, .97) 0%, rgba(7, 47, 37, .89) 42%, rgba(7, 47, 37, .38) 72%, rgba(7, 47, 37, .18) 100%); }
.hero-image { position: absolute; inset: 0; background: url('/images/heveso-hero.png') center / cover; }
.hero-layout { position: relative; z-index: 2; min-height: 790px; display: grid; grid-template-columns: minmax(0, 1fr) 430px; align-items: center; gap: 68px; padding: 70px 0; }
.hero-copy { max-width: 680px; }
.hero h1 { max-width: 720px; margin: 18px 0 24px; font-family: "Segoe UI", Inter, ui-sans-serif, system-ui, sans-serif; font-size: clamp(46px, 5.2vw, 70px); font-weight: 700; letter-spacing: -.025em; line-height: 1.08; overflow-wrap: normal; hyphens: auto; }
.hero-copy > p { max-width: 625px; margin-bottom: 30px; color: #d1dfd8; font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-bottom: 36px; }
.hero-actions .button,
.quote-card .wide-button { min-height: 44px; padding: 10px 18px; font-weight: 650; line-height: 1.35; }
.hero-actions .button-secondary-light { background: rgba(255, 255, 255, .13); border-color: rgba(255, 255, 255, .68); box-shadow: 0 8px 22px rgba(3, 30, 22, .16); }
.hero-actions .button-secondary-light:hover { background: rgba(255, 255, 255, .2); border-color: rgba(255, 255, 255, .9); }
.quote-card .wide-button { background: #155d46; box-shadow: 0 8px 20px rgba(13, 70, 53, .2); }
.quote-card .wide-button:hover { background: var(--forest-deep); }
.hero-features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; max-width: 650px; }
.hero-features > div { position: relative; display: flex; align-items: center; gap: 13px; min-height: 76px; padding: 13px 15px; overflow: hidden; background: rgba(255, 255, 255, .96); border: 1px solid rgba(255, 255, 255, .82); border-radius: 15px; box-shadow: 0 12px 32px rgba(3, 30, 22, .22); transition: transform .2s ease, box-shadow .2s ease; }
.hero-features > div::after { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: var(--leaf); }
.hero-features > div:hover { transform: translateY(-2px); box-shadow: 0 16px 38px rgba(3, 30, 22, .28); }
.hero-features > div > span { display: grid; flex: 0 0 auto; width: 46px; height: 46px; place-items: center; color: var(--green); background: linear-gradient(145deg, #eff8e5, #dff1ca); border: 1px solid #cee5b7; border-radius: 13px; }
.hero-features svg { width: 25px; height: 25px; stroke-width: 1.65; }
.hero-features p { display: grid; gap: 2px; margin: 0; line-height: 1.25; }
.hero-features b { color: var(--forest); font-size: 14px; font-weight: 850; }
.hero-features small { color: var(--muted); font-size: 12px; }
.quote-card { color: var(--ink); background: rgba(255, 255, 255, .97); padding: 30px; border: 1px solid rgba(255, 255, 255, .4); border-radius: 25px; box-shadow: var(--shadow); }
.form-kicker { color: var(--green); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.quote-card h2 { margin: 8px 0 7px; font-size: 27px; }
.quote-card > p { margin-bottom: 20px; color: var(--muted); font-size: 13px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-grid label { display: grid; gap: 5px; }
.form-grid label > span { color: #53665c; font-size: 10px; font-weight: 850; }
.form-grid .wide { grid-column: 1 / -1; }
.form-grid input, .form-grid select { width: 100%; height: 43px; padding: 0 11px; color: var(--ink); background: #fafcf8; border: 1px solid #d9e3d9; border-radius: 10px; outline: none; font-size: 12px; }
.form-grid input:focus, .form-grid select:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(47, 121, 80, .1); }
.form-grid .privacy-consent { display: flex; align-items: flex-start; gap: 9px; padding: 3px 1px 0; cursor: pointer; }
.form-grid .privacy-consent input { flex: 0 0 auto; width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--forest); box-shadow: none; cursor: pointer; }
.form-grid .privacy-consent > span { color: #617269; font-size: 10px; font-weight: 600; line-height: 1.45; }
.form-grid .privacy-consent a { color: var(--green); font-weight: 850; text-decoration: underline; text-underline-offset: 2px; }
.form-grid .privacy-consent a:hover { color: var(--forest); }
.wide-button { width: 100%; margin-top: 13px; }
.quote-card form > small { display: block; margin-top: 10px; color: #718178; text-align: center; font-size: 10px; line-height: 1.45; }
.form-error { margin-top: 12px; padding: 10px; color: #7c2d12; background: #fff2e8; border: 1px solid #fed7aa; border-radius: 10px; font-size: 12px; font-weight: 750; text-align: center; }

/* New content sections */
.section-heading h2, .problem-copy h2, .smart-copy h2, .quality-copy h2, .about-copy h2, .audience-intro h2, .offer-card h2 { margin: 13px 0 17px; font-size: clamp(36px, 4.3vw, 57px); }
.section-heading p, .problem-copy p, .smart-copy > p, .quality-copy > p, .about-copy > p, .audience-intro > p { color: var(--muted); font-size: 18px; line-height: 1.7; }

.season-offer { position: relative; z-index: 5; margin-top: -34px; }
.offer-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; padding: 26px 30px; color: white; background: linear-gradient(120deg, #1b6248, var(--forest)); border: 1px solid rgba(255,255,255,.13); border-radius: 22px; box-shadow: var(--shadow); }
.offer-icon { display: grid; width: 60px; height: 60px; place-items: center; color: var(--forest); background: var(--lime); border-radius: 17px; transform: rotate(-4deg); }
.offer-icon svg { width: 30px; height: 30px; }
.offer-label { color: #c9e9a6; font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.offer-card h2 { margin: 4px 0 5px; font-size: 27px; }
.offer-card p { max-width: 720px; margin: 0; color: #d5e5dd; font-size: 14px; line-height: 1.6; }
.offer-card p strong { color: white; }
.offer-card > .button { max-width: 250px; text-align: center; }

.problem-section { padding-top: 125px; }
.problem-layout { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 90px; }
.problem-copy { max-width: 720px; }
.problem-copy p:last-child { margin-bottom: 0; color: var(--forest); font-weight: 700; }
.problem-visual { position: relative; display: grid; min-height: 390px; place-items: center; align-content: center; overflow: hidden; color: white; background: var(--forest-deep); border-radius: 28px; box-shadow: var(--shadow); }
.problem-visual::before, .problem-visual::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.problem-visual::before { width: 340px; height: 340px; }
.problem-visual::after { width: 235px; height: 235px; }
.problem-visual .sun-disc { position: absolute; top: -45px; right: -45px; width: 165px; height: 165px; background: #e7b959; border-radius: 50%; box-shadow: 0 0 75px rgba(231,185,89,.35); }
.problem-visual > svg { position: relative; z-index: 2; width: 92px; height: 92px; color: var(--lime); stroke-width: 1.2; }
.problem-visual p { position: relative; z-index: 2; margin: 20px 0 0; color: #bdd0c7; text-align: center; font-size: 16px; line-height: 1.5; }
.problem-visual strong { color: white; font-size: 24px; }

.benefits { background: var(--cream); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 18px; }
.benefit-card { position: relative; min-height: 340px; padding: 31px 28px; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 12px 35px rgba(12,47,36,.055); transition: transform .25s, box-shadow .25s; }
.benefit-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.benefit-card.featured { color: white; background: linear-gradient(145deg, #1e6349, var(--forest-deep)); border-color: transparent; }
.benefit-card .icon-box { width: 58px; height: 58px; margin-bottom: 35px; }
.benefit-card.featured .icon-box { color: var(--forest); background: var(--lime); }
.benefit-card h3 { margin: 0 0 14px; color: var(--forest); font-size: 27px; }
.benefit-card.featured h3 { color: white; }
.benefit-card p { margin: 0; color: #586b61; font-size: 15px; line-height: 1.7; }
.benefit-card.featured p { color: #d2e1d9; }
.card-number, .saving-badge { position: absolute; top: 34px; right: 28px; color: #b2c2b9; font-size: 12px; font-weight: 900; }
.saving-badge { padding: 7px 10px; color: var(--forest); background: var(--lime); border-radius: 999px; font-size: 11px; }

.audience-section { color: white; background: var(--forest-deep); }
.audience-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 86px; align-items: start; }
.audience-intro { position: sticky; top: 110px; }
.audience-intro h2 { color: white; }
.audience-intro > p { color: #b9cdc3; }
.audience-list { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.audience-item { display: flex; gap: 15px; min-height: 190px; padding: 25px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; }
.audience-item > svg { flex: 0 0 auto; width: 30px; height: 30px; padding: 7px; color: var(--forest); background: var(--lime); border-radius: 50%; }
.audience-item p { display: grid; align-content: start; gap: 9px; margin: 2px 0 0; }
.audience-item strong { color: white; font-size: 17px; line-height: 1.35; }
.audience-item span { color: #b9cdc3; font-size: 14px; line-height: 1.65; }

.smart-section { background: #fafbf8; }
.smart-layout, .quality-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.smart-photo, .quality-photo { position: relative; min-height: 570px; margin: 0; overflow: hidden; border-radius: 28px; box-shadow: var(--shadow); }
.smart-photo img, .quality-photo img { width: 100%; height: 100%; min-height: 570px; object-fit: cover; }
.smart-photo figcaption { position: absolute; right: 22px; bottom: 22px; left: 22px; display: flex; align-items: center; gap: 13px; padding: 16px 18px; color: var(--forest); background: rgba(255,255,255,.94); border-radius: 15px; backdrop-filter: blur(10px); }
.smart-photo figcaption svg { flex: 0 0 auto; width: 32px; height: 32px; color: var(--green); }
.smart-photo figcaption span { display: grid; }
.smart-photo figcaption small { color: var(--muted); }
.smart-note { display: flex; gap: 15px; margin-top: 27px; padding: 18px; background: var(--soft); border-left: 3px solid var(--green); border-radius: 0 14px 14px 0; }
.smart-note > svg { flex: 0 0 auto; width: 27px; height: 27px; color: var(--green); }
.smart-note span { display: grid; color: var(--muted); font-size: 14px; }
.smart-note strong { color: var(--forest); font-size: 16px; }

.process-section { overflow: hidden; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; counter-reset: process; }
.process-card { position: relative; min-height: 350px; padding: 29px 25px; background: white; border: 1px solid var(--line); border-radius: 21px; }
.process-card:not(:last-child)::after { content: ""; position: absolute; z-index: 2; top: 65px; right: -24px; width: 30px; height: 2px; background: var(--leaf); }
.process-card > span { position: absolute; top: 22px; right: 23px; color: #a8b8af; font-size: 12px; font-weight: 900; }
.process-card > svg { width: 54px; height: 54px; padding: 13px; color: var(--green); background: var(--soft); border-radius: 15px; }
.process-card h3 { margin: 32px 0 13px; color: var(--forest); font-size: 23px; }
.process-card p { margin: 0; color: #586b61; font-size: 15px; line-height: 1.7; }

.quality-section { color: white; background: var(--forest); }
.quality-layout { grid-template-columns: 1fr 1fr; }
.quality-copy h2 { color: white; }
.quality-copy > p { color: #c6d8cf; }
.quality-pills { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.quality-pills span { display: inline-flex; align-items: center; gap: 7px; padding: 9px 12px; color: white; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 999px; font-size: 12px; font-weight: 800; }
.quality-pills svg { width: 17px; height: 17px; color: var(--lime); }
.quality-photo { min-height: 500px; }
.quality-photo img { min-height: 500px; }
.quality-photo::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(5,31,24,.85)); }
.quality-photo figcaption { position: absolute; z-index: 2; right: 25px; bottom: 25px; left: 25px; display: grid; }
.quality-photo figcaption strong { font-size: 22px; }
.quality-photo figcaption span { color: #c8dbd1; font-size: 14px; }

.about-section { background: var(--cream); }
.about-layout { display: grid; grid-template-columns: 260px 1fr; gap: 65px; max-width: 1030px; align-items: center; padding: 60px; background: white; border: 1px solid var(--line); border-radius: 30px; box-shadow: var(--shadow-sm); }
.about-mark { display: grid; min-height: 290px; place-items: center; align-content: center; padding: 28px; color: white; background: var(--forest-deep); border-radius: 23px; text-align: center; }
.about-mark > svg { width: 65px; height: 65px; margin-bottom: 24px; color: var(--lime); stroke-width: 1.35; }
.about-mark span { font-size: 54px; font-weight: 900; letter-spacing: -.06em; line-height: 1; }
.about-mark small { margin-top: 7px; color: #b8cbc1; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.about-copy h2 { font-size: clamp(35px, 4vw, 52px); }
.about-copy blockquote { margin: 27px 0 0; padding: 19px 22px; color: var(--forest); background: var(--soft); border-left: 3px solid var(--green); border-radius: 0 13px 13px 0; font-size: 17px; font-weight: 800; line-height: 1.6; }

.offer-details { background: #fff; }
.offer-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.offer-detail-grid article { padding: 30px 27px; background: #fbfcf9; border: 1px solid var(--line); border-radius: 21px; }
.offer-detail-grid article > span { display: grid; width: 53px; height: 53px; margin-bottom: 24px; place-items: center; color: var(--green); background: var(--soft); border-radius: 15px; }
.offer-detail-grid h3 { margin: 0 0 12px; color: var(--forest); font-size: 23px; }
.offer-detail-grid p { margin: 0; color: #586b61; font-size: 15px; line-height: 1.7; }

.stats-bar { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: -38px; padding: 27px 18px; color: white; background: var(--forest); border-radius: 20px; box-shadow: var(--shadow-sm); }
.stats-bar div { padding: 0 25px; border-right: 1px solid rgba(255,255,255,.14); }
.stats-bar div:last-child { border: 0; }
.stats-bar strong { display: block; font-size: 27px; letter-spacing: -.04em; }
.stats-bar span { color: #c8d8d0; font-size: 11px; }

.section-heading { max-width: 760px; margin: 0 auto 48px; }
.section-heading.centered { text-align: center; }
.section-heading h2, .split-heading h2, .process-intro h2, .planning-copy h2, .faq h2, .final-cta h2 { margin: 13px 0 17px; font-size: clamp(36px, 4.3vw, 57px); }
.section-heading p, .split-heading p, .process-intro > p, .planning-copy > p, .faq header > p { color: var(--muted); font-size: 18px; line-height: 1.7; }
.card-grid.four { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.feature-card { padding: 27px 23px; background: white; border: 1px solid var(--line); border-radius: 20px; transition: .25s; }
.feature-card:hover { transform: translateY(-5px); border-color: #c5d6c5; box-shadow: var(--shadow-sm); }
.icon-box { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 24px; color: var(--green); background: var(--soft); border-radius: 15px; }
.feature-card h3 { margin-bottom: 10px; color: var(--forest); font-size: 22px; }
.feature-card p { margin: 0; color: #53665d; font-size: 15px; line-height: 1.65; }

.system-explainer { position: relative; background: var(--cream); overflow: hidden; }
.system-explainer::before { content: ""; position: absolute; top: -220px; left: 50%; width: 560px; height: 560px; border: 1px solid rgba(47, 121, 80, .08); border-radius: 50%; transform: translateX(-50%); box-shadow: 0 0 0 90px rgba(47, 121, 80, .025), 0 0 0 180px rgba(47, 121, 80, .018); }
.system-explainer .container { position: relative; z-index: 1; }
.system-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.system-step { position: relative; min-height: 280px; padding: 27px 23px; background: white; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 12px 34px rgba(12, 47, 36, .07); }
.system-step:not(:last-child)::after { content: ""; position: absolute; z-index: 3; top: 54px; right: -28px; width: 38px; height: 14px; background: var(--lime); border: 5px solid var(--cream); border-radius: 999px; }
.system-step:not(:last-child)::before { content: ""; position: absolute; z-index: 4; top: 58px; right: -20px; width: 6px; height: 6px; border-top: 2px solid var(--forest); border-right: 2px solid var(--forest); transform: rotate(45deg); }
.system-icon { position: relative; display: grid; width: 62px; height: 62px; margin-bottom: 27px; place-items: center; color: var(--green); background: linear-gradient(145deg, #eff8e5, #dff1ca); border: 1px solid #cde3b8; border-radius: 17px; }
.system-icon svg { width: 30px; height: 30px; stroke-width: 1.65; }
.system-icon span { position: absolute; top: -9px; right: -9px; display: grid; width: 25px; height: 25px; place-items: center; color: white; background: var(--forest); border: 3px solid white; border-radius: 50%; font-size: 8px; font-weight: 900; }
.system-step h3 { position: relative; margin: 0 0 14px; padding-bottom: 10px; color: var(--forest); font-size: 22px; font-weight: 850; letter-spacing: -.035em; }
.system-step h3::after { content: ""; position: absolute; left: 0; bottom: 0; width: 34px; height: 3px; background: var(--leaf); border-radius: 99px; }
.system-step p { margin: 0; color: #53665d; font-size: 15px; line-height: 1.65; }
.system-note { display: flex; max-width: 800px; align-items: center; gap: 15px; margin: 30px auto 0; padding: 18px 22px; background: #e4f2d2; border: 1px solid #cfe4b6; border-radius: 16px; }
.system-note > svg { flex: 0 0 auto; width: 25px; height: 25px; color: var(--green); }
.system-note p { display: flex; align-items: baseline; gap: 8px; margin: 0; }
.system-note b { color: var(--forest); font-size: 15px; font-weight: 850; }
.system-note span { color: #53665d; font-size: 14px; line-height: 1.5; }

.services { position: relative; overflow: hidden; }
.services::after { content: ""; position: absolute; top: -150px; right: -130px; width: 450px; height: 450px; border: 1px solid rgba(224, 243, 184, .12); border-radius: 50%; box-shadow: 0 0 0 85px rgba(224,243,184,.025), 0 0 0 170px rgba(224,243,184,.018); }
.split-heading { position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; margin-bottom: 48px; }
.split-heading h2 { max-width: 720px; margin-bottom: 0; }
.split-heading p { margin: 0; color: #b9cbc2; }
.services-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.13fr 1fr 1fr; gap: 15px; }
.service-card { min-height: 245px; padding: 27px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; transition: .25s; }
.service-card:hover { background: rgba(255,255,255,.09); border-color: rgba(224,243,184,.38); }
.service-card.featured { grid-row: span 2; display: flex; min-height: 505px; flex-direction: column; justify-content: space-between; background: linear-gradient(155deg, #2f664c, #154433); }
.service-card > span { color: #a9c6b7; font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.service-card h3 { margin: 17px 0 12px; font-size: 27px; }
.service-card.featured h3 { font-size: 39px; }
.service-card p { margin: 0; color: #c9d9d1; font-size: 15px; line-height: 1.65; }
.service-card.featured a { display: grid; place-items: center; width: 44px; height: 44px; color: var(--forest); background: var(--lime); border-radius: 50%; }

.process-layout { display: grid; grid-template-columns: .83fr 1.17fr; gap: 90px; align-items: start; }
.process-intro { position: sticky; top: 110px; }
.process-intro .button { margin-top: 10px; }
.steps { position: relative; }
.steps::before { content: ""; position: absolute; top: 28px; bottom: 45px; left: 28px; width: 1px; background: #cedace; }
.step { position: relative; display: grid; grid-template-columns: 57px 1fr; gap: 24px; padding: 10px 0 34px; }
.step > span { z-index: 2; display: grid; place-items: center; width: 57px; height: 57px; color: var(--green); background: white; border: 1px solid #cbd8cc; border-radius: 50%; font-size: 12px; font-weight: 900; }
.step h3 { margin: 3px 0 8px; color: var(--forest); font-size: 24px; }
.step p { margin: 0; color: #53665d; font-size: 16px; line-height: 1.65; }

.planning { background: var(--cream); }
.planning-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.planning-photo { position: relative; height: 550px; margin: 0; overflow: hidden; border-radius: 27px; box-shadow: var(--shadow-sm); }
.planning-photo img { width: 100%; height: 100%; object-fit: cover; }
.planning-photo::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(7,47,37,.6)); }
.planning-photo figcaption { position: absolute; z-index: 2; left: 23px; bottom: 23px; max-width: 280px; padding: 12px 15px; color: var(--forest); background: white; border-radius: 12px; font-size: 11px; font-weight: 800; box-shadow: var(--shadow-sm); }
.check-list { display: grid; gap: 15px; margin: 25px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 12px; }
.check-list > li > svg { flex: 0 0 auto; width: 25px; height: 25px; padding: 5px; color: var(--forest); background: var(--lime); border-radius: 50%; }
.check-list span { display: grid; }
.check-list b { color: var(--forest); font-size: 16px; }
.check-list small { color: var(--muted); font-size: 14px; }
.planning-copy blockquote { margin: 27px 0 0; padding: 18px 21px; background: white; border-left: 3px solid var(--green); border-radius: 0 12px 12px 0; font-size: 16px; font-weight: 800; line-height: 1.55; }

.project-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 17px; }
.project-card { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 21px; transition: .25s; }
.project-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.project-card > img { width: 100%; height: 260px; object-fit: cover; transition: transform .35s; }
.project-card.large > img { height: 330px; }
.project-card:hover > img { transform: scale(1.035); }
.project-card > img.plan-project { object-position: 28% center; }
.project-card > div { padding: 21px; }
.project-card > div > span { color: var(--green); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.project-card h3 { margin: 7px 0 8px; color: var(--forest); font-size: 23px; }
.project-card p { margin-bottom: 16px; color: #53665d; font-size: 15px; line-height: 1.6; }
.project-card ul { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; list-style: none; }
.project-card li { padding: 6px 10px; color: #466052; background: var(--soft); border-radius: 20px; font-size: 11px; font-weight: 800; }

.why { margin-bottom: 108px; padding: 48px; background: #eef6e7; border-radius: 28px; }
.why header { max-width: 680px; margin: auto; text-align: center; }
.why h2 { margin: 12px 0 32px; font-size: clamp(31px, 3.5vw, 45px); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 23px 35px; }
.why-grid > div { display: flex; align-items: center; gap: 13px; }
.why-grid > div > svg { flex: 0 0 auto; width: 43px; height: 43px; padding: 11px; color: var(--green); background: white; border-radius: 13px; }
.why-grid span { display: grid; }
.why-grid b { color: var(--forest); font-size: 16px; }
.why-grid small { color: var(--muted); font-size: 13px; line-height: 1.5; }

.faq { background: #fafbf8; }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 85px; }
.faq header .button { margin-top: 13px; }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0; color: var(--forest); background: transparent; border: 0; text-align: left; font-size: 18px; font-weight: 850; }
.faq-item button i { display: grid; flex: 0 0 auto; width: 30px; height: 30px; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-style: normal; transition: .25s; }
.faq-item > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-item > div > p { min-height: 0; margin: 0; overflow: hidden; color: #53665d; font-size: 16px; line-height: 1.7; }
.faq-item.open > div { grid-template-rows: 1fr; }
.faq-item.open > div > p { padding: 0 48px 22px 0; }
.faq-item.open button i { color: var(--forest); background: var(--soft); transform: rotate(45deg); }

.final-cta { position: relative; padding: 85px 0; overflow: hidden; }
.final-cta::after { content: ""; position: absolute; top: -260px; right: -80px; width: 620px; height: 620px; background: radial-gradient(circle, rgba(145,201,107,.25), transparent 67%); }
.final-layout { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 70px; }
.final-layout > div { max-width: 760px; }
.final-cta h2 { margin-bottom: 13px; }
.final-cta p { margin: 0; color: #cbdad3; font-size: 18px; line-height: 1.7; }
.final-layout > .button { flex: 0 0 auto; }

.site-footer { padding: 0; color: var(--forest); background: #eef4e8; border-top: 1px solid #d7e2d4; }
.footer-main { display: grid; grid-template-columns: 110px 1fr auto; align-items: center; gap: 45px; padding-top: 34px; padding-bottom: 30px; }
.footer-logo, .legal-logo { position: relative; display: block; width: 94px; height: 80px; overflow: hidden; border-radius: 10px; }
.footer-logo img, .legal-logo img { position: absolute; top: -19px; left: -20px; width: 134px; max-width: none; }
.footer-copy strong { color: var(--forest-deep); font-size: 15px; }
.footer-copy p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.footer-nav { display: grid; grid-template-columns: repeat(2, auto); gap: 9px 22px; justify-items: start; font-size: 12px; font-weight: 750; }
.footer-nav a, .footer-nav button { padding: 0; color: #50665a; background: none; border: 0; transition: color .2s; }
.footer-nav a:hover, .footer-nav button:hover { color: var(--green); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 18px; padding-bottom: 18px; border-top: 1px solid #d7e2d4; }
.footer-bottom p { margin: 0; color: #718178; font-size: 10px; }

.cookie-banner[hidden] { display: none; }
.cookie-banner { position: fixed; z-index: 100; right: 22px; bottom: 22px; left: 22px; opacity: 0; transform: translateY(18px); transition: opacity .25s, transform .25s; }
.cookie-banner.visible { opacity: 1; transform: none; }
.cookie-inner { display: grid; grid-template-columns: auto 1fr auto; max-width: 1040px; align-items: center; gap: 20px; margin: auto; padding: 20px 22px; color: white; background: rgba(5,31,24,.97); border: 1px solid rgba(255,255,255,.14); border-radius: 19px; box-shadow: 0 24px 70px rgba(3,23,17,.35); backdrop-filter: blur(14px); }
.cookie-icon { position: relative; width: 48px; height: 48px; background: var(--lime); border-radius: 50%; overflow: hidden; }
.cookie-icon::after { content: ""; position: absolute; top: -4px; right: -3px; width: 22px; height: 22px; background: var(--forest-deep); border-radius: 50%; }
.cookie-icon span, .cookie-icon i, .cookie-icon b { position: absolute; width: 5px; height: 5px; background: var(--forest); border-radius: 50%; }
.cookie-icon span { top: 14px; left: 13px; }
.cookie-icon i { top: 27px; left: 17px; }
.cookie-icon b { top: 31px; left: 31px; }
.cookie-copy strong { font-size: 15px; }
.cookie-copy p { max-width: 650px; margin: 3px 0 0; color: #bdcfc6; font-size: 12px; line-height: 1.55; }
.cookie-actions { display: flex; align-items: center; gap: 13px; }
.cookie-actions > a { color: #d4e5dc; font-size: 11px; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.cookie-actions .button { min-height: 42px; padding: 10px 15px; color: var(--forest-deep); background: var(--lime); box-shadow: none; white-space: nowrap; }

.legal-page { background: #f8faf5; }
.legal-header { position: sticky; z-index: 20; top: 0; background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.legal-nav { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 30px; }
.legal-logo { width: 82px; height: 68px; }
.legal-logo img { top: -16px; left: -18px; width: 117px; }
.legal-back { color: var(--forest); font-size: 13px; font-weight: 800; }
.legal-back span { margin-right: 5px; }
.legal-main { padding: 70px 0 100px; }
.legal-layout { display: grid; grid-template-columns: 220px minmax(0, 820px); justify-content: center; gap: 65px; align-items: start; }
.legal-aside { position: sticky; top: 120px; padding: 22px; background: white; border: 1px solid var(--line); border-radius: 17px; }
.legal-aside > span { color: #8a9991; font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.legal-aside nav { display: grid; gap: 6px; margin-top: 13px; }
.legal-aside a { padding: 10px 12px; color: #596b62; border-radius: 9px; font-size: 13px; font-weight: 750; }
.legal-aside a.active { color: var(--forest); background: var(--soft); }
.legal-document { padding: 48px 54px; background: white; border: 1px solid var(--line); border-radius: 25px; box-shadow: 0 15px 45px rgba(12,47,36,.055); }
.legal-title { padding-bottom: 35px; border-bottom: 1px solid var(--line); }
.legal-title h1 { margin: 14px 0 12px; color: var(--forest-deep); font-size: clamp(42px, 6vw, 68px); }
.legal-title > p { max-width: 680px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.legal-alert { margin: 30px 0; padding: 18px 20px; color: #664a10; background: #fff7df; border: 1px solid #ecdcae; border-radius: 13px; }
.legal-alert strong { font-size: 14px; }
.legal-alert p { margin: 4px 0 0; font-size: 13px; line-height: 1.6; }
.legal-alert code { padding: 2px 5px; background: rgba(255,255,255,.7); border-radius: 4px; }
.legal-section { padding: 34px 0; border-bottom: 1px solid var(--line); scroll-margin-top: 110px; }
.legal-section:last-child { padding-bottom: 0; border-bottom: 0; }
.legal-section h2 { margin: 0 0 17px; color: var(--forest); font-size: 25px; letter-spacing: -.035em; }
.legal-section p { margin-bottom: 13px; color: #53665d; font-size: 15px; line-height: 1.75; }
.legal-section p:last-child { margin-bottom: 0; }
.legal-data { display: grid; margin: 0; border-top: 1px solid var(--line); }
.legal-data > div { display: grid; grid-template-columns: 200px 1fr; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.legal-data dt { color: #77877f; font-size: 12px; font-weight: 750; }
.legal-data dd { margin: 0; color: var(--forest-deep); font-size: 13px; font-weight: 700; overflow-wrap: anywhere; }
.legal-data dd:has(a) { color: var(--green); }
.legal-data.compact > div { padding: 11px 0; }
.legal-note { margin-top: 20px; padding: 25px; background: var(--soft); border: 0; border-radius: 15px; }
.privacy-table { display: grid; margin: 20px 0; border: 1px solid var(--line); border-radius: 13px; overflow: hidden; }
.privacy-table > div { display: grid; grid-template-columns: 165px 1fr; }
.privacy-table > div + div { border-top: 1px solid var(--line); }
.privacy-table strong, .privacy-table span { padding: 14px 16px; font-size: 13px; line-height: 1.6; }
.privacy-table strong { color: var(--forest); background: var(--soft); }
.privacy-table span { color: #53665d; }
.legal-status { padding: 17px 19px; color: #3e5c4d; background: #edf7e7; border-left: 3px solid var(--green); border-radius: 0 12px 12px 0; font-size: 13px; line-height: 1.65; }

.thank-you-page { min-height: 100vh; background: var(--cream); }
.thank-you-main { display: grid; min-height: calc(100vh - 82px); align-items: center; padding: 70px 0; background: radial-gradient(circle at 50% 15%, rgba(145,201,107,.24), transparent 36%); }
.thank-you-card { max-width: 720px; margin: auto; padding: 58px 50px; background: white; border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); text-align: center; }
.thank-you-check { display: grid; width: 78px; height: 78px; margin: 0 auto 26px; place-items: center; color: var(--forest); background: var(--lime); border-radius: 50%; font-size: 38px; font-weight: 900; }
.thank-you-card .eyebrow::before { display: none; }
.thank-you-card h1 { margin: 14px 0 18px; color: var(--forest-deep); font-size: clamp(40px, 6vw, 65px); }
.thank-you-card p { max-width: 590px; margin: 0 auto 30px; color: var(--muted); font-size: 18px; line-height: 1.7; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } * { animation-duration: .01ms !important; transition-duration: .01ms !important; } }

@media (max-width: 1020px) {
    .desktop-nav { display: none; }
    .menu-toggle { display: grid; }
    .header-actions { margin-left: auto; }
    .mobile-nav.open { display: block; }
    .hero { min-height: auto; }
    .hero-layout { min-height: auto; grid-template-columns: 1fr; gap: 42px; padding: 85px 0 100px; }
    .hero-copy { max-width: 750px; }
    .hero::after { background: linear-gradient(90deg, rgba(7,47,37,.96), rgba(7,47,37,.7)); }
    .quote-card { max-width: 600px; }
    .card-grid.four { grid-template-columns: 1fr 1fr; }
    .system-flow { grid-template-columns: 1fr 1fr; }
    .system-step:nth-child(2)::after { display: none; }
    .services-grid { grid-template-columns: 1fr 1fr; }
    .service-card.featured { grid-column: 1 / -1; grid-row: auto; min-height: 330px; }
    .process-layout { gap: 55px; }
    .planning-layout { gap: 40px; }
    .project-grid { grid-template-columns: 1fr 1fr; }
    .project-card.large { grid-column: 1 / -1; }
    .why-grid { grid-template-columns: 1fr 1fr; }
    .faq-layout { gap: 50px; }
    .offer-card { grid-template-columns: auto 1fr; }
    .offer-card > .button { grid-column: 2; justify-self: start; max-width: none; }
    .problem-layout { gap: 50px; }
    .benefit-grid { grid-template-columns: 1fr 1fr; }
    .benefit-card.featured { grid-row: span 2; }
    .audience-layout { grid-template-columns: 1fr; gap: 45px; }
    .audience-intro { position: static; max-width: 720px; }
    .smart-layout, .quality-layout { gap: 42px; }
    .smart-photo, .smart-photo img { min-height: 500px; }
    .process-grid { grid-template-columns: 1fr 1fr; }
    .process-card { min-height: 300px; }
    .process-card:nth-child(2)::after { display: none; }
    .about-layout { grid-template-columns: 220px 1fr; gap: 40px; padding: 40px; }
    .footer-main { grid-template-columns: 110px 1fr; gap: 25px 35px; }
    .footer-nav { grid-column: 2; }
    .legal-layout { grid-template-columns: 190px minmax(0, 1fr); gap: 35px; }
    .legal-document { padding: 40px; }
    .cookie-inner { grid-template-columns: auto 1fr; }
    .cookie-actions { grid-column: 2; }
}

@media (max-width: 720px) {
    .container { width: min(var(--max), calc(100% - 28px)); }
    .section { padding: 78px 0; }
    .site-header, .site-header.scrolled { height: 68px; }
    .header-cta { display: none; }
    .nav-row { gap: 10px; }
    .header-actions { margin-left: auto; }
    .header-phone { min-height: 42px; padding: 5px 10px 5px 6px; }
    .header-phone-icon { width: 30px; height: 30px; }
    .header-phone-copy small { display: none; }
    .hero { margin-top: 68px; }
    .hero-layout { padding: 63px 0 80px; }
    .hero h1 { font-size: clamp(43px, 13vw, 60px); }
    .hero-copy > p { font-size: 16px; }
    .hero-actions { align-items: flex-start; flex-direction: column; }
    .hero-features { grid-template-columns: 1fr; }
    .quote-card { padding: 23px; }
    .form-grid { grid-template-columns: 1fr; }
    .form-grid .wide { grid-column: auto; }
    .stats-bar { grid-template-columns: 1fr 1fr; padding: 18px 4px; }
    .stats-bar div { padding: 10px 15px; }
    .stats-bar div:nth-child(2) { border-right: 0; }
    .stats-bar strong { font-size: 22px; }
    .card-grid.four, .system-flow, .services-grid, .project-grid, .why-grid { grid-template-columns: 1fr; }
    .system-step { min-height: auto; }
    .system-step:not(:last-child)::after { top: auto; right: 50%; bottom: -29px; width: 14px; height: 39px; transform: translateX(50%); }
    .system-step:not(:last-child)::before { top: auto; right: calc(50% - 3px); bottom: -20px; transform: rotate(135deg); }
    .system-step:nth-child(2)::after { display: block; }
    .system-note, .system-note p { align-items: flex-start; flex-direction: column; }
    .split-heading, .process-layout, .planning-layout, .faq-layout { grid-template-columns: 1fr; gap: 38px; }
    .split-heading { align-items: start; }
    .service-card.featured, .project-card.large { grid-column: auto; }
    .service-card.featured { min-height: 290px; }
    .service-card.featured h3 { font-size: 30px; }
    .process-intro { position: static; }
    .planning-photo { height: 400px; }
    .project-card > img, .project-card.large > img { height: 255px; }
    .why { width: calc(100% - 28px); margin-bottom: 78px; padding: 32px 22px; }
    .final-layout { align-items: flex-start; flex-direction: column; gap: 28px; }
    .footer-main { grid-template-columns: 1fr; gap: 22px; padding-top: 30px; }
    .footer-nav { grid-column: auto; grid-template-columns: 1fr 1fr; gap: 11px 24px; }
    .footer-bottom { align-items: flex-start; flex-direction: column; gap: 4px; }
    .season-offer { margin-top: 0; padding: 18px 0 0; background: var(--forest-deep); }
    .offer-card { grid-template-columns: 1fr; gap: 18px; padding: 25px 22px; }
    .offer-card > .button { grid-column: auto; justify-self: stretch; max-width: none; }
    .offer-icon { width: 52px; height: 52px; }
    .offer-card h2 { font-size: 26px; }
    .problem-section { padding-top: 78px; }
    .problem-layout, .smart-layout, .quality-layout { grid-template-columns: 1fr; gap: 38px; }
    .problem-visual { min-height: 310px; }
    .problem-copy h2, .smart-copy h2, .quality-copy h2, .about-copy h2, .audience-intro h2 { font-size: 35px; }
    .benefit-grid, .audience-list, .process-grid, .offer-detail-grid { grid-template-columns: 1fr; }
    .benefit-card, .benefit-card.featured { min-height: auto; grid-row: auto; }
    .audience-item { min-height: auto; }
    .smart-photo, .smart-photo img, .quality-photo, .quality-photo img { min-height: 390px; }
    .smart-photo img { object-position: 46% center; }
    .process-card { min-height: auto; }
    .process-card:not(:last-child)::after { top: auto; right: 50%; bottom: -19px; width: 2px; height: 19px; }
    .process-card:nth-child(2)::after { display: block; }
    .about-layout { grid-template-columns: 1fr; gap: 30px; padding: 24px; }
    .about-mark { min-height: 235px; }
    .quality-pills { align-items: flex-start; flex-direction: column; }
    .faq-item button { padding: 20px 0; font-size: 16px; }
    .faq-item.open > div > p { padding-right: 0; }
    .final-layout > .button { flex-basis: auto; width: 100%; text-align: center; }
    .cookie-banner { right: 10px; bottom: 10px; left: 10px; }
    .cookie-inner { grid-template-columns: 1fr; gap: 13px; padding: 18px; }
    .cookie-icon { width: 42px; height: 42px; }
    .cookie-actions { grid-column: auto; align-items: stretch; flex-direction: column-reverse; }
    .cookie-actions > a { padding: 4px; text-align: center; }
    .legal-nav { min-height: 72px; }
    .legal-logo { width: 72px; height: 60px; }
    .legal-logo img { top: -14px; left: -16px; width: 103px; }
    .legal-back { font-size: 11px; }
    .legal-main { padding: 35px 0 70px; }
    .legal-layout { grid-template-columns: 1fr; gap: 20px; }
    .legal-aside { position: static; padding: 14px; }
    .legal-aside nav { grid-template-columns: 1fr 1fr; margin-top: 8px; }
    .legal-document { padding: 27px 20px; border-radius: 19px; }
    .thank-you-main { min-height: calc(100vh - 72px); padding: 35px 0; }
    .thank-you-card { padding: 42px 22px; border-radius: 20px; }
    .thank-you-card p { font-size: 16px; }
    .legal-title { padding-bottom: 27px; }
    .legal-title h1 { font-size: 42px; }
    .legal-title > p { font-size: 15px; }
    .legal-section { padding: 28px 0; }
    .legal-data > div, .privacy-table > div { grid-template-columns: 1fr; gap: 5px; }
    .legal-data > div { padding: 12px 0; }
    .privacy-table strong { padding-bottom: 6px; }
    .privacy-table span { padding-top: 6px; }
}

@media (max-width: 420px) {
    .brand-logo { width: 72px; height: 60px; }
    .brand-logo img { top: -13px; left: -15px; width: 101px; }
    .header-phone { padding-left: 9px; }
    .header-phone-icon { display: none; }
    .hero h1 { font-size: 36px; }
    .stats-bar span { font-size: 9px; }
    .section-heading h2, .split-heading h2, .process-intro h2, .planning-copy h2, .faq h2, .final-cta h2 { font-size: 35px; }
    .problem-copy h2, .smart-copy h2, .quality-copy h2, .about-copy h2, .audience-intro h2 { font-size: 32px; }
    .smart-photo figcaption { right: 12px; bottom: 12px; left: 12px; }
    .smart-photo figcaption small { font-size: 11px; }
}
