:root {
  --blue: #075bd8;
  --blue-bright: #078cff;
  --navy: #03194f;
  --navy-deep: #020b28;
  --ice: #eaf5ff;
  --line: #dbe8f6;
  --text: #101b36;
  --muted: #62708a;
  --white: #fff;
  --green: #19a85b;
  --shadow: 0 18px 50px rgba(3, 25, 79, .12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--text); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -60px; background: var(--navy); color: white; padding: 10px 16px; border-radius: 8px; transition: .2s; }
.skip-link:focus { top: 16px; }

.utility-bar { background: var(--navy); color: white; font-size: 12px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.utility-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; }
.utility-inner p { margin: 0; }
.utility-links { display: flex; gap: 28px; color: #bfdcff; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); box-shadow: 0 6px 30px rgba(3,25,79,.07); backdrop-filter: blur(12px); }
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand img { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; }
.brand-copy { line-height: 1.05; display: grid; }
.brand-copy strong { font-size: 20px; letter-spacing: -.035em; color: var(--navy); }
.brand-copy small { margin-top: 5px; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 29px; font-size: 14px; font-weight: 720; }
.site-nav > a:not(.nav-cta) { position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: -7px; background: var(--blue); transition: .25s; }
.site-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { background: var(--blue); color: white; padding: 12px 20px; border-radius: 9px; box-shadow: 0 8px 22px rgba(7,91,216,.25); }
.menu-toggle { display: none; padding: 8px; background: none; border: 0; }
.menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 2px; margin: 5px; background: var(--navy); }

.hero { position: relative; min-height: 700px; display: grid; align-items: center; overflow: hidden; background: var(--navy-deep); color: white; }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,11,40,.97) 0%, rgba(2,11,40,.91) 40%, rgba(2,11,40,.32) 72%, rgba(2,11,40,.15) 100%), url("assets/hero-clean-windows.jpg") 60% center / cover no-repeat; transform: scale(1.01); }
.hero::after { content: ""; position: absolute; width: 500px; height: 500px; right: -200px; top: -180px; border: 1px solid rgba(31,153,255,.32); border-radius: 50%; box-shadow: 0 0 0 80px rgba(31,153,255,.04), 0 0 0 160px rgba(31,153,255,.025); }
.hero-inner { position: relative; z-index: 1; min-height: 700px; display: flex; align-items: center; justify-content: space-between; gap: 60px; padding-block: 70px; }
.hero-copy { max-width: 720px; }
.eyebrow { margin: 0 0 17px; color: var(--blue); font-size: 12px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.hero .eyebrow { color: #77bfff; }
.diamond { color: var(--blue-bright); margin-right: 8px; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 22px; font-size: clamp(50px, 6vw, 82px); line-height: .98; letter-spacing: -.055em; text-wrap: balance; }
h1 em { color: #38a6ff; font-style: normal; }
.hero-lead { max-width: 640px; color: #d7e8ff; font-size: 20px; line-height: 1.55; }
.hero-actions { display: flex; gap: 13px; margin: 34px 0 30px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 0 24px; border: 0; border-radius: 10px; font-weight: 800; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--blue-bright), var(--blue)); color: white; box-shadow: 0 11px 28px rgba(7,91,216,.3); }
.button-whatsapp { background: var(--green); color: white; box-shadow: 0 11px 28px rgba(25,168,91,.23); }
.button-outline { border: 1px solid #bdd4ed; color: var(--navy); background: white; }
.trust-list { display: flex; gap: 25px; padding: 0; margin: 0; list-style: none; color: #d7e8ff; font-size: 13px; font-weight: 700; flex-wrap: wrap; }
.trust-list span { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 6px; color: white; background: var(--blue); border-radius: 50%; }
.hero-card { align-self: end; width: 270px; margin-bottom: 80px; padding: 23px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.24); border-radius: 18px; backdrop-filter: blur(14px); box-shadow: var(--shadow); }
.hero-card-icon { color: #42aaff; font-size: 28px; }
.hero-card p { margin: 6px 0 2px; color: #cde3ff; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.hero-card a { display: block; font-size: 24px; font-weight: 850; }
.hero-card span { display: block; margin-top: 8px; color: #cfe2ff; font-size: 12px; }

.proof-strip { position: relative; z-index: 3; margin-top: -1px; background: white; box-shadow: 0 10px 35px rgba(3,25,79,.08); }
.proof-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.proof-grid > div { min-height: 112px; display: flex; flex-direction: column; justify-content: center; padding: 22px 35px; border-right: 1px solid var(--line); }
.proof-grid > div:first-child { border-left: 1px solid var(--line); }
.proof-grid strong { color: var(--navy); font-size: 21px; line-height: 1.2; }
.proof-grid span { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; font-weight: 750; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 70px; margin-bottom: 48px; }
.section-heading > div { max-width: 620px; }
.section-heading h2, .story-copy h2, .review-intro h2, .area-card h2, .contact-copy h2 { margin: 0; font-size: clamp(36px, 4.5vw, 58px); line-height: 1.06; letter-spacing: -.045em; color: var(--navy); }
.section-heading > p { max-width: 430px; margin: 0; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.service-card { position: relative; min-height: 320px; padding: 38px; background: #f8fbff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: #abd2ff; }
.service-card.featured { background: linear-gradient(140deg, #06236b, var(--navy)); color: white; border-color: transparent; }
.service-card svg { width: 48px; height: 48px; fill: none; stroke: var(--blue); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-card.featured svg { stroke: #54b5ff; }
.service-number { position: absolute; right: 28px; top: 22px; color: #c9dbef; font-size: 13px; font-weight: 900; letter-spacing: .14em; }
.service-card.featured .service-number { color: #68b7ff; }
.service-card h3 { margin: 23px 0 12px; font-size: 25px; letter-spacing: -.025em; }
.service-card p { color: var(--muted); max-width: 540px; }
.service-card.featured p { color: #c5dbf6; }
.service-card ul { display: flex; flex-wrap: wrap; gap: 8px 18px; padding: 0; margin: 25px 0 0; list-style: none; color: #dceaff; font-size: 12px; font-weight: 700; }
.service-card li::before { content: "✓"; margin-right: 6px; color: #4fb0ff; }
.service-card > a { display: inline-block; margin-top: 20px; color: var(--blue); font-size: 13px; font-weight: 850; }

.price-section { position: relative; background: linear-gradient(140deg, var(--navy-deep), #06256e); color: white; overflow: hidden; }
.price-section::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(45deg, #fff 1px, transparent 1px), linear-gradient(-45deg, #fff 1px, transparent 1px); background-size: 50px 50px; }
.price-section .container { position: relative; }
.section-heading.light h2 { color: white; }
.section-heading.light > p { color: #c8daf4; }
.price-grid { display: grid; grid-template-columns: repeat(3,1fr); align-items: center; gap: 18px; }
.price-card { position: relative; padding: 36px; color: var(--text); background: rgba(255,255,255,.97); border-radius: var(--radius); box-shadow: 0 25px 60px rgba(0,0,0,.17); }
.price-card.popular { padding-block: 50px; border: 2px solid #50aeff; }
.popular-tag { position: absolute; left: 50%; top: 0; transform: translate(-50%,-50%); padding: 7px 15px; border-radius: 30px; color: white; background: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.price-label { color: var(--blue); font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.price { display: flex; align-items: end; gap: 10px; margin: 8px 0 13px; }
.price small { margin-bottom: 12px; color: var(--muted); }
.price strong { color: var(--navy); font-size: 57px; line-height: 1; letter-spacing: -.055em; }
.price-card > p:not(.price-label) { min-height: 53px; color: var(--muted); font-size: 14px; }
.price-card ul { margin: 24px 0 30px; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.price-card li { margin: 8px 0; font-size: 13px; }
.price-card li::before { content: "✓"; margin-right: 9px; color: var(--blue); font-weight: 900; }
.price-card .button { width: 100%; }
.price-note { margin: 27px 0 0; color: #bcd2ee; text-align: center; font-size: 12px; }

.results { background: #f6faff; }
.comparison-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.comparison-card { background: white; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 12px 35px rgba(3,25,79,.07); }
.comparison-card.wide { grid-column: 1 / -1; }
.comparison-image { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #d6e7f7; isolation: isolate; }
.comparison-card.wide .comparison-image { aspect-ratio: 2 / 1; }
.image-half { position: absolute; inset: 0; overflow: hidden; }
.image-half img { position: absolute; inset-block: 0; width: 200%; max-width: none; height: 100%; object-fit: cover; }
.image-before img { left: 0; }
.image-after { clip-path: inset(0 calc(100% - var(--position)) 0 0); }
.image-after img { right: 0; }
.compare-label { position: absolute; z-index: 4; top: 16px; padding: 7px 12px; border-radius: 7px; color: white; background: rgba(2,11,40,.8); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; backdrop-filter: blur(6px); }
.before-label { left: 16px; }
.after-label { right: 16px; background: rgba(7,91,216,.9); }
.slider-line { position: absolute; z-index: 3; left: var(--position); inset-block: 0; width: 3px; transform: translateX(-50%); background: white; box-shadow: 0 0 0 1px rgba(3,25,79,.18); pointer-events: none; }
.slider-line span { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 46px; height: 46px; transform: translate(-50%,-50%); border-radius: 50%; background: white; color: var(--blue); font-size: 20px; font-weight: 900; box-shadow: 0 5px 20px rgba(3,25,79,.25); }
.comparison-image input { position: absolute; z-index: 5; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.comparison-copy { padding: 24px 28px 27px; }
.comparison-copy h3 { margin-bottom: 5px; color: var(--navy); font-size: 20px; }
.comparison-copy p { margin: 0; color: var(--muted); font-size: 14px; }

.story-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 75px; }
.story-image { position: relative; min-height: 540px; border-radius: 26px; overflow: hidden; box-shadow: var(--shadow); }
.story-image img { width: 100%; height: 100%; min-height: 540px; object-fit: cover; object-position: 77% center; }
.story-badge { position: absolute; left: 28px; bottom: 28px; width: 130px; height: 130px; display: grid; place-content: center; text-align: center; border-radius: 50%; background: white; color: var(--navy); box-shadow: 0 15px 35px rgba(3,25,79,.2); }
.story-badge strong { color: var(--blue); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.story-badge span { font-size: 35px; font-weight: 900; line-height: 1; }
.story-copy > p:not(.eyebrow) { color: var(--muted); }
.story-copy h2 { margin-bottom: 25px; }
.story-points { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 32px; }
.story-points > div { padding: 16px 11px; background: var(--ice); border-radius: 12px; }
.story-points span { color: var(--blue); }
.story-points p { margin: 7px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.story-points strong { color: var(--navy); font-size: 12px; }

.review-section { color: white; background: var(--navy); }
.review-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 80px; }
.review-intro h2 { color: white; margin-bottom: 20px; }
.review-intro > p:not(.eyebrow) { color: #c5d8f1; }
.review-intro .button { margin-top: 12px; }
.review-card { position: relative; padding: 48px; background: linear-gradient(140deg, rgba(255,255,255,.12), rgba(255,255,255,.05)); border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); }
.review-card::before { content: "“"; position: absolute; right: 35px; top: -22px; color: rgba(67,169,255,.35); font: 140px/1 Georgia, serif; }
.stars { color: #42a9ff; letter-spacing: .15em; }
.review-card blockquote { position: relative; margin: 20px 0 30px; font: 27px/1.45 Georgia, serif; }
.review-author { display: flex; align-items: center; gap: 14px; }
.review-author img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.review-author p { display: grid; margin: 0; }
.review-author span { color: #aac4e5; font-size: 12px; }

.areas { background: #f6faff; }
.area-card { display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; padding: 55px; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.area-card h2 { font-size: 46px; }
.area-card > div > p:last-child { color: var(--muted); }
.area-card ul { display: flex; align-content: center; flex-wrap: wrap; gap: 10px; padding: 0; margin: 0; list-style: none; }
.area-card li { padding: 9px 14px; border-radius: 50px; color: var(--navy); background: var(--ice); border: 1px solid #d4e9ff; font-size: 12px; font-weight: 750; }

.contact-section { background: white; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 75px; }
.contact-copy h2 { margin-bottom: 20px; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); }
.contact-methods { margin-top: 32px; display: grid; gap: 12px; }
.contact-methods a { display: flex; align-items: center; gap: 14px; padding: 15px; border: 1px solid var(--line); border-radius: 12px; transition: border .2s, transform .2s; }
.contact-methods a:hover { border-color: #9dcaff; transform: translateX(3px); }
.contact-methods > a > span { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 auto; border-radius: 9px; color: white; background: var(--blue); }
.contact-methods p { display: grid; margin: 0; overflow-wrap: anywhere; }
.contact-methods small { color: var(--muted); }
.contact-methods strong { color: var(--navy); font-size: 14px; }
.quote-form { padding: 38px; border-radius: var(--radius); background: #f5f9ff; border: 1px solid var(--line); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.quote-form label { display: grid; gap: 8px; margin-bottom: 17px; color: var(--navy); font-size: 12px; font-weight: 800; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; padding: 14px 15px; color: var(--text); background: white; border: 1px solid #cbdcee; border-radius: 9px; outline: none; font-size: 14px; transition: border .2s, box-shadow .2s; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(7,91,216,.1); }
.quote-form textarea { resize: vertical; }
.quote-form .consent { display: flex; align-items: start; gap: 10px; color: var(--muted); font-weight: 500; }
.quote-form .consent input { width: 17px; height: 17px; margin-top: 2px; accent-color: var(--blue); }
.submit-button { width: 100%; }

.faq-section { background: #f6faff; }
.faq-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.faq-item { padding: 28px 30px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 10px 28px rgba(3,25,79,.05); }
.faq-item h3 { margin-bottom: 10px; color: var(--navy); font-size: 20px; letter-spacing: -.02em; }
.faq-item p { margin: 0; color: var(--muted); font-size: 14px; }

.blog-section { background: #f6faff; }
.blog-heading-action { max-width: 430px; }
.blog-heading-action > p { margin: 0 0 19px; color: var(--muted); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.blog-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 12px 35px rgba(3,25,79,.07); transition: transform .25s, box-shadow .25s; }
.blog-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.blog-card-image { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--ice); }
.blog-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.blog-card:hover .blog-card-image img { transform: scale(1.04); }
.blog-card-copy { display: flex; height: 100%; flex-direction: column; padding: 26px; }
.blog-meta { margin: 0 0 10px; color: var(--blue); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.blog-meta span { margin: 0 4px; color: #80a7d1; }
.blog-card h3 { margin: 0 0 10px; color: var(--navy); font-size: 22px; line-height: 1.2; letter-spacing: -.025em; }
.blog-card h3 a:hover, .blog-read-link:hover { color: var(--blue); }
.blog-card-copy > p:not(.blog-meta) { margin-bottom: 21px; color: var(--muted); font-size: 14px; }
.blog-read-link { margin-top: auto; color: var(--navy); font-size: 13px; font-weight: 850; }
.blog-read-link span { margin-left: 5px; color: var(--blue); }
.blog-page-hero { padding: 112px 0 100px; color: white; background: linear-gradient(135deg, var(--navy-deep), #073382); }
.blog-page-hero .container { max-width: 880px; }
.blog-page-hero .eyebrow { color: #7cc7ff; }
.blog-page-hero h1 { max-width: 750px; margin: 19px 0; font-size: clamp(48px, 6vw, 76px); }
.blog-page-hero > .container > p:last-child { max-width: 670px; margin: 0; color: #cee0fb; font-size: 19px; }
.back-link { display: inline-flex; margin-bottom: 32px; color: var(--blue); font-size: 13px; font-weight: 850; }
.blog-page-hero .back-link { color: white; }
.blog-article { background: #f6faff; }
.blog-article-wrap { max-width: 820px; }
.blog-article-wrap .back-link { margin-bottom: 22px; }
.blog-article-wrap h1 { margin: 0 0 30px; color: var(--navy); font-size: clamp(40px, 5vw, 63px); line-height: 1.08; }
.blog-article-image { width: 100%; max-height: 520px; margin-bottom: 32px; border-radius: var(--radius); object-fit: cover; }
.blog-body { margin-bottom: 32px; }
.blog-body p { color: var(--muted); font-size: 18px; line-height: 1.8; }

footer { padding-top: 70px; color: #b7c9e5; background: var(--navy-deep); }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3,1fr); gap: 60px; padding-bottom: 55px; }
.footer-brand img { width: 82px; height: 82px; border-radius: 50%; }
.footer-brand p { max-width: 270px; margin-top: 17px; font-size: 13px; }
footer h3 { color: white; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 8px; font-size: 13px; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }
.footer-bottom p { margin: 0; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 960px) {
  .section { padding: 85px 0; }
  .utility-links span:first-child { display: none; }
  .site-nav { position: absolute; left: 20px; right: 20px; top: 76px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; background: white; border-radius: 13px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px; }
  .nav-cta { text-align: center; margin-top: 4px; }
  .menu-toggle { display: block; }
  .hero-inner { align-items: center; }
  .hero-card { display: none; }
  .proof-grid { grid-template-columns: repeat(2,1fr); }
  .section-heading { display: grid; gap: 18px; }
  .story-grid, .review-layout, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-list { grid-template-columns: 1fr; }
  .story-image { min-height: 440px; }
  .story-image img { min-height: 440px; }
  .area-card { grid-template-columns: 1fr; gap: 25px; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1160px); }
  .utility-inner { justify-content: center; }
  .utility-links { display: none; }
  .nav-wrap { height: 70px; }
  .brand img { width: 49px; height: 49px; }
  .brand-copy strong { font-size: 17px; }
  .site-nav { top: 68px; }
  .hero, .hero-inner { min-height: 650px; }
  .hero-bg { background-position: 72% center; }
  .hero-inner { padding-block: 75px; }
  h1 { font-size: clamp(45px, 14vw, 67px); }
  .hero-lead { font-size: 17px; }
  .hero-actions .button { width: 100%; }
  .trust-list { display: grid; gap: 11px; }
  .proof-grid > div { min-height: 92px; padding: 17px 20px; }
  .proof-grid strong { font-size: 17px; }
  .section { padding: 70px 0; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2, .story-copy h2, .review-intro h2, .area-card h2, .contact-copy h2 { font-size: 39px; }
  .service-grid, .price-grid, .comparison-grid, .blog-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; padding: 28px; }
  .price-card.popular { padding-block: 38px; }
  .comparison-card.wide { grid-column: auto; }
  .comparison-card.wide .comparison-image { aspect-ratio: 16 / 10; }
  .comparison-copy { padding: 20px; }
  .story-grid { gap: 35px; }
  .story-image, .story-image img { min-height: 380px; }
  .story-points { grid-template-columns: 1fr; }
  .review-layout { gap: 35px; }
  .review-card { padding: 30px; }
  .review-card blockquote { font-size: 21px; }
  .area-card { padding: 30px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .quote-form { padding: 25px 20px; }
  .faq-item { padding: 24px; }
  .blog-page-hero { padding: 80px 0 70px; }
  .blog-page-hero h1 { font-size: 46px; }
  .blog-card-copy { padding: 22px; }
  .blog-body p { font-size: 16px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { display: grid; gap: 6px; }
}

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