:root {
    --ink: #111827;
    --ink-2: #1e293b;
    --muted: #64748b;
    --line: #dbe3ec;
    --surface: #f4f8fc;
    --white: #fff;
    --orange: #f97316;
    --orange-2: #ffab20;
    --green: #16a34a;
    --radius: 6px;
    --shadow: 0 18px 55px rgba(15, 23, 42, .11);
    --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--surface); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, .brand, .btn, .price-list strong { font-family: Montserrat, Inter, ui-sans-serif, "Segoe UI", Arial, sans-serif; }
h1, h2, h3 { line-height: 1.16; letter-spacing: -.025em; }
h1 { font-size: clamp(2.45rem, 6vw, 4.75rem); }
h2 { font-size: clamp(2rem, 4vw, 3.25rem); }
h3 { font-size: 1.25rem; }

.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.container.narrow { max-width: 980px; }
.article-width { max-width: 820px; }
.section { padding: 92px 0; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 9999; background: var(--white); color: var(--ink); padding: 12px 16px; box-shadow: var(--shadow); }
.skip-link:focus { top: 12px; }
.kicker { display: inline-block; margin-bottom: 12px; color: var(--orange); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.lead { color: #475569; font-size: 1.1rem; }

.site-header { position: sticky; top: 0; z-index: 100; min-height: 76px; border-bottom: 1px solid rgba(219, 227, 236, .9); background: rgba(255, 255, 255, .94); backdrop-filter: blur(14px); }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 9px; flex: 0 0 auto; font-weight: 900; letter-spacing: -.03em; }
.brand-mark { display: grid; place-items: center; width: 32px; height: 32px; color: var(--ink); background: var(--orange-2); border-radius: 4px; font-size: 18px; }
.brand-logo { display: block; width: 48px; height: 48px; object-fit: contain; flex: 0 0 auto; }
.desktop-nav { display: flex; gap: 26px; margin-left: auto; font-size: .9rem; font-weight: 700; color: #475569; }
.desktop-nav a:hover { color: var(--orange); }
.header-contact { display: grid; grid-template-columns: auto auto; align-items: center; column-gap: 16px; }
.header-status { grid-column: 1; font-size: .7rem; color: var(--muted); }
.header-status i { display: inline-block; width: 7px; height: 7px; margin-right: 4px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 3px rgba(22, 163, 74, .12); }
.header-phone { grid-column: 1; font-weight: 900; }
.header-contact .btn { grid-column: 2; grid-row: 1 / span 2; }

.btn { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 9px; padding: 13px 24px; border: 0; border-radius: var(--radius); cursor: pointer; font-weight: 850; line-height: 1.1; transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-call { color: var(--ink); background: var(--orange-2); box-shadow: 0 10px 28px rgba(249, 115, 22, .24); }
.btn-call:hover { background: #ffb73a; box-shadow: 0 14px 34px rgba(249, 115, 22, .3); }
.btn-dark { color: var(--white); background: var(--ink); }
.btn-small { min-height: 42px; padding: 10px 17px; font-size: .86rem; }
.btn-link { padding: 8px 12px; border: 0; color: var(--muted); background: transparent; cursor: pointer; text-decoration: underline; }
.text-link { color: #df5b0a; font-weight: 800; }
.text-link:hover { text-decoration: underline; }

.hero { position: relative; min-height: 720px; display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--ink); }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { background: url('/assets/images/hero-summer-v2.webp') center 46% / cover no-repeat; transform: scale(1.015); }
.hero-shade { background: linear-gradient(90deg, rgba(10, 17, 28, .96) 0%, rgba(10, 17, 28, .82) 44%, rgba(10, 17, 28, .38) 72%, rgba(10, 17, 28, .18) 100%), linear-gradient(0deg, rgba(12, 20, 32, .64), transparent 45%); }
.hero-content { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 260px; align-items: end; gap: 50px; padding-block: 88px; }
.hero-copy { max-width: 800px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 24px; padding: 8px 12px; color: var(--white); background: rgba(249, 115, 22, .94); border-radius: 3px; font-size: .77rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow i { width: 8px; height: 8px; background: var(--white); border-radius: 50%; animation: pulse 1.7s infinite; }
@keyframes pulse { 50% { opacity: .4; transform: scale(.75); } }
.hero h1 { max-width: 780px; margin-bottom: 20px; font-weight: 900; text-transform: uppercase; }
.hero h1 em { color: var(--orange-2); font-style: normal; }
.hero-copy > p { max-width: 690px; margin-bottom: 30px; color: rgba(255, 255, 255, .88); font-size: clamp(1.06rem, 2vw, 1.2rem); }
.hero-actions { display: flex; align-items: center; gap: 22px; }
.btn-hero { min-height: 64px; padding-inline: 28px; font-size: 1.05rem; }
.hero-note { display: flex; flex-direction: column; font-size: .84rem; }
.hero-note small { color: rgba(255,255,255,.66); }
.hero-facts { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 31px; color: rgba(255,255,255,.8); font-size: .82rem; }
.hero-price { padding: 26px; border: 1px solid rgba(255,255,255,.18); background: rgba(15, 23, 42, .78); backdrop-filter: blur(12px); box-shadow: var(--shadow); }
.hero-price small { color: rgba(255,255,255,.7); }
.hero-price strong { display: block; margin: 6px 0 10px; color: var(--orange-2); font-size: 2.55rem; line-height: 1; }
.hero-price strong span { font-size: .85rem; }
.hero-price p { color: rgba(255,255,255,.72); font-size: .85rem; }
.hero-price a { font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }

.trust-strip { position: relative; z-index: 2; margin-top: -1px; background: var(--white); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid article { display: flex; gap: 14px; min-height: 142px; align-items: center; padding: 28px 22px; border-right: 1px solid var(--line); }
.trust-grid article:first-child { border-left: 1px solid var(--line); }
.trust-grid article > span { display: grid; flex: 0 0 42px; width: 42px; height: 42px; place-items: center; color: var(--orange); background: #fff4eb; border-radius: 4px; font-weight: 900; }
.trust-grid h3 { margin-bottom: 6px; font-size: .98rem; }
.trust-grid p { margin: 0; color: var(--muted); font-size: .77rem; line-height: 1.45; }

.section-heading { margin-bottom: 42px; }
.section-heading.centered { max-width: 760px; margin-inline: auto; text-align: center; }
.section-heading h2 { margin-bottom: 14px; }
.section-heading p { color: var(--muted); font-size: 1.05rem; }
.section-heading.split { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.section-heading.split h2 { margin-bottom: 0; }
.section-heading.inverse { color: var(--white); }
.prices { background: #edf3f8; }
.price-list { display: grid; gap: 12px; }
.price-list article { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 18px; min-height: 92px; padding: 19px 24px; border: 1px solid var(--line); background: var(--white); transition: border-color .18s ease, transform .18s ease; }
.price-list article:hover { border-color: var(--orange); transform: translateX(3px); }
.price-list h3 { margin: 0 0 4px; font-size: 1.03rem; }
.price-list p { margin: 0; color: var(--muted); font-size: .8rem; }
.price-list > article > strong { min-width: 100px; text-align: right; font-size: 1.55rem; font-weight: 900; }
.price-list strong small { font-size: .7rem; }
.price-icon { display: grid; width: 44px; height: 44px; place-items: center; color: var(--ink); background: #e6edf5; border: 1px solid #cbd7e4; border-radius: 4px; font-size: .78rem; font-weight: 900; letter-spacing: -.02em; }
.price-list .price-bonus { color: var(--white); border-color: var(--ink); background: var(--ink); }
.price-list .price-bonus .price-icon { color: var(--ink); background: var(--orange-2); border-color: var(--orange-2); }
.price-bonus p { color: #9eaabe; }
.price-bonus > strong { color: #3bdd76; font-size: 1.2rem !important; }
.price-footnote { margin: 15px 0 0; color: var(--muted); font-size: .76rem; text-align: center; }
.center-cta { margin-top: 28px; text-align: center; }

.service { background: var(--white); }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; }
.service-image { position: relative; }
.service-image::before { content: ''; position: absolute; left: -16px; bottom: -16px; width: 45%; height: 55%; background: var(--orange-2); }
.service-image img { position: relative; width: 100%; min-height: 440px; object-fit: cover; box-shadow: var(--shadow); }
.service-copy h2 { margin-bottom: 20px; }
.check-list { display: grid; gap: 10px; padding: 0; margin: 25px 0; list-style: none; }
.check-list li::before { content: '✓'; display: inline-grid; width: 22px; height: 22px; margin-right: 9px; place-items: center; color: var(--green); background: #eaf9ef; border-radius: 50%; font-size: .75rem; font-weight: 900; }
.caution { margin: 26px 0 0; padding: 17px 18px; color: #475569; background: #f7f8fa; border-left: 4px solid var(--orange); font-size: .88rem; }

.how { color: var(--white); background: var(--ink-2); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.steps li { min-height: 230px; padding: 30px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.035); }
.steps li > span { display: inline-block; margin-bottom: 34px; color: var(--orange-2); font-weight: 900; font-size: 1.1rem; }
.steps h3 { margin-bottom: 10px; font-size: 1.4rem; }
.steps p { margin: 0; color: #aeb8c8; }
.how-call { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 36px; color: #c4ccd8; }
.how-call a { color: var(--orange-2); font-size: 1.35rem; font-weight: 900; }

.intent-section { background: #fff; }
.intent-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: center; }
.intent-grid h2 { margin-bottom: 17px; }
.quick-answer { padding: 34px; border: 1px solid var(--line); border-top: 5px solid var(--orange); background: var(--surface); }
.quick-answer ul { display: grid; gap: 12px; padding-left: 20px; margin-bottom: 0; color: #475569; }

.coverage { background: #eaf1f7; }
.coverage-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; }
.coverage-grid p { color: #475569; font-size: 1.05rem; }
.coverage-contact { display: flex; flex-direction: column; margin-top: 27px; }
.coverage-contact small { color: var(--muted); }
.coverage-contact a { color: var(--ink); font-size: 1.8rem; font-weight: 900; }
.map-card { position: relative; min-height: 430px; overflow: hidden; box-shadow: var(--shadow); }
.map-card img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.map-card span { position: absolute; left: 18px; bottom: 18px; padding: 10px 14px; background: rgba(255,255,255,.93); font-size: .8rem; font-weight: 800; }

.articles-preview { background: var(--white); }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.article-grid-large { grid-template-columns: repeat(2, 1fr); }
.article-card { display: flex; min-height: 300px; flex-direction: column; padding: 28px; border: 1px solid var(--line); background: var(--white); transition: transform .2s ease, box-shadow .2s ease; }
.article-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.article-card > span { margin-bottom: 22px; color: var(--orange); font-size: .75rem; font-weight: 800; }
.article-card h2, .article-card h3 { margin-bottom: 14px; font-size: 1.35rem; }
.article-card h2 a:hover, .article-card h3 a:hover { color: var(--orange); }
.article-card p { color: var(--muted); }
.article-card > .text-link { margin-top: auto; }
.keyword-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 20px; }
.keyword-tags small { padding: 4px 7px; color: #64748b; background: #f1f5f9; }

.faq { background: #edf3f8; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; }
.faq-grid > div:first-child { position: sticky; top: 110px; align-self: start; }
.faq-grid > div:first-child p { color: var(--muted); margin-bottom: 25px; }
.accordion details { border-top: 1px solid #cbd5e1; }
.accordion details:last-child { border-bottom: 1px solid #cbd5e1; }
.accordion summary { display: flex; justify-content: space-between; gap: 20px; padding: 21px 4px; cursor: pointer; font-weight: 850; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--orange); font-size: 1.25rem; transition: transform .18s ease; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { padding: 0 38px 22px 4px; margin: 0; color: #566478; }

.callback { color: var(--white); background: var(--ink); }
.callback-card { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 70px; }
.callback-card h2 { margin-bottom: 12px; }
.callback-card > div > p { color: #aeb8c8; }
.callback-form { display: grid; grid-template-columns: 1fr 1fr auto; gap: 12px; align-items: end; }
.callback-form label { display: grid; gap: 6px; }
.callback-form label span { color: #c2cad6; font-size: .75rem; font-weight: 700; }
.callback-form input { width: 100%; height: 52px; padding: 0 14px; border: 1px solid #475569; border-radius: var(--radius); color: var(--white); background: #1d293b; outline: none; }
.callback-form input:focus { border-color: var(--orange-2); box-shadow: 0 0 0 3px rgba(255, 171, 32, .14); }
.callback-form > small, .form-status { grid-column: 1 / -1; margin: 0; color: #8f9aab; font-size: .72rem; }
.callback-form > small a { text-decoration: underline; }
.form-status { min-height: 20px; color: #7ae29c; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; }

.site-footer { padding: 58px 0 26px; color: #dbe2ec; background: #101827; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .6fr .8fr; gap: 70px; }
.brand-light { color: var(--white); }
.brand-light .brand-logo { padding: 3px; border-radius: 8px; background: var(--white); }
.footer-grid p { max-width: 390px; margin-top: 18px; color: #8e9aab; font-size: .88rem; }
.footer-grid h2 { margin-bottom: 17px; color: var(--white); font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 7px; font-size: .84rem; color: #a8b2c0; }
.footer-phone { color: var(--white); font-size: 1.15rem; font-weight: 900; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #647186; font-size: .7rem; }
.mobile-callbar { display: none; }

.page-hero { padding: 90px 0 72px; color: var(--white); background: linear-gradient(120deg, #121c2b, #25334a); }
.page-hero.compact { padding-block: 72px 56px; }
.page-hero h1 { margin-bottom: 18px; }
.page-hero p { max-width: 700px; color: #bdc6d2; font-size: 1.1rem; }
.article-callout { padding: 54px 0; color: var(--white); background: var(--ink-2); }
.article-callout .container { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.article-callout h2 { margin-bottom: 6px; font-size: 1.7rem; }
.article-callout p { margin: 0; color: #b2bdcb; }

.article-header { padding: 72px 0 56px; color: var(--white); background: var(--ink-2); }
.article-header h1 { max-width: 800px; margin-bottom: 20px; font-size: clamp(2.25rem, 5vw, 4rem); text-transform: none; }
.article-header p { max-width: 720px; color: #bdc6d2; font-size: 1.1rem; }
.breadcrumbs { display: flex; gap: 8px; margin-bottom: 32px; color: #97a4b6; font-size: .78rem; }
.breadcrumbs a:hover { color: var(--white); }
.article-meta { display: flex; gap: 18px; color: #93a0b1; font-size: .78rem; }
.article-layout { display: grid; grid-template-columns: minmax(0, 820px) 280px; justify-content: center; gap: 60px; padding-block: 66px; }
.article-content { color: #334155; font-size: 1.04rem; }
.article-content h2 { margin: 46px 0 16px; color: var(--ink); font-size: 1.7rem; }
.article-content h3 { margin: 34px 0 12px; color: var(--ink); }
.article-content p, .article-content li { line-height: 1.75; }
.article-content ul, .article-content ol { padding-left: 24px; }
.article-content li { margin-bottom: 8px; }
.article-content .answer-box { margin: 0 0 34px; padding: 22px 24px; color: var(--ink); background: #fff5e9; border-left: 5px solid var(--orange); }
.article-aside > div { position: sticky; top: 110px; display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow); }
.article-aside small { color: var(--muted); }
.article-aside strong { margin: 4px 0 18px; font-size: 1.25rem; }
.article-aside span { margin-top: 10px; color: var(--muted); font-size: .77rem; text-align: center; }
.article-footer { padding: 0 0 70px; }
.article-footer > p { padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .8rem; }
.article-footer > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 28px; }
.legal-copy h2 { margin-top: 40px; font-size: 1.5rem; }
.legal-copy p { color: #475569; }

.cookie-banner { position: fixed; z-index: 500; right: 22px; bottom: 22px; max-width: 460px; padding: 19px; border: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow); }
.cookie-banner p { margin-bottom: 12px; color: #475569; font-size: .82rem; }
.cookie-banner p a { text-decoration: underline; }

@media (max-width: 1050px) {
    .desktop-nav { display: none; }
    .header-contact { margin-left: auto; }
    .hero-content { grid-template-columns: 1fr; }
    .hero-copy { max-width: 760px; }
    .hero-price { display: none; }
    .trust-grid { grid-template-columns: repeat(2, 1fr); }
    .trust-grid article:nth-child(2) { border-right: 0; }
    .service-grid, .coverage-grid { gap: 42px; }
    .article-layout { grid-template-columns: minmax(0, 760px); }
    .article-aside { display: none; }
    .callback-card { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 760px) {
    html { scroll-padding-top: 66px; }
    body { padding-bottom: 72px; }
    .container { width: min(calc(100% - 32px), var(--max)); }
    .section { padding: 68px 0; }
    h1 { font-size: clamp(2.35rem, 12vw, 3.55rem); }
    h2 { font-size: clamp(1.8rem, 9vw, 2.55rem); }
    .site-header, .header-inner { min-height: 66px; }
    .header-inner { gap: 12px; }
    .header-status, .header-phone { display: none; }
    .header-contact { display: block; margin-left: auto; }
    .header-contact .btn { display: inline-flex; min-height: 42px; padding: 10px 14px; font-size: .78rem; }
    .brand { font-size: .9rem; }
    .brand-mark { width: 29px; height: 29px; }
    .brand-logo { width: 40px; height: 40px; }
    .hero { min-height: 690px; align-items: end; }
    .hero-media { background-position: 72% center; transform: none; }
    .hero-shade { background: linear-gradient(0deg, rgba(8, 14, 23, .98) 0%, rgba(8, 14, 23, .78) 63%, rgba(8, 14, 23, .36) 100%); }
    .hero-content { display: block; padding: 70px 0 54px; }
    .hero h1 { margin-bottom: 17px; }
    .hero-copy > p { font-size: 1rem; }
    .hero-actions { display: block; }
    .btn-hero { width: 100%; }
    .hero-note { margin-top: 14px; text-align: center; }
    .hero-facts { display: grid; gap: 7px; font-size: .78rem; }
    .trust-grid { grid-template-columns: 1fr 1fr; }
    .trust-grid article { min-height: 165px; display: block; padding: 20px 15px; border-bottom: 1px solid var(--line); }
    .trust-grid article > span { margin-bottom: 13px; }
    .trust-grid article:nth-child(odd) { border-left: 0; }
    .trust-grid h3 { font-size: .88rem; }
    .trust-grid p { font-size: .71rem; }
    .section-heading { margin-bottom: 30px; }
    .section-heading.split { align-items: start; flex-direction: column; }
    .price-list article { grid-template-columns: 40px 1fr; gap: 13px; padding: 17px; }
    .price-list > article > strong { grid-column: 2; min-width: 0; text-align: left; }
    .price-icon { width: 38px; height: 38px; }
    .service-grid, .intent-grid, .coverage-grid, .faq-grid, .footer-grid { grid-template-columns: 1fr; }
    .service-grid { gap: 46px; }
    .service-image img { min-height: 280px; }
    .service-image::before { left: -8px; bottom: -8px; }
    .steps { grid-template-columns: 1fr; }
    .steps li { min-height: auto; }
    .steps li > span { margin-bottom: 20px; }
    .how-call { align-items: start; flex-direction: column; }
    .coverage-grid { gap: 36px; }
    .map-card, .map-card img { min-height: 300px; }
    .article-grid, .article-grid-large { grid-template-columns: 1fr; }
    .article-card { min-height: 265px; }
    .faq-grid { gap: 35px; }
    .faq-grid > div:first-child { position: static; }
    .callback-form { grid-template-columns: 1fr; }
    .callback-form > small, .form-status { grid-column: 1; }
    .footer-grid { gap: 35px; }
    .footer-bottom { align-items: start; flex-direction: column; }
    .mobile-callbar { position: fixed; z-index: 300; left: 0; right: 0; bottom: 0; display: flex; height: 72px; align-items: center; justify-content: space-between; gap: 12px; padding: 10px max(14px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left)); color: var(--white); background: #111827; box-shadow: 0 -8px 25px rgba(15,23,42,.2); }
    .mobile-callbar > div { display: flex; flex-direction: column; }
    .mobile-callbar small { color: #9aa6b8; font-size: .63rem; }
    .mobile-callbar strong { font-size: .84rem; }
    .mobile-callbar > a { display: inline-flex; min-height: 48px; align-items: center; gap: 7px; padding: 0 17px; color: var(--ink); background: var(--orange-2); border-radius: 5px; font-weight: 900; }
    .page-hero { padding: 64px 0 52px; }
    .article-callout .container, .article-footer > div { align-items: stretch; flex-direction: column; }
    .article-header { padding: 54px 0 44px; }
    .article-layout { padding-block: 42px; }
    .article-content { font-size: 1rem; }
    .cookie-banner { right: 12px; bottom: 84px; left: 12px; max-width: none; }
}

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

@media print {
    .site-header, .site-footer, .mobile-callbar, .cookie-banner, .callback, .article-aside { display: none !important; }
    body { padding: 0; color: #000; background: #fff; }
    .article-header { padding: 20px 0; color: #000; background: #fff; }
}
