@import url('https://unpkg.com/leaflet@1.9.4/dist/leaflet.css');

:root {
  --navy-950: #031126;
  --navy-900: #071b35;
  --navy-800: #0a2a50;
  --navy-700: #103c6e;
  --blue-600: #075ee6;
  --blue-500: #1681ff;
  --cyan-400: #31d4e9;
  --cyan-100: #dff9fc;
  --orange-500: #ff6a18;
  --orange-400: #ff9035;
  --white: #ffffff;
  --mist: #f1f7fb;
  --ice: #e7f2f8;
  --slate-700: #34445a;
  --slate-500: #657489;
  --line: #dce7ef;
  --font-display: 'Manrope', sans-serif;
  --font-body: 'DM Sans', sans-serif;
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --shadow-sm: 0 10px 30px rgba(7, 27, 53, .08);
  --shadow-lg: 0 30px 70px rgba(3, 17, 38, .18);
  --ease-out: cubic-bezier(.23, 1, .32, 1);
  --header-h: 86px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--navy-900); background: #fff; font-family: var(--font-body); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { border: 0; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
address { font-style: normal; }
::selection { background: var(--cyan-400); color: var(--navy-950); }
:focus-visible { outline: 3px solid var(--orange-400); outline-offset: 4px; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 10px 16px; border-radius: 8px; background: #fff; color: var(--navy-950); transform: translateY(-150%); transition: transform .18s var(--ease-out); }
.skip-link:focus { transform: translateY(0); }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.section-label { display: flex; align-items: center; gap: 10px; color: var(--blue-600); font-family: var(--font-display); font-size: .74rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.section-label::before { content: ''; width: 28px; height: 2px; background: linear-gradient(90deg, var(--blue-500), var(--cyan-400)); }
.section-label.light { color: var(--cyan-400); }
h1, h2, h3 { margin: 0; font-family: var(--font-display); line-height: 1.08; letter-spacing: -.035em; }
h2 { font-size: clamp(2.15rem, 4vw, 4.1rem); }
p { margin: 0; }

.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 23px; border-radius: 14px; font-family: var(--font-display); font-size: .9rem; font-weight: 800; transition: transform .16s var(--ease-out), box-shadow .2s var(--ease-out), background .2s var(--ease-out); }
.button svg { width: 18px; height: 18px; }
.button:active { transform: scale(.97); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--blue-500), var(--blue-600)); box-shadow: 0 12px 30px rgba(7, 94, 230, .28), inset 0 1px rgba(255,255,255,.25); }
.button-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(7, 94, 230, .38); }
.button-primary span { font-weight: 600; opacity: .78; }
.button-secondary { color: #fff; border: 1px solid rgba(255,255,255,.36); background: rgba(255,255,255,.08); backdrop-filter: blur(12px); }
.button-secondary:hover { background: rgba(255,255,255,.15); transform: translateY(-2px); }
.button-white { color: var(--navy-900); background: #fff; box-shadow: 0 14px 36px rgba(3,17,38,.2); }
.button-white:hover { transform: translateY(-2px); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--blue-600); font-family: var(--font-display); font-weight: 800; }
.text-link svg { transition: transform .2s var(--ease-out); }
.text-link:hover svg { transform: translateX(4px); }

.site-header { position: fixed; z-index: 1000; inset: 0 0 auto; height: var(--header-h); color: var(--navy-900); border-bottom: 1px solid rgba(7,27,53,.08); background: rgba(255,255,255,.98); backdrop-filter: blur(18px); box-shadow: 0 5px 24px rgba(3,17,38,.08); transition: height .2s var(--ease-out), box-shadow .2s var(--ease-out); }
.site-header.scrolled { height: 76px; box-shadow: 0 9px 32px rgba(3,17,38,.13); }
.nav-wrap { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand { width: 190px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; filter: drop-shadow(0 3px 7px rgba(7,27,53,.12)); }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(16px, 1.6vw, 27px); }
.desktop-nav a { position: relative; font-size: .82rem; font-weight: 700; white-space: nowrap; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--cyan-400); transition: right .2s var(--ease-out); }
.desktop-nav a:hover::after, .desktop-nav a.active::after { right: 0; }
.nav-call { display: flex; align-items: center; gap: 10px; padding-left: 18px; border-left: 1px solid var(--line); }
.nav-call-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--navy-950); background: var(--cyan-400); }
.nav-call small, .nav-call strong { display: block; line-height: 1.25; }
.nav-call small { font-size: .64rem; text-transform: uppercase; letter-spacing: .11em; opacity: .65; }
.nav-call strong { font-family: var(--font-display); font-size: .88rem; }
.menu-toggle { display: none; width: 44px; height: 44px; place-items: center; color: var(--navy-900); background: var(--mist); border: 1px solid var(--line); border-radius: 12px; }
.menu-toggle svg { width: 23px; height: 23px; }
.menu-close-icon { display: none; }
.mobile-nav { display: none; }

.hero { position: relative; min-height: 820px; color: #fff; background: var(--navy-950); overflow: hidden; }
.hero-photo, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-photo { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(3,17,38,.98) 0%, rgba(3,17,38,.93) 34%, rgba(3,17,38,.45) 62%, rgba(3,17,38,.18) 100%), linear-gradient(0deg, rgba(3,17,38,.88), transparent 38%); }
.hero::before { content: ''; position: absolute; z-index: 1; inset: 0; opacity: .09; background-image: linear-gradient(rgba(255,255,255,.4) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.4) 1px, transparent 1px); background-size: 74px 74px; mask-image: linear-gradient(90deg, black, transparent 67%); }
.hero-orb { position: absolute; z-index: 1; border-radius: 50%; filter: blur(3px); }
.hero-orb-one { width: 420px; height: 420px; left: -230px; top: 180px; background: rgba(22,129,255,.15); box-shadow: 0 0 100px rgba(49,212,233,.13); }
.hero-orb-two { width: 140px; height: 140px; left: 49%; top: 26%; border: 1px solid rgba(49,212,233,.25); background: rgba(49,212,233,.04); }
.hero-inner { position: relative; z-index: 2; min-height: 820px; display: grid; grid-template-columns: minmax(0, 700px) 300px; gap: 50px; align-items: center; padding-top: 110px; padding-bottom: 120px; }
.hero-copy { padding-top: 10px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--cyan-400); font-family: var(--font-display); font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { position: relative; width: 9px; height: 9px; background: var(--cyan-400); border-radius: 50%; box-shadow: 0 0 0 6px rgba(49,212,233,.11); }
.hero h1 { max-width: 680px; font-size: clamp(3rem, 5.6vw, 5.7rem); }
.hero h1 em { display: block; color: var(--cyan-400); font-style: normal; }
.hero-copy > p { max-width: 655px; margin-top: 23px; color: rgba(255,255,255,.76); font-size: clamp(1rem, 1.4vw, 1.17rem); line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 33px; }
.trust-grid { max-width: 670px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 24px; margin-top: 30px; }
.trust-grid > div { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.82); font-size: .83rem; font-weight: 600; }
.trust-grid svg { width: 17px; height: 17px; padding: 3px; color: var(--navy-950); background: var(--cyan-400); border-radius: 50%; stroke-width: 3; }
.hero-status-card { align-self: end; margin-bottom: 95px; padding: 24px; border: 1px solid rgba(255,255,255,.17); border-radius: var(--radius-md); background: linear-gradient(145deg, rgba(7,27,53,.82), rgba(7,27,53,.45)); backdrop-filter: blur(18px); box-shadow: var(--shadow-lg); }
.status-topline { display: flex; align-items: center; gap: 9px; color: var(--cyan-400); font-family: var(--font-display); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.status-dot { width: 8px; height: 8px; background: #60ec9a; border-radius: 50%; box-shadow: 0 0 0 5px rgba(96,236,154,.12); }
.status-temp { display: flex; align-items: center; gap: 12px; margin-top: 22px; }
.status-temp > svg { width: 30px; height: 30px; color: var(--orange-400); }
.status-temp small, .status-temp strong { display: block; }
.status-temp small { color: rgba(255,255,255,.55); font-size: .7rem; }
.status-temp strong { margin-top: 1px; font-family: var(--font-display); font-size: 1rem; }
.status-rule { height: 1px; margin: 19px 0; background: rgba(255,255,255,.12); }
.hero-status-card p { color: rgba(255,255,255,.65); font-size: .86rem; line-height: 1.6; }
.hero-status-card a { display: flex; align-items: center; justify-content: space-between; margin-top: 18px; color: var(--cyan-400); font-family: var(--font-display); font-size: .82rem; font-weight: 800; }
.hero-bottom { position: absolute; z-index: 3; inset: auto 0 0; border-top: 1px solid rgba(255,255,255,.12); background: rgba(3,17,38,.52); backdrop-filter: blur(14px); }
.quick-trust { min-height: 70px; display: flex; align-items: center; gap: 0; }
.quick-trust span { flex: 1; text-align: center; color: rgba(255,255,255,.64); font-size: .73rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.quick-trust span + span { border-left: 1px solid rgba(255,255,255,.14); }

.about { background: #fff; }
.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: center; }
.about-visual { position: relative; }
.about-visual::before { content: ''; position: absolute; z-index: 0; width: 80%; height: 80%; left: -20px; bottom: -20px; border-radius: var(--radius-lg); background: var(--cyan-100); }
.about-visual::after { content: ''; position: absolute; z-index: 2; width: 100px; height: 100px; right: -28px; top: -32px; background-image: radial-gradient(var(--blue-500) 1.8px, transparent 1.8px); background-size: 14px 14px; opacity: .32; }
.about-visual > img { position: relative; z-index: 1; aspect-ratio: 5/6; width: 100%; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.about-badge { position: absolute; z-index: 3; right: -38px; bottom: 30px; display: flex; align-items: center; gap: 14px; padding: 17px 20px; color: #fff; background: var(--navy-900); border-radius: 16px; box-shadow: var(--shadow-lg); }
.about-badge-icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--navy-950); background: var(--cyan-400); border-radius: 12px; }
.about-badge strong, .about-badge small { display: block; line-height: 1.3; }
.about-badge strong { font-family: var(--font-display); font-size: .86rem; }
.about-badge small { color: rgba(255,255,255,.59); font-size: .68rem; }
.about-copy h2 { margin-top: 20px; max-width: 620px; }
.about-copy p { margin-top: 23px; color: var(--slate-500); }
.about-copy .text-link { margin-top: 27px; }

.services { position: relative; color: #fff; background: var(--navy-900); overflow: hidden; }
.services::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 12% 12%, rgba(22,129,255,.22), transparent 27%), radial-gradient(circle at 92% 82%, rgba(49,212,233,.09), transparent 28%); }
.services .container { position: relative; }
.section-heading { max-width: 730px; }
.section-heading.centered { margin: 0 auto 55px; text-align: center; }
.section-heading.centered .section-label { justify-content: center; }
.section-heading h2 { margin-top: 17px; }
.section-heading > p { margin-top: 20px; color: rgba(255,255,255,.61); }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 430px; display: flex; flex-direction: column; padding: 26px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-md); background: rgba(255,255,255,.055); overflow: hidden; transition: transform .22s var(--ease-out), border-color .22s var(--ease-out), background .22s var(--ease-out); }
.service-card::before { content: ''; position: absolute; inset: auto -25% -70% 35%; aspect-ratio: 1; border: 1px solid rgba(49,212,233,.12); border-radius: 50%; }
.service-card:hover { transform: translateY(-7px); border-color: rgba(49,212,233,.5); background: rgba(255,255,255,.09); }
.service-card-featured { background: linear-gradient(155deg, rgba(22,129,255,.52), rgba(22,129,255,.12)); border-color: rgba(49,212,233,.48); }
.service-photo { height: 145px; margin: -26px -26px 22px; overflow: hidden; background: var(--navy-800); }
.service-photo::after { content: ''; position: absolute; inset: 0 0 auto; height: 145px; background: linear-gradient(180deg, transparent 45%, rgba(3,17,38,.76)); pointer-events: none; }
.service-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88) contrast(1.04); transition: transform .35s var(--ease-out), filter .35s var(--ease-out); }
.service-card:hover .service-photo img { transform: scale(1.045); filter: saturate(1) contrast(1.02); }
.service-icon { width: 50px; height: 50px; display: grid; place-items: center; color: var(--cyan-400); border: 1px solid rgba(49,212,233,.23); border-radius: 15px; background: rgba(49,212,233,.09); }
.service-icon svg { width: 25px; height: 25px; }
.heat-card .service-icon, .service-card:nth-child(5) .service-icon { color: var(--orange-400); border-color: rgba(255,144,53,.25); background: rgba(255,106,24,.1); }
.service-number { position: absolute; z-index: 2; right: 18px; top: 17px; padding: 5px 8px; color: rgba(255,255,255,.88); font-family: var(--font-display); font-size: .68rem; font-weight: 800; letter-spacing: .12em; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(3,17,38,.55); backdrop-filter: blur(8px); }
.service-card h3 { margin-top: 26px; font-size: 1.15rem; letter-spacing: -.02em; }
.service-card p { margin-top: 13px; color: rgba(255,255,255,.58); font-size: .86rem; line-height: 1.62; }
.service-card a { position: relative; z-index: 1; margin-top: auto; padding-top: 22px; display: flex; align-items: center; justify-content: space-between; color: var(--cyan-400); font-family: var(--font-display); font-size: .76rem; font-weight: 800; }
.service-card a svg { transition: transform .2s var(--ease-out); }
.service-card a:hover svg { transform: translateX(4px); }

.why-us { background: var(--mist); }
.why-intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: end; }
.why-intro h2 { max-width: 700px; margin-top: 18px; }
.why-intro-copy p { color: var(--slate-500); }
.why-intro-copy .text-link { margin-top: 18px; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 58px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.why-card { min-height: 220px; padding: 30px; background: rgba(255,255,255,.55); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s var(--ease-out), transform .2s var(--ease-out); }
.why-card:hover { position: relative; z-index: 1; background: #fff; transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.why-card > span { width: 44px; height: 44px; display: grid; place-items: center; color: var(--blue-600); border-radius: 12px; background: #e2f0ff; }
.why-card > span svg { width: 22px; height: 22px; }
.why-card h3 { margin-top: 23px; font-size: 1.05rem; }
.why-card p { margin-top: 10px; color: var(--slate-500); font-size: .87rem; }
.cta-band { position: relative; padding: 62px 0; color: #fff; background: linear-gradient(105deg, var(--blue-600), #0a8fda 60%, #20b9ce); overflow: hidden; }
.cta-band::before, .cta-band::after { content: ''; position: absolute; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.cta-band::before { width: 330px; height: 330px; right: 8%; top: -235px; }
.cta-band::after { width: 460px; height: 460px; left: -180px; bottom: -370px; }
.cta-band-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-band-inner span { font-family: var(--font-display); font-size: .74rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.cta-band h2 { margin-top: 7px; font-size: clamp(2rem, 3.5vw, 3.2rem); }

.faq { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.faq-intro { position: sticky; top: 110px; }
.faq-intro h2 { margin-top: 18px; }
.faq-intro > p { margin-top: 20px; color: var(--slate-500); }
.faq-call-card { display: flex; align-items: center; gap: 15px; margin-top: 30px; padding: 19px; border-radius: 16px; background: var(--mist); }
.faq-call-card > span { width: 43px; height: 43px; display: grid; place-items: center; color: #fff; border-radius: 12px; background: var(--blue-600); }
.faq-call-card small, .faq-call-card a { display: block; line-height: 1.35; }
.faq-call-card small { color: var(--slate-500); font-size: .7rem; }
.faq-call-card a { font-family: var(--font-display); font-weight: 800; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 4px; cursor: pointer; list-style: none; font-family: var(--font-display); font-size: 1rem; font-weight: 800; }
summary::-webkit-details-marker { display: none; }
summary span { position: relative; flex: 0 0 auto; width: 30px; height: 30px; border-radius: 50%; background: var(--mist); }
summary span::before, summary span::after { content: ''; position: absolute; left: 9px; right: 9px; top: 14px; height: 2px; background: var(--blue-600); transition: transform .18s var(--ease-out); }
summary span::after { transform: rotate(90deg); }
details[open] summary { color: var(--blue-600); }
details[open] summary span { background: var(--cyan-100); }
details[open] summary span::after { transform: rotate(0deg); }
details p { padding: 0 50px 24px 4px; color: var(--slate-500); font-size: .92rem; }

.service-area { color: #fff; background: var(--navy-950); }
.area-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; }
.area-heading h2 { margin-top: 18px; }
.area-heading > p { color: rgba(255,255,255,.58); }
.map-layout { display: grid; grid-template-columns: 1fr 330px; min-height: 500px; margin-top: 50px; overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: var(--radius-lg); box-shadow: 0 30px 60px rgba(0,0,0,.24); }
.map-panel { position: relative; min-height: 500px; background: #dce9f0; }
#service-map { position: absolute; inset: 0; z-index: 1; }
.map-loading { position: absolute; z-index: 2; inset: 0; display: grid; place-content: center; gap: 10px; color: var(--navy-900); background: var(--ice); text-align: center; font-weight: 700; transition: opacity .25s var(--ease-out); }
.map-loading span { width: 34px; height: 34px; margin: auto; border: 3px solid rgba(7,94,230,.2); border-top-color: var(--blue-600); border-radius: 50%; animation: spin .8s linear infinite; }
.map-loading.hidden { opacity: 0; pointer-events: none; }
.location-panel { padding: 38px 32px; background: linear-gradient(160deg, var(--navy-800), var(--navy-900)); }
.location-icon { width: 53px; height: 53px; display: grid; place-items: center; color: var(--navy-950); background: var(--cyan-400); border-radius: 16px; }
.location-icon svg { width: 25px; height: 25px; }
.location-panel > small { display: block; margin-top: 25px; color: var(--cyan-400); font-family: var(--font-display); font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.location-panel h3 { margin-top: 7px; font-size: 1.3rem; }
.location-panel address { margin-top: 12px; color: rgba(255,255,255,.6); font-size: .9rem; }
.location-panel > a { display: inline-flex; align-items: center; gap: 9px; margin-top: 17px; color: var(--cyan-400); font-family: var(--font-display); font-size: .8rem; font-weight: 800; }
.area-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); }
.area-list span { padding: 7px 10px; color: rgba(255,255,255,.72); border: 1px solid rgba(255,255,255,.12); border-radius: 999px; font-size: .69rem; }
.leaflet-popup-content-wrapper { border-radius: 12px !important; box-shadow: 0 16px 40px rgba(3,17,38,.24) !important; }
.leaflet-popup-content { font-family: var(--font-body); color: var(--navy-900); line-height: 1.45; }
.map-pin { width: 18px !important; height: 18px !important; margin-left: -9px !important; margin-top: -9px !important; border: 3px solid #fff; background: var(--blue-600); border-radius: 50%; box-shadow: 0 5px 15px rgba(7,94,230,.4); }
.map-pin.main { width: 24px !important; height: 24px !important; margin-left: -12px !important; margin-top: -12px !important; background: var(--orange-500); box-shadow: 0 0 0 8px rgba(255,106,24,.18), 0 6px 18px rgba(3,17,38,.35); }

.contact { position: relative; color: #fff; background: linear-gradient(125deg, #073e7d, var(--blue-600) 55%, #0896d2); overflow: hidden; }
.contact::before { content: ''; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(135deg, transparent 45%, #fff 46%, transparent 47%); background-size: 50px 50px; }
.contact-shell { position: relative; z-index: 1; display: grid; grid-template-columns: .78fr 1.22fr; gap: 75px; align-items: center; }
.contact-info h2 { margin-top: 18px; }
.contact-info > p { margin-top: 20px; color: rgba(255,255,255,.67); }
.contact-methods { display: grid; gap: 15px; margin-top: 34px; }
.contact-methods > a, .contact-methods > div { display: flex; align-items: center; gap: 14px; }
.contact-methods > a > span, .contact-methods > div > span { width: 44px; height: 44px; display: grid; place-items: center; color: var(--cyan-400); border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(3,17,38,.18); }
.contact-methods small, .contact-methods strong { display: block; line-height: 1.35; }
.contact-methods small { color: rgba(255,255,255,.54); font-size: .67rem; text-transform: uppercase; letter-spacing: .08em; }
.contact-methods strong { margin-top: 3px; font-family: var(--font-display); font-size: .9rem; }
.contact-form { padding: 38px; color: var(--navy-900); background: #fff; border-radius: var(--radius-lg); box-shadow: 0 28px 70px rgba(3,17,38,.25); }
.form-heading > span { color: var(--blue-600); font-family: var(--font-display); font-size: .66rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.form-heading h3 { margin-top: 4px; font-size: 1.55rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; margin-top: 25px; }
.field.full, .consent.full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 7px; font-size: .75rem; font-weight: 700; }
.field label span { color: var(--orange-500); }
.field input, .field textarea { width: 100%; border: 1px solid #cbdbe6; border-radius: 11px; background: #f9fcfe; color: var(--navy-900); transition: border-color .18s var(--ease-out), box-shadow .18s var(--ease-out), background .18s var(--ease-out); }
.field input { height: 47px; padding: 0 13px; }
.field textarea { min-height: 116px; padding: 12px 13px; resize: vertical; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--blue-500); background: #fff; box-shadow: 0 0 0 4px rgba(22,129,255,.1); }
.field.invalid input, .field.invalid textarea { border-color: #dc3545; }
.field-error { display: block; min-height: 15px; margin-top: 3px; color: #b42318; font-size: .68rem; line-height: 1.3; }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; }
.consent input { width: 17px; height: 17px; margin: 3px 0 0; accent-color: var(--blue-600); }
.consent label { color: var(--slate-500); font-size: .68rem; line-height: 1.45; }
.consent .field-error { grid-column: 2; margin-top: -5px; }
.submit-button { width: 100%; margin-top: 20px; }
.form-note { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 12px; color: var(--slate-500); font-size: .67rem; }
.form-note svg { color: var(--blue-600); }

.site-footer { color: #fff; background: #020d1c; }
.footer-main { display: grid; grid-template-columns: 1.5fr .65fr .75fr 1fr; gap: 55px; padding-top: 75px; padding-bottom: 55px; }
.footer-wordmark { display: inline-flex; flex-direction: column; color: #fff; font-family: var(--font-display); line-height: 1; }
.footer-wordmark strong { color: var(--cyan-400); font-size: 1.65rem; letter-spacing: -.05em; }
.footer-wordmark span { margin-top: 6px; font-size: .68rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.footer-brand p { max-width: 330px; margin-top: 20px; color: rgba(255,255,255,.49); font-size: .84rem; }
.footer-phone { display: inline-flex; align-items: center; gap: 9px; margin-top: 18px; color: var(--cyan-400); font-family: var(--font-display); font-weight: 800; }
.footer-links h2 { margin-bottom: 18px; font-size: .88rem; letter-spacing: .02em; }
.footer-links a { display: block; margin-top: 10px; color: rgba(255,255,255,.49); font-size: .82rem; transition: color .18s var(--ease-out); }
.footer-links a:hover { color: var(--cyan-400); }
.footer-hours { display: flex; gap: 14px; padding: 20px; align-self: start; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(255,255,255,.045); }
.footer-hours > span { width: 38px; height: 38px; display: grid; place-items: center; color: var(--cyan-400); border-radius: 10px; background: rgba(49,212,233,.1); }
.footer-hours small, .footer-hours strong { display: block; }
.footer-hours small { color: rgba(255,255,255,.44); font-size: .66rem; text-transform: uppercase; letter-spacing: .08em; }
.footer-hours strong { margin-top: 2px; font-family: var(--font-display); }
.footer-hours p { color: rgba(255,255,255,.42); font-size: .72rem; }
.footer-legal { padding-top: 25px; padding-bottom: 30px; border-top: 1px solid rgba(255,255,255,.09); }
.footer-legal > p { color: rgba(255,255,255,.34); font-size: .61rem; line-height: 1.65; }
.footer-legal > div { display: flex; justify-content: space-between; gap: 20px; margin-top: 21px; color: rgba(255,255,255,.46); font-size: .7rem; }
.footer-legal a { display: inline-flex; align-items: center; gap: 6px; color: var(--cyan-400); }
.footer-legal a svg { transform: rotate(-90deg); }
.floating-call { display: none; position: fixed; z-index: 900; right: 16px; bottom: 16px; align-items: center; gap: 8px; height: 52px; padding: 0 19px; color: #fff; background: var(--blue-600); border-radius: 999px; box-shadow: 0 13px 35px rgba(3,17,38,.32); font-family: var(--font-display); font-size: .82rem; font-weight: 800; }
.toast { position: fixed; z-index: 2000; left: 50%; bottom: 28px; max-width: min(420px, calc(100% - 32px)); padding: 14px 18px; color: #fff; background: var(--navy-950); border: 1px solid rgba(255,255,255,.15); border-radius: 12px; box-shadow: var(--shadow-lg); opacity: 0; transform: translate(-50%, 18px); pointer-events: none; transition: opacity .2s var(--ease-out), transform .2s var(--ease-out); }
.toast.visible { opacity: 1; transform: translate(-50%, 0); }

[data-reveal] { opacity: 1; transform: none; }
.js [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .65s var(--ease-out), transform .65s var(--ease-out); }
.js [data-reveal].revealed { opacity: 1; transform: translateY(0); }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .nav-call { margin-left: auto; }
  .menu-toggle { display: grid; }
  .site-header.menu-active .menu-open-icon { display: none; }
  .site-header.menu-active .menu-close-icon { display: block; }
  .mobile-nav { position: absolute; inset: var(--header-h) 0 auto; display: grid; padding: 20px; color: var(--navy-900); background: rgba(255,255,255,.98); box-shadow: 0 20px 40px rgba(3,17,38,.14); opacity: 0; transform: translateY(-12px); visibility: hidden; transition: opacity .2s var(--ease-out), transform .2s var(--ease-out), visibility .2s; }
  .scrolled .mobile-nav { top: 76px; }
  .site-header.menu-active .mobile-nav { opacity: 1; transform: translateY(0); visibility: visible; }
  .mobile-nav a { padding: 12px 10px; border-bottom: 1px solid var(--line); font-weight: 700; }
  .mobile-nav-call { margin-top: 12px; color: #fff !important; background: var(--blue-600); border: 0 !important; border-radius: 11px; text-align: center; }
  .hero-inner { grid-template-columns: minmax(0, 680px); }
  .hero-status-card { display: none; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 800px) {
  :root { --header-h: 72px; }
  .container { width: min(100% - 32px, 1180px); }
  .section { padding: 78px 0; }
  .brand { width: 165px; }
  .nav-call { display: none; }
  .hero, .hero-inner { min-height: 780px; }
  .hero-photo { object-position: 69% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,17,38,.96), rgba(3,17,38,.68)), linear-gradient(0deg, rgba(3,17,38,.92), transparent 55%); }
  .hero-inner { padding-top: 120px; padding-bottom: 110px; }
  .hero h1 { font-size: clamp(2.75rem, 12vw, 4.5rem); }
  .hero-actions { flex-direction: column; align-items: stretch; max-width: 420px; }
  .trust-grid { grid-template-columns: 1fr; gap: 9px; }
  .quick-trust span:nth-child(3) { display: none; }
  .about-grid, .why-intro, .faq-grid, .area-heading, .contact-shell { grid-template-columns: 1fr; gap: 45px; }
  .about-visual { max-width: 560px; }
  .about-badge { right: -7px; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-band-inner { align-items: flex-start; flex-direction: column; }
  .faq-intro { position: static; }
  .map-layout { grid-template-columns: 1fr; }
  .map-panel { min-height: 400px; }
  .location-panel { min-height: auto; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-hours { grid-column: 1 / -1; }
  .floating-call { display: flex; }
  .toast { bottom: 82px; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 26px, 1180px); }
  h2 { font-size: 2.15rem; }
  .brand { width: 150px; }
  .hero { min-height: 840px; }
  .hero-inner { min-height: 840px; padding-top: 112px; }
  .hero-copy > p { font-size: .95rem; }
  .quick-trust span { font-size: .61rem; }
  .about-visual::after { right: -8px; }
  .about-badge { left: 12px; right: 12px; bottom: 14px; }
  .services-grid, .why-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 420px; }
  .why-grid { border-left: 0; }
  .why-card { border-left: 1px solid var(--line); }
  .cta-band .button { width: 100%; }
  summary { font-size: .9rem; }
  details p { padding-right: 12px; }
  .map-panel { min-height: 360px; }
  .location-panel { padding: 30px 24px; }
  .contact-form { margin-inline: -3px; padding: 26px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full, .consent.full { grid-column: auto; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .footer-brand, .footer-hours { grid-column: 1 / -1; }
  .footer-legal > div { flex-direction: column; }
}

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