:root {
  --navy: #032263;
  --blue: #0a4bd4;
  --ink: #021132;
  --tint: #e6eefe;
  --bright: #6a99fb;
  --whatsapp: #25d366;
  --paper: #f7f9fd;
  --white: #ffffff;
  --muted: #5d6880;
  --line: #d9e0ee;
  --shadow: 0 24px 70px rgba(2, 17, 50, .14);
  --container: min(1180px, calc(100vw - 48px));
  --font: Inter, Aptos, "Segoe UI", Arial, sans-serif;
  --condensed: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font: 400 1rem/1.65 var(--font); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--bright); outline-offset: 3px; }
.container { width: var(--container); margin-inline: auto; }
.narrow { max-width: 780px; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 14px; color: #fff; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.icon { width: 1.25rem; height: 1.25rem; flex: none; }
em { color: var(--blue); font-style: normal; }

.service-strip { position: relative; z-index: 101; color: #fff; background: var(--ink); font-size: .79rem; letter-spacing: .02em; }
.strip-inner { min-height: 35px; display: flex; align-items: center; gap: 28px; }
.strip-inner > a { margin-left: auto; display: inline-flex; align-items: center; gap: 7px; font-weight: 700; }
.strip-inner .icon { width: 15px; }
.live-status { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; }
.live-status i { width: 7px; height: 7px; border-radius: 50%; background: #ffbc3d; box-shadow: 0 0 0 5px rgba(255,188,61,.12); }
.live-status.open i { background: var(--whatsapp); box-shadow: 0 0 0 5px rgba(37,211,102,.14); }
.live-status.closed i { background: #ff6b6b; box-shadow: 0 0 0 5px rgba(255,107,107,.13); }
.live-status.large { font-size: 1.05rem; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(3,34,99,.1); backdrop-filter: blur(14px); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 32px; }
.brand img { width: 235px; height: auto; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 27px; }
.desktop-nav a { position: relative; padding: 29px 0 26px; color: #263655; font-size: .91rem; font-weight: 650; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--blue); transition: right .25s; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: #fff; align-items: center; justify-content: center; color: var(--ink); }
.mobile-menu { display: none; }

.btn { min-height: 50px; padding: 0 22px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: .92rem; font-weight: 750; line-height: 1; transition: transform .2s, color .2s, border-color .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--blue); }
.btn-primary:hover { background: var(--navy); }
.btn-white { color: var(--ink); background: #fff; }
.btn-white:hover { color: var(--blue); }
.btn-outline { color: var(--ink); border-color: #b9c5d9; background: transparent; }
.btn-outline:hover { color: var(--blue); border-color: var(--blue); }
.btn-line-light { min-height: 42px; padding-inline: 0; color: #fff; border: 0; border-bottom: 1px solid rgba(255,255,255,.5); }
.btn-line-light:hover { border-color: #fff; }
.btn-whatsapp { color: var(--ink); background: var(--whatsapp); }
.btn-whatsapp:hover { background: #50df83; }
.btn-small { min-height: 42px; padding-inline: 17px; font-size: .84rem; }
.btn-ghost { color: var(--ink); background: #fff; border-color: var(--line); }
.btn-full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: .9rem; font-weight: 760; }
.text-link .icon { transition: transform .2s; }
.text-link:hover .icon { transform: translateX(4px); }

.eyebrow { margin: 0 0 18px; color: var(--blue); font-family: var(--condensed); font-size: .74rem; font-weight: 800; letter-spacing: .15em; line-height: 1.2; text-transform: uppercase; }
.eyebrow.light { color: #b6ceff; }
.eyebrow.light > span { display: inline-block; width: 26px; height: 1px; margin-right: 9px; vertical-align: middle; background: currentColor; }
.section { padding: 110px 0; }
.section-head { max-width: 630px; }
.section-head h2, .split-heading h2 { margin: 0; font-family: var(--condensed); font-size: clamp(2.4rem, 5vw, 4.7rem); font-weight: 780; letter-spacing: -.055em; line-height: .98; }
.section-head > p:last-child { max-width: 520px; margin: 24px 0 0; color: var(--muted); font-size: 1.05rem; }
.split-heading { display: grid; grid-template-columns: 1.1fr .65fr; align-items: end; gap: 80px; margin-bottom: 56px; }
.split-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 1.04rem; }
.split-heading.inverse { color: #fff; }
.split-heading.inverse .section-head h2 { color: #fff; }

.hero { position: relative; min-height: 720px; overflow: hidden; color: #fff; background: var(--navy); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(2,17,50,.98) 0%, rgba(3,34,99,.92) 39%, rgba(3,34,99,.35) 76%, rgba(2,17,50,.38) 100%); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: 1; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 90px 90px; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-grid { position: relative; z-index: 3; min-height: 720px; display: grid; grid-template-columns: minmax(0, 1fr) 455px; align-items: center; gap: 66px; padding-block: 70px; }
.hero-copy h1 { max-width: 770px; margin: 0; font-family: var(--condensed); font-size: clamp(3.5rem, 5.55vw, 5.95rem); font-weight: 800; letter-spacing: -.068em; line-height: .88; }
.hero-copy h1 em { color: #82a8ff; }
.hero-lead { max-width: 650px; margin: 30px 0 0; color: #dce6fc; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 32px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 33px; color: #dce6fc; font-size: .85rem; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row .icon { width: 16px; color: #86aaff; }
.diagnosis { align-self: center; overflow: hidden; color: var(--ink); background: rgba(255,255,255,.98); border: 1px solid rgba(255,255,255,.62); border-radius: 16px; box-shadow: 0 32px 85px rgba(2,17,50,.36); }
.diagnosis-head { min-height: 91px; padding: 18px 24px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }
.diagnosis-head > div { display: flex; gap: 13px; align-items: center; }
.tool-number { color: var(--blue); font: 800 1.7rem/1 var(--condensed); }
.diagnosis .eyebrow { margin: 0; }
.diagnosis-head h2 { margin: 5px 0 0; font: 780 1.35rem/1 var(--condensed); letter-spacing: -.02em; }
.signal { display: inline-flex; gap: 8px; align-items: center; color: var(--muted); font-size: .72rem; font-weight: 700; }
.signal i { width: 6px; height: 6px; border-radius: 50%; background: var(--whatsapp); box-shadow: 0 0 0 5px rgba(37,211,102,.13); }
.diagnosis-body { padding: 20px 24px 15px; }
.diagnosis-body > label { display: block; margin-bottom: 8px; color: #506079; font-size: .76rem; font-weight: 700; }
.search-field { display: flex; align-items: center; gap: 10px; padding: 0 12px; border: 1px solid #bfc9da; border-radius: 8px; background: #fff; transition: border-color .2s, box-shadow .2s; }
.search-field:focus-within { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(10,75,212,.1); }
.search-field input { width: 100%; min-height: 48px; padding: 0; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: .9rem; }
.search-symbol { color: var(--blue); font: 800 1.5rem/1 var(--condensed); transform: rotate(-18deg); }
.search-field kbd { min-width: 24px; padding: 4px 7px; color: #65718a; background: #eff2f7; border: 1px solid #d7deea; border-radius: 5px; font: 700 .68rem/1 var(--font); text-align: center; }
.quick-symptoms { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 7px; }
.quick-symptoms button { min-height: 32px; padding: 0 10px; color: #40506e; background: #f2f5fa; border: 1px solid #dde4ef; border-radius: 99px; font-size: .7rem; font-weight: 700; }
.quick-symptoms button:hover { color: var(--blue); border-color: #9bb7f3; background: var(--tint); }
.symptom-list { max-height: 126px; margin-top: 8px; overflow: auto; border-top: 1px solid #edf0f5; }
.symptom-option { width: 100%; padding: 9px 7px; display: block; color: #33415e; text-align: left; border: 0; border-bottom: 1px solid #edf0f6; background: transparent; font-size: .76rem; }
.symptom-option:hover, .symptom-option:focus { color: var(--blue); background: var(--tint); }
.list-hint { margin: 10px 0 0; color: #7b869a; font-size: .7rem; }
.diagnosis-result { min-height: 138px; padding: 20px 24px 22px; color: #fff; background: var(--ink); border-top: 1px solid rgba(255,255,255,.08); }
.result-empty { margin: 12px 0; color: #aebcda; font-size: .84rem; }
.result-empty-state { min-height: 94px; display: grid; grid-template-columns: 43px 1fr; align-items: center; gap: 15px; }
.result-empty-state > span { width: 43px; height: 43px; display: grid; place-items: center; color: #fff; border: 1px solid #486395; border-radius: 50%; font: 800 .7rem/1 var(--condensed); letter-spacing: .08em; }
.result-empty-state p { margin: 0; color: #aebcda; font-size: .79rem; line-height: 1.5; }
.result-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; }
.result-grid div:last-child { grid-column: 1/-1; }
.result-grid small { display: block; color: #7f96c1; font-size: .63rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.result-grid strong { display: block; margin-top: 2px; color: #fff; font-size: .8rem; line-height: 1.35; }
.urgency { display: inline-flex; align-items: center; gap: 7px; }
.urgency::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #ffbc3d; }
.urgency.yüksek::before { background: #e73939; }
.urgency.düşük::before { background: var(--whatsapp); }
.result-action { width: 100%; min-height: 40px; margin-top: 14px; }

.authorized-strip { position: relative; z-index: 5; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 18px 45px rgba(2,17,50,.06); }
.authorized-strip > .container { min-height: 134px; display: grid; grid-template-columns: 250px 1fr; align-items: stretch; }
.authorized-label { display: flex; align-items: center; gap: 14px; padding-right: 26px; border-right: 1px solid var(--line); }
.authorized-label > span { color: var(--blue); font: 800 1.6rem/1 var(--condensed); }
.authorized-label p { margin: 0; font: 800 .75rem/1.25 var(--condensed); letter-spacing: .1em; text-transform: uppercase; }
.authorized-label small { display: block; margin-top: 6px; color: var(--muted); font-size: .66rem; line-height: 1.35; }
.authorized-logos { display: grid; grid-template-columns: repeat(7,1fr); }
.authorized-logos > a { min-width: 0; padding: 20px 16px; display: grid; place-items: center; border-right: 1px solid var(--line); transition: background .2s, transform .2s; }
.authorized-logos > a:last-child { border-right: 0; }
.authorized-logos > a:hover { z-index: 2; background: var(--tint); transform: translateY(-4px); }
.authorized-logos img { width: 100%; max-width: 108px; height: 42px; object-fit: contain; }
.authorized-logos .wordmark { font-size: 1.05rem; }

.proof-band { padding: 31px 0 21px; background: var(--paper); border-bottom: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { padding: 5px 26px; border-left: 1px solid var(--line); }
.proof-grid > div:first-child { padding-left: 0; border-left: 0; }
.proof-grid strong { display: block; color: var(--navy); font: 800 2.1rem/1 var(--condensed); letter-spacing: -.04em; }
.proof-grid span { color: var(--muted); font-size: .75rem; font-weight: 700; }
.placeholder-note { margin-top: 14px; color: #8892a7; font-size: .68rem; }

.services-preview { background: #fff; }
.services-preview .section-head { margin-bottom: 48px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 260px; padding: 28px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: color .25s, background .25s, transform .25s; }
.service-card:hover { z-index: 2; color: #fff; background: var(--navy); transform: translateY(-8px); }
.card-index { color: var(--blue); font: 800 .78rem/1 var(--condensed); letter-spacing: .12em; }
.service-card h3 { margin: 45px 0 12px; font: 760 1.25rem/1.15 var(--condensed); }
.service-card p { margin: 0 0 28px; color: var(--muted); font-size: .84rem; }
.service-card .text-link { margin-top: auto; }
.service-card:hover p, .service-card:hover .text-link { color: #ccdaf8; }
.section-cta { margin-top: 34px; }

.brand-section { background: var(--paper); }
.brand-grid { display: grid; grid-template-columns: repeat(7, 1fr); border-top: 1px solid #ccd5e5; border-left: 1px solid #ccd5e5; }
.brand-tile { min-height: 140px; padding: 23px 16px; display: flex; flex-direction: column; justify-content: space-between; background: #fff; border-right: 1px solid #ccd5e5; border-bottom: 1px solid #ccd5e5; transition: transform .2s, box-shadow .2s; }
.brand-tile:hover { z-index: 2; transform: translateY(-5px); box-shadow: 0 16px 30px rgba(3,34,99,.1); }
.brand-tile img { width: 100%; height: 45px; object-fit: contain; object-position: left center; }
.brand-tile > span:last-child { color: var(--muted); font-size: .63rem; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.wordmark { display: inline-flex; align-items: center; min-height: 45px; color: var(--ink); font: 900 1.4rem/1 var(--condensed); letter-spacing: -.03em; }
.wordmark.small { min-height: 0; font-size: .75rem; letter-spacing: .08em; }

.process-section { position: relative; overflow: hidden; color: #fff; background: var(--ink); }
.process-section::before { content: ""; position: absolute; inset: 0; opacity: .11; background-image: linear-gradient(rgba(106,153,251,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(106,153,251,.5) 1px, transparent 1px); background-size: 100px 100px; }
.process-section .container { position: relative; }
.process-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.process-grid li { min-height: 220px; padding: 25px 26px; border-right: 1px solid rgba(255,255,255,.16); }
.process-grid li:first-child { border-left: 1px solid rgba(255,255,255,.16); }
.process-grid span { color: var(--bright); font: 800 .75rem/1 var(--condensed); letter-spacing: .1em; }
.process-grid h3 { margin: 64px 0 10px; font: 760 1.22rem/1 var(--condensed); }
.process-grid p { margin: 0; color: #aebcda; font-size: .84rem; }

.field-note { background: #fff; }
.field-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 85px; align-items: center; }
.field-photo { position: relative; }
.field-photo::before { content: ""; position: absolute; inset: -16px 16px 16px -16px; z-index: -1; border: 1px solid #b9c9e8; }
.field-photo img { width: 100%; aspect-ratio: 1.14; object-fit: cover; }
.photo-label { position: absolute; right: 0; bottom: 0; padding: 12px 18px; color: #fff; background: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.field-copy h2 { margin: 0; font: 780 clamp(2.25rem, 4.4vw, 4.25rem)/.98 var(--condensed); letter-spacing: -.05em; }
.field-copy > p:not(.eyebrow) { margin: 26px 0; color: var(--muted); }
.check-list { margin: 0 0 30px; padding: 0; display: grid; gap: 10px; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 10px; font-weight: 680; }
.check-list .icon { color: var(--blue); }

.reviews { overflow: hidden; background: var(--tint); }
.reviews-top { display: flex; justify-content: space-between; align-items: end; margin-bottom: 50px; }
.slider-controls { display: flex; align-items: center; gap: 16px; }
.slider-controls button { width: 45px; height: 45px; color: var(--ink); border: 1px solid #a9b9da; background: transparent; font-size: 1.2rem; }
.slider-controls button:hover { color: #fff; background: var(--blue); border-color: var(--blue); }
.slider-controls span { min-width: 55px; text-align: center; color: var(--muted); font: 800 .72rem/1 var(--condensed); }
.review-track { display: flex; gap: 20px; transition: transform .45s cubic-bezier(.2,.8,.2,1); }
.review-slide { min-width: calc((100% - 40px)/3); min-height: 310px; margin: 0; padding: 33px; display: flex; flex-direction: column; justify-content: space-between; background: #fff; border-top: 3px solid var(--blue); }
.review-slide blockquote { margin: 0; font: 520 1.25rem/1.5 var(--font); }
.review-slide figcaption { padding-top: 25px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); }
.review-slide figcaption span { color: var(--muted); font-size: .85rem; }

.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.faq-grid .btn { margin-top: 32px; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { min-height: 76px; padding: 18px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-weight: 720; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--blue); font-size: 1.45rem; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details div { padding: 0 45px 22px 0; color: var(--muted); }
.accordion details p { margin: 0; }

.cta-panel { padding: 82px 0; color: #fff; background: var(--navy); }
.cta-inner { display: grid; grid-template-columns: 1fr .75fr; gap: 90px; align-items: end; }
.cta-inner h2 { margin: 0; font: 780 clamp(2.5rem, 5vw, 4.7rem)/.94 var(--condensed); letter-spacing: -.055em; }
.cta-inner h2 em { color: #8db0ff; }
.cta-inner > div:last-child p { margin: 0 0 25px; color: #c8d5ef; }

.breadcrumbs { min-height: 45px; display: flex; align-items: center; gap: 9px; color: #778197; font-size: .72rem; }
.breadcrumbs a:hover { color: var(--blue); }
.page-hero { padding: 92px 0 100px; background: var(--paper); border-bottom: 1px solid var(--line); }
.page-hero.compact { padding-block: 72px 82px; }
.page-hero h1 { margin: 0; font: 800 clamp(3.6rem, 7vw, 7rem)/.87 var(--condensed); letter-spacing: -.07em; }
.page-hero > .container > p:last-child { max-width: 650px; margin: 30px 0 0; color: var(--muted); font-size: 1.08rem; }
.page-hero.editorial { position: relative; overflow: hidden; background: var(--ink); color: #fff; }
.page-hero.editorial::after { content: "DT / KNOWLEDGE"; position: absolute; right: -30px; bottom: -25px; color: rgba(255,255,255,.045); font: 900 8rem/1 var(--condensed); letter-spacing: -.04em; }
.page-hero.editorial h1 em { color: #8db0ff; }

.filter-bar { margin-bottom: 38px; display: flex; flex-wrap: wrap; gap: 8px; }
.filter-btn { min-height: 42px; padding: 0 16px; border: 1px solid var(--line); color: var(--muted); background: #fff; font-size: .8rem; font-weight: 700; }
.filter-btn:hover, .filter-btn.active { color: #fff; background: var(--navy); border-color: var(--navy); }
.brand-list-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.brand-card { min-height: 320px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); transition: transform .25s, box-shadow .25s; }
.brand-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.brand-card[hidden], .article-card[hidden] { display: none; }
.brand-card-top { min-height: 60px; display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.brand-card-top img { width: 135px; height: 45px; object-fit: contain; object-position: left center; }
.brand-card-top > span { color: var(--muted); font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.brand-card h2 { margin: 48px 0 8px; font: 780 1.75rem/1 var(--condensed); }
.brand-card p { margin: 0 0 28px; color: var(--muted); font-size: .9rem; }
.brand-card .text-link { margin-top: auto; }
.mini-cta { padding: 55px 0; color: #fff; background: var(--ink); }
.mini-cta .container { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; }
.mini-cta h2 { margin: 0; font: 750 1.7rem/1 var(--condensed); }
.mini-cta p { margin: 0; color: #aebcda; }

.brand-hero { position: relative; padding: 85px 0 100px; overflow: hidden; background: var(--paper); }
.brand-hero::after { content: ""; position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(#dce4f3 1px, transparent 1px), linear-gradient(90deg,#dce4f3 1px,transparent 1px); background-size: 90px 90px; }
.brand-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .75fr; gap: 80px; align-items: end; }
.brand-hero-mark { width: 190px; min-height: 62px; margin-bottom: 42px; display: flex; align-items: center; }
.brand-hero-mark img { max-height: 55px; object-fit: contain; object-position: left; }
.brand-hero h1 { margin: 0; font: 800 clamp(3.8rem, 7vw, 6.6rem)/.88 var(--condensed); letter-spacing: -.07em; }
.brand-hero > .container > div:first-child > p:not(.eyebrow) { max-width: 680px; margin: 28px 0 0; color: var(--muted); font-size: 1.05rem; }
.technical-panel { padding: 30px; color: #fff; background: var(--navy); box-shadow: var(--shadow); }
.panel-code { color: #91aff2; font: 800 .68rem/1 var(--condensed); letter-spacing: .13em; }
.technical-panel h2 { margin: 52px 0 12px; font: 760 1.6rem/1.05 var(--condensed); }
.technical-panel > p { color: #c7d4ec; font-size: .9rem; }
.technical-panel dl { margin: 27px 0 0; border-top: 1px solid rgba(255,255,255,.19); }
.technical-panel dl div { padding: 11px 0; display: grid; grid-template-columns: 70px 1fr; border-bottom: 1px solid rgba(255,255,255,.13); }
.technical-panel dt { color: #91aff2; font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.technical-panel dd { margin: 0; font-size: .82rem; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.number-list { margin: 38px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.number-list li { padding: 17px 0; display: flex; gap: 18px; border-bottom: 1px solid var(--line); font-weight: 670; }
.number-list span { color: var(--blue); font: 800 .7rem/1.65 var(--condensed); }
.issue-stack { display: grid; gap: 12px; }
.issue-stack article { position: relative; padding: 25px 25px 25px 42px; background: var(--paper); border-left: 3px solid var(--blue); }
.severity-dot { position: absolute; left: 18px; top: 31px; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px rgba(10,75,212,.1); }
.issue-stack h3 { margin: 0 0 9px; font: 750 1.08rem/1.2 var(--condensed); }
.issue-stack p { margin: 0; color: var(--muted); font-size: .86rem; }
.pale { background: var(--paper); }

.estimator-section { padding: 75px 0; color: #fff; background: var(--ink); }
.estimator-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 65px; }
.service-options { display: grid; }
.service-option { min-height: 59px; padding: 0 12px; display: grid; grid-template-columns: 36px 1fr 22px; align-items: center; gap: 10px; color: #9eacc7; border: 0; border-bottom: 1px solid rgba(255,255,255,.13); background: transparent; text-align: left; }
.service-option span { font: 800 .69rem/1 var(--condensed); }
.service-option strong { font-size: .9rem; }
.service-option:hover, .service-option.active { color: #fff; background: rgba(106,153,251,.12); }
.service-option.active { border-left: 2px solid var(--bright); }
.estimate-output { min-height: 470px; padding: 42px; color: var(--ink); background: #fff; }
.estimate-output .eyebrow { display: flex; justify-content: space-between; }
.estimate-output h2 { margin: 55px 0 30px; font: 800 clamp(2.2rem, 4vw, 3.5rem)/.98 var(--condensed); letter-spacing: -.05em; }
.estimate-output dl { margin: 0; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.estimate-output dl div { padding: 20px 0; border-bottom: 1px solid var(--line); }
.estimate-output dl div:nth-child(even) { padding-left: 22px; border-left: 1px solid var(--line); }
.estimate-output dt { color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.estimate-output dd { margin: 6px 0 0; font-weight: 720; }
.cost-band { display: flex; gap: 5px; margin-top: 9px; }
.cost-band i { width: 30px; height: 5px; background: #dbe2ef; }
.cost-band i.on { background: var(--blue); }
.estimate-output .btn { margin-top: 24px; }
.service-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.service-detail-card { padding: 30px; border: 1px solid var(--line); }
.service-detail-card h2 { margin: 36px 0 25px; font: 760 1.45rem/1 var(--condensed); }
.service-detail-card dl { display: grid; gap: 12px; }
.service-detail-card dl div { display: grid; grid-template-columns: 105px 1fr; gap: 15px; }
.service-detail-card dt { color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.service-detail-card dd { margin: 0; font-size: .87rem; }
.service-detail-card .text-link { margin-top: 25px; }
.note-band { padding: 42px 0; background: var(--tint); }
.note-band .container { display: grid; grid-template-columns: 180px 1fr; gap: 40px; }
.note-band strong { color: var(--navy); font: 760 1.25rem/1.2 var(--condensed); }
.note-band p { margin: 0; color: var(--muted); }

.appointment-page { background: var(--ink); }
.appointment-page .site-footer { border-top: 1px solid rgba(255,255,255,.15); }
.appointment-hero { position: relative; padding: 78px 0 110px; overflow: hidden; color: #fff; background: var(--ink); }
.appointment-hero::before { content: ""; position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(rgba(106,153,251,.5) 1px,transparent 1px),linear-gradient(90deg,rgba(106,153,251,.5) 1px,transparent 1px); background-size: 90px 90px; }
.appointment-grid { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.appointment-grid > div:first-child { position: sticky; top: 150px; }
.appointment-grid h1 { margin: 0; font: 800 clamp(3.7rem, 6vw, 6rem)/.88 var(--condensed); letter-spacing: -.07em; }
.appointment-grid h1 em { color: #8db0ff; }
.appointment-grid > div > p:not(.eyebrow) { color: #b5c2dc; }
.appointment-notes { margin-top: 35px; display: grid; gap: 11px; }
.appointment-notes span { display: flex; gap: 10px; align-items: center; color: #d3ddf1; font-size: .82rem; }
.appointment-notes .icon { color: var(--bright); }
.appointment-card { padding: 37px; color: var(--ink); background: #fff; box-shadow: var(--shadow); }
.form-step { display: flex; align-items: center; gap: 13px; margin-bottom: 22px; }
.form-step.second { margin-top: 35px; }
.form-step span { color: var(--blue); font: 800 .74rem/1 var(--condensed); }
.form-step h2 { margin: 0; font: 760 1.25rem/1 var(--condensed); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.appointment-card label { display: block; margin-bottom: 16px; color: #495772; font-size: .75rem; font-weight: 750; }
.appointment-card label > span { font-weight: 500; }
.appointment-card input, .appointment-card select, .appointment-card textarea { width: 100%; margin-top: 7px; padding: 12px 13px; color: var(--ink); border: 1px solid #c9d1df; border-radius: 0; background: #fff; }
.appointment-card input, .appointment-card select { height: 49px; }
.appointment-card textarea { resize: vertical; }
.appointment-card input:focus, .appointment-card select:focus, .appointment-card textarea:focus { border-color: var(--blue); outline: 2px solid var(--tint); }
.form-error { min-height: 22px; margin: 0 0 10px; color: #bb2434; font-size: .78rem; }
.form-caption { margin: 12px 0 0; color: var(--muted); font-size: .7rem; text-align: center; }

.region-tool-section { padding: 0 0 75px; background: var(--paper); }
.region-tool { display: grid; grid-template-columns: 1fr 1fr; color: #fff; background: var(--navy); box-shadow: var(--shadow); transform: translateY(-1px); }
.region-tool > div { min-height: 275px; padding: 38px; }
.region-tool h2 { margin: 0 0 28px; font: 760 1.8rem/1.1 var(--condensed); }
.region-tool select { width: 100%; height: 52px; padding: 0 14px; color: var(--ink); border: 0; background: #fff; }
.region-result { display: flex; flex-direction: column; justify-content: center; color: var(--ink); background: #fff; }
.region-result h3 { margin: 20px 0 8px; font: 800 2rem/1 var(--condensed); }
.region-result p { margin: 0; color: var(--muted); }
.region-result strong { color: var(--blue); }
.radar { position: relative; width: 52px; height: 52px; display: block; border: 1px solid var(--blue); border-radius: 50%; }
.radar::before, .radar::after { content: ""; position: absolute; border: 1px solid rgba(10,75,212,.35); border-radius: 50%; }
.radar::before { inset: 7px; }.radar::after { inset: 15px; }
.radar i { position: absolute; z-index: 2; left: 22px; top: 22px; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); }
.region-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.region-card { padding: 28px; border-top: 3px solid var(--blue); background: var(--paper); }
.region-card.soon { border-color: #5a7fcf; }.region-card.planned { border-color: #8794ad; }
.region-card h2 { margin: 0; font: 760 1.4rem/1.15 var(--condensed); }
.region-card ul { margin: 28px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 18px; list-style: none; color: var(--muted); font-size: .82rem; }
.map-section { padding: 90px 0; background: var(--paper); }
.map-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 60px; align-items: center; }
.map-grid h2 { margin: 0; font: 780 2.7rem/1 var(--condensed); letter-spacing: -.04em; }
.map-grid p { color: var(--muted); }
.map-grid iframe { width: 100%; min-height: 430px; border: 0; filter: grayscale(.85) contrast(1.05); }

.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.article-card { min-height: 370px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); background: #fff; transition: transform .25s, box-shadow .25s; }
.article-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.article-meta { display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: .67rem; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.article-meta span { color: var(--blue); }
.article-card h2 { margin: 50px 0 16px; font: 760 1.45rem/1.12 var(--condensed); }
.article-card h2 a:hover { color: var(--blue); }
.article-card > p { margin: 0 0 28px; color: var(--muted); font-size: .87rem; }
.article-card-foot { min-height: 38px; margin-top: auto; padding-top: 18px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); }
.article-card-foot img { width: 90px; max-height: 28px; object-fit: contain; object-position: left; }
.article-page { background: #fff; }
.article-header { padding: 80px 0 90px; color: #fff; background: var(--ink); }
.article-header .article-meta { color: #aebcda; }
.article-header h1 { margin: 35px 0 24px; font: 800 clamp(3.1rem, 6.7vw, 6rem)/.92 var(--condensed); letter-spacing: -.06em; }
.article-header > .container > p { max-width: 700px; color: #bdc9df; font-size: 1.1rem; }
.byline { margin-top: 35px; display: flex; align-items: center; gap: 12px; }
.byline .wordmark { width: 40px; height: 40px; justify-content: center; color: #fff; border: 1px solid #5776b2; }
.byline span:last-child { display: grid; }
.byline small { color: #8fa0bf; font-size: .7rem; }
.article-layout { padding: 75px 0 100px; display: grid; grid-template-columns: minmax(0, 760px) 250px; gap: 90px; justify-content: center; }
.article-content { font-size: 1.08rem; }
.article-content > p:first-child { color: #34415c; font-size: 1.27rem; line-height: 1.6; }
.article-content h2 { margin: 55px 0 18px; font: 780 2.1rem/1.1 var(--condensed); letter-spacing: -.035em; }
.article-content p { color: #47546c; }
.article-content ul { padding-left: 23px; color: #47546c; }
.article-content li { margin-bottom: 10px; }
.article-callout { margin-top: 60px; padding: 28px; color: #fff; background: var(--navy); }
.article-callout > p { color: #c5d2e9; font-size: .92rem; }
.article-callout .btn { margin-top: 10px; }
.article-side { position: sticky; top: 130px; align-self: start; }
.article-side > div { padding: 23px; background: var(--paper); border-top: 2px solid var(--blue); }
.article-side span { color: var(--muted); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.article-side b { display: inline-block; margin: 8px 5px 0 0; color: var(--blue); font-size: .73rem; }
.article-side .btn { margin-top: 14px; }
.related .article-card { min-height: 330px; }

.about-hero { padding: 85px 0 110px; color: #fff; background: var(--ink); }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.about-grid h1 { margin: 0; font: 800 clamp(3.5rem, 6.5vw, 6.2rem)/.88 var(--condensed); letter-spacing: -.07em; }
.about-grid h1 em { color: #8db0ff; }
.about-grid > div:first-child > p:last-child { color: #b8c5dc; }
.about-image { position: relative; }
.about-image img { width: 100%; aspect-ratio: 1.35; object-fit: cover; }
.about-image span { position: absolute; right: 0; bottom: 0; padding: 12px 18px; color: #fff; background: var(--blue); font: 800 .68rem/1 var(--condensed); letter-spacing: .12em; }
.manifesto-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.manifesto-copy .lead { margin-top: 0; font-size: 1.25rem; }
.value-grid { margin-top: 45px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.value-grid article { min-height: 190px; padding: 25px; background: var(--paper); border-top: 2px solid var(--blue); }
.value-grid article > span { color: var(--blue); font: 800 .7rem/1 var(--condensed); }
.value-grid h3 { margin: 38px 0 8px; font: 760 1.15rem/1 var(--condensed); }
.value-grid p { margin: 0; color: var(--muted); font-size: .83rem; }
.dark-stats { color: #fff; background: var(--navy); }
.dark-stats .proof-grid > div { border-color: rgba(255,255,255,.18); }
.dark-stats .proof-grid strong { color: #fff; }
.dark-stats .proof-grid span, .dark-stats .placeholder-note { color: #b9c7e0; }

.contact-hero { padding: 80px 0 100px; color: #fff; background: var(--navy); }
.contact-grid { display: grid; grid-template-columns: 1fr .72fr; gap: 90px; align-items: center; }
.contact-grid h1 { margin: 0; font: 800 clamp(3.6rem, 6.5vw, 6.5rem)/.88 var(--condensed); letter-spacing: -.07em; }
.contact-grid h1 em { color: #8db0ff; }
.contact-grid > div:first-child > p:not(.eyebrow) { color: #c3d0e7; }
.contact-actions { margin-top: 35px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-action { min-height: 92px; padding: 18px; display: grid; grid-template-columns: 27px 1fr 22px; gap: 12px; align-items: center; color: var(--ink); background: #fff; }
.contact-action.wa { background: var(--whatsapp); }
.contact-action span { display: grid; }
.contact-action small { color: #5e6980; font-size: .68rem; }
.contact-action strong { font-size: .95rem; }
.contact-card { padding: 34px; color: var(--ink); background: #fff; box-shadow: var(--shadow); }
.contact-card dl { margin: 28px 0; border-top: 1px solid var(--line); }
.contact-card dl div { padding: 16px 0; border-bottom: 1px solid var(--line); }
.contact-card dt { color: var(--muted); font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-card dd { margin: 4px 0 0; font-size: .9rem; }
.contact-card .btn-white { color: #fff; background: var(--blue); }
.quick-messages { background: #fff; }
.message-grid { margin-top: 45px; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.message-grid a { min-height: 115px; padding: 20px; display: flex; justify-content: space-between; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-weight: 750; transition: color .2s, background .2s; }
.message-grid a:hover { color: #fff; background: var(--navy); }

.legal-content { padding-block: 70px 110px; }
.legal-content h2 { margin: 45px 0 12px; font: 760 1.55rem/1.1 var(--condensed); }
.legal-content p { color: #49556d; }
.legal-content a { color: var(--blue); text-decoration: underline; }
.legal-date { margin-top: 50px; font-size: .8rem; }
.not-found { min-height: 650px; padding: 80px 0; display: flex; align-items: center; overflow: hidden; background: var(--paper); }
.not-found .container { position: relative; z-index: 1; }
.huge-404 { position: absolute; z-index: -1; left: -20px; top: 50%; transform: translateY(-55%); color: #e9eef8; font: 900 clamp(12rem, 33vw, 29rem)/.7 var(--condensed); letter-spacing: -.09em; }
.not-found h1 { margin: 0; font: 800 clamp(4rem, 7vw, 7rem)/.88 var(--condensed); letter-spacing: -.07em; }
.not-found > .container > p:not(.eyebrow) { color: var(--muted); }

.site-footer { padding: 75px 0 28px; color: #bdc8dd; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .65fr .65fr 1fr; gap: 55px; }
.footer-logo-panel { width: 270px; max-width: 100%; min-height: 74px; padding: 12px 15px; display: flex; align-items: center; background: #fff; border-radius: 6px; }
.footer-logo { width: 240px; height: auto; }
.footer-grid h2 { margin: 0 0 20px; color: #fff; font: 760 .88rem/1 var(--condensed); letter-spacing: .08em; text-transform: uppercase; }
.footer-grid p, .footer-grid a { display: block; margin: 0 0 10px; font-size: .78rem; }
.footer-grid a:hover { color: #fff; }
.footer-badge { display: inline-block; margin-top: 14px; padding: 7px 10px; color: #91aff2; border: 1px solid #314b7a; font-size: .62rem; text-transform: uppercase; }
.footer-bottom { margin-top: 55px; padding-top: 24px; display: flex; justify-content: space-between; gap: 50px; border-top: 1px solid rgba(255,255,255,.12); }
.footer-bottom p { max-width: 780px; margin: 0; color: #7f8da7; font-size: .67rem; }
.mobile-actionbar { display: none; }
.cookie-banner { position: fixed; z-index: 500; right: 20px; bottom: 20px; width: min(520px, calc(100vw - 40px)); padding: 18px; display: none; grid-template-columns: 1fr auto; gap: 18px; align-items: center; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.cookie-banner.show { display: grid; }
.cookie-banner p { margin: 0; color: var(--muted); font-size: .75rem; }
.cookie-banner p a { color: var(--blue); text-decoration: underline; }
.cookie-banner > div { display: flex; gap: 7px; }

@media (max-width: 1080px) {
  .desktop-nav { gap: 16px; }.desktop-nav a { font-size: .83rem; }.brand img { width: 200px; }
  .hero-grid { grid-template-columns: 1fr 390px; gap: 35px; }
  .authorized-strip > .container { grid-template-columns: 220px 1fr; }.authorized-logos > a { padding-inline: 10px; }
  .brand-grid { grid-template-columns: repeat(4,1fr); }
  .contact-grid, .brand-hero-grid { gap: 55px; }
}

@media (max-width: 900px) {
  :root { --container: min(100% - 32px, 720px); }
  .strip-copy, .desktop-nav, .header-actions > .btn { display: none; }
  .strip-inner { justify-content: space-between; }.strip-inner > a { margin-left: 0; }
  .header-inner { min-height: 70px; }.brand img { width: 205px; }.menu-toggle { display: flex; margin-left: auto; }
  .mobile-menu { position: fixed; inset: 106px 0 auto; max-height: calc(100vh - 106px); padding: 18px 16px 35px; overflow: auto; color: #fff; background: var(--ink); }
  .mobile-menu.open { display: block; }
  .mobile-menu a { min-height: 57px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.13); font-weight: 700; }
  .hero-grid { grid-template-columns: 1fr; gap: 45px; padding-block: 68px; }.hero { min-height: auto; }.hero-copy h1 { max-width: 620px; }.diagnosis { max-width: 580px; }
  .authorized-strip > .container { grid-template-columns: 1fr; }.authorized-label { min-height: 84px; padding-right: 0; border-right: 0; border-bottom: 1px solid var(--line); }.authorized-logos { grid-template-columns: repeat(4,1fr); }.authorized-logos > a { min-height: 90px; border-bottom: 1px solid var(--line); }
  .proof-grid { grid-template-columns: 1fr 1fr; gap: 24px 0; }.proof-grid > div:nth-child(3) { padding-left: 0; border-left: 0; }
  .service-grid { grid-template-columns: 1fr 1fr; }.brand-grid { grid-template-columns: repeat(4,1fr); }
  .split-heading, .field-grid, .faq-grid, .cta-inner, .brand-hero-grid, .two-col, .estimator-grid, .appointment-grid, .map-grid, .about-grid, .manifesto-grid, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .process-grid { grid-template-columns: 1fr 1fr; }.process-grid li:nth-child(3) { border-left: 1px solid rgba(255,255,255,.16); }
  .review-slide { min-width: calc((100% - 20px)/2); }
  .brand-list-grid, .article-grid { grid-template-columns: 1fr 1fr; }
  .brand-hero-mark { margin-bottom: 25px; }.technical-panel { max-width: 580px; }
  .appointment-grid > div:first-child, .article-side { position: static; }
  .region-grid { grid-template-columns: 1fr; }.region-card { display: grid; grid-template-columns: .7fr 1.3fr; gap: 30px; }
  .article-layout { grid-template-columns: 1fr; gap: 45px; }.article-side { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }.footer-grid > div:last-child { grid-column: 1/-1; }
  .message-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 620px) {
  :root { --container: calc(100% - 28px); }
  body { padding-bottom: 68px; }
  .service-strip { font-size: .7rem; }.strip-inner { gap: 10px; }.strip-inner > a { font-size: 0; }.strip-inner > a .icon { width: 17px; }
  .site-header { top: 0; }.brand img { width: 178px; }.mobile-menu { top: 105px; }
  .section { padding: 78px 0; }.section-head h2, .split-heading h2 { font-size: clamp(2.4rem, 13vw, 3.8rem); }
  .hero::before { background: linear-gradient(180deg, rgba(2,17,50,.96), rgba(3,34,99,.86)); }.hero-media img { object-position: 69% center; }.hero-grid { padding-top: 55px; gap: 38px; }.hero-copy h1 { font-size: clamp(3.4rem, 17vw, 5rem); }.hero-lead { font-size: .96rem; }.hero-actions { gap: 12px; }.hero-actions .btn { width: 100%; }.trust-row { display: grid; gap: 8px; }
  .diagnosis-head { padding-inline: 18px; }.diagnosis-body, .diagnosis-result { padding-inline: 18px; }
  .authorized-logos { grid-template-columns: repeat(2,1fr); }.authorized-logos > a:nth-child(even) { border-right: 0; }.authorized-logos > a { min-height: 92px; }.authorized-label { min-height: 92px; }
  .proof-grid { gap: 20px 0; }.proof-grid > div { padding-inline: 15px; }.proof-grid strong { font-size: 1.7rem; }
  .service-grid, .process-grid, .brand-list-grid, .article-grid, .service-detail-grid, .region-tool, .value-grid, .form-row, .contact-actions { grid-template-columns: 1fr; }
  .service-card { min-height: 220px; }.service-card h3 { margin-top: 35px; }
  .brand-grid { grid-template-columns: 1fr 1fr; }.brand-tile { min-height: 125px; }
  .process-grid li, .process-grid li:nth-child(3) { min-height: 170px; border-left: 1px solid rgba(255,255,255,.16); }.process-grid h3 { margin-top: 38px; }
  .field-grid { gap: 40px; }.field-photo::before { display: none; }
  .reviews-top { display: grid; gap: 30px; }.review-slide { min-width: 100%; }.review-slide blockquote { font-size: 1.08rem; }
  .cta-inner { gap: 32px; }.cta-inner h2 { font-size: 3rem; }
  .page-hero { padding-block: 70px; }.page-hero h1, .brand-hero h1, .appointment-grid h1, .about-grid h1, .contact-grid h1 { font-size: clamp(3.3rem, 17vw, 5rem); }
  .mini-cta .container { grid-template-columns: 1fr; gap: 18px; }.mini-cta .btn { width: 100%; }
  .brand-hero { padding-block: 65px; }.technical-panel { padding: 25px; }
  .estimate-output { min-height: 0; padding: 28px 22px; }.estimate-output h2 { margin-top: 35px; }.estimate-output dl { grid-template-columns: 1fr; }.estimate-output dl div:nth-child(even) { padding-left: 0; border-left: 0; }
  .note-band .container { grid-template-columns: 1fr; gap: 12px; }
  .appointment-card { padding: 25px 18px; }.appointment-hero { padding-block: 55px 80px; }
  .region-tool > div { min-height: 245px; padding: 27px; }.region-card { grid-template-columns: 1fr; }.region-card ul { margin-top: 10px; }
  .map-grid iframe { min-height: 360px; }.map-section { padding-block: 70px; }
  .article-header { padding-block: 60px 70px; }.article-header h1 { font-size: clamp(2.8rem, 14vw, 4rem); }.article-layout { padding-block: 55px 80px; }.article-content { font-size: 1rem; }.article-side { grid-template-columns: 1fr; }
  .about-hero, .contact-hero { padding-block: 60px 80px; }.about-image img { aspect-ratio: 1; }.manifesto-grid { gap: 35px; }
  .message-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 25px; }.footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1/-1; }.footer-bottom { display: grid; gap: 16px; }
  .mobile-actionbar { position: fixed; z-index: 150; left: 0; right: 0; bottom: 0; height: 68px; display: grid; grid-template-columns: 1fr 1.2fr 1fr; color: var(--ink); background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -8px 30px rgba(2,17,50,.12); }
  .mobile-actionbar a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; font-size: .65rem; font-weight: 750; }.mobile-actionbar a.wa { background: var(--whatsapp); }.mobile-actionbar .icon { width: 21px; height: 21px; }
  .cookie-banner { bottom: 80px; grid-template-columns: 1fr; }.cookie-banner > div { justify-content: flex-end; }
}

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