:root {
  --ink: #111820;
  --ink-2: #18212a;
  --paper: #f7f7f4;
  --white: #fff;
  --muted: #66717b;
  --line: #dfe3e5;
  --accent: #ef4b2f;
  --accent-dark: #cf351d;
  --lime: #b7d43b;
  --max: 1180px;
  --radius: 20px;
  --shadow: 0 24px 70px rgba(10, 18, 25, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
section[id] { scroll-margin-top: 90px; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--paper); line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -80px; padding: 12px 18px; background: var(--accent); color: var(--white); border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 16px; }
.site-header { position: fixed; z-index: 100; top: 0; left: 0; right: 0; color: var(--white); transition: background .25s, box-shadow .25s, transform .25s; }
.site-header.scrolled { background: rgba(13,18,24,.94); backdrop-filter: blur(16px); box-shadow: 0 10px 40px rgba(0,0,0,.2); }
.header-inner { min-height: 88px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; background: var(--accent); color: var(--white); font-size: 24px; font-weight: 900; line-height: 1; transform: skew(-8deg); border-radius: 7px 14px 7px 14px; box-shadow: 7px 7px 0 rgba(255,255,255,.1); }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-size: 20px; letter-spacing: .12em; }
.brand-copy small { margin-top: 4px; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; opacity: .72; }
.main-nav { display: flex; align-items: center; gap: 27px; margin-left: auto; }
.main-nav a { position: relative; font-size: 14px; font-weight: 650; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--accent); transition: right .2s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.header-call { display: flex; align-items: center; gap: 9px; padding-left: 24px; border-left: 1px solid rgba(255,255,255,.2); }
.header-call svg { width: 22px; height: 22px; color: var(--accent); fill: currentColor; stroke: none; }
.header-call span { display: grid; line-height: 1.15; font-weight: 800; letter-spacing: .03em; }
.header-call small { font-size: 10px; opacity: .65; text-transform: uppercase; }
.menu-toggle { display: none; margin-left: auto; width: 44px; height: 44px; padding: 11px; border: 0; background: transparent; color: white; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: .2s; }
.hero { position: relative; min-height: 760px; overflow: hidden; color: var(--white); background: radial-gradient(circle at 78% 35%, rgba(65,84,96,.42), transparent 26%), linear-gradient(115deg,#0b1117 0%,#101821 54%,#1c2a34 100%); }
.hero::before { content:""; position:absolute; inset:0; background: linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px); background-size: 60px 60px; mask-image: linear-gradient(to bottom,black,transparent 75%); }
.hero-grid { position:absolute; width:520px; height:520px; border:1px solid rgba(255,255,255,.07); border-radius:50%; right:-120px; top:120px; box-shadow: 0 0 0 90px rgba(255,255,255,.018),0 0 0 180px rgba(255,255,255,.012); }
.hero-inner { position: relative; z-index: 2; min-height: 720px; padding-top: 150px; padding-bottom: 80px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 60px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #d9e1e6; font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content:""; width: 34px; height: 2px; background: var(--accent); }
.eyebrow.dark { color: var(--muted); }
.hero h1 { margin: 22px 0 22px; font-size: clamp(48px, 5.3vw, 76px); line-height: 1.03; letter-spacing: -.055em; }
.hero h1 span { color: var(--accent); }
.hero-copy > p { max-width: 650px; margin: 0; color: #bec9d0; font-size: 18px; }

.hero-note { max-width: 670px; margin-top: 24px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.05); }
.hero-note strong { display:block; margin-bottom:6px; color:#fff; font-size:14px; letter-spacing:.02em; }
.hero-note p { margin:0; color:#c8d1d6; font-size:15px; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:34px; }
.button { display:inline-flex; min-height:52px; align-items:center; justify-content:center; padding: 13px 22px; border:1px solid transparent; border-radius: 8px; font-weight: 800; font-size: 14px; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--accent); box-shadow: 0 14px 36px rgba(239,75,47,.25); }
.button-primary:hover { background: var(--accent-dark); }
.button-ghost { color:white; border-color:rgba(255,255,255,.28); background:rgba(255,255,255,.03); }
.button-ghost:hover { background:rgba(255,255,255,.08); border-color:rgba(255,255,255,.5); }
.button-dark { color:white; background:var(--ink); }
.hero-points { display:flex; gap: 35px; padding:0; margin:42px 0 0; list-style:none; }
.hero-points li { display:grid; padding-left:15px; border-left:2px solid var(--accent); }
.hero-points strong { font-size:17px; }
.hero-points span { color:#98a6af; font-size:12px; }
.hero-visual { position:relative; }
.hero-card { position:relative; min-height: 470px; overflow:hidden; border:1px solid rgba(255,255,255,.14); border-radius:28px; background:#17212a; box-shadow:0 40px 100px rgba(0,0,0,.35); transform:rotate(.6deg); }
.hero-card::before { content:""; position:absolute; z-index:2; inset:0; background:linear-gradient(180deg,rgba(5,10,14,.1) 38%,rgba(5,10,14,.78) 100%); pointer-events:none; }
.hero-card::after { content:""; position:absolute; z-index:3; inset:18px; border:1px solid rgba(255,255,255,.18); border-radius:18px; pointer-events:none; }
.hero-card-label { position:absolute; z-index:4; left:35px; right:35px; bottom:30px; color:#fff; font-size:12px; font-weight:850; letter-spacing:.13em; text-transform:uppercase; text-shadow:0 2px 12px rgba(0,0,0,.7); }
.hero-card img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; filter:saturate(.82) contrast(1.05); }
.floating-badge { position:absolute; right:-20px; bottom:20px; z-index:3; width:128px; height:128px; display:flex; align-items:center; justify-content:center; gap:7px; background:var(--accent); color:white; border-radius:50%; box-shadow:0 18px 40px rgba(0,0,0,.3); transform:rotate(-7deg); }
.floating-badge strong { font-size:40px; line-height:1; }
.floating-badge span { font-size:11px; line-height:1.25; text-transform:uppercase; font-weight:800; }
.hero-strip { position:absolute; z-index:3; bottom:0; left:0; right:0; background:rgba(4,8,11,.65); border-top:1px solid rgba(255,255,255,.08); backdrop-filter:blur(14px); }
.strip-inner { min-height:70px; display:flex; align-items:center; justify-content:center; gap:25px; color:#c3ccd2; font-size:12px; letter-spacing:.12em; text-transform:uppercase; font-weight:750; }
.strip-inner i { width:5px; height:5px; border-radius:50%; background:var(--accent); }
.call-first { position:relative; z-index:5; background:#fff; border-bottom:1px solid var(--line); }
.call-first-inner { min-height:126px; display:grid; grid-template-columns:58px 1fr auto; align-items:center; gap:22px; }
.call-first-icon { width:58px; height:58px; display:grid; place-items:center; border-radius:16px; color:#fff; background:var(--accent); box-shadow:0 14px 34px rgba(239,75,47,.25); }
.call-first-icon svg { width:28px; height:28px; fill:currentColor; stroke:none; }
.call-first strong { display:block; margin-bottom:4px; font-size:20px; letter-spacing:-.02em; }
.call-first p { margin:0; max-width:720px; color:var(--muted); font-size:14px; }
.call-first .button { min-width:210px; }
.section { padding: 110px 0; }
.section-head { display:flex; align-items:end; justify-content:space-between; gap:60px; margin-bottom:50px; }
.section-head > div { max-width:650px; }
.section-head h2, .about-copy h2, .symptoms h2, .faq h2, .contact h2 { margin:15px 0 0; font-size:clamp(38px,4.2vw,58px); line-height:1.07; letter-spacing:-.045em; }
.section-head > p { max-width:480px; margin:0; color:var(--muted); }
.service-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.service-card { position:relative; min-height:330px; padding:30px 26px; overflow:hidden; background:white; border:1px solid #e8eaeb; border-radius:var(--radius); transition:transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform:translateY(-7px); box-shadow:var(--shadow); border-color:transparent; }
.service-number { position:absolute; top:25px; right:25px; color:#cbd0d3; font-size:12px; font-weight:850; }
.icon-box { width:54px; height:54px; display:grid; place-items:center; margin-bottom:64px; border-radius:14px; background:#f2f3f1; color:var(--accent); }
.icon-box svg { width:27px; height:27px; }
.service-card h3 { margin:0 0 12px; font-size:22px; letter-spacing:-.02em; }
.service-card p { margin:0; color:var(--muted); font-size:14px; }
.process { background:var(--ink); color:white; }
.section-head.light > p { color:#a9b4bb; }
.process-list { border-top:1px solid rgba(255,255,255,.13); }
.process-item { display:grid; grid-template-columns:220px 1fr; align-items:center; gap:38px; padding:30px 0; border-bottom:1px solid rgba(255,255,255,.13); }
.process-image { width:220px; height:145px; overflow:hidden; border-radius:14px; background:#26313a; box-shadow:0 18px 40px rgba(0,0,0,.22); }
.process-image img { width:100%; height:100%; object-fit:cover; filter:saturate(.88) contrast(1.03); transition:transform .35s; }
.process-item:hover .process-image img { transform:scale(1.06); }
.process-copy { display:grid; grid-template-columns:70px 270px 1fr; align-items:center; gap:25px; }
.process-copy > span { color:var(--accent); font-size:13px; font-weight:850; }
.process-copy h3 { margin:0; font-size:26px; letter-spacing:-.025em; }
.process-copy p { margin:0; color:#aab4ba; }
.about-grid { display:grid; grid-template-columns:1fr 1fr; gap:85px; align-items:center; }
.about-gallery { position:relative; min-height:570px; }
.about-gallery figure { margin:0; overflow:hidden; border-radius:18px; box-shadow:var(--shadow); }
.gallery-main { position:absolute; left:0; top:0; width:82%; height:440px; }
.gallery-small { position:absolute; right:0; bottom:0; width:55%; height:245px; border:10px solid var(--paper); }
.about-gallery img { width:100%; height:100%; object-fit:cover; }
.about-stat { position:absolute; left:0; bottom:0; width:190px; min-height:135px; display:grid; align-content:center; padding:22px; background:var(--accent); color:white; border-radius:14px; box-shadow:0 20px 50px rgba(239,75,47,.25); }
.about-stat strong { font-size:28px; letter-spacing:.06em; }
.about-stat span { font-size:12px; line-height:1.4; }
.about-copy .lead { margin:27px 0 16px; color:var(--ink); font-size:19px; font-weight:650; }
.about-copy > p:not(.lead) { color:var(--muted); }
.check-grid { display:grid; grid-template-columns:1fr 1fr; gap:13px 22px; margin:28px 0; }
.check-grid span { display:flex; align-items:center; gap:9px; font-size:14px; font-weight:750; }
.check-grid svg { width:19px; height:19px; color:var(--accent); stroke-width:2.6; }
.text-link { display:inline-flex; align-items:center; gap:10px; font-weight:850; border-bottom:2px solid var(--accent); padding-bottom:4px; }
.text-link span { color:var(--accent); }
.symptoms { background:linear-gradient(120deg,#151f28,#0d1319); color:white; }
.symptoms-inner { display:grid; grid-template-columns:.85fr 1.15fr; gap:100px; align-items:center; }
.symptoms-copy > p { max-width:500px; color:#aab5bc; margin:22px 0 30px; }
.symptoms-list { border-top:1px solid rgba(255,255,255,.13); }
.symptoms-list div { display:grid; grid-template-columns:60px 1fr; align-items:center; gap:15px; min-height:94px; border-bottom:1px solid rgba(255,255,255,.13); }
.symptoms-list span { color:var(--accent); font-size:12px; font-weight:850; }
.symptoms-list p { margin:0; font-size:17px; font-weight:650; }
.reviews-layout { display:grid; grid-template-columns:.9fr 1.1fr; gap:20px; }
.reviews-empty { min-height:360px; display:flex; flex-direction:column; align-items:flex-start; justify-content:center; padding:45px; background:white; border-radius:var(--radius); box-shadow:var(--shadow); }
.stars { color:#f0aa28; letter-spacing:.16em; font-size:24px; }
.reviews-empty h3 { margin:22px 0 8px; font-size:30px; letter-spacing:-.03em; }
.reviews-empty p { margin:0 0 24px; color:var(--muted); }
.trust-cards { display:grid; gap:12px; }
.trust-cards article { min-height:112px; display:grid; grid-template-columns:190px 1fr; align-items:center; gap:20px; padding:24px 30px; background:#eceeea; border-radius:16px; }
.trust-cards strong { font-size:18px; }
.trust-cards p { margin:0; color:var(--muted); font-size:14px; }
.review-form { margin-top:24px; padding:35px; background:var(--ink); color:white; border-radius:var(--radius); }
.review-form[hidden] { display:none; }
.faq { padding-top:90px; background:white; }
.faq-grid { display:grid; grid-template-columns:.78fr 1.22fr; gap:90px; align-items:start; }
.faq-intro p { color:var(--muted); }
.accordion details { border-top:1px solid var(--line); }
.accordion details:last-child { border-bottom:1px solid var(--line); }
.accordion summary { position:relative; list-style:none; padding:24px 48px 24px 0; font-size:18px; font-weight:800; cursor:pointer; }
.accordion summary::-webkit-details-marker { display:none; }
.accordion summary span::before, .accordion summary span::after { content:""; position:absolute; right:4px; top:50%; width:18px; height:2px; background:var(--accent); transition:transform .2s; }
.accordion summary span::after { transform:rotate(90deg); }
.accordion details[open] summary span::after { transform:rotate(0); }
.accordion details p { margin:-8px 40px 24px 0; color:var(--muted); }
.contact { padding-top:110px; background:var(--ink); color:white; }
.contact-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:80px; padding-bottom:90px; }
.contact-info > p { color:#aab4bb; max-width:540px; }

.contact-priority { margin-top: 26px; padding: 24px; border-radius: 18px; background: linear-gradient(135deg, rgba(239,75,47,.16), rgba(255,255,255,.04)); border: 1px solid rgba(255,255,255,.1); }
.contact-priority strong { display:block; margin-bottom:8px; font-size:20px; letter-spacing:-.02em; }
.contact-priority p { margin:0 0 16px; color:#c0cad1; }
.contact-priority .button { min-width: 240px; }
.contact-cards { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:30px; }
.contact-cards > a, .contact-cards > div { display:flex; align-items:center; gap:15px; min-height:90px; padding:18px; background:rgba(255,255,255,.055); border:1px solid rgba(255,255,255,.08); border-radius:13px; }
.contact-cards svg { width:25px; min-width:25px; color:var(--accent); }
.contact-cards span { display:grid; line-height:1.3; min-width:0; }
.contact-cards small { color:#88959e; font-size:11px; text-transform:uppercase; letter-spacing:.08em; }
.contact-cards strong { overflow-wrap:anywhere; font-size:14px; }
.company-data { display:flex; gap:30px; margin:30px 0 0; }
.company-data div { display:flex; gap:8px; }
.company-data dt { color:#89969e; }
.company-data dd { margin:0; font-weight:800; }
.contact-form-wrap { padding:38px; color:var(--ink); background:white; border-radius:var(--radius); box-shadow:0 30px 90px rgba(0,0,0,.3); }
.form-head h3 { margin:0; font-size:28px; letter-spacing:-.03em; }
.form-head p { margin:4px 0 24px; color:var(--muted); }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.form-grid label { display:grid; gap:7px; color:inherit; font-size:12px; font-weight:800; }
.form-grid .full { grid-column:1/-1; }
input, textarea, select { width:100%; border:1px solid #d7dadd; border-radius:9px; background:#f8f9f8; padding:12px 13px; color:var(--ink); outline:none; transition:border-color .2s, box-shadow .2s; }
textarea { resize:vertical; }
input:focus, textarea:focus, select:focus { border-color:var(--accent); box-shadow:0 0 0 3px rgba(239,75,47,.12); }
.consent { display:flex !important; grid-template-columns:18px 1fr; align-items:start; gap:10px !important; color:var(--muted) !important; font-weight:500 !important; line-height:1.45; }
.consent input { width:17px; height:17px; margin:2px 0 0; accent-color:var(--accent); }
.consent a { color:var(--accent); text-decoration:underline; }
.honeypot { position:absolute !important; left:-10000px !important; width:1px !important; height:1px !important; overflow:hidden !important; }
.contact-form .button { margin-top:22px; width:100%; }

.form-help { margin: 12px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.form-help a { color: var(--accent); font-weight: 800; }
.form-status { min-height:24px; margin:12px 0 0; text-align:center; font-size:13px; font-weight:700; }
.form-status.success { color:#2f8f4e; }
.form-status.error { color:#bd2f25; }
.map-wrap { position:relative; height:430px; background:#ddd; }
.map-wrap iframe { display:block; filter:grayscale(1) contrast(1.05); }
.map-button { position:absolute; left:50%; bottom:24px; transform:translateX(-50%); box-shadow:0 10px 30px rgba(0,0,0,.25); }
.map-button:hover { transform:translateX(-50%) translateY(-2px); }
.site-footer { padding:42px 0 20px; background:#080c10; color:white; }
.footer-top { display:flex; align-items:center; justify-content:space-between; gap:30px; padding-bottom:30px; border-bottom:1px solid rgba(255,255,255,.1); }
.footer-links { display:flex; flex-wrap:wrap; gap:22px; color:#aab3b9; font-size:13px; }
.footer-links a:hover { color:white; }
.footer-bottom { display:flex; justify-content:space-between; gap:20px; padding-top:18px; color:#6f7b83; font-size:12px; }
.mobile-call { display:none; }
.reveal { opacity:1; transform:none; }
.js .reveal { opacity:0; transform:translateY(24px); transition:opacity .65s ease, transform .65s ease; }
.js .reveal-delay { transition-delay:.16s; }
.js .reveal.visible { opacity:1; transform:none; }
.privacy-page { min-height:100vh; background:var(--paper); }
.privacy-header { padding:26px 0; color:white; background:var(--ink); }
.privacy-content { max-width:820px; padding:70px 0 100px; }
.privacy-content h1 { font-size:48px; line-height:1.05; letter-spacing:-.04em; }
.privacy-content h2 { margin-top:40px; }
.privacy-content p, .privacy-content li { color:var(--muted); }
.privacy-content .button { margin-top:30px; }
@media (max-width: 1060px) {
  .main-nav { gap:16px; }
  .main-nav a { font-size:13px; }
  .header-call { display:none; }
  .hero-inner { grid-template-columns:1fr; padding-top:145px; padding-bottom:130px; }
  .hero-copy { max-width:760px; }
  .hero-visual { display:none; }
  .service-grid { grid-template-columns:1fr 1fr; }
  .process-copy { grid-template-columns:50px 230px 1fr; }
  .about-grid, .symptoms-inner, .faq-grid, .contact-grid { gap:50px; }
}
@media (max-width: 820px) {
  .call-first-inner { grid-template-columns:52px 1fr; padding:24px 0; }
  .call-first .button { grid-column:1/-1; width:100%; }

  .section { padding:80px 0; }
  .site-header { background:rgba(13,18,24,.94); }
  .header-inner { min-height:72px; }
  .menu-toggle { display:block; }
  .main-nav { position:fixed; top:72px; left:0; right:0; display:grid; gap:0; padding:12px 20px 24px; background:rgba(13,18,24,.98); transform:translateY(-130%); opacity:0; transition:.25s; pointer-events:none; }
  .main-nav.open { transform:none; opacity:1; pointer-events:auto; }
  .main-nav a { padding:13px 5px; border-bottom:1px solid rgba(255,255,255,.08); font-size:15px; }
  .hero { min-height:auto; }
  .hero-inner { min-height:auto; padding-top:130px; padding-bottom:125px; }
  .hero-points { flex-wrap:wrap; }
  .strip-inner { justify-content:flex-start; overflow:auto; white-space:nowrap; padding-block:20px; }
  .section-head { display:grid; gap:20px; }
  .section-head > p { max-width:650px; }
  .about-grid, .symptoms-inner, .faq-grid, .contact-grid, .reviews-layout { grid-template-columns:1fr; }
  .about-gallery { min-height:500px; }
  .symptoms-inner { gap:45px; }
  .process-copy { grid-template-columns:50px 1fr; }
  .process-copy p { grid-column:2; }
  .trust-cards article { grid-template-columns:1fr; gap:5px; }
  .contact-grid { gap:55px; }
  .footer-top, .footer-bottom { align-items:flex-start; flex-direction:column; }
}
@media (max-width: 600px) {
  .container { width:min(100% - 28px, var(--max)); }
  .brand-copy small { display:none; }
  .hero h1 { font-size:44px; }
  .hero-copy > p { font-size:16px; }
  .hero-actions { display:grid; }
  .hero-points { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
  .hero-points li:last-child { grid-column:1/-1; }
  .service-grid { grid-template-columns:1fr; }
  .service-card { min-height:275px; }
  .icon-box { margin-bottom:42px; }
  .call-first-inner { grid-template-columns:1fr; text-align:center; }
  .call-first-icon { margin-inline:auto; }
  .process-item { grid-template-columns:105px 1fr; gap:17px; }
  .process-image { width:105px; height:115px; }
  .process-copy { display:block; }
  .process-copy > span { display:block; margin-bottom:8px; }
  .process-copy h3 { font-size:21px; }
  .process-copy p { margin-top:7px; font-size:13px; }
  .about-gallery { min-height:420px; }
  .gallery-main { width:88%; height:315px; }
  .gallery-small { width:62%; height:180px; }
  .about-stat { width:155px; min-height:105px; padding:15px; }
  .check-grid { grid-template-columns:1fr; }
  .reviews-empty { padding:30px 24px; }
  .form-grid, .contact-cards { grid-template-columns:1fr; }
  .contact-form-wrap, .review-form { padding:26px 20px; }
  .company-data { flex-direction:column; gap:6px; }
  .map-button { width:calc(100% - 40px); }
  .footer-links { display:grid; grid-template-columns:1fr 1fr; }
  .mobile-call { position:fixed; z-index:90; right:16px; bottom:16px; display:flex; align-items:center; gap:8px; padding:12px 16px; color:white; background:var(--accent); border-radius:999px; box-shadow:0 12px 35px rgba(0,0,0,.3); font-size:13px; font-weight:850; }
  .mobile-call svg { width:20px; height:20px; fill:currentColor; stroke:none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *, *::before, *::after { animation-duration:.01ms !important; transition-duration:.01ms !important; }
  .reveal { opacity:1; transform:none; }
}
