:root {
  --background: #f7f5f1;
  --foreground: #111315;
  --panel: #fff;
  --muted: #5d636a;
  --soft-muted: #4b5563;
  --border: #e7e1d9;
  --brand-red: #e31b23;
  --brand-red-dark: #b8141d;
  --charcoal: #111315;
  --container: 1280px;
  --wide-container: 1520px;
  --radius-card: 16px;
  --shadow-card: 0 10px 30px rgba(17, 19, 21, .06);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; background: var(--background); color: var(--foreground); font-family: "Segoe UI", Arial, Helvetica, sans-serif; text-rendering: optimizeLegibility; }
body, button, input, select, textarea { font-size: 16px; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--brand-red); }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.site-container { width: min(var(--container), calc(100% - 32px)); margin-inline: auto; }
.shell { width: min(var(--container), calc(100% - 32px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; transform: translateY(-200%); background: var(--charcoal); color: #fff; padding: 12px 16px; border-radius: 8px; font-weight: 700; }
.skip-link:focus-visible { transform: translateY(0); outline: 3px solid var(--brand-red); outline-offset: 3px; }
:focus-visible { outline: 3px solid var(--brand-red); outline-offset: 3px; }
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(17, 19, 21, .95); color: #fff; border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(8px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 0; min-height: 64px; }
.brand, .footer-brand { display: inline-flex; align-items: center; font-size: 18px; font-weight: 900; letter-spacing: -.02em; white-space: nowrap; }
.brand strong, .footer-brand strong { color: var(--brand-red); }
.brand span, .footer-brand span { margin-left: 4px; color: #fff; }
.desktop-nav { display: flex; align-items: center; gap: 20px; color: #e4e4e4; font-size: 14px; font-weight: 500; }
.desktop-nav a, .header-phone, .footer-grid a, .footer-bottom a { transition: color .2s ease; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.header-phone { display: inline-flex; align-items: center; gap: 7px; color: #d9d9d9; font-size: 14px; font-weight: 600; }
.icon { width: 24px; height: 24px; flex: 0 0 auto; }
.header-phone .icon { width: 16px; height: 16px; color: var(--brand-red); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 44px; padding: 12px 20px; border: 1px solid transparent; border-radius: 999px; font-weight: 600; line-height: 1; box-shadow: 0 1px 2px rgba(0,0,0,.05); transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-1px); }
.button .icon { width: 17px; height: 17px; }
.button-primary { background: var(--brand-red); color: #fff; }
.button-primary:hover { background: #ef3d43; color: #fff; }
.button-secondary { border-color: #d8d0c8; background: #fff; color: var(--foreground); }
.button-secondary:hover { background: #f1efec; color: var(--foreground); }
.menu-button { display: none; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; background: rgba(255,255,255,.05); color: #fff; cursor: pointer; }
.mobile-navigation { display: none; border-top: 1px solid rgba(255,255,255,.1); background: var(--charcoal); }
.mobile-navigation a { display: block; padding: 10px 16px; color: #e4e4e4; font-size: 14px; font-weight: 600; }
.mobile-navigation .mobile-phone { margin: 8px 16px 16px; border-radius: 10px; background: var(--brand-red); color: #fff; text-align: center; }
.public-main { background: var(--background); }
.public-main { min-height: 60vh; padding: 0 0 72px; }
.hero-section { position: relative; overflow: hidden; background: var(--background); }
.hero-shell { position: relative; min-height: 640px; max-width: 1440px; margin: 0 auto; }
.hero-image { position: absolute; inset: 0 0 0 auto; width: 58%; background: linear-gradient(90deg, rgba(247,245,241,1) 0%, rgba(247,245,241,.18) 35%, rgba(247,245,241,0) 57%), linear-gradient(0deg, rgba(247,245,241,0) 86%, rgba(247,245,241,.8) 100%), url('/assets/images/hero-technician.jpg') center / cover no-repeat; }
.hero-content { position: relative; z-index: 1; display: flex; align-items: center; min-height: 640px; padding-top: 48px; padding-bottom: 48px; }
.hero-copy { max-width: 520px; }
.eyebrow, .section-kicker { margin: 0; color: var(--brand-red); font-size: 13px; font-weight: 700; letter-spacing: .18em; line-height: 1.1; text-transform: uppercase; }
.hero-copy h1 { margin: 16px 0 0; max-width: 560px; color: var(--foreground); font-size: clamp(42px, 5vw, 64px); font-weight: 900; letter-spacing: -.045em; line-height: 1.03; }
.hero-copy h1 span, .services-intro h2 span, .reviews-intro h2 span { display: block; }
.hero-lede { max-width: 520px; margin: 20px 0 0; color: var(--soft-muted); font-size: 18px; line-height: 1.55; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.hero-contact { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 20px; color: #5b5f64; font-size: 14px; }
.hero-phone { display: inline-flex; align-items: center; gap: 8px; padding: 6px 10px; border: 1px solid #e8d9d3; border-radius: 999px; background: #f9f4f1; color: var(--foreground); }
.hero-phone .icon { width: 16px; height: 16px; color: var(--brand-red); }
.separator { width: 1px; height: 16px; background: #d9d1c8; }
.hero-areas { display: flex; flex-wrap: wrap; gap: 9px 13px; max-width: 600px; margin-top: 20px; color: #374151; font-size: 12px; font-weight: 600; }
.hero-areas span, .hero-areas a { display: inline-flex; align-items: center; gap: 5px; }
.hero-areas .icon { width: 14px; height: 14px; color: var(--brand-red); }
.hero-areas a { color: var(--brand-red); }
.trust-strip { position: relative; z-index: 2; max-width: 1360px; margin: -32px auto 0; padding: 0 16px; }
.trust-grid { display: grid; grid-template-columns: repeat(7, 1fr); overflow: hidden; border: 1px solid #efe7e0; border-radius: 24px; background: #fff; box-shadow: 0 12px 32px rgba(17,19,21,.08); }
.trust-item { display: flex; min-height: 92px; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 14px 8px; border-right: 1px solid #f0e9e3; color: #1f2937; text-align: center; font-size: 12px; font-weight: 600; line-height: 1.3; }
.trust-item:last-child { border-right: 0; }
.trust-item .icon { width: 25px; height: 25px; color: var(--brand-red); }
.services-section { padding: 68px 0; background: var(--background); }
.services-layout { display: grid; grid-template-columns: .44fr .56fr; align-items: start; gap: 32px; }
.services-intro { max-width: 430px; }
.services-intro h2 { max-width: 440px; margin: 20px 0 0; font-size: 42px; font-weight: 600; letter-spacing: -.045em; line-height: 1.04; }
.services-intro > p:not(.section-kicker) { max-width: 350px; margin: 24px 0 0; color: #5b5f64; font-size: 15px; line-height: 1.65; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 26px; color: var(--brand-red); font-size: 14px; font-weight: 700; }
.text-link:hover { color: var(--brand-red-dark); }
.service-trust { display: grid; gap: 12px; margin-top: 30px; padding-top: 16px; border-top: 1px solid #e8e0d8; }
.service-trust div { display: flex; min-height: 40px; align-items: center; gap: 12px; color: var(--foreground); font-size: 15px; }
.service-trust .icon { width: 18px; height: 18px; color: var(--brand-red); }
.service-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 24px; row-gap: 16px; }
.service-row { display: grid; grid-template-columns: 48px minmax(0, 1fr) 20px; gap: 12px; align-items: start; padding: 16px 0 14px; border-top: 1px solid #e8e0d8; }
.service-row:nth-child(2n) { padding-left: 20px; border-left: 1px solid #e8e0d8; }
.service-icon { display: flex; width: 48px; height: 48px; align-items: center; justify-content: center; border: 1px solid #f2d8d4; border-radius: 16px; background: #fcebe9; color: var(--brand-red); }
.service-icon .icon { width: 28px; height: 28px; }
.service-copy { min-width: 0; }
.service-copy strong { display: block; color: var(--foreground); font-size: 17px; letter-spacing: -.02em; line-height: 1.25; }
.service-copy small { display: block; margin-top: 8px; color: #5b5f64; font-size: 14px; line-height: 1.55; }
.service-arrow { padding-top: 3px; color: var(--brand-red); font-size: 22px; transition: transform .2s ease; }
.service-row:hover .service-copy strong { color: var(--brand-red); }
.service-row:hover .service-arrow { transform: translateX(4px); }
.reviews-section { position: relative; overflow: hidden; padding: 112px 0 88px; background: #151616 url('/assets/images/reviews-background.jpg') left center / cover no-repeat; color: #fff; }
.reviews-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,10,12,.4), rgba(8,10,12,.55) 55%, rgba(8,10,12,.72)); }
.reviews-inner { position: relative; z-index: 1; display: grid; grid-template-columns: .62fr 1.38fr; gap: 64px; max-width: var(--wide-container); }
.reviews-label { display: flex; align-items: center; gap: 16px; color: var(--brand-red); font-size: 24px; font-weight: 700; letter-spacing: .12em; }
.reviews-label span { display: block; width: 48px; height: 1px; background: var(--brand-red); }
.reviews-intro h2 { max-width: 430px; margin: 28px 0 0; color: #fff; font-size: clamp(52px, 5vw, 64px); font-weight: 900; letter-spacing: -.055em; line-height: .91; }
.reviews-intro > p { max-width: 380px; margin: 28px 0 0; color: #d0d0cc; font-size: 16px; line-height: 1.7; }
.review-sources { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 32px; }
.review-sources a { display: flex; min-height: 150px; flex-direction: column; justify-content: space-between; padding: 16px; border: 1px solid rgba(255,255,255,.15); border-radius: 14px; background: rgba(255,255,255,.07); color: #fff; }
.review-sources a:hover { border-color: rgba(227,27,35,.7); color: #fff; }
.review-sources img { width: auto; max-width: 96px; height: 36px; object-fit: contain; }
.review-sources strong { margin-top: 10px; font-size: 15px; }
.review-sources span, .review-card-head span { color: var(--brand-red); letter-spacing: .16em; }
.review-sources small { margin-top: 12px; color: #f06a6f; font-size: 12px; font-weight: 600; }
.review-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.15); color: #d0d0cc; font-size: 15px; }
.review-toolbar > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.review-filter { padding: 6px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: transparent; color: #e7e7e2; font-size: 12px; font-weight: 600; cursor: pointer; }
.review-filter.active, .review-filter:hover { border-color: var(--brand-red); background: var(--brand-red); color: #fff; }
.review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 24px; }
.review-card { display: flex; min-height: 214px; flex-direction: column; padding: 20px; border: 1px solid #dedcd4; border-radius: 16px; background: #f7f5f0; color: #191a19; box-shadow: 0 8px 24px rgba(0,0,0,.08); }
.review-card-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.review-card-head img { width: auto; max-width: 64px; height: 28px; object-fit: contain; }
.review-card p { display: -webkit-box; overflow: hidden; margin: 16px 0 0; color: #303230; font-size: 15px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 5; }
.review-card b { margin-top: auto; padding-top: 16px; font-size: 12px; }
.review-card-read-more { display: block; margin-top: 12px; color: var(--brand-red); font-size: 12px; font-weight: 700; }
.review-trust-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 80px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,.15); }
.review-trust-item { display: flex; gap: 16px; padding: 0 24px; }
.review-trust-item + .review-trust-item { border-left: 1px solid rgba(255,255,255,.15); }
.review-trust-item > .icon { flex: 0 0 auto; color: var(--brand-red); }
.review-trust-item strong, .review-trust-item small { display: block; }
.review-trust-item strong { color: #fff; font-size: 15px; }
.review-trust-item small { margin-top: 4px; color: #a8aaa8; font-size: 13px; line-height: 1.55; }
.how-section { padding: 56px 0; border-top: 1px solid #e9e2d8; background: linear-gradient(135deg, #faf8f5 0%, #f3f3f1 100%); }
.section-heading { max-width: 680px; margin-bottom: 32px; }
.section-heading h2 { margin: 12px 0 0; font-size: 38px; font-weight: 900; letter-spacing: -.03em; line-height: 1.1; }
.steps { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.step-line { position: absolute; top: 20px; right: 12.5%; left: 12.5%; height: 1px; background: #e9d1cd; }
.step { position: relative; z-index: 1; padding: 0 20px; text-align: center; }
.step span { display: flex; width: 40px; height: 40px; align-items: center; justify-content: center; margin: 0 auto; border: 1px solid #e7b9b4; border-radius: 50%; background: #fbedea; color: var(--brand-red); font-size: 14px; font-weight: 700; }
.step strong { display: block; padding-top: 16px; font-size: 16px; line-height: 1.5; }
.request-section { padding: 72px 0; border-top: 1px solid #e7e1d9; background: #f3f3f1; }
.request-layout { display: grid; grid-template-columns: .95fr 1.05fr; align-items: start; gap: 48px; }
.request-copy h2 { max-width: 520px; margin: 12px 0 0; font-size: 38px; font-weight: 900; letter-spacing: -.03em; line-height: 1.1; }
.request-copy > p:not(.section-kicker) { max-width: 500px; margin: 16px 0 0; color: #4b5155; font-size: 16px; line-height: 1.75; }
.request-copy ul { display: grid; gap: 16px; margin: 28px 0 0; padding: 0; list-style: none; color: #30363b; font-size: 14px; }
.request-copy li { display: flex; align-items: center; gap: 12px; }
.request-copy li span { display: inline-flex; width: 24px; height: 24px; align-items: center; justify-content: center; border-radius: 50%; background: #fbedea; color: var(--brand-red); font-size: 12px; font-weight: 700; }
.request-form { padding: 28px; border: 1px solid #e2dcd4; border-radius: 24px; background: #fff; box-shadow: var(--shadow-card); }
.form-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.request-form label { display: block; color: #1e293b; font-size: 14px; font-weight: 500; }
.request-form input, .request-form textarea { display: block; width: 100%; margin-top: 8px; padding: 12px; border: 1px solid #cbd5e1; border-radius: 12px; background: #f8fafc; color: #0f172a; }
.request-form textarea, .full-field { grid-column: 1 / -1; }
.request-form input:focus, .request-form textarea:focus { border-color: var(--brand-red); outline: 2px solid #fee2e2; }
.form-spacer { display: block; }
.form-submit { width: 100%; margin-top: 20px; }
.form-status { min-height: 24px; margin: 16px 0 0; padding: 10px 12px; border-radius: 12px; font-size: 14px; line-height: 1.5; }
.form-status:empty { padding: 0; }
.form-status.success { border: 1px solid #e7e1d9; background: #fbf9f6; color: #4b5155; }
.form-status.error { border: 1px solid #fecaca; background: #fef2f2; color: #991b1b; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.faq-section { padding: 72px 0; border-top: 1px solid #e9e2d8; background: #fbfaf8; }
.faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.faq-card { display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 12px; padding: 20px; border: 1px solid #e7e1d9; border-radius: 16px; background: #fff; transition: border-color .2s ease; }
.faq-card:hover { border-color: #e4b5af; }
.faq-card > span { color: var(--brand-red); font-size: 14px; font-weight: 700; }
.faq-card h2, .faq-card h3 { margin: 0; color: var(--foreground); font-size: 18px; font-weight: 700; line-height: 1.35; }
.faq-card p { margin: 8px 0 0; color: #4b5155; font-size: 14px; line-height: 1.7; }
.final-section { padding: 56px 0; background: #f7f3ee; }
.final-card { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 40px; border-radius: 32px; background: #fff; box-shadow: 0 1px 3px rgba(15,23,42,.08); }
.final-card h2 { margin: 8px 0 0; font-size: 38px; font-weight: 900; letter-spacing: -.03em; }
.final-card > div:last-child { display: flex; flex-wrap: wrap; gap: 12px; }
.site-footer { border-top: 1px solid rgba(255,255,255,.1); background: var(--charcoal); color: #fff; }
.footer-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 40px; padding-top: 40px; padding-bottom: 44px; }
.footer-brand { font-size: 18px; }
.footer-grid p { max-width: 260px; margin: 14px 0 0; color: #cbd5e1; font-size: 14px; line-height: 1.7; }
.footer-grid h2 { margin: 0; color: #94a3b8; font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid > div > a, .footer-grid > div > span { display: block; margin-top: 12px; color: #e2e8f0; font-size: 14px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom > div { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 0; color: #94a3b8; font-size: 12px; }
.footer-bottom > div > div { display: flex; flex-wrap: wrap; gap: 16px; }
.mobile-sticky-cta { display: none; }
.inner-hero { padding: 88px 0 72px; background: var(--background); }
.inner-hero h1 { max-width: 800px; margin: 14px 0 0; font-size: clamp(42px, 5vw, 64px); font-weight: 900; letter-spacing: -.045em; line-height: 1.03; }
.inner-hero p:not(.eyebrow) { max-width: 680px; margin: 20px 0 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.inner-hero .button { margin-top: 28px; }
.inner-section { padding: 72px 0; }
.inner-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.inner-service-card { display: block; padding: 24px; border: 1px solid var(--border); border-radius: 16px; background: #fff; box-shadow: 0 1px 2px rgba(0,0,0,.02); }
.inner-service-card:hover { border-color: #e4b5af; color: var(--foreground); }
.inner-service-card .service-icon, .city-icon { margin-bottom: 16px; }
.city-icon { display: flex; width: 48px; height: 48px; align-items: center; justify-content: center; border-radius: 16px; background: #fcebe9; color: var(--brand-red); }
.city-icon .icon { width: 25px; height: 25px; }
.inner-service-card h2 { margin: 0; font-size: 22px; line-height: 1.2; }
.inner-service-card p { margin: 12px 0 0; color: var(--muted); line-height: 1.65; }
.inner-service-card .text-link { margin-top: 18px; }
.article-card-image { width: 100%; height: 180px; object-fit: cover; border-radius: 12px; margin-bottom: 18px; }
.empty-state { grid-column: 1 / -1; padding: 48px; border: 1px dashed #d8d0c8; border-radius: 16px; background: #fff; color: var(--muted); text-align: center; }
.article-main { min-height: 70vh; padding: 72px 0; background: var(--background); }
.article-page { max-width: 820px; }
.article-page h1 { margin: 16px 0 0; font-size: clamp(42px, 5vw, 62px); font-weight: 900; letter-spacing: -.045em; line-height: 1.05; }
.article-excerpt { margin: 20px 0 0; color: var(--muted); font-size: 20px; line-height: 1.65; }
.article-featured-image { width: 100%; max-height: 520px; object-fit: cover; border-radius: 16px; margin: 32px 0; }
.article-body { color: #303230; font-size: 18px; line-height: 1.8; }
.article-body h2 { margin: 40px 0 12px; color: var(--foreground); font-size: 30px; line-height: 1.2; }
.article-body h3 { margin: 32px 0 10px; color: var(--foreground); font-size: 24px; }
.article-body p { margin: 0 0 18px; }
.article-body ul, .article-body ol { padding-left: 28px; }
.article-body figure { margin: 28px 0; }
.article-body img { max-width: 100%; height: auto; border-radius: 12px; }
.article-body a { color: var(--brand-red); text-decoration: underline; }
.article-cta { margin-top: 56px; padding: 32px; border-radius: 16px; background: var(--charcoal); color: #fff; }
.article-cta h2 { margin: 0; font-size: 28px; }
.article-cta p { color: #cbd5e1; }
@media (max-width: 1100px) {
  .desktop-nav { gap: 12px; font-size: 13px; }
  .header-phone { display: none; }
  .hero-shell, .hero-content { min-height: 560px; }
  .hero-image { width: 52%; }
  .hero-content { align-items: flex-start; padding-top: 42px; }
  .services-layout, .reviews-inner { grid-template-columns: 1fr; gap: 32px; }
  .services-intro { max-width: none; }
  .services-intro h2, .services-intro > p:not(.section-kicker) { max-width: 85%; margin-left: auto; margin-right: auto; }
  .service-trust { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 32px; }
  .reviews-inner { max-width: var(--container); }
  .reviews-intro h2, .reviews-intro > p { margin-left: auto; margin-right: auto; }
  .review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .request-layout { grid-template-columns: .8fr 1.2fr; gap: 24px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 40px; }
}
@media (max-width: 767px) {
  .site-container { width: min(var(--container), calc(100% - 32px)); }
  .desktop-nav, .header-phone { display: none; }
  .header-inner { min-height: 60px; padding: 10px 0; }
  .brand { max-width: 175px; align-items: center; white-space: normal; font-size: 16px; line-height: 1.05; }
  .brand span { max-width: 118px; white-space: normal; }
  .header-call { min-height: 40px; padding: 10px 15px; font-size: 13px; }
  .menu-button { display: inline-flex; align-items: center; justify-content: center; }
  .mobile-navigation:not([hidden]) { display: block; }
  .hero-shell { min-height: 620px; }
  .hero-image { inset: 0; width: 100%; opacity: .36; background: linear-gradient(rgba(247,245,241,.68), rgba(247,245,241,.68)), url('/assets/images/hero-technician.jpg') 68% center / cover no-repeat; }
  .hero-content { min-height: 620px; align-items: flex-start; padding: 36px 0 72px; }
  .hero-copy { max-width: 100%; }
  .hero-copy h1 { font-size: 43px; }
  .hero-lede { font-size: 16px; }
  .hero-buttons { flex-direction: column; align-items: stretch; }
  .hero-buttons .button { width: 100%; }
  .hero-contact { font-size: 13px; }
  .separator { display: none; }
  .hero-areas { max-width: 100%; }
  .trust-strip { margin-top: -32px; padding: 0 16px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); border-radius: 24px; }
  .trust-item { min-height: 78px; border-right: 1px solid #f0e9e3; border-bottom: 1px solid #f0e9e3; font-size: 11px; }
  .trust-item:nth-child(2n) { border-right: 0; }
  .trust-item:nth-last-child(-n+1) { border-bottom: 0; }
  .services-section, .how-section, .request-section, .faq-section { padding: 48px 0; }
  .services-intro h2, .services-intro > p:not(.section-kicker) { max-width: none; margin-left: 0; margin-right: 0; }
  .services-intro h2 { font-size: 38px; }
  .service-trust { grid-template-columns: 1fr; }
  .service-list { grid-template-columns: 1fr; row-gap: 0; }
  .service-row:nth-child(2n) { padding-left: 0; border-left: 0; }
  .service-row { grid-template-columns: 44px minmax(0, 1fr) 20px; padding: 16px 0; }
  .service-icon { width: 44px; height: 44px; }
  .service-copy strong { font-size: 16px; }
  .service-copy small { font-size: 13px; }
  .reviews-section { padding: 64px 0 56px; }
  .reviews-label { font-size: 20px; }
  .reviews-intro h2 { font-size: 52px; }
  .review-sources { gap: 8px; }
  .review-sources a { min-height: 138px; padding: 10px; }
  .review-sources img { max-width: 72px; height: 28px; }
  .review-sources strong { font-size: 13px; }
  .review-sources small { font-size: 10px; }
  .review-toolbar { align-items: flex-start; flex-direction: column; }
  .review-toolbar > div { justify-content: flex-start; }
  .review-grid { grid-template-columns: 1fr; }
  .review-trust-band { grid-template-columns: repeat(2, 1fr); gap: 20px 0; margin-top: 48px; padding-top: 24px; }
  .review-trust-item { padding: 0 12px; }
  .review-trust-item:nth-child(odd) { border-left: 0; }
  .steps { grid-template-columns: 1fr; gap: 0; padding-left: 4px; }
  .step-line { top: 20px; bottom: 20px; left: 20px; width: 1px; height: auto; right: auto; }
  .step { display: flex; align-items: flex-start; gap: 16px; padding: 14px 0; text-align: left; }
  .step strong { padding-top: 8px; }
  .request-layout { grid-template-columns: 1fr; gap: 28px; }
  .request-copy h2, .section-heading h2 { font-size: 32px; }
  .request-form { padding: 16px; border-radius: 24px; }
  .form-fields { grid-template-columns: 1fr; gap: 14px; }
  .form-spacer { display: none; }
  .faq-grid { grid-template-columns: 1fr; gap: 12px; }
  .final-section { padding: 40px 0 88px; }
  .final-card { align-items: flex-start; flex-direction: column; padding: 24px; border-radius: 24px; }
  .final-card h2 { font-size: 32px; }
  .final-card > div:last-child { width: 100%; flex-direction: column; }
  .final-card .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 18px 16px; padding-top: 24px; padding-bottom: 20px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div > a, .footer-grid > div > span { margin-top: 6px; font-size: 13px; }
  .footer-bottom > div { align-items: flex-start; flex-direction: column; padding: 12px 0 72px; }
  .mobile-sticky-cta { position: fixed; right: 0; bottom: 0; left: 0; z-index: 50; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 12px; border-top: 1px solid #e2e8f0; background: rgba(255,255,255,.95); box-shadow: 0 -4px 16px rgba(0,0,0,.1); backdrop-filter: blur(8px); }
  .mobile-sticky-cta a { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; border-radius: 999px; font-size: 14px; font-weight: 700; }
  .mobile-sticky-cta a:nth-child(1) { background: var(--brand-red); color: #fff; }
  .mobile-sticky-cta a:nth-child(2) { border: 1px solid #111315; color: #111315; }
  .mobile-sticky-cta a:nth-child(3) { background: #111315; color: #fff; }
  .inner-hero { padding: 56px 0 48px; }
  .inner-hero h1 { font-size: 42px; }
  .inner-section { padding: 48px 0; }
  .inner-grid { grid-template-columns: 1fr; }
  .article-main { padding: 48px 0 88px; }
  .article-page h1 { font-size: 42px; }
  .article-body { font-size: 16px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button, .service-arrow { transition: none; } }
.admin-bar { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 32px; padding-bottom: 24px; border-bottom: 1px solid var(--border); }
.admin-actions, .filters, .form-grid { display: flex; flex-wrap: wrap; align-items: end; gap: 12px; }
.filters { margin-bottom: 32px; }
.filters label, .form-grid label { flex: 1; min-width: 180px; }
.admin-form, .cms-form, .auth-card { max-width: 760px; }
.auth-card { margin: 64px auto; }
.admin-form label, .cms-form label, .auth-card label { display: block; margin: 16px 0; color: #1e293b; font-size: 14px; font-weight: 500; }
.admin-form input, .admin-form select, .cms-form input, .cms-form select, .cms-form textarea, .filters input, .filters select, .auth-card input { display: block; width: 100%; margin-top: 8px; padding: 12px; border: 1px solid #d8d0c8; border-radius: 8px; background: #faf9f7; }
.lead-table { overflow-x: auto; }
.lead-table table { width: 100%; border-collapse: collapse; background: #fff; }
.lead-table th, .lead-table td { padding: 14px; border-bottom: 1px solid var(--border); text-align: left; vertical-align: top; }
.lead-table th { background: #f1e9dc; color: #30363b; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.lead-table td textarea { min-width: 180px; margin: 8px 0; }
.inline-form { display: inline; }
.button-danger { border-color: #e7b5b5; background: #fff1f1; color: #9b2b2b; }
.notice { padding: 12px 16px; border: 1px solid #b9dfc4; background: #edf9f0; color: #205b3a; }
.error { padding: 12px 16px; border: 1px solid #e7b5b5; background: #fff1f1; color: #9b2b2b; }
.form-help { color: var(--muted); font-size: 14px; }
.media-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.media-item img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 12px; }
.media-item code { display: block; margin-bottom: 12px; overflow-wrap: anywhere; font-size: 11px; }
@media (max-width: 767px) { .admin-bar { align-items: flex-start; flex-direction: column; } .admin-actions { align-items: flex-start; } .media-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
