:root {
  --navy: #071a36;
  --navy-2: #0b2850;
  --blue: #087cff;
  --cyan: #20d4e8;
  --ice: #eaf8ff;
  --pale: #f4f9fd;
  --text: #15263d;
  --muted: #5e7188;
  --line: #dce8f2;
  --white: #fff;
  --shadow: 0 18px 50px rgba(10, 48, 88, .10);
  --radius: 24px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 36px), var(--container)); margin-inline: auto; }
.skip-link {
  position: fixed; left: 12px; top: 12px; z-index: 1000;
  padding: 10px 14px; background: var(--navy); color: white; border-radius: 10px;
  transform: translateY(-150%); transition: transform .2s;
}
.skip-link:focus { transform: translateY(0); }
.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; }

.site-header {
  position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(220,232,242,.85); backdrop-filter: blur(14px);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; min-width: 0; }
.brand-mark {
  display: grid; place-items: center; width: 43px; height: 43px; flex: 0 0 43px;
  color: white; font-size: 12px; font-weight: 900; letter-spacing: -.03em;
  border-radius: 13px; background: linear-gradient(145deg, var(--blue), var(--cyan));
  box-shadow: 0 9px 24px rgba(8,124,255,.24);
}
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font-size: 14px; color: var(--navy); }
.brand-copy span { margin-top: 3px; font-size: 10px; color: var(--muted); font-weight: 700; letter-spacing: .04em; }
.primary-nav { display: flex; align-items: center; gap: 25px; }
.primary-nav a { text-decoration: none; font-size: 13px; font-weight: 750; color: #43556d; transition: color .2s; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--blue); }
.primary-nav .nav-phone { padding: 11px 18px; color: white; border-radius: 12px; background: var(--navy); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 9px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--navy); border-radius: 2px; }

.hero { position: relative; overflow: hidden; padding: 84px 0 100px; background: linear-gradient(135deg,#f5fbff 0%,#eef8ff 50%,#f7fdff 100%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 450px; height: 450px; background: rgba(32,212,232,.13); right: -160px; top: -170px; }
.hero-glow-two { width: 340px; height: 340px; background: rgba(8,124,255,.08); left: -180px; bottom: -170px; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 72px; position: relative; z-index: 1; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); text-transform: uppercase; font-size: 11px; font-weight: 850; letter-spacing: .13em; }
.pin { font-size: 12px; }
h1,h2,h3,p { margin-top: 0; }
h1 { max-width: 720px; margin-bottom: 22px; color: var(--navy); font-size: clamp(43px, 6vw, 72px); line-height: .99; letter-spacing: -.055em; }
.hero-lead { max-width: 640px; margin-bottom: 30px; color: #52657b; font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 52px; padding: 0 21px; border-radius: 14px; text-decoration: none; font-weight: 850; font-size: 14px; border: 1px solid transparent; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover, .btn:focus-visible { transform: translateY(-2px); }
.btn-primary { color: white; background: linear-gradient(135deg,var(--blue),#0065e8); box-shadow: 0 13px 28px rgba(8,124,255,.23); }
.btn-secondary { color: var(--navy); background: rgba(255,255,255,.72); border-color: #d7e8f4; }
.btn-light { color: var(--navy); background: white; box-shadow: 0 12px 30px rgba(0,0,0,.16); }
.hero-points { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 25px; color: #4b6179; font-size: 12px; font-weight: 700; }
.hero-visual { position: relative; }
.image-frame { position: relative; padding: 10px; border-radius: 31px; background: rgba(255,255,255,.75); box-shadow: 0 30px 80px rgba(5,49,91,.16); }
.image-frame img { width: 100%; aspect-ratio: 1.18 / 1; object-fit: cover; border-radius: 24px; }
.floating-card {
  position: absolute; left: -25px; bottom: 30px; display: flex; gap: 12px; align-items: center;
  max-width: 280px; padding: 14px 16px; border: 1px solid rgba(220,232,242,.9);
  background: rgba(255,255,255,.94); border-radius: 17px; box-shadow: var(--shadow);
}
.floating-icon { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 12px; background: var(--ice); color: var(--blue); font-weight: 900; }
.floating-card strong, .floating-card span { display: block; }
.floating-card strong { color: var(--navy); font-size: 12px; }
.floating-card span { color: var(--muted); font-size: 10px; }
.hero-accent { position: absolute; width: 80px; height: 80px; right: -26px; bottom: -26px; border: 12px solid rgba(32,212,232,.35); border-radius: 50%; }

.trust-strip { background: var(--navy); color: white; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-item { display: flex; align-items: center; gap: 13px; min-height: 100px; padding: 17px 24px; border-right: 1px solid rgba(255,255,255,.09); }
.trust-item:last-child { border-right: 0; }
.trust-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 12px; color: #7ceaf4; background: rgba(32,212,232,.10); }
.trust-item strong,.trust-item small { display: block; }
.trust-item strong { font-size: 12px; }
.trust-item small { color: #a9b9cb; font-size: 10px; margin-top: 2px; }

.section { padding: 105px 0; }
.section-heading { display: grid; grid-template-columns: 1fr .7fr; gap: 50px; align-items: end; margin-bottom: 48px; }
.section-heading h2,.center-heading h2,.content-panel h2,.visual-copy h2,.faq-grid h2,.contact-main h2,.cta-content h2 {
  margin: 9px 0 15px; color: var(--navy); font-size: clamp(31px,4vw,48px); line-height: 1.08; letter-spacing: -.045em;
}
.section-heading p { color: var(--muted); margin-bottom: 4px; }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.service-card { position: relative; min-height: 345px; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 8px 28px rgba(10,48,88,.045); transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: #b8def6; }
.service-card.featured { background: linear-gradient(155deg,#effaff,#fff); border-color: #c9eaf6; }
.service-number { position: absolute; top: 22px; right: 24px; color: #a2b3c5; font-size: 11px; font-weight: 850; }
.service-icon { display: grid; place-items: center; width: 51px; height: 51px; margin-bottom: 33px; color: var(--blue); border-radius: 15px; background: var(--ice); font-size: 23px; font-weight: 900; }
.service-card h3 { margin-bottom: 10px; color: var(--navy); font-size: 18px; line-height: 1.25; letter-spacing: -.02em; }
.service-card p { min-height: 98px; color: var(--muted); font-size: 13px; }
.service-card a,.text-cta { color: var(--blue); font-size: 12px; font-weight: 850; text-decoration: none; }
.service-card a span,.text-cta span { margin-left: 6px; }

.problem-section { background: var(--pale); }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.image-panel { position: relative; }
.image-panel img { width: 100%; aspect-ratio: 1 / .88; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }
.image-label { position: absolute; left: 20px; bottom: 20px; padding: 11px 15px; color: var(--navy); background: rgba(255,255,255,.92); border-radius: 12px; font-size: 11px; font-weight: 800; }
.image-label span { color: var(--blue); margin-right: 5px; }
.content-panel p { color: var(--muted); }
.check-list { display: grid; gap: 15px; padding: 0; margin: 26px 0 30px; list-style: none; }
.check-list li { display: flex; gap: 12px; }
.check-list li > span { display: grid; place-items: center; width: 25px; height: 25px; flex: 0 0 25px; border-radius: 50%; color: var(--blue); background: var(--ice); font-size: 12px; font-weight: 900; }
.check-list strong,.check-list small { display: block; }
.check-list strong { color: var(--navy); font-size: 13px; }
.check-list small { color: var(--muted); font-size: 11px; }

.why-section { background: white; }
.center-heading { max-width: 760px; margin: 0 auto 45px; text-align: center; }
.center-heading p { color: var(--muted); }
.benefit-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.benefit-card { padding: 28px; border-radius: 21px; background: var(--pale); border: 1px solid #e6f0f6; }
.benefit-icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 21px; border-radius: 13px; color: var(--blue); background: white; box-shadow: 0 7px 20px rgba(10,48,88,.07); font-weight: 900; }
.benefit-card h3 { color: var(--navy); font-size: 16px; margin-bottom: 7px; }
.benefit-card p { margin: 0; color: var(--muted); font-size: 12px; }

.cta-band { padding: 65px 0; color: white; background: linear-gradient(115deg,var(--navy),#0a4287 57%,#08a9c7); }
.cta-content { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.eyebrow-light { color: #7ceaf4; }
.cta-content h2 { color: white; margin-bottom: 9px; }
.cta-content p { margin: 0; color: #c8d9ea; }

.area-section { background: var(--pale); }
.area-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 38px; align-items: stretch; }
.area-copy { padding: 8px 10px; }
.area-copy p { color: var(--muted); }
.area-copy a { color: var(--blue); font-weight: 800; }
.location-pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 25px 0; }
.location-pills span { padding: 8px 11px; color: #3d5874; background: white; border: 1px solid var(--line); border-radius: 99px; font-size: 10px; font-weight: 800; }
.address-note { margin-top: 25px; padding-top: 20px; border-top: 1px solid var(--line); }
.address-note strong { display: block; margin-bottom: 6px; color: var(--navy); font-size: 12px; }
address { font-style: normal; color: var(--muted); font-size: 12px; }
.map-card { min-height: 410px; overflow: hidden; position: relative; border-radius: 24px; background: #dcecf5; box-shadow: var(--shadow); }
.map-card iframe { width: 100%; height: 100%; min-height: 410px; border: 0; }
.map-button { position: absolute; right: 15px; bottom: 15px; padding: 11px 14px; border-radius: 11px; background: white; color: var(--navy); text-decoration: none; font-size: 11px; font-weight: 850; box-shadow: 0 8px 24px rgba(0,0,0,.12); }

.visual-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 75px; }
.visual-copy p { color: var(--muted); }
.visual-copy .btn { margin-top: 12px; }
.visual-image img { width: 100%; aspect-ratio: 1.4 / 1; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }

.faq-section { background: var(--pale); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.faq-grid > div:first-child p { color: var(--muted); }
.faq-list { display: grid; gap: 10px; }
details { background: white; border: 1px solid var(--line); border-radius: 15px; padding: 0 19px; }
summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; color: var(--navy); cursor: pointer; font-size: 13px; font-weight: 800; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--blue); font-size: 19px; transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { margin: -4px 0 19px; color: var(--muted); font-size: 12px; }

.contact-section { background: white; }
.contact-card { display: grid; grid-template-columns: 1.1fr .9fr; overflow: hidden; border-radius: 29px; background: var(--pale); border: 1px solid var(--line); }
.contact-main { padding: 58px; background: linear-gradient(145deg,#edfaff,#f7fcff); }
.contact-main h2 { max-width: 520px; }
.contact-main p { max-width: 520px; color: var(--muted); }
.big-phone { display: block; margin: 24px 0; color: var(--blue); font-size: clamp(27px,4vw,42px); line-height: 1.1; font-weight: 900; letter-spacing: -.04em; text-decoration: none; }
.contact-details { padding: 58px; background: white; }
.detail-row { padding: 16px 0; border-bottom: 1px solid var(--line); }
.detail-row:first-child { padding-top: 0; }
.detail-row span { display: block; margin-bottom: 5px; color: #8393a6; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; font-weight: 850; }
.detail-row strong,.detail-row address { color: var(--navy); font-size: 13px; }
.map-link { display: inline-block; margin-top: 22px; color: var(--blue); text-decoration: none; font-size: 12px; font-weight: 850; }

.site-footer { padding: 60px 0 22px; color: #b8c7d8; background: var(--navy); }
.footer-grid { display: grid; grid-template-columns: 1.6fr .6fr .8fr; gap: 65px; padding-bottom: 45px; }
.footer-brand .brand-copy strong { color: white; }
.footer-brand .brand-copy span { color: #9db0c4; }
.footer-grid > div:first-child p { max-width: 430px; margin-top: 18px; color: #9fb0c2; font-size: 12px; }
.footer-grid h3 { margin: 0 0 15px; color: white; font-size: 12px; }
.footer-grid > div:not(:first-child) a,.footer-grid > div:not(:first-child) address,.footer-grid > div:not(:first-child) span { display: block; margin-bottom: 9px; color: #aebed0; font-size: 11px; text-decoration: none; }
.footer-grid > div:not(:first-child) a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #8498ae; font-size: 10px; }
.footer-bottom a { color: #b6c6d7; text-decoration: none; }

.mobile-call { display: none; }

@media (max-width: 1000px) {
  .primary-nav { gap: 16px; }
  .hero-grid { gap: 40px; }
  .service-grid,.benefit-grid { grid-template-columns: repeat(2,1fr); }
  .section-heading,.faq-grid { gap: 35px; }
  .split-grid,.visual-grid { gap: 45px; }
}
@media (max-width: 760px) {
  body { padding-bottom: 68px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .nav-wrap { min-height: 68px; }
  .menu-toggle { display: block; }
  .primary-nav {
    position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: grid; gap: 0;
    padding: 8px 14px 16px; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line);
    box-shadow: 0 15px 35px rgba(10,48,88,.1); transform: translateY(-10px); opacity: 0; visibility: hidden; transition: opacity .2s, transform .2s, visibility .2s;
  }
  .primary-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .primary-nav a { padding: 13px 8px; }
  .primary-nav .nav-phone { text-align: center; margin-top: 5px; }
  .hero { padding: 62px 0 76px; }
  .hero-grid,.split-grid,.visual-grid,.faq-grid,.contact-card { grid-template-columns: 1fr; }
  .hero-grid { gap: 46px; }
  h1 { font-size: clamp(42px, 13vw, 62px); }
  .hero-lead { font-size: 16px; }
  .hero-points { gap: 8px 13px; }
  .floating-card { left: 12px; bottom: 18px; max-width: 260px; }
  .hero-accent { right: 4px; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-item { min-height: 84px; padding: 13px 12px; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(3),.trust-item:nth-child(4) { border-top: 1px solid rgba(255,255,255,.09); }
  .section { padding: 75px 0; }
  .section-heading { grid-template-columns: 1fr; margin-bottom: 32px; gap: 8px; }
  .service-grid,.benefit-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-card p { min-height: 0; }
  .split-grid,.visual-grid { gap: 35px; }
  .image-panel img { aspect-ratio: 1 / .85; }
  .cta-content { flex-direction: column; align-items: flex-start; }
  .area-grid { grid-template-columns: 1fr; }
  .map-card { min-height: 340px; }
  .map-card iframe { min-height: 340px; }
  .contact-main,.contact-details { padding: 36px 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .mobile-call {
    position: fixed; z-index: 100; left: 12px; right: 12px; bottom: 12px;
    display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px;
    color: white; background: linear-gradient(135deg,var(--blue),#0064e8);
    border-radius: 15px; box-shadow: 0 12px 35px rgba(0,74,163,.35); text-decoration: none;
    font-size: 13px; font-weight: 900;
  }
}
@media (max-width: 390px) {
  .brand-copy strong { font-size: 12px; }
  .brand-copy span { font-size: 8px; }
  .brand-mark { width: 39px; height: 39px; flex-basis: 39px; }
  .hero-actions .btn { width: 100%; }
  .trust-item { gap: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
