:root {
  --ink: #071722;
  --ink-2: #0b2230;
  --teal: #0dd4be;
  --blue: #1595d2;
  --mist: #e9f0f2;
  --paper: #f7f9f9;
  --white: #fff;
  --text: #18303b;
  --muted: #5d7078;
  --line: rgba(12, 42, 54, .14);
  --radius: 1.25rem;
  --container: min(1200px, calc(100% - 3rem));
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--paper); font-family: "Manrope", sans-serif; font-size: 1rem; line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.container { width: var(--container); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 999; padding: .75rem 1rem; background: var(--white); color: var(--ink); transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
.grain { position: fixed; inset: 0; z-index: 90; pointer-events: none; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 70; border-bottom: 1px solid rgba(255,255,255,.11); transition: background .4s, backdrop-filter .4s, transform .4s; }
.site-header.scrolled { background: rgba(7,23,34,.88); backdrop-filter: blur(18px); }
.header-inner { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { width: 148px; }
.brand img { width: 100%; height: auto; }
.desktop-nav { display: flex; gap: 2rem; color: rgba(255,255,255,.78); font-size: .9rem; font-weight: 600; }
.desktop-nav a { position: relative; transition: color .25s; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.45rem; height: 1px; background: var(--teal); transition: right .35s var(--ease); }
.desktop-nav a:hover { color: #fff; }
.desktop-nav a:hover::after { right: 0; }
.header-call { display: flex; align-items: center; gap: .75rem; color: #fff; font-weight: 700; letter-spacing: .02em; }
.header-call small { display: block; color: rgba(255,255,255,.58); font-size: .66rem; font-weight: 600; text-transform: uppercase; letter-spacing: .11em; }
.status-dot { display: inline-block; width: .62rem; height: .62rem; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 6px rgba(13,212,190,.12); }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 6px; cursor: pointer; }
.menu-toggle span { width: 19px; height: 1px; background: #fff; }

.mobile-menu { position: fixed; inset: 0 0 0 auto; z-index: 100; width: min(90vw, 430px); padding: 1.6rem; background: var(--ink); color: #fff; transform: translateX(100%); transition: transform .65s var(--ease); display: flex; flex-direction: column; }
.mobile-menu.open { transform: translateX(0); }
.menu-backdrop { position: fixed; inset: 0; z-index: 95; background: rgba(2,10,15,.7); backdrop-filter: blur(4px); opacity: 0; visibility: hidden; transition: opacity .35s, visibility .35s; }
.menu-backdrop.open { opacity: 1; visibility: visible; }
.mobile-menu-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 2.4rem; border-bottom: 1px solid rgba(255,255,255,.12); }
.mobile-menu-top img { width: 140px; }
.menu-close { width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: transparent; color: #fff; font-size: 1.8rem; line-height: 1; cursor: pointer; }
.mobile-menu nav { display: grid; padding: 2rem 0; }
.mobile-menu nav a { display: flex; gap: 1.2rem; align-items: center; padding: 1.05rem 0; border-bottom: 1px solid rgba(255,255,255,.1); font-family: "Space Grotesk", sans-serif; font-size: clamp(1.45rem, 6vw, 2rem); }
.mobile-menu nav a span { color: var(--teal); font: 600 .7rem "Manrope", sans-serif; letter-spacing: .12em; }
.mobile-menu-contact { margin-top: auto; display: grid; gap: 1rem; }
.mobile-menu-contact p { max-width: 18rem; color: rgba(255,255,255,.65); }
.mobile-menu-contact > a:last-child { color: var(--teal); }

.hero { position: relative; min-height: 940px; height: 100svh; color: #fff; background: var(--ink); display: flex; flex-direction: column; isolation: isolate; overflow: hidden; }
.hero-media, .hero-overlay { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; animation: hero-in 1.5s var(--ease) both; }
.hero-overlay { z-index: -1; background: linear-gradient(90deg, rgba(4,18,27,.98) 0%, rgba(4,18,27,.88) 30%, rgba(4,18,27,.34) 62%, rgba(4,18,27,.18) 100%), linear-gradient(0deg, rgba(4,18,27,.92) 0%, transparent 42%); }
.hero-grid { flex: 1; padding-top: 12rem; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(260px, .42fr); gap: 8rem; align-items: center; }
.hero-copy { max-width: 760px; }
.hero-copy h1 { margin-top: 0; }
.eyebrow, .kicker { display: flex; align-items: center; gap: .8rem; color: var(--teal); font-size: .74rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 2.8rem; height: 1px; background: var(--teal); }
h1, h2, h3 { font-family: "Space Grotesk", sans-serif; margin: 0; line-height: .98; letter-spacing: -.045em; }
h1 { max-width: 780px; margin-top: 1.4rem; font-size: clamp(3.7rem, 7.5vw, 7.3rem); }
h1 em, h2 em { color: transparent; font-style: normal; opacity: .84; }
h1 em { -webkit-text-stroke: 1.3px rgba(255,255,255,.88); }
.hero-copy > p { max-width: 650px; margin: 1.8rem 0 2.2rem; color: rgba(255,255,255,.72); font-size: clamp(1.05rem, 1.55vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; }
.button { min-height: 54px; padding: 0 1.45rem; display: inline-flex; align-items: center; justify-content: center; gap: 1.4rem; border: 1px solid transparent; border-radius: 999px; font-size: .88rem; font-weight: 800; cursor: pointer; transition: transform .28s var(--ease), background .28s, color .28s, border-color .28s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--teal); color: var(--ink); }
.button-primary:hover { background: #32e6d1; }
.button-ghost { border-color: rgba(255,255,255,.32); color: #fff; }
.button-ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.hero-proof { align-self: end; margin-bottom: 5rem; padding-left: 1.4rem; border-left: 1px solid rgba(255,255,255,.24); max-width: 270px; }
.proof-line { display: flex; align-items: center; gap: .7rem; margin-bottom: .8rem; color: var(--teal); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.hero-proof strong { font-family: "Space Grotesk", sans-serif; font-size: 1.3rem; }
.hero-proof p { margin: .35rem 0 0; color: rgba(255,255,255,.58); font-size: .88rem; }
.hero-bottom { display: flex; align-items: end; justify-content: space-between; padding-bottom: 2.1rem; }
.trust-strip { display: flex; border-top: 1px solid rgba(255,255,255,.18); }
.trust-strip > div { min-width: 170px; padding: 1.2rem 1.5rem 0 0; display: flex; gap: .8rem; }
.trust-strip strong { color: var(--teal); font: 600 1.8rem "Space Grotesk", sans-serif; }
.trust-strip span { color: rgba(255,255,255,.55); font-size: .72rem; line-height: 1.35; }
.scroll-cue { display: grid; justify-items: center; gap: .6rem; color: rgba(255,255,255,.5); font-size: .65rem; text-transform: uppercase; letter-spacing: .12em; }
.scroll-cue span { width: 1px; height: 42px; background: linear-gradient(var(--teal), transparent); animation: scroll-pulse 1.8s infinite; }

.section-pad { padding: 9rem 0; }
.section-heading { display: grid; grid-template-columns: 1fr .48fr; gap: 5rem; align-items: end; margin-bottom: 4rem; }
.section-heading h2, .diagnostic-copy h2, .technician-heading h2, .contact-intro h2 { margin-top: 1rem; color: var(--ink); font-size: clamp(2.8rem, 5.5vw, 5.4rem); }
.section-heading h2 em, .diagnostic-copy h2 em, .technician-heading h2 em, .contact-intro h2 em { color: transparent; -webkit-text-stroke: 1.15px rgba(7,23,34,.74); }
.section-heading > p { margin: 0; color: var(--muted); font-size: 1.05rem; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.service-card { min-height: 470px; padding: 2.1rem; position: relative; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; transition: transform .45s var(--ease), border-color .3s, box-shadow .45s; }
.service-card::after { content: ""; position: absolute; inset: auto -25% -45% 35%; height: 65%; background: radial-gradient(circle, rgba(13,212,190,.12), transparent 68%); transition: transform .45s var(--ease); }
.service-card:hover { transform: translateY(-8px); border-color: rgba(13,212,190,.65); box-shadow: 0 26px 60px rgba(12,39,50,.1); }
.service-card:hover::after { transform: translate(-10%, -10%); }
.service-card-featured { background: var(--ink); color: #fff; }
.service-card svg { width: 3.3rem; height: 3.3rem; margin: 3.6rem 0 auto; fill: none; stroke: var(--teal); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.card-number { position: absolute; top: 1.9rem; right: 2rem; color: #89969b; font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.service-card h3 { margin-top: 2rem; font-size: 1.65rem; letter-spacing: -.03em; }
.service-card p { min-height: 5.4rem; color: var(--muted); }
.service-card-featured p { color: rgba(255,255,255,.58); }
.service-card ul { margin: .8rem 0 0; padding: 1.2rem 0 0; border-top: 1px solid var(--line); list-style: none; color: var(--muted); font-size: .84rem; }
.service-card-featured ul { border-color: rgba(255,255,255,.12); color: rgba(255,255,255,.58); }
.service-card li::before { content: "+"; margin-right: .65rem; color: var(--teal); }

.diagnostic { background: #e8eff1; }
.diagnostic-grid { display: grid; grid-template-columns: 1.05fr .8fr; gap: 8rem; align-items: center; }
.diagnostic-image { position: relative; min-height: 650px; border-radius: var(--radius); overflow: hidden; }
.diagnostic-image img { width: 100%; height: 100%; min-height: 650px; object-fit: cover; }
.image-label { position: absolute; left: 1.5rem; bottom: 1.5rem; padding: 1rem 1.2rem; background: rgba(7,23,34,.9); backdrop-filter: blur(8px); color: #fff; border-radius: .75rem; }
.image-label span { display: block; color: var(--teal); font-size: .66rem; text-transform: uppercase; letter-spacing: .12em; }
.image-label strong { font-family: "Space Grotesk", sans-serif; }
.diagnostic-copy > p { color: var(--muted); font-size: 1.05rem; margin: 1.8rem 0 2.6rem; }
.principles { border-top: 1px solid var(--line); }
.principles > div { display: grid; grid-template-columns: 2.5rem 1fr; gap: 1rem; padding: 1.3rem 0; border-bottom: 1px solid var(--line); }
.principles > div > span { color: var(--teal); font-size: .7rem; font-weight: 800; }
.principles p { margin: 0; color: var(--muted); font-size: .88rem; }
.principles strong { display: block; margin-bottom: .2rem; color: var(--ink); font-size: 1rem; }

.process { color: #fff; background: var(--ink); position: relative; overflow: hidden; }
.process::before { content: ""; position: absolute; width: 760px; height: 760px; top: -420px; right: -240px; border: 1px solid rgba(13,212,190,.12); border-radius: 50%; box-shadow: 0 0 0 120px rgba(13,212,190,.025), 0 0 0 240px rgba(13,212,190,.018); }
.section-heading.light h2 { color: #fff; }
.section-heading.light h2 em { color: transparent; -webkit-text-stroke: 1.15px rgba(255,255,255,.78); }
.section-heading.light > p { color: rgba(255,255,255,.58); }
.process-track { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.16); }
.process-step { min-height: 300px; padding: 1.8rem 2.2rem 0 0; position: relative; border-right: 1px solid rgba(255,255,255,.12); }
.process-step + .process-step { padding-left: 2.2rem; }
.process-step > span { color: rgba(255,255,255,.35); font-size: .7rem; font-weight: 800; }
.step-icon { position: absolute; top: 1.5rem; right: 2rem; width: 2.6rem; height: 2.6rem; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: var(--teal); }
.process-step h3 { margin: 7rem 0 .8rem; font-size: 1.45rem; }
.process-step p { max-width: 270px; color: rgba(255,255,255,.55); font-size: .9rem; }

.technician { background: #fff; }
.technician-grid { display: grid; grid-template-columns: .8fr 1fr; gap: 6rem; align-items: end; }
.technician-card { min-height: 360px; padding: 2.4rem; display: grid; grid-template-columns: 170px 1fr; gap: 2rem; align-items: center; border: 1px solid var(--line); border-radius: var(--radius); }
.initials { width: 170px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(145deg, var(--ink-2), #102f40); color: var(--teal); font: 600 3.3rem "Space Grotesk", sans-serif; box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 18px 50px rgba(7,23,34,.18); }
.role { color: var(--teal); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.technician-card h3 { color: var(--ink); font-size: 2.2rem; }
.technician-card > div:last-child > p:not(.role) { color: var(--muted); }
.technician-links { display: grid; border-top: 1px solid var(--line); }
.technician-links a { display: flex; justify-content: space-between; padding: .75rem 0; border-bottom: 1px solid var(--line); font-weight: 700; }
.technician-links a span { color: var(--teal); }

.contact { background: #e8eff1; }
.contact-grid { display: grid; grid-template-columns: .62fr 1fr; gap: 6rem; align-items: start; }
.contact-intro { position: sticky; top: 130px; }
.contact-intro > p { color: var(--muted); font-size: 1.05rem; }
.direct-contact { margin-top: 2.5rem; border-top: 1px solid var(--line); }
.direct-contact a { display: block; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.direct-contact span { display: block; color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.direct-contact strong { color: var(--ink); font-family: "Space Grotesk", sans-serif; font-size: 1.2rem; }
.request-form { background: #fff; border-radius: var(--radius); box-shadow: 0 20px 70px rgba(13,45,58,.08); overflow: hidden; }
.form-section { padding: 2.2rem; border-bottom: 1px solid var(--line); }
.form-section-title { display: flex; gap: 1rem; align-items: center; margin-bottom: 1.6rem; }
.form-section-title > span { color: var(--teal); font-size: .7rem; font-weight: 800; }
.form-section-title h3 { color: var(--ink); font-size: 1.2rem; }
.choice-grid { border: 0; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; }
.choice-grid label { position: relative; cursor: pointer; }
.choice-grid input { position: absolute; opacity: 0; }
.choice-grid label span { min-height: 50px; display: flex; align-items: center; padding: .75rem 1rem; border: 1px solid var(--line); border-radius: .65rem; color: var(--text); font-size: .84rem; font-weight: 700; transition: .25s; }
.choice-grid input:checked + span { color: var(--ink); background: rgba(13,212,190,.1); border-color: var(--teal); box-shadow: inset 3px 0 0 var(--teal); }
.choice-grid input:focus-visible + span { outline: 3px solid rgba(13,212,190,.32); }
.form-grid { display: grid; gap: 1rem; }
.two-col { grid-template-columns: 1fr 1fr; }
.form-grid label { display: grid; gap: .45rem; }
.form-grid label.full { grid-column: 1 / -1; }
.form-grid label > span { color: var(--muted); font-size: .72rem; font-weight: 700; }
input, textarea, select { width: 100%; border: 1px solid #cfdade; border-radius: .55rem; background: #fbfcfc; color: var(--ink); padding: .85rem 1rem; transition: border-color .25s, box-shadow .25s; }
input, select { min-height: 50px; }
textarea { resize: vertical; }
input:focus, textarea:focus, select:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 4px rgba(13,212,190,.12); }
::placeholder { color: #9ba9ae; }
.form-footer { padding: 2.2rem; }
.consent { display: grid; grid-template-columns: 1.1rem 1fr; gap: .75rem; color: var(--muted); font-size: .75rem; cursor: pointer; }
.consent input { width: 1rem; min-height: auto; margin-top: .25rem; accent-color: var(--teal); }
.consent a { text-decoration: underline; }
.submit-button { width: 100%; margin-top: 1.5rem; border: 0; }
.form-note, .form-status { margin: .7rem 0 0; color: var(--muted); text-align: center; font-size: .7rem; }
.form-status { color: #087e70; font-weight: 700; }
.form-status[data-state="error"] { color: #b42318; }
.form-status[data-state="success"] { color: #087e70; }
.submit-button:disabled { cursor: wait; opacity: .72; transform: none; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer { background: #04121a; color: #fff; }
.footer-main { padding: 5rem 0 3.5rem; display: grid; grid-template-columns: 1.6fr .7fr .7fr; gap: 5rem; }
.footer-brand img { width: 180px; }
.footer-brand p { max-width: 320px; color: rgba(255,255,255,.46); }
.footer-links { display: grid; align-content: start; gap: .65rem; }
.footer-links > span { margin-bottom: .6rem; color: var(--teal); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-links a { color: rgba(255,255,255,.65); font-size: .86rem; transition: color .2s; }
.footer-links a:hover { color: #fff; }
.footer-bottom { padding: 1.4rem 0; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.42); font-size: .72rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 1.5rem; }
.footer-bottom a:hover { color: var(--teal); }
.floating-call { display: none; }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }
.delay-3 { transition-delay: .3s; }

@keyframes hero-in { from { transform: scale(1.07); opacity: .55; } to { transform: scale(1); opacity: 1; } }
@keyframes scroll-pulse { 0%,100% { opacity: .3; transform: scaleY(.6); transform-origin: top; } 50% { opacity: 1; transform: scaleY(1); } }

@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .header-call { margin-left: auto; }
  .menu-toggle { display: flex; }
  .hero-grid { grid-template-columns: 1fr; gap: 1rem; }
  .hero-proof { display: none; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: 1 / -1; }
  .diagnostic-grid { gap: 4rem; }
  .technician-grid, .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  .contact-intro { position: static; }
}

@media (min-width: 721px) and (max-height: 800px) {
  .header-inner { height: 72px; }
  .hero { min-height: 720px; }
  .hero-grid { padding-top: 7.2rem; }
  h1 { font-size: clamp(3.6rem, 6.4vw, 5.8rem); }
  .hero-copy > p { margin: 1.15rem 0 1.4rem; }
  .hero-proof { margin-bottom: 2rem; }
  .hero-bottom { padding-bottom: 1.2rem; }
  .trust-strip > div { padding-top: .7rem; }
  .scroll-cue span { height: 28px; }
}

@media (max-width: 720px) {
  :root { --container: min(100% - 2rem, 1200px); }
  .header-inner { height: 72px; }
  .brand { width: 125px; }
  .header-call { display: none; }
  .hero { min-height: 790px; height: 100svh; }
  .hero-media img { object-position: 63% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(4,18,27,.96), rgba(4,18,27,.54)), linear-gradient(0deg, rgba(4,18,27,.95), transparent 50%); }
  .hero-grid { padding-top: 8.5rem; align-items: center; }
  .hero-copy { margin-top: 1rem; }
  h1 { font-size: clamp(3.3rem, 15vw, 5.2rem); }
  .hero-copy > p { max-width: 95%; font-size: 1rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-bottom { padding-bottom: 1.4rem; }
  .trust-strip > div:not(:first-child) { display: none; }
  .trust-strip > div { min-width: auto; }
  .scroll-cue { display: none; }
  .section-pad { padding: 6rem 0; }
  .section-heading { grid-template-columns: 1fr; gap: 1.5rem; margin-bottom: 2.7rem; }
  .section-heading h2, .diagnostic-copy h2, .technician-heading h2, .contact-intro h2 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .services-grid { grid-template-columns: 1fr; }
  .service-card:last-child { grid-column: auto; }
  .service-card { min-height: 430px; }
  .diagnostic-grid { grid-template-columns: 1fr; gap: 3rem; }
  .diagnostic-image, .diagnostic-image img { min-height: 430px; }
  .diagnostic-image img { object-position: 63% center; }
  .process-track { grid-template-columns: 1fr; }
  .process-step, .process-step + .process-step { min-height: 235px; padding: 1.5rem 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .process-step h3 { margin-top: 4.5rem; }
  .technician-card { grid-template-columns: 1fr; padding: 1.6rem; }
  .initials { width: 118px; }
  .choice-grid, .two-col { grid-template-columns: 1fr; }
  .form-section, .form-footer { padding: 1.4rem; }
  .footer-main { grid-template-columns: 1fr; gap: 2.3rem; padding-top: 4rem; }
  .footer-bottom { padding-bottom: 6rem; align-items: flex-start; flex-direction: column; gap: 1rem; }
  .footer-bottom div { flex-wrap: wrap; gap: .7rem 1.2rem; }
  .floating-call { position: fixed; z-index: 65; left: 1rem; right: 1rem; bottom: 1rem; min-height: 54px; padding: 0 1.2rem; display: flex; align-items: center; justify-content: center; gap: .8rem; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(7,23,34,.94); backdrop-filter: blur(14px); color: #fff; box-shadow: 0 16px 40px rgba(0,0,0,.28); }
}

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