:root {
  --navy: #071b33;
  --navy-2: #0b294d;
  --blue: #2f80ff;
  --blue-dark: #1262d3;
  --white: #ffffff;
  --ink: #10243e;
  --muted: #5d6b7c;
  --soft: #f3f6fa;
  --line: #dce4ed;
  --max: 1180px;
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; }
button, input, textarea { font: inherit; }
:focus-visible { outline: 3px solid #7db3ff; outline-offset: 3px; }
.skip-link { position: fixed; z-index: 100; left: 12px; top: -80px; padding: 10px 14px; color: var(--white); background: var(--navy); border-radius: 8px; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; z-index: 40; top: 0; height: 82px; margin: 0; padding: 0 max(28px, calc((100vw - var(--max)) / 2 + 28px)); display: flex; align-items: center; gap: 36px; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(220,228,237,.72); box-shadow: 0 8px 30px rgba(16,36,62,.06); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; font-size: 15px; font-weight: 800; line-height: 1.1; letter-spacing: -.01em; }
.brand small { display: block; margin-top: 3px; color: #637288; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; color: var(--white); background: var(--navy); font-size: 13px; letter-spacing: -.04em; }
nav { display: flex; gap: 24px; margin-left: auto; }
nav a { color: #3c4b5f; text-decoration: none; font-size: 14px; font-weight: 700; }
nav a:hover { color: var(--blue-dark); }
.header-phone { text-decoration: none; color: var(--white); background: var(--blue-dark); border-radius: 12px; padding: 11px 18px; font-weight: 800; white-space: nowrap; }
.header-phone:hover { background: #0d56b9; }
.mobile-header-call { display: none; }

.hero { position: relative; overflow: hidden; color: var(--white); background: var(--navy); }
.hero::after { content: ""; position: absolute; width: 560px; height: 560px; right: -180px; top: -230px; border: 100px solid rgba(47,128,255,.11); border-radius: 50%; }
.hero-inner { position: relative; z-index: 1; max-width: var(--max); min-height: 670px; margin: 0 auto; padding: 84px 28px 90px; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(310px, .55fr); gap: 80px; align-items: center; }
.eyebrow { margin: 0 0 16px; color: #8ebcff; font-size: 13px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.blue { color: var(--blue-dark); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 820px; margin-bottom: 24px; font-size: clamp(2.7rem, 5.8vw, 5.25rem); line-height: 1.02; letter-spacing: -.055em; }
h2 { font-size: clamp(2rem, 4vw, 3.1rem); line-height: 1.1; letter-spacing: -.04em; }
.hero-lead { max-width: 720px; margin-bottom: 34px; color: #c4d2e4; font-size: 1.125rem; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { min-height: 55px; padding: 14px 24px; border: 0; border-radius: 13px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; cursor: pointer; text-decoration: none; font-weight: 800; }
.btn-primary { background: var(--blue); color: var(--white); box-shadow: 0 12px 30px rgba(47,128,255,.23); }
.btn-primary:hover { background: #4a91ff; }
.btn-secondary { border: 1px solid #4d627d; color: var(--white); background: rgba(255,255,255,.04); }
.trust-list { margin: 34px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 12px 20px; list-style: none; color: #dfe9f5; font-size: 14px; font-weight: 650; }
.trust-list li::before { content: "✓"; color: #74aaff; margin-right: 8px; }
.quick-contact { padding: 28px; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(255,255,255,.07); backdrop-filter: blur(12px); box-shadow: 0 30px 70px rgba(0,0,0,.18); }
.quick-contact .status { display: block; margin-bottom: 28px; color: #dce8f7; font-size: 13px; font-weight: 700; }
.status i { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: #62d69b; }
.quick-contact p { margin-bottom: 18px; font-size: 1.15rem; font-weight: 700; line-height: 1.45; }
.quick-contact > a { display: block; margin-bottom: 8px; color: #83b4ff; font-size: clamp(1.6rem, 3vw, 2.25rem); font-weight: 850; line-height: 1.1; text-decoration: none; letter-spacing: -.035em; }
.quick-contact > .quick-phone-button { padding: 16px 17px; border-radius: 13px; color: var(--white); background: var(--blue); box-shadow: 0 12px 28px rgba(47,128,255,.2); }
.quick-phone-button span { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.quick-contact small { color: #afbed2; }
.quick-divider { display: block; height: 1px; margin: 23px 0 18px; background: rgba(255,255,255,.15); }
.quick-contact > .quick-mail { margin: 0; color: var(--white); font-size: 14px; letter-spacing: 0; text-decoration: underline; text-underline-offset: 4px; }

.section { max-width: var(--max); margin: 0 auto; padding: 100px 28px; }
.section-heading { max-width: 710px; margin-bottom: 42px; }
.section-heading h2 { margin-bottom: 14px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { min-height: 282px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); display: flex; flex-direction: column; background: var(--white); transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.service-card:hover { transform: translateY(-3px); border-color: #a9c7ee; box-shadow: 0 18px 36px rgba(16,36,62,.08); }
.service-card > span { margin-bottom: auto; color: #7d8998; font-size: 13px; font-weight: 800; }
.service-card h3 { margin: 24px 0 8px; font-size: 1.18rem; line-height: 1.3; }
.service-card p { color: var(--muted); font-size: .95rem; }
.service-card a { margin-top: auto; color: var(--blue-dark); font-weight: 800; text-underline-offset: 4px; }
.service-card b { margin-left: 4px; text-decoration: none; }
.section-cta { margin-top: 30px; padding: 24px 26px; border-radius: var(--radius); display: grid; grid-template-columns: 1fr auto auto; gap: 20px; align-items: center; color: var(--white); background: var(--navy); }
.section-cta strong, .section-cta span { display: block; }
.section-cta strong { font-size: 1.08rem; }
.section-cta div > span { color: #b9c8da; font-size: 14px; }
.section-cta .btn { min-height: 50px; padding: 12px 20px; }
.cta-text-link { color: #cfe0f4; font-size: 14px; font-weight: 800; text-underline-offset: 4px; }
.compact-cta { grid-template-columns: 1fr auto; }

.band { color: var(--white); background: var(--navy-2); }
.band-inner { max-width: var(--max); margin: 0 auto; padding: 104px 28px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; }
.light-heading { margin: 0; }
.light-heading > p:last-child { color: #b9c8da; }
.benefits-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.15); }
.benefits-grid div { min-height: 130px; padding: 24px 18px 24px 0; border-bottom: 1px solid rgba(255,255,255,.15); display: grid; grid-template-columns: 40px 1fr; gap: 8px; }
.benefits-grid div:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.15); }
.benefits-grid div:nth-child(even) { padding-left: 24px; }
.benefits-grid strong { color: #73aaff; font-size: 13px; }
.benefits-grid p { margin: 0; font-weight: 750; line-height: 1.4; }

.process { display: grid; grid-template-columns: .72fr 1.28fr; column-gap: 80px; }
.process .section-heading { grid-column: 1; }
.steps { grid-column: 2; grid-row: 1 / span 2; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { padding: 27px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 54px 1fr; gap: 18px; }
.steps li > span { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; color: var(--white); background: var(--navy); font-size: 13px; font-weight: 800; }
.steps h3 { margin-bottom: 5px; font-size: 1.12rem; }
.steps p { margin: 0; color: var(--muted); }
.process > .btn { grid-column: 1; align-self: end; justify-self: start; }

.reviews { border-top: 1px solid var(--line); }
.row-heading { max-width: none; display: grid; grid-template-columns: 1fr .7fr; gap: 80px; align-items: end; }
.row-heading > p { margin-bottom: 8px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.review-grid article { min-height: 235px; padding: 28px; border-radius: var(--radius); display: flex; flex-direction: column; background: var(--soft); }
.review-stars { margin-bottom: 24px; color: #2e6fcb; letter-spacing: .12em; }
.review-grid article p { color: #4a586b; }
.review-grid article small { margin-top: auto; color: #657386; font-weight: 750; }

.area-section { background: #eaf1f9; }
.area-inner { max-width: var(--max); margin: 0 auto; padding: 82px 28px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.area-inner h2 { margin: 0; }
.area-copy > p { margin: 6px 0 24px; color: #45566a; font-size: 1.05rem; line-height: 1.8; }
.area-copy .btn { box-shadow: none; }

.faq-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 82px; padding: 20px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; list-style: none; font-size: 1.08rem; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue-dark); font-size: 1.5rem; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; padding: 0 40px 24px 0; color: var(--muted); }
.faq-cta { margin-top: 24px; padding: 26px; border-radius: var(--radius); color: var(--white); background: var(--navy); }
.faq-cta strong { font-size: 1.15rem; }
.faq-cta p { margin: 5px 0 18px; color: #b9c8da; }
.faq-cta .btn { min-height: 50px; }

.contact-section { color: var(--white); background: var(--navy); }
.contact-inner { max-width: var(--max); margin: 0 auto; padding: 104px 28px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.contact-copy h2 { margin-bottom: 18px; }
.contact-copy > p:not(.eyebrow) { color: #bac9dc; }
.direct-contact { margin-top: 42px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.16); }
.direct-contact span { display: block; color: #9eafc5; font-size: 13px; font-weight: 700; }
.direct-contact a { display: block; margin-top: 8px; color: var(--white); font-size: 1.55rem; font-weight: 850; text-decoration: none; }
.direct-contact .email-link { color: #91baff; font-size: 14px; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; word-break: break-word; }
form { padding: 34px; border-radius: 22px; background: var(--white); color: var(--ink); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: block; margin-bottom: 18px; font-size: 14px; font-weight: 750; }
label small { color: #768293; font-weight: 500; }
input, textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #cbd5e0; border-radius: 10px; color: var(--ink); background: #fff; font-size: 16px; }
input { height: 50px; }
textarea { resize: vertical; min-height: 132px; }
input:focus, textarea:focus { border-color: var(--blue); outline: 3px solid rgba(47,128,255,.16); }
.form-button { width: 100%; }
.form-note { margin: 13px 0 0; color: #697789; font-size: 13px; text-align: center; }
.form-success { margin: 13px 0 0; color: #176f4b; font-weight: 750; text-align: center; }

.final-cta { max-width: var(--max); margin: 0 auto; padding: 92px 28px; display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.final-cta .eyebrow { color: var(--blue-dark); }
.final-cta h2 { margin-bottom: 14px; }
.final-cta p:last-child { max-width: 700px; margin: 0; color: var(--muted); }
.final-actions { display: flex; flex-direction: column; gap: 10px; }
.final-actions .btn-secondary { color: var(--ink); border-color: #a9b7c8; }
.privacy { max-width: var(--max); margin: 0 auto; padding: 0 28px 50px; }
.privacy details { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.privacy summary { padding: 18px 0; cursor: pointer; font-weight: 750; }
.privacy p { max-width: 850px; color: var(--muted); font-size: 14px; }

footer { color: #c6d2e1; background: #041426; }
.footer-inner { max-width: var(--max); margin: 0 auto; padding: 60px 28px; display: grid; grid-template-columns: 1fr 1.2fr .8fr; gap: 60px; }
.footer-brand { color: var(--white); }
.footer-brand .brand-mark { background: var(--blue); }
.footer-brand small { color: #92a2b7; }
.footer-inner > div:first-child p { margin: 18px 0 0; color: #92a2b7; font-size: 14px; }
.footer-contact { display: flex; flex-direction: column; gap: 10px; }
.footer-contact a { color: #d9e5f2; text-decoration: none; font-size: 14px; word-break: break-word; }
.footer-nav { margin: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.footer-nav a { color: #9eafc1; font-size: 14px; }
.footer-bottom { max-width: var(--max); margin: 0 auto; padding: 20px 28px 24px; border-top: 1px solid rgba(255,255,255,.1); color: #74859a; font-size: 13px; }
.desktop-call-float { position: fixed; z-index: 45; right: 22px; bottom: 22px; min-width: 210px; padding: 13px 17px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; display: flex; align-items: center; gap: 12px; color: var(--white); background: var(--navy); box-shadow: 0 16px 42px rgba(7,27,51,.27); text-decoration: none; }
.desktop-call-float > span:first-child { width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; background: var(--blue); }
.desktop-call-float small, .desktop-call-float strong { display: block; line-height: 1.25; }
.desktop-call-float small { color: #adc0d6; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.desktop-call-float strong { margin-top: 2px; font-size: 16px; }
.mobile-cta { display: none; }

@media (max-width: 960px) {
  nav { gap: 15px; }
  nav a { font-size: 13px; }
  .hero-inner { gap: 45px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .band-inner, .process, .contact-inner { gap: 50px; }
}

@media (max-width: 850px) {
  body { padding-bottom: 72px; }
  .site-header { height: 70px; padding: 0 18px; }
  .site-header nav, .header-phone { display: none; }
  .mobile-header-call { min-height: 42px; margin-left: auto; padding: 9px 13px; border-radius: 10px; display: inline-flex; align-items: center; gap: 7px; color: var(--white); background: var(--blue-dark); text-decoration: none; font-size: 14px; font-weight: 800; }
  .hero-inner { min-height: auto; padding: 64px 20px 68px; grid-template-columns: 1fr; gap: 38px; }
  h1 { font-size: clamp(2.45rem, 11vw, 4rem); }
  .hero-lead { font-size: 1rem; }
  .quick-contact { padding: 22px; }
  .section { padding: 74px 20px; }
  .service-grid, .review-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 245px; }
  .section-cta, .section-cta.compact-cta { padding: 22px; grid-template-columns: 1fr; gap: 14px; }
  .section-cta .btn, .section-cta .cta-text-link { width: 100%; text-align: center; }
  .band-inner, .process, .area-inner, .faq-section, .contact-inner, .final-cta, .footer-inner { grid-template-columns: 1fr; gap: 34px; }
  .band-inner, .area-inner, .contact-inner { padding: 74px 20px; }
  .steps { grid-column: 1; grid-row: auto; }
  .process > .btn { grid-column: 1; }
  .row-heading { grid-template-columns: 1fr; gap: 0; }
  .faq-list details p { padding-right: 0; }
  .final-cta { padding: 74px 20px; }
  .final-actions { width: 100%; }
  .footer-inner { padding: 54px 20px; }
  .footer-nav { flex-direction: row; flex-wrap: wrap; }
  .footer-bottom { padding-left: 20px; padding-right: 20px; }
  .privacy { padding-left: 20px; padding-right: 20px; }
  .desktop-call-float { display: none; }
  .mobile-cta { position: fixed; z-index: 50; inset: auto 0 0; min-height: 72px; padding: 9px 12px calc(9px + env(safe-area-inset-bottom)); display: flex; align-items: center; background: rgba(7,27,51,.97); box-shadow: 0 -8px 28px rgba(7,27,51,.18); }
  .mobile-cta a { width: 100%; min-height: 52px; border-radius: 12px; display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--white); background: var(--blue); text-decoration: none; font-weight: 850; }
}

@media (max-width: 560px) {
  .hero-actions, .field-row { display: grid; grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .trust-list { display: grid; grid-template-columns: 1fr 1fr; }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefits-grid div:nth-child(odd) { border-right: 0; }
  .benefits-grid div:nth-child(even) { padding-left: 0; }
  form { padding: 24px 18px; }
  .direct-contact a { font-size: 1.35rem; }
  .direct-contact .email-link { font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
