:root {
  color-scheme: dark;
  --bg: #030504;
  --panel: #0b0f0d;
  --line: #26302a;
  --text: #fff;
  --green: #40ef62;
  --yellow: #ffcb29;
  --radius: 10px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--bg); color: var(--text); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.45; overflow-x: hidden; }
img { display: block; max-width: 100%; }
.icon-definitions { position: absolute; width: 0; height: 0; overflow: hidden; }
.ui-icon { width: 24px; height: 24px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { border-top: 1px solid rgba(255,255,255,.07); }
.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; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .button { font-weight: 800; }
.site-header { height: 84px; background: rgba(2,4,3,.98); border-bottom: 1px solid rgba(255,255,255,.05); position: relative; z-index: 20; }
.header-inner { height: 100%; display: flex; align-items: center; gap: 30px; }
.brand { width: 325px; flex: 0 0 auto; overflow: visible; }
.brand img { width: 100%; height: 78px; object-fit: contain; filter: drop-shadow(0 0 14px rgba(64,239,98,.1)); }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 30px; margin-left: auto; }
.main-nav a { position: relative; padding: 31px 0 27px; font-size: 14px; white-space: nowrap; color: #f5f5f5; }
.main-nav a.active { color: var(--green); }
.main-nav a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: 20px; height: 2px; background: var(--green); }
.header-cta { margin-left: 10px; white-space: nowrap; }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; color: white; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; background: currentColor; }
.button { min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid var(--green); border-radius: 8px; color: #041006; background: linear-gradient(100deg, #37e656, #5cf276); box-shadow: 0 8px 25px rgba(50,231,87,.12); cursor: pointer; transition: transform .2s ease, filter .2s ease; }
.button:hover { transform: translateY(-1px); filter: brightness(1.06); }
.button-small { min-height: 44px; padding-inline: 20px; font-size: 14px; }
.button-outline { color: #fff; border-color: #e2e5e3; background: rgba(7,10,8,.35); box-shadow: none; }
.button .ui-icon { width: 19px; height: 19px; }
.hero { min-height: 510px; position: relative; isolation: isolate; background: radial-gradient(circle at 32% 20%, rgba(59,69,63,.25), transparent 34%), #020403; overflow: hidden; }
.hero-picture { position: absolute; z-index: -3; inset: 0 0 0 auto; width: 56%; background: url("assets/hero-tech-desktop-hd.webp") 44% 18% / cover no-repeat; }
.hero-shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, #030504 0%, #030504 42%, rgba(3,5,4,.86) 51%, rgba(3,5,4,.08) 69%, rgba(3,5,4,.03) 100%); }
.hero-inner { min-height: 510px; position: relative; padding-top: 35px; padding-bottom: 78px; }
.hero-copy { max-width: 650px; }
.eyebrow { margin: 0 0 18px; color: #e4e7e5; font-size: 14px; letter-spacing: .28em; text-transform: uppercase; }
.hero h1 { margin: 0; max-width: 680px; font-size: clamp(48px, 5.25vw, 72px); line-height: .93; letter-spacing: -.045em; text-transform: uppercase; }
.hero h1 span { color: var(--green); }
.hero-description { margin: 14px 0 22px; color: #f2f3f2; font-size: 18px; line-height: 1.35; }
.hero-actions { display: flex; gap: 18px; }
.benefits { position: absolute; left: 0; bottom: 20px; width: 62%; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; gap: 18px; font-size: 13px; color: #e8ebe9; }
.benefits div { display: flex; align-items: center; gap: 9px; white-space: nowrap; }
.benefits .ui-icon { color: var(--green); width: 26px; height: 26px; stroke-width: 1.7; }
.trust-strip { position: relative; z-index: 3; padding: 16px 0 18px; background: linear-gradient(180deg, #020403, #070b09); }
.trust-strip-inner { width: min(calc(100% - 48px), 900px); min-height: 106px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: radial-gradient(circle at 50% -80%, rgba(64,239,98,.14), transparent 52%), rgba(15,20,17,.96); box-shadow: 0 18px 42px rgba(0,0,0,.32), inset 0 1px rgba(255,255,255,.04); overflow: hidden; }
.trust-stat { min-width: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 15px 22px; text-align: center; }
.trust-stat + .trust-stat { border-left: 1px solid rgba(255,255,255,.12); }
.trust-stat strong { display: block; margin: 0 0 7px; font-size: clamp(24px, 2.3vw, 34px); line-height: 1; letter-spacing: -.035em; }
.trust-stat > span:last-child { color: #dce2de; font-size: 14px; line-height: 1.2; }
.trust-number strong { white-space: nowrap; }
.client-avatars { display: flex; justify-content: center; margin: 0 0 8px 12px; }
.client-avatar { width: 34px; height: 34px; display: grid; place-items: center; margin-left: -10px; border: 2px solid #e7ece8; border-radius: 50%; color: #08110b; background: #b9c3bd; box-shadow: 0 3px 10px rgba(0,0,0,.3); }
.client-avatar:nth-child(2) { background: var(--green); }
.client-avatar:nth-child(3) { background: #eef2ef; }
.client-avatar .ui-icon { width: 20px; height: 20px; stroke-width: 2; }
.trust-google strong { margin-bottom: 3px; }
.trust-stars { color: var(--yellow); font-size: 18px; line-height: 1; letter-spacing: .12em; text-shadow: 0 0 12px rgba(255,203,41,.18); }
.services { padding: 18px 0 26px; background: linear-gradient(#070b09, #050806); }
.section-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.section-heading h2, .reasons h2, .reviews h2 { margin: 0; font-size: 28px; line-height: 1.1; }
.section-heading a { color: var(--green); font-size: 14px; font-weight: 700; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service-card { min-width: 0; border: 1px solid #334038; border-radius: var(--radius); background: linear-gradient(180deg, #151a17, #090c0a); overflow: hidden; position: relative; }
.service-image { position: relative; aspect-ratio: 1.83 / 1; }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .85s cubic-bezier(.2,.7,.2,1), filter .85s ease; }
.service-image::after { content: ""; position: absolute; inset: 52% 0 0; background: linear-gradient(transparent, rgba(3,6,4,.52)); pointer-events: none; }
.service-body { min-height: 113px; padding: 16px 50px 14px 16px; position: relative; }
.service-card h3 { margin: 0 0 4px; font-size: 18px; letter-spacing: -.02em; }
.service-card p { margin: 0; color: #e2e5e3; font-size: 14px; line-height: 1.38; }
.round-link { position: absolute; right: 14px; bottom: 20px; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #b9c0bc; border-radius: 50%; font-size: 18px; }
.results { padding: 0; background: radial-gradient(circle at 85% 30%, rgba(29,130,50,.14), transparent 30%), #050806; }
.results-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 44px; align-items: stretch; }
.before-column { padding: 24px 0 28px; }
.before-column h2 { font-size: 30px; line-height: .98; letter-spacing: -.03em; margin: 0 0 22px; }
.before-frame { border: 1px solid #dbe1dd; border-radius: 10px; overflow: hidden; box-shadow: 0 14px 35px rgba(0,0,0,.34); }
.before-after { position: relative; min-height: 170px; aspect-ratio: 3.09 / 1; isolation: isolate; cursor: ew-resize; touch-action: none; user-select: none; }
.compare-layer { position: absolute; inset: 0; }
.compare-layer img { display: block; width: 100%; height: 100%; object-fit: cover; }
.compare-after { clip-path: inset(0 0 0 var(--compare-position)); }
.compare-label { position: absolute; bottom: 12px; z-index: 3; padding: 7px 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 7px; background: rgba(5,8,6,.84); color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .02em; box-shadow: 0 5px 16px rgba(0,0,0,.25); pointer-events: none; }
.compare-label-before { left: 12px; }
.compare-label-after { right: 12px; }
.compare-divider { position: absolute; inset: 0 auto 0 var(--compare-position); z-index: 4; width: 3px; transform: translateX(-50%); background: #fff; box-shadow: 0 0 12px rgba(0,0,0,.48); pointer-events: none; }
.compare-handle { position: absolute; top: 50%; left: 50%; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; gap: 4px; transform: translate(-50%, -50%); border: 3px solid #fff; border-radius: 50%; background: var(--green); color: #071008; font-size: 27px; font-weight: 900; line-height: 1; box-shadow: 0 0 0 6px rgba(40,239,77,.14), 0 8px 24px rgba(0,0,0,.35); transition: transform .2s ease, box-shadow .2s ease; }
.compare-handle span { transform: translateY(-1px); }
.compare-range { position: absolute; inset: 0; z-index: 5; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; touch-action: none; }
.before-after:has(.compare-range:focus-visible) { outline: 3px solid var(--green); outline-offset: 4px; }
.before-after:hover .compare-handle, .before-after.is-dragging .compare-handle { transform: translate(-50%, -50%) scale(1.06); box-shadow: 0 0 0 8px rgba(40,239,77,.18), 0 9px 28px rgba(0,0,0,.4); }
.compare-hint { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 11px 0 0; color: #cbd3ce; font-size: 13px; font-weight: 600; }
.compare-hint span { color: var(--green); font-size: 18px; }
.estimate-card { min-height: 310px; margin: 0; padding: 28px 28px 24px 54px; border-left: 1px solid #394039; border-right: 1px solid #394039; background: radial-gradient(ellipse at 100% 70%, rgba(39,239,75,.23), transparent 37%), linear-gradient(125deg, rgba(10,15,12,.96), rgba(3,5,4,.88)); position: relative; overflow: hidden; }
.estimate-card::after { content: ""; position: absolute; right: -45px; bottom: -25px; width: 220px; height: 150px; background: repeating-linear-gradient(-18deg, rgba(51,239,87,.17) 0 2px, transparent 2px 6px); filter: blur(3px); transform: rotate(-12deg); pointer-events: none; }
.estimate-title { display: flex; align-items: flex-start; gap: 18px; position: relative; z-index: 2; }
.estimate-title h2 { margin: 0; font-size: 27px; line-height: .98; }
.estimate-icon { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: #061208; flex: 0 0 auto; }
.estimate-card > p { margin: 7px 0 13px 64px; color: #d6dbd8; font-size: 13px; }
.estimate-card label { display: block; width: 67%; margin-bottom: 8px; position: relative; z-index: 2; }
.estimate-card select { width: 100%; height: 42px; padding: 0 38px 0 15px; border: 0; border-radius: 7px; background: #fff; color: #171917; font-size: 14px; }
.estimate-submit { width: 67%; min-height: 44px; position: relative; z-index: 2; }
.estimate-output { display: block; width: 67%; min-height: 0; margin-top: 8px; font-size: 14px; font-weight: 700; color: var(--green); position: relative; z-index: 2; }
.hand-note { position: absolute; top: 74px; right: 18px; z-index: 2; transform: rotate(-8deg); text-align: center; font-family: "Comic Sans MS", cursive; font-size: 23px; line-height: 1.06; }
.hand-note b { display: block; margin-left: -36px; font-size: 52px; color: var(--green); font-weight: 400; transform: rotate(-10deg); }
.reasons { padding: 20px 0 10px; background: #060a08; }
.reason-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 18px; }
.reason { min-height: 78px; display: flex; align-items: center; gap: 19px; padding: 0 28px 0 14px; border-left: 1px solid #1d4327; }
.reason-icon { width: 55px; height: 55px; flex: 0 0 auto; display: grid; place-items: center; border: 2px solid var(--green); border-radius: 50%; color: var(--green); }
.reason-icon .ui-icon { width: 27px; height: 27px; }
.reason p { margin: 0; font-size: 15px; line-height: 1.32; }
.reason-icon { transition: transform .45s cubic-bezier(.2,.7,.2,1), box-shadow .45s ease; }
@media (hover: hover) {
  .service-card:hover .service-image img { transform: scale(1.045); filter: brightness(1.05); }
  .reason:hover .reason-icon { transform: translateY(-3px); box-shadow: 0 0 0 5px rgba(64,239,98,.08), 0 8px 24px rgba(64,239,98,.1); }
}
.reviews { padding: 10px 0 25px; background: #060a08; }
.reviews h2 { margin-bottom: 15px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr) .85fr; gap: 14px; }
.review-card, .google-card { min-height: 150px; padding: 16px; border: 1px solid #354039; border-radius: 8px; background: linear-gradient(145deg, #161c18, #0b0f0d); }
.review-card strong, .google-card strong { display: block; margin-bottom: 11px; color: var(--green); font-size: 17px; line-height: 1.2; }
.review-card p, .google-card p { margin: 0; font-size: 14px; line-height: 1.45; color: #e5ebe7; }
.google-card { display: flex; flex-direction: column; justify-content: space-between; }
.google-card p { margin-bottom: 12px; }
.google-card .button { min-height: 42px; width: 100%; font-size: 13px; padding: 0 12px; gap: 10px; }
.google-reviews { padding: 26px 0 30px; background: #030504; }
.google-reviews-embed { min-height: 520px; }
.google-reviews noscript { display: block; padding: 24px; text-align: center; }
.google-reviews noscript a { color: var(--green); font-weight: 800; }
.faq-section { padding: 72px 0; background: radial-gradient(circle at 10% 15%, rgba(64,239,98,.09), transparent 27%), #050806; }
.faq-layout { display: grid; grid-template-columns: .76fr 1.24fr; gap: 66px; align-items: start; }
.faq-heading h2 { max-width: 470px; margin: 0; font-size: clamp(38px, 4.5vw, 58px); line-height: .98; letter-spacing: -.045em; text-transform: uppercase; }
.faq-heading h2 span { display: block; color: var(--green); }
.faq-heading > p:last-child { max-width: 430px; margin: 22px 0 0; color: #c7d1ca; font-size: 16px; line-height: 1.6; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid #304038; border-radius: 10px; background: linear-gradient(145deg, #121814, #080c09); overflow: hidden; }
.faq-list details[open] { border-color: rgba(64,239,98,.55); }
.faq-list summary { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 17px 19px; cursor: pointer; font-size: 17px; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; width: 30px; height: 30px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(64,239,98,.55); border-radius: 50%; color: var(--green); font-size: 21px; line-height: 1; transition: transform .2s ease; }
.faq-list details[open] summary::after { content: "−"; transform: rotate(180deg); }
.faq-list details p { margin: 0; padding: 0 64px 20px 19px; color: #c7d0ca; font-size: 15px; line-height: 1.62; }
.quote-section { position: relative; overflow: hidden; padding: 72px 0; background: radial-gradient(circle at 13% 22%, rgba(64,239,98,.13), transparent 28%), linear-gradient(135deg, #07110a, #020403 72%); }
.quote-section::after { content: ""; position: absolute; right: -110px; bottom: -180px; width: 430px; aspect-ratio: 1; border: 1px solid rgba(64,239,98,.12); border-radius: 50%; box-shadow: 0 0 0 58px rgba(64,239,98,.025), 0 0 0 116px rgba(64,239,98,.018); pointer-events: none; }
.quote-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .78fr 1.22fr; gap: 60px; align-items: center; }
.quote-copy h2 { max-width: 510px; margin: 0; font-size: clamp(42px, 4.6vw, 62px); line-height: .96; letter-spacing: -.045em; text-transform: uppercase; }
.quote-copy h2 span { display: block; color: var(--green); }
.quote-copy > p:not(.business-kicker, .quote-location) { max-width: 500px; margin: 23px 0 27px; color: #d0d9d3; font-size: 17px; line-height: 1.62; }
.quote-direct { display: grid; gap: 10px; }
.quote-direct a { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 66px; padding: 13px 16px; border: 1px solid #304037; border-radius: 9px; background: rgba(13,19,15,.84); transition: border-color .2s ease, transform .2s ease; }
.quote-direct a:hover { transform: translateY(-1px); border-color: var(--green); }
.quote-direct small { color: #aeb9b2; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.quote-direct strong { font-size: 15px; text-align: right; }
.quote-location { display: flex; align-items: center; gap: 10px; margin: 22px 0 0; color: #e7ece8; font-size: 14px; }
.quote-location .ui-icon { width: 21px; height: 21px; color: var(--green); }
.quote-form-panel { padding: 27px; border: 1px solid #37483e; border-radius: 14px; background: linear-gradient(145deg, rgba(21,29,23,.98), rgba(7,11,8,.98)); box-shadow: 0 24px 60px rgba(0,0,0,.35); }
.quote-form-heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 22px; }
.quote-form-heading span { font-size: 23px; font-weight: 900; }
.quote-form-heading strong { padding: 7px 10px; border: 1px solid rgba(64,239,98,.4); border-radius: 999px; color: var(--green); font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.quote-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.quote-field { display: grid; gap: 7px; min-width: 0; }
.quote-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.quote-field > span { color: #edf2ef; font-size: 14px; font-weight: 800; }
.quote-field input, .quote-field select, .quote-field textarea { width: 100%; min-width: 0; border: 1px solid #56625b; border-radius: 8px; outline: 0; color: #111713; background: #fff; transition: border-color .2s ease, box-shadow .2s ease; }
.quote-field input, .quote-field select { height: 48px; padding: 0 13px; }
.quote-field textarea { min-height: 112px; padding: 12px 13px; line-height: 1.45; resize: vertical; }
.quote-field input:focus, .quote-field select:focus, .quote-field textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(64,239,98,.18); }
.quote-field textarea::placeholder { color: #69736d; }
.quote-field-full { grid-column: 1 / -1; }
.quote-consent { display: flex; align-items: flex-start; gap: 11px; color: #c8d1cb; font-size: 13px; line-height: 1.5; cursor: pointer; }
.quote-consent input { width: 20px; height: 20px; flex: 0 0 auto; margin: 1px 0 0; accent-color: var(--green); }
.quote-consent a { color: var(--green); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.quote-form-footer { display: flex; align-items: center; gap: 18px; margin-top: 20px; }
.quote-submit { flex: 0 0 auto; }
.quote-submit:disabled { cursor: wait; opacity: .68; transform: none; }
.quote-form-footer p { max-width: 260px; margin: 0; color: #aeb9b2; font-size: 12px; line-height: 1.45; }
.quote-status { display: block; min-height: 20px; margin-top: 12px; color: var(--green); font-size: 14px; font-weight: 800; }
.quote-status.is-error { color: #ff8d8d; }
.zones { position: relative; overflow: hidden; border-top: 1px solid #1b231e; background: linear-gradient(90deg, rgba(2,8,5,.94) 0%, rgba(2,8,5,.80) 57%, rgba(2,8,5,.69) 100%), url("assets/rive-nord-pano.webp") center 55% / cover no-repeat; }
.zones-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 156px; padding-block: 24px; }
.zones h2 { margin: 0 0 16px; font-size: 31px; line-height: 1.12; letter-spacing: -.025em; }
.zones h2 span { color: var(--green); }
.zones-copy { min-width: 0; }
.zone-list { display: flex; flex-wrap: wrap; gap: 8px 18px; color: #eef2ef; font-size: 14px; }
.zone-list > * { white-space: nowrap; }
.zone-list > *:not(:last-child)::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 7px; border: 1.5px solid var(--green); border-radius: 50%; }
.zone-list a { text-decoration: underline; text-decoration-color: rgba(64,239,98,.55); text-underline-offset: 4px; }
.zone-list a:hover { color: var(--green); }
.zones .button { flex: 0 0 auto; white-space: nowrap; }
.site-footer { background: #020403; }
.footer-main { min-height: 116px; display: flex; align-items: center; gap: 60px; border-bottom: 1px solid #171d19; }
.footer-brand { width: 310px; overflow: visible; }
.footer-brand img { width: 100%; height: 92px; object-fit: contain; filter: drop-shadow(0 0 16px rgba(64,239,98,.1)); }
.footer-nav { display: flex; gap: 27px; margin-left: auto; font-size: 13px; }
.footer-contact { display: flex; flex-direction: column; gap: 4px; align-items: flex-end; font-size: 14px; }
.footer-contact a:hover { color: var(--green); }
.footer-bottom { min-height: 66px; display: flex; align-items: center; justify-content: space-between; color: #aeb5b1; font-size: 12px; }
.footer-bottom p { margin: 0; }
.footer-bottom span { display: inline-block; width: 32px; height: 2px; margin-right: 12px; background: var(--green); vertical-align: middle; }
.footer-bottom a { text-decoration: underline; text-underline-offset: 3px; }
.footer-bottom a:hover { color: var(--green); }
.mobile-contact-bar { display: none; }

/* Consentement au Pixel Meta */
.cookie-consent { position: fixed; z-index: 1200; right: 20px; bottom: 20px; left: 20px; color: #f5f8f6; }
.cookie-consent-inner { width: min(1120px, 100%); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 20px 22px; border: 1px solid rgba(64,239,98,.45); border-radius: 12px; background: rgba(4,9,6,.98); box-shadow: 0 20px 55px rgba(0,0,0,.55); backdrop-filter: blur(14px); }
.cookie-consent-copy { max-width: 760px; }
.cookie-consent h2 { margin: 0 0 6px; color: #fff; font-size: 18px; line-height: 1.2; }
.cookie-consent p { margin: 0; color: #c8d1cb; font-size: 14px; line-height: 1.55; }
.cookie-consent a { color: var(--green); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.cookie-consent-actions { flex: 0 0 auto; display: flex; gap: 10px; }
.cookie-choice { min-width: 112px; min-height: 44px; padding: 10px 17px; border: 1px solid #657169; border-radius: 8px; color: #fff; background: #111713; font: inherit; font-size: 14px; font-weight: 900; cursor: pointer; }
.cookie-choice-primary { border-color: var(--green); color: #031006; background: linear-gradient(100deg, #37e656, #5cf276); }
.cookie-choice:hover, .cookie-choice:focus-visible { border-color: var(--green); outline: 2px solid transparent; box-shadow: 0 0 0 3px rgba(64,239,98,.2); }
.cookie-settings-button { padding: 0; border: 0; color: #aeb5b1; background: transparent; font: inherit; font-size: 12px; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.cookie-settings-button:hover, .cookie-settings-button:focus-visible { color: var(--green); outline: none; }

/* Multilogements et commercial */
.business-solutions { position: relative; overflow: hidden; padding: 72px 0; background: radial-gradient(circle at 88% 22%, rgba(64,239,98,.14), transparent 26%), linear-gradient(135deg, #07110a, #030504 72%); }
.business-solutions::before { content: ""; position: absolute; inset: 0 0 0 auto; width: 44%; opacity: .12; background: repeating-linear-gradient(135deg, transparent 0 18px, rgba(64,239,98,.32) 18px 19px); pointer-events: none; }
.business-layout { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; gap: 50px; align-items: center; }
.business-kicker { margin: 0 0 13px; color: var(--green); font-size: 13px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.business-copy h2 { margin: 0; max-width: 100%; font-size: clamp(40px, 3.8vw, 54px); line-height: .97; letter-spacing: -.045em; text-transform: uppercase; }
.business-copy h2 span { display: block; color: var(--green); }
.business-copy > p { max-width: 540px; margin: 24px 0 0; color: #d2dbd5; font-size: 17px; line-height: 1.62; }
.business-highlights { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 20px; margin: 25px 0 28px; color: #eef3ef; font-size: 14px; font-weight: 700; }
.business-highlights span { display: flex; align-items: center; gap: 9px; }
.business-highlights span::before { content: ""; width: 8px; height: 8px; flex: 0 0 auto; border: 2px solid var(--green); border-radius: 50%; }
.business-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.business-cards { display: grid; gap: 14px; }
.business-card { position: relative; overflow: hidden; min-height: 246px; padding: 27px 30px; border: 1px solid #334239; border-radius: 13px; background: linear-gradient(145deg, rgba(21,29,23,.98), rgba(7,11,8,.98)); box-shadow: 0 18px 42px rgba(0,0,0,.25); }
.business-card::after { content: ""; position: absolute; right: -55px; bottom: -82px; width: 190px; aspect-ratio: 1; border: 1px solid rgba(64,239,98,.16); border-radius: 50%; }
.business-card-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 30px; }
.business-card-top > span { display: grid; place-items: center; width: 39px; height: 39px; flex: 0 0 auto; border-radius: 9px; color: #061008; background: var(--green); font-size: 13px; font-weight: 900; }
.business-card-top small { color: #9eaaa2; font-size: 12px; font-weight: 800; letter-spacing: .09em; line-height: 1.4; text-align: right; text-transform: uppercase; }
.business-card h3 { margin: 0 0 9px; font-size: 26px; line-height: 1; letter-spacing: -.025em; }
.business-card p { max-width: 590px; margin: 0 0 18px; color: #c9d2cc; font-size: 15px; line-height: 1.55; }
.business-card ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.business-card li { padding: 7px 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 6px; color: #edf2ef; background: rgba(255,255,255,.035); font-size: 12px; font-weight: 700; }

/* Page À propos */
.about-page { background: #030504; }
.about-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 75% 25%, rgba(64,239,98,.13), transparent 31%), linear-gradient(135deg, #020403, #07100a); }
.about-hero-grid { min-height: 610px; display: grid; grid-template-columns: .93fr 1.07fr; gap: 62px; align-items: center; padding-block: 55px 64px; }
.about-hero .eyebrow { margin-bottom: 16px; color: var(--green); }
.about-hero-copy h1 { max-width: 650px; margin: 0; font-size: clamp(48px, 5.1vw, 70px); line-height: .96; letter-spacing: -.05em; text-transform: uppercase; }
.about-hero-copy h1 span { color: var(--green); }
.about-hero-copy > p:last-of-type { max-width: 620px; margin: 24px 0 28px; color: #dfe6e1; font-size: 18px; line-height: 1.6; }
.about-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.about-hero-visual { position: relative; overflow: hidden; aspect-ratio: 1.35 / 1; border: 1px solid rgba(255,255,255,.24); border-radius: 16px; background: #0c120e; box-shadow: 0 30px 70px rgba(0,0,0,.42); }
.about-hero-visual > img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.about-hero-visual::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(1,4,2,.83)); pointer-events: none; }
.about-owner-visual > img { object-position: center; }
.about-photo-badge { position: absolute; z-index: 2; right: 18px; bottom: 18px; left: 18px; display: flex; align-items: end; justify-content: space-between; gap: 18px; padding: 16px 18px; border: 1px solid rgba(64,239,98,.48); border-radius: 9px; background: rgba(3,8,5,.91); }
.about-photo-badge strong { font-size: 18px; }
.about-photo-badge span { color: var(--green); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-align: right; text-transform: uppercase; }
.about-story { padding: 78px 0; background: linear-gradient(180deg, #050806, #030504); }
.about-story-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 70px; align-items: center; }
.about-story-copy h2, .about-values h2, .about-audiences h2 { margin: 0; font-size: clamp(36px, 4.2vw, 54px); line-height: 1.01; letter-spacing: -.04em; }
.about-story-copy > p:not(.service-kicker) { max-width: 620px; margin: 22px 0 0; color: #cbd5ce; font-size: 17px; line-height: 1.67; }
.about-mission-card { min-height: 330px; display: flex; flex-direction: column; justify-content: center; padding: 38px; border: 1px solid rgba(64,239,98,.32); border-radius: 14px; background: radial-gradient(circle at 85% 20%, rgba(64,239,98,.14), transparent 32%), linear-gradient(145deg, #111813, #070b08); box-shadow: 0 22px 54px rgba(0,0,0,.28); }
.about-mission-card img { width: min(100%, 310px); height: 85px; margin-bottom: 28px; object-fit: contain; object-position: left center; }
.about-mission-card blockquote { margin: 3px 0 0; color: #f4f7f5; font-size: clamp(23px, 2.5vw, 32px); font-weight: 800; line-height: 1.2; letter-spacing: -.025em; }
.about-values { padding: 72px 0; background: #07100a; }
.about-value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 34px; }
.about-value { min-height: 240px; padding: 28px; border: 1px solid #304038; border-radius: 12px; background: linear-gradient(150deg, #141b16, #080c09); }
.about-value > span { display: grid; place-items: center; width: 40px; height: 40px; margin-bottom: 46px; border: 1px solid var(--green); border-radius: 50%; color: var(--green); font-size: 13px; font-weight: 900; }
.about-value h3 { margin: 0 0 10px; font-size: 22px; }
.about-value p { margin: 0; color: #c6d0c9; font-size: 15px; line-height: 1.55; }
.about-audiences { padding: 76px 0; background: #030504; }
.about-heading-row { display: flex; justify-content: space-between; align-items: end; gap: 45px; margin-bottom: 32px; }
.about-heading-row > p { max-width: 430px; margin: 0 0 3px; color: #bec9c1; font-size: 16px; line-height: 1.55; }
.about-audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.about-audience { min-height: 210px; padding: 26px; border: 1px solid #2c3830; border-radius: 11px; background: linear-gradient(145deg, #101612, #070b08); }
.about-audience > span { color: var(--green); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.about-audience h3 { margin: 45px 0 10px; font-size: 23px; }
.about-audience p { margin: 0; color: #c7d0ca; font-size: 15px; line-height: 1.55; }

/* Politique de confidentialité */
.legal-page { background: #030504; }
.legal-hero { padding: 68px 0 58px; background: radial-gradient(circle at 78% 25%, rgba(64,239,98,.12), transparent 30%), linear-gradient(135deg, #020403, #07100a); }
.legal-hero h1 { max-width: 850px; margin: 0; font-size: clamp(42px, 5.2vw, 70px); line-height: .98; letter-spacing: -.05em; text-transform: uppercase; }
.legal-hero h1 span { color: var(--green); }
.legal-hero p:last-child { max-width: 720px; margin: 22px 0 0; color: #d0d9d3; font-size: 17px; line-height: 1.6; }
.legal-content { padding: 68px 0 82px; background: linear-gradient(180deg, #050806, #030504); }
.legal-layout { display: grid; grid-template-columns: 260px minmax(0, 760px); gap: 70px; justify-content: center; align-items: start; }
.legal-summary { position: sticky; top: 24px; padding: 22px; border: 1px solid #304038; border-radius: 11px; background: #0c120e; }
.legal-summary strong { display: block; margin-bottom: 10px; color: var(--green); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.legal-summary p { margin: 0; color: #c8d1cb; font-size: 14px; line-height: 1.55; }
.legal-sections { display: grid; gap: 36px; }
.legal-sections section { scroll-margin-top: 24px; }
.legal-sections h2 { margin: 0 0 12px; font-size: 25px; line-height: 1.2; }
.legal-sections p, .legal-sections li { color: #cbd4ce; font-size: 16px; line-height: 1.68; }
.legal-sections p { margin-bottom: 12px; }
.legal-sections ul { margin: 0; padding-left: 22px; }
.legal-sections a { color: var(--green); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

/* Pages locales */
.city-price-band { padding: 56px 0; background: #07100a; }
.city-price-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.city-price-card { padding: 27px; border: 1px solid rgba(64,239,98,.38); border-radius: 12px; background: linear-gradient(145deg, #121a14, #080c09); }
.city-price-card small { color: #aeb9b2; font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.city-price-card h2 { margin: 13px 0 8px; font-size: 25px; }
.city-price-card strong { color: var(--green); font-size: 30px; line-height: 1; }
.city-price-card p { margin: 12px 0 0; color: #c6d0c9; font-size: 14px; line-height: 1.55; }
.city-note { margin: 16px 0 0; color: #aeb9b2; font-size: 13px; line-height: 1.5; }

/* Service page template */
.service-page { background: #030504; }
.service-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 75% 30%, rgba(64,239,98,.13), transparent 31%), linear-gradient(135deg, #020403 0%, #07100a 100%); }
.service-hero::after { content: ""; position: absolute; inset: auto -8% -42% auto; width: 520px; aspect-ratio: 1; border: 1px solid rgba(64,239,98,.08); border-radius: 50%; pointer-events: none; }
.service-hero-grid { min-height: 590px; display: grid; grid-template-columns: .95fr 1.05fr; gap: 62px; align-items: center; padding-block: 54px 62px; }
.service-breadcrumb { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 27px; color: #cbd4ce; font-size: 14px; font-weight: 700; }
.service-breadcrumb span { color: var(--green); font-size: 19px; }
.service-hero .eyebrow { margin-bottom: 15px; color: var(--green); }
.service-hero h1 { max-width: 660px; margin: 0; font-size: clamp(48px, 5.2vw, 72px); line-height: .96; letter-spacing: -.05em; text-transform: uppercase; }
.service-hero h1 span { color: var(--green); }
.service-hero-description { max-width: 630px; margin: 23px 0 27px; color: #e1e7e3; font-size: 18px; line-height: 1.55; }
.service-hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.service-hero-note { display: flex; align-items: center; gap: 9px; margin: 22px 0 0; color: #bfc9c2; font-size: 13px; }
.service-hero-note::before { content: "✓"; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; color: #071008; background: var(--green); font-weight: 900; }
.service-hero-visual { position: relative; }
.service-hero-frame { position: relative; aspect-ratio: 1.2 / 1; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 16px; background: #111713; box-shadow: 0 30px 70px rgba(0,0,0,.42); }
.service-hero-frame img { width: 100%; height: 100%; object-fit: cover; }
.service-hero-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(1,4,2,.68)); pointer-events: none; }
.service-hero-badge { position: absolute; z-index: 2; left: -24px; bottom: 28px; max-width: 245px; padding: 15px 18px; border: 1px solid rgba(64,239,98,.55); border-radius: 10px; color: #fff; background: rgba(4,10,6,.94); box-shadow: 0 14px 34px rgba(0,0,0,.36); font-size: 14px; font-weight: 800; line-height: 1.35; }
.service-hero-badge span { display: block; margin-top: 3px; color: var(--green); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.service-trust { border-block: 1px solid rgba(255,255,255,.08); background: #080d0a; }
.service-trust-grid { min-height: 114px; display: grid; grid-template-columns: repeat(3, 1fr); }
.service-trust-item { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px; text-align: center; }
.service-trust-item + .service-trust-item { border-left: 1px solid rgba(255,255,255,.1); }
.service-trust-item strong { color: var(--green); font-size: 28px; line-height: 1; }
.service-trust-item span { margin-top: 8px; color: #d6ded8; font-size: 14px; }
.service-content-section { padding: 72px 0; }
.service-kicker { margin: 0 0 12px; color: var(--green); font-size: 13px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.service-section-title { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.02; letter-spacing: -.04em; }
.service-intro { background: linear-gradient(180deg, #050806, #030504); }
.service-intro-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.service-intro-copy p:last-child { max-width: 555px; margin: 25px 0 0; color: #cfd7d2; font-size: 17px; line-height: 1.65; }
.service-benefits-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.service-benefit { min-height: 164px; padding: 23px; border: 1px solid #2d3932; border-radius: 11px; background: linear-gradient(145deg, #121814, #090d0a); }
.service-benefit-number { display: inline-grid; place-items: center; width: 33px; height: 33px; margin-bottom: 23px; border: 1px solid var(--green); border-radius: 50%; color: var(--green); font-size: 13px; font-weight: 900; }
.service-benefit h3 { margin: 0 0 7px; font-size: 19px; }
.service-benefit p { margin: 0; color: #c4cec7; font-size: 14px; line-height: 1.5; }
.service-comparison { background: radial-gradient(circle at 15% 50%, rgba(64,239,98,.08), transparent 28%), #070b09; }
.service-comparison-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 58px; align-items: center; }
.service-comparison-copy p:last-of-type { max-width: 450px; margin: 23px 0 0; color: #cad3cd; font-size: 16px; line-height: 1.65; }
.service-comparison-media .before-frame { border-color: rgba(255,255,255,.44); border-radius: 14px; }
.service-comparison-media .before-after { min-height: 260px; aspect-ratio: 3.09 / 1; }
.service-before-after-pair { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.5); border-radius: 14px; background: #090c0a; box-shadow: 0 18px 42px rgba(0,0,0,.38); }
.service-before-after-pair::after { content: ""; position: absolute; z-index: 3; inset: 0 auto 0 50%; width: 3px; transform: translateX(-50%); background: #fff; box-shadow: 0 0 12px rgba(0,0,0,.55); pointer-events: none; }
.service-before-after-panel { position: relative; min-width: 0; aspect-ratio: 16 / 9; overflow: hidden; }
.service-before-after-panel img { width: 100%; height: 100%; object-fit: cover; }
.service-before-after-panel span { position: absolute; z-index: 2; left: 14px; bottom: 13px; padding: 7px 13px; border: 1px solid rgba(255,255,255,.2); border-radius: 7px; color: #fff; background: rgba(5,8,6,.88); box-shadow: 0 5px 16px rgba(0,0,0,.28); font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.service-before-after-panel:last-child span { right: 14px; left: auto; color: #061008; border-color: var(--green); background: var(--green); }
.service-image-note { margin: 10px 3px 0; color: #8f9a93; font-size: 12px; line-height: 1.4; }
.exchange-results-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.service-result-card { overflow: hidden; border: 1px solid rgba(255,255,255,.28); border-radius: 14px; background: linear-gradient(145deg, #121814, #080c09); box-shadow: 0 14px 34px rgba(0,0,0,.26); }
.service-result-card .service-before-after-pair { border: 0; border-bottom: 1px solid rgba(255,255,255,.18); border-radius: 0; box-shadow: none; }
.service-before-after-pair.is-portrait .service-before-after-panel { aspect-ratio: 3 / 4; }
.service-result-card h3 { margin: 0; padding: 13px 15px 14px; color: #edf2ef; font-size: 15px; line-height: 1.25; }
.service-includes { background: #030504; }
.service-heading-row { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 32px; }
.service-heading-row > p { max-width: 450px; margin: 0 0 3px; color: #bcc7c0; font-size: 15px; line-height: 1.55; }
.include-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.include-card { min-height: 230px; display: flex; flex-direction: column; padding: 25px 22px; border: 1px solid #2c3830; border-radius: 11px; background: linear-gradient(155deg, #141b16, #080c09); }
.include-card > span { color: var(--green); font-size: 13px; font-weight: 900; letter-spacing: .12em; }
.include-card h3 { margin: auto 0 12px; font-size: 20px; line-height: 1.15; }
.include-card p { margin: 0; color: #c7d0ca; font-size: 14px; line-height: 1.5; }
.service-process { padding: 65px 0; background: #080d0a; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 34px; }
.process-step { position: relative; padding: 0 42px 0 0; }
.process-step + .process-step { padding-left: 42px; border-left: 1px solid #275331; }
.process-step strong { display: inline-grid; place-items: center; width: 44px; height: 44px; margin-bottom: 22px; border-radius: 9px; color: #061008; background: var(--green); font-size: 16px; }
.process-step h3 { margin: 0 0 9px; font-size: 20px; }
.process-step p { max-width: 310px; margin: 0; color: #c4cdc7; font-size: 14px; line-height: 1.55; }
.service-cta { padding: 54px 0; background: linear-gradient(120deg, #102416, #040806 74%); }
.service-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; padding: 38px 42px; border: 1px solid rgba(64,239,98,.3); border-radius: 14px; background: rgba(7,13,9,.78); box-shadow: 0 18px 45px rgba(0,0,0,.25); }
.service-cta h2 { margin: 0 0 9px; font-size: clamp(30px, 3.6vw, 45px); line-height: 1; letter-spacing: -.035em; }
.service-cta p { margin: 0; color: #c8d1cb; font-size: 15px; }
.service-cta-actions { display: flex; flex: 0 0 auto; gap: 12px; }
.service-card[href] { display: block; transition: transform .25s ease, border-color .25s ease; }
.service-card[href]:focus-visible { outline: 3px solid var(--green); outline-offset: 4px; }
@media (hover: hover) {
  .service-card[href]:hover { transform: translateY(-4px); border-color: rgba(64,239,98,.72); }
}
.motion-ready .scroll-reveal {
  opacity: 0;
  transform: translate3d(0, 28px, 0) scale(.985);
  filter: blur(2px);
  transition: opacity .68s ease, transform .76s cubic-bezier(.2,.72,.2,1), filter .68s ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.motion-ready .scroll-reveal.reveal-left { transform: translate3d(-34px, 0, 0); }
.motion-ready .scroll-reveal.reveal-right { transform: translate3d(34px, 0, 0); }
.motion-ready .scroll-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}
@media (max-width: 1120px) {
  .brand { width: 245px; }
  .header-inner { gap: 18px; }
  .main-nav { gap: 18px; }
  .header-cta { padding-inline: 14px; }
  .hero h1 { font-size: 56px; }
  .benefits { width: 70%; }
  .trust-strip-inner { width: min(calc(100% - 48px), 820px); }
  .service-card h3 { font-size: 16px; }
  .service-card p { font-size: 13px; }
  .hand-note { display: none; }
  .estimate-card label, .estimate-submit, .estimate-output { width: 100%; }
  .footer-main { gap: 30px; }
  .footer-brand { width: 225px; }
  .service-hero-grid { gap: 38px; }
  .service-hero-badge { left: -12px; }
  .include-card { min-height: 245px; }
  .business-layout { gap: 34px; }
  .business-card { padding-inline: 24px; }
  .about-hero-grid { gap: 38px; }
  .about-story-grid { gap: 42px; }
}
@media (max-width: 900px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .site-header { height: 72px; }
  .brand { width: 220px; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { position: absolute; top: 72px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 16px 18px; background: rgba(3,5,4,.98); border-bottom: 1px solid #2b352f; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 6px; }
  .main-nav a.active::after { bottom: 7px; right: auto; width: 36px; }
  .header-cta { display: none; }
  .hero { min-height: 700px; }
  .hero-picture { inset: auto 0 0 0; width: 100%; height: 410px; background-size: auto 88%; background-position: center; }
  .hero-shade { background: linear-gradient(180deg, #030504 0%, #030504 43%, rgba(3,5,4,.86) 57%, rgba(3,5,4,.12) 100%); }
  .hero-inner { min-height: 700px; padding-top: 38px; padding-bottom: 80px; }
  .hero-copy { max-width: 620px; }
  .hero h1 { font-size: clamp(43px, 8vw, 60px); }
  .benefits { width: 100%; grid-template-columns: repeat(2, 1fr); }
  .trust-strip-inner { width: min(calc(100% - 32px), 760px); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .results-grid { grid-template-columns: 1fr; gap: 0; }
  .estimate-card { border: 1px solid #394039; border-radius: 10px; margin-bottom: 28px; }
  .reason-grid { grid-template-columns: repeat(2, 1fr); row-gap: 18px; }
  .review-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-layout { grid-template-columns: 1fr; gap: 36px; }
  .faq-heading { max-width: 720px; }
  .quote-layout { grid-template-columns: 1fr; gap: 36px; }
  .quote-copy { max-width: 720px; }
  .footer-main { flex-wrap: wrap; padding: 22px 0; }
  .footer-nav { width: 100%; order: 3; justify-content: center; margin-left: 0; flex-wrap: wrap; }
  .footer-contact { margin-left: auto; }
  .service-hero-grid { grid-template-columns: 1fr; min-height: 0; padding-block: 42px 54px; }
  .service-hero-copy { max-width: 720px; }
  .service-hero-visual { width: min(100%, 680px); }
  .service-hero-frame { aspect-ratio: 1.7 / 1; }
  .service-intro-grid, .service-comparison-grid { grid-template-columns: 1fr; gap: 38px; }
  .service-benefits-grid { max-width: 760px; }
  .service-comparison-media .before-after { min-height: 210px; }
  .include-grid { grid-template-columns: repeat(2, 1fr); }
  .include-card { min-height: 210px; }
  .service-heading-row { align-items: start; flex-direction: column; gap: 18px; }
  .service-cta-inner { align-items: flex-start; flex-direction: column; }
  .business-layout, .about-hero-grid, .about-story-grid { grid-template-columns: 1fr; gap: 38px; }
  .business-copy { max-width: 720px; }
  .about-hero-grid { min-height: 0; padding-block: 42px 54px; }
  .about-hero-copy { max-width: 720px; }
  .about-hero-visual { width: min(100%, 680px); }
  .about-heading-row { align-items: start; flex-direction: column; gap: 18px; }
  .legal-layout { grid-template-columns: 1fr; gap: 36px; }
  .legal-summary { position: static; }
}
@media (max-width: 600px) {
  body { padding-bottom: calc(70px + env(safe-area-inset-bottom)); font-size: 16px; }
  .container { width: calc(100% - 28px); }
  .site-header { height: 68px; }
  .header-inner { gap: 12px; }
  .brand { width: 195px; }
  .brand img { height: 62px; }
  .menu-toggle { padding: 10px 2px 10px 10px; }
  .main-nav { top: 68px; padding: 8px 18px 16px; }
  .main-nav a { min-height: 44px; display: flex; align-items: center; font-size: 16px; }
  .hero { display: flex; flex-direction: column; min-height: 0; }
  .hero-inner { order: 1; min-height: 0; padding-top: 26px; padding-bottom: 22px; }
  .hero-picture {
    order: 2;
    position: relative;
    inset: auto;
    width: 100%;
    height: min(60vw, 285px);
    background-image: url("assets/hero-tech-mobile-focus.webp");
    background-size: 88% auto;
    background-position: center;
  }
  .hero-shade { display: none; }
  .hero-copy { max-width: none; }
  .eyebrow { margin-bottom: 14px; font-size: 12px; line-height: 1.45; letter-spacing: .18em; }
  .hero h1 { font-size: clamp(38px, 10.8vw, 44px); line-height: .94; letter-spacing: -.042em; }
  .hero-description { margin: 16px 0 20px; font-size: 16px; line-height: 1.45; color: #e8ece9; }
  .desktop-only { display: none; }
  .hero-actions { flex-direction: column; align-items: stretch; max-width: none; gap: 10px; }
  .hero-actions .button { width: 100%; min-height: 52px; }
  .benefits {
    position: static;
    width: 100%;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #233029;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 8px;
    font-size: 13px;
  }
  .benefits div { align-items: center; gap: 7px; white-space: normal; line-height: 1.25; }
  .benefits .ui-icon { width: 25px; height: 25px; }
  .trust-strip { padding: 0 0 18px; background: #070b09; }
  .trust-strip-inner { width: calc(100% - 20px); min-height: 98px; margin-top: -24px; border-radius: 10px; }
  .trust-stat { padding: 12px 4px; }
  .trust-stat strong { margin-bottom: 6px; font-size: clamp(18px, 5.4vw, 25px); }
  .trust-stat > span:last-child { max-width: 92px; font-size: 12px; line-height: 1.2; }
  .client-avatars { margin-bottom: 7px; }
  .client-avatar { width: 29px; height: 29px; margin-left: -9px; border-width: 1.5px; }
  .client-avatar .ui-icon { width: 17px; height: 17px; }
  .trust-stars { font-size: 13px; letter-spacing: .05em; }
  .services { padding: 28px 0 30px; }
  .section-heading { align-items: flex-end; gap: 12px; margin-bottom: 16px; }
  .section-heading h2, .reasons h2, .reviews h2 { font-size: 26px; }
  .section-heading a { padding-bottom: 2px; font-size: 13px; text-align: right; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { border-radius: 11px; }
  .service-image { aspect-ratio: 1.83 / 1; }
  .service-body { min-height: 116px; padding: 17px 58px 16px 17px; }
  .service-card h3 { font-size: 19px; }
  .service-card p { font-size: 15px; }
  .round-link { width: 38px; height: 38px; right: 16px; bottom: 22px; }
  .results { padding-top: 0; }
  .before-column { padding: 26px 0 24px; }
  .before-column h2 { margin-bottom: 18px; font-size: 30px; line-height: 1.02; }
  .before-after { min-height: 150px; aspect-ratio: 2.35 / 1; }
  .compare-label { bottom: 10px; padding: 6px 11px; }
  .compare-label-before { left: 10px; }
  .compare-label-after { right: 10px; }
  .compare-handle { width: 46px; height: 46px; font-size: 25px; }
  .estimate-card { min-height: 0; margin-bottom: 28px; padding: 24px 18px 20px; }
  .estimate-card > p { margin-left: 0; }
  .estimate-title { gap: 13px; }
  .estimate-title h2 { font-size: 25px; line-height: 1; }
  .estimate-icon { width: 42px; height: 42px; }
  .estimate-card select { height: 48px; font-size: 16px; }
  .estimate-submit { min-height: 50px; }
  .estimate-output { font-size: 15px; line-height: 1.4; }
  .reasons { padding: 25px 0 10px; }
  .reason-grid { grid-template-columns: 1fr; }
  .reason { min-height: 82px; border-left: 0; border-top: 1px solid #1d4327; padding: 13px 0; }
  .reason:first-child { margin-top: 4px; }
  .reason-icon { width: 52px; height: 52px; }
  .reason p { font-size: 16px; }
  .reviews { padding: 18px 0 28px; }
  .reviews h2 { margin-bottom: 17px; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card, .google-card { min-height: 0; padding: 17px; }
  .review-card p, .google-card p { font-size: 15px; }
  .google-card { gap: 18px; }
  .google-reviews { padding: 20px 0 24px; }
  .google-reviews-embed { min-height: 760px; }
  .faq-section { padding: 49px 0; }
  .faq-layout { gap: 27px; }
  .faq-heading h2 { font-size: 37px; }
  .faq-heading > p:last-child { margin-top: 18px; font-size: 15px; }
  .faq-list summary { min-height: 60px; padding: 15px; font-size: 16px; line-height: 1.35; }
  .faq-list summary::after { width: 28px; height: 28px; }
  .faq-list details p { padding: 0 50px 17px 15px; font-size: 14px; }
  .quote-section { padding: 49px 0; }
  .quote-layout { gap: 30px; }
  .quote-copy h2 { font-size: 38px; }
  .quote-copy > p:not(.business-kicker, .quote-location) { margin: 19px 0 23px; font-size: 16px; }
  .quote-direct a { align-items: flex-start; flex-direction: column; gap: 3px; }
  .quote-direct strong { text-align: left; overflow-wrap: anywhere; }
  .quote-form-panel { padding: 22px 17px; }
  .quote-form-heading { align-items: flex-start; flex-direction: column; gap: 8px; margin-bottom: 20px; }
  .quote-form-heading span { font-size: 22px; }
  .quote-form-grid { grid-template-columns: 1fr; }
  .quote-field-full { grid-column: auto; }
  .quote-field input, .quote-field select { height: 50px; font-size: 16px; }
  .quote-field textarea { font-size: 16px; }
  .quote-form-footer { align-items: stretch; flex-direction: column; gap: 11px; }
  .quote-submit { width: 100%; }
  .quote-form-footer p { max-width: none; }
  .zones { background-position: 50% center; }
  .zones-inner { flex-direction: column; align-items: stretch; min-height: 0; gap: 22px; padding-block: 31px; }
  .zones h2 { margin-bottom: 18px; font-size: 29px; line-height: 1.08; }
  .zone-list { gap: 9px 13px; font-size: 14px; }
  .zones .button { width: 100%; min-height: 48px; }
  .footer-main { min-height: 0; justify-content: center; gap: 18px; padding: 25px 0 22px; }
  .footer-brand { width: 250px; }
  .footer-contact { width: 100%; align-items: center; margin-left: 0; font-size: 14px; }
  .footer-nav { display: grid; grid-template-columns: repeat(2, auto); gap: 12px 30px; font-size: 14px; text-align: center; }
  .footer-bottom { min-height: 82px; flex-direction: column; justify-content: center; gap: 8px; padding: 14px 0; text-align: center; font-size: 12px; }
  .mobile-contact-bar { position: fixed; z-index: 1000; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; padding: 9px 12px calc(9px + env(safe-area-inset-bottom)); border-top: 1px solid #344139; background: rgba(3,7,5,.97); box-shadow: 0 -12px 30px rgba(0,0,0,.36); backdrop-filter: blur(12px); }
  .mobile-contact-bar a { min-height: 48px; display: grid; place-items: center; border: 1px solid #e1e6e2; border-radius: 8px; color: #fff; font-size: 13px; font-weight: 900; white-space: nowrap; }
  .mobile-contact-bar a:last-child { color: #041006; border-color: var(--green); background: linear-gradient(100deg, #37e656, #5cf276); }
  .cookie-consent { right: 10px; bottom: calc(76px + env(safe-area-inset-bottom)); left: 10px; }
  .cookie-consent-inner { align-items: stretch; flex-direction: column; gap: 15px; padding: 17px; }
  .cookie-consent h2 { font-size: 17px; }
  .cookie-consent p { font-size: 13px; line-height: 1.5; }
  .cookie-consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-choice { min-width: 0; width: 100%; }
  .service-hero-grid { gap: 32px; padding-block: 27px 38px; }
  .service-breadcrumb { margin-bottom: 21px; font-size: 13px; }
  .service-hero h1 { font-size: clamp(39px, 11vw, 49px); }
  .service-hero-description { margin: 19px 0 23px; font-size: 16px; line-height: 1.52; }
  .service-hero-actions { flex-direction: column; }
  .service-hero-actions .button { width: 100%; min-height: 52px; }
  .service-hero-note { align-items: flex-start; font-size: 12px; line-height: 1.45; }
  .service-hero-frame { aspect-ratio: 1.3 / 1; border-radius: 12px; }
  .service-hero-badge { left: 12px; right: 12px; bottom: 12px; max-width: none; }
  .service-trust-grid { min-height: 0; }
  .service-trust-item { min-width: 0; padding: 17px 5px; }
  .service-trust-item strong { font-size: 20px; }
  .service-trust-item span { max-width: 100px; font-size: 11px; line-height: 1.25; }
  .service-content-section { padding: 49px 0; }
  .service-section-title { font-size: 34px; }
  .service-intro-copy p:last-child { margin-top: 19px; font-size: 16px; }
  .service-benefits-grid, .include-grid { grid-template-columns: 1fr; }
  .service-benefit { min-height: 0; padding: 20px; }
  .service-benefit-number { margin-bottom: 18px; }
  .service-comparison-grid { gap: 28px; }
  .service-comparison-copy p:last-of-type { margin-top: 18px; font-size: 15px; }
  .service-comparison-media .before-after { min-height: 150px; aspect-ratio: 2.35 / 1; }
  .exchange-results-gallery { grid-template-columns: 1fr; }
  .service-heading-row { margin-bottom: 25px; }
  .include-card { min-height: 190px; }
  .service-process { padding: 49px 0; }
  .process-grid { grid-template-columns: 1fr; margin-top: 27px; }
  .process-step, .process-step + .process-step { padding: 23px 0; border-left: 0; border-top: 1px solid #275331; }
  .process-step:first-child { padding-top: 0; border-top: 0; }
  .process-step strong { margin-bottom: 16px; }
  .service-cta { padding: 28px 0; }
  .service-cta-inner { gap: 25px; padding: 27px 19px; }
  .service-cta-actions { width: 100%; flex-direction: column; }
  .service-cta-actions .button { width: 100%; }
  .business-solutions { padding: 49px 0; }
  .business-copy h2 { font-size: 38px; }
  .business-copy > p { margin-top: 19px; font-size: 16px; }
  .business-highlights { grid-template-columns: 1fr; margin-block: 21px 25px; }
  .business-actions { flex-direction: column; }
  .business-actions .button { width: 100%; }
  .business-card { min-height: 0; padding: 22px 19px; }
  .business-card-top { align-items: flex-start; margin-bottom: 24px; }
  .business-card-top small { max-width: 220px; font-size: 11px; }
  .business-card h3 { font-size: 24px; }
  .business-card p { font-size: 15px; }
  .business-card ul { align-items: flex-start; flex-direction: column; }
  .business-card li { font-size: 13px; }
  .about-hero-grid { gap: 30px; padding-block: 28px 39px; }
  .about-hero-copy h1 { font-size: clamp(39px, 11vw, 49px); }
  .about-hero-copy > p:last-of-type { margin: 19px 0 23px; font-size: 16px; line-height: 1.55; }
  .about-actions { flex-direction: column; }
  .about-actions .button { width: 100%; min-height: 52px; }
  .about-hero-visual { aspect-ratio: 1.08 / 1; border-radius: 12px; }
  .about-owner-visual > img { object-position: 40% center; }
  .about-photo-badge { right: 11px; bottom: 11px; left: 11px; align-items: flex-start; flex-direction: column; gap: 4px; padding: 13px 14px; }
  .about-photo-badge strong { font-size: 16px; }
  .about-photo-badge span { font-size: 10px; text-align: left; }
  .about-story, .about-values, .about-audiences { padding: 49px 0; }
  .about-story-grid { gap: 27px; }
  .about-story-copy h2, .about-values h2, .about-audiences h2 { font-size: 34px; }
  .about-story-copy > p:not(.service-kicker) { margin-top: 18px; font-size: 16px; }
  .about-mission-card { min-height: 0; padding: 25px 20px; }
  .about-mission-card img { width: 255px; height: 70px; margin-bottom: 22px; }
  .about-mission-card blockquote { font-size: 23px; }
  .about-value-grid, .about-audience-grid { grid-template-columns: 1fr; margin-top: 27px; }
  .about-value { min-height: 0; padding: 22px 20px; }
  .about-value > span { margin-bottom: 24px; }
  .about-heading-row { margin-bottom: 24px; }
  .about-audience { min-height: 0; padding: 22px 20px; }
  .about-audience h3 { margin-top: 28px; }
  .legal-hero { padding: 45px 0 39px; }
  .legal-hero h1 { font-size: 39px; }
  .legal-hero p:last-child { margin-top: 18px; font-size: 15px; }
  .legal-content { padding: 45px 0 56px; }
  .legal-layout { gap: 27px; }
  .legal-summary { padding: 19px; }
  .legal-sections { gap: 29px; }
  .legal-sections h2 { font-size: 22px; }
  .legal-sections p, .legal-sections li { font-size: 15px; }
  .city-price-band { padding: 42px 0; }
  .city-price-grid { grid-template-columns: 1fr; }
  .city-price-card { padding: 22px 19px; }
  .city-price-card h2 { font-size: 22px; }
  .city-price-card strong { font-size: 27px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .service-image img, .reason-icon { transition: none; }
  .service-card:hover .service-image img, .reason:hover .reason-icon { transform: none; filter: none; box-shadow: none; }
  .motion-ready .scroll-reveal,
  .motion-ready .scroll-reveal.reveal-left,
  .motion-ready .scroll-reveal.reveal-right {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}
