:root {
  --navy-950: #031d39;
  --navy-900: #062f5e;
  --navy-800: #0a417b;
  --blue: #1284dc;
  --blue-pale: #e9f5fd;
  --orange: #f47a1f;
  --orange-dark: #d95f09;
  --ink: #132334;
  --muted: #627181;
  --line: #dbe3ea;
  --paper: #ffffff;
  --soft: #f4f7f9;
  --shadow: 0 22px 60px rgba(3, 29, 57, 0.13);
  --radius: 18px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.6; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 96px 0; }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 999; transform: translateY(-160%); background: #fff; padding: 10px 14px; border-radius: 8px; }
.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; }

.service-bar { color: white; background: var(--navy-950); font-size: 0.82rem; letter-spacing: 0.02em; }
.service-bar__inner { min-height: 39px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.service-bar a { color: white; font-weight: 700; text-decoration: none; }
.service-bar a:hover { color: #7ec7ff; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,0.98); border-bottom: 1px solid rgba(6,47,94,0.1); transition: box-shadow .2s ease; }
.site-header.is-scrolled { box-shadow: 0 12px 28px rgba(3,29,57,.08); }
.nav-wrap { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 82px; height: 82px; flex: 0 0 82px; display: block; }
.brand img { width: 100%; height: 100%; object-fit: cover; clip-path: circle(47% at 50% 50%); }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 32px); }
.site-nav > a:not(.button) { color: var(--navy-950); text-decoration: none; font-size: .92rem; font-weight: 700; }
.site-nav > a:not(.button):hover { color: var(--orange-dark); }
.menu-button { display: none; width: 44px; height: 44px; background: white; border: 1px solid var(--line); border-radius: 10px; padding: 10px; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--navy-900); }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 0; border-radius: 8px; font-weight: 800; letter-spacing: .01em; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--nav { min-height: 44px; padding: 0 19px; color: white; background: var(--navy-900); }
.button--primary { color: white; background: var(--orange); box-shadow: 0 12px 28px rgba(244,122,31,.24); }
.button--primary:hover { background: var(--orange-dark); }
.button--light { color: var(--navy-950); background: white; }
.button--full { width: 100%; }

.hero { min-height: 710px; position: relative; display: flex; align-items: center; overflow: hidden; color: white; background: var(--navy-950); }
.hero__image, .hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__image { object-fit: cover; object-position: center; }
.hero__shade { background: linear-gradient(90deg, rgba(3,22,43,.97) 0%, rgba(3,28,55,.89) 38%, rgba(3,29,57,.4) 67%, rgba(3,29,57,.12) 100%); }
.hero__content { position: relative; z-index: 1; padding: 92px 0 66px; }
.eyebrow { margin: 0 0 18px; color: #7ec7ff; font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow--dark { color: var(--orange-dark); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, 'Times New Roman', serif; letter-spacing: -.035em; line-height: 1.04; }
h1 { max-width: 710px; margin-bottom: 24px; font-size: clamp(3.3rem, 6.2vw, 6.4rem); font-weight: 700; }
h2 { margin-bottom: 22px; color: var(--navy-950); font-size: clamp(2.35rem, 4vw, 4.25rem); }
h3 { margin-bottom: 10px; color: var(--navy-950); font-size: 1.2rem; line-height: 1.25; }
.hero__lead { max-width: 650px; margin-bottom: 32px; color: rgba(255,255,255,.84); font-size: clamp(1.06rem, 1.7vw, 1.24rem); }
.hero__actions { display: flex; align-items: center; gap: 28px; }
.text-link { color: white; font-weight: 800; text-decoration: none; }
.text-link:hover { color: #7ec7ff; }
.hero__trust { max-width: 760px; margin-top: 66px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.2); display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.hero__trust div { display: grid; gap: 2px; }
.hero__trust strong { font-size: .92rem; }
.hero__trust span { color: rgba(255,255,255,.65); font-size: .78rem; }

.intro { background: var(--paper); }
.intro__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 130px); align-items: end; }
.intro h2 { margin-bottom: 0; }
.intro__copy p { margin-bottom: 25px; color: var(--muted); font-size: 1.08rem; }
.inline-link { color: var(--navy-900); font-weight: 800; text-decoration: none; border-bottom: 2px solid var(--orange); padding-bottom: 3px; }

.services { background: var(--soft); }
.section-heading { margin-bottom: 44px; display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 420px; margin-bottom: 8px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.service-card { min-height: 385px; position: relative; padding: 30px 26px; display: flex; flex-direction: column; background: white; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: 0 8px 24px rgba(3,29,57,.04); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card__number { position: absolute; right: 22px; top: 18px; color: #c8d2dc; font-weight: 900; }
.service-card__icon { width: 56px; height: 56px; margin-bottom: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--navy-900); background: var(--blue-pale); font-size: 1.65rem; font-weight: 900; }
.service-card--orange .service-card__icon { color: var(--orange-dark); background: #fff0e4; }
.service-card p { color: var(--muted); font-size: .93rem; }
.service-card a { margin-top: auto; color: var(--navy-900); font-size: .89rem; font-weight: 800; text-decoration: none; }

.why { padding: 0; background: var(--navy-950); }
.why__grid { width: 100%; max-width: none; display: grid; grid-template-columns: 1fr 1fr; }
.why__panel { padding: clamp(70px, 8vw, 120px) max(6vw, calc((100vw - 1180px)/2)); color: white; background: var(--navy-900); }
.why__panel h2 { color: white; }
.why__panel > p:not(.eyebrow) { max-width: 540px; margin-bottom: 30px; color: rgba(255,255,255,.75); }
.why__list { padding: clamp(55px, 8vw, 105px) max(6vw, calc((100vw - 1180px)/2)); }
.why__list article { padding: 27px 0; display: grid; grid-template-columns: 55px 1fr; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.14); }
.why__list article:first-child { padding-top: 0; }
.why__list article > span { color: var(--orange); font-size: .82rem; font-weight: 900; }
.why__list h3 { color: white; }
.why__list p { margin-bottom: 0; color: rgba(255,255,255,.66); font-size: .92rem; }

.about__grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(48px, 10vw, 130px); align-items: center; }
.about__mark { aspect-ratio: 1; display: grid; place-content: center; text-align: center; border-radius: 50%; color: white; background: radial-gradient(circle at 35% 25%, var(--navy-800), var(--navy-950)); box-shadow: inset 0 0 0 12px white, 0 0 0 13px var(--line), var(--shadow); }
.about__mark span { color: white; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(5.5rem, 11vw, 9rem); font-weight: 700; line-height: .85; letter-spacing: -.09em; }
.about__mark small { margin-top: 18px; color: #70c2ff; font-size: .8rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.about__grid > div:last-child > p:not(.eyebrow) { color: var(--muted); font-size: 1.04rem; }

.areas { color: white; background: linear-gradient(115deg, var(--navy-950), var(--navy-800)); }
.areas__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.areas h2 { color: white; }
.areas p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.areas ul { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; list-style: none; border-top: 1px solid rgba(255,255,255,.17); }
.areas li { padding: 18px 8px; border-bottom: 1px solid rgba(255,255,255,.17); font-weight: 800; }

.request { background: var(--soft); }
.request__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(45px, 8vw, 110px); align-items: start; }
.request__grid > div > p:not(.eyebrow) { color: var(--muted); }
.request__note { margin-top: 34px; padding: 22px; display: grid; gap: 3px; background: var(--blue-pale); border-left: 4px solid var(--blue); border-radius: 0 12px 12px 0; }
.request__note span { color: var(--muted); font-size: .92rem; }
.service-form { padding: clamp(24px, 4vw, 42px); display: grid; gap: 18px; background: white; border-radius: var(--radius); box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.service-form label { display: grid; gap: 7px; color: var(--navy-950); font-size: .86rem; font-weight: 800; }
.service-form input, .service-form select, .service-form textarea { width: 100%; border: 1px solid #cbd6df; border-radius: 8px; background: white; color: var(--ink); padding: 13px 14px; outline: none; }
.service-form input:focus, .service-form select:focus, .service-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(18,132,220,.13); }
.service-form textarea { resize: vertical; }
.form-help { margin: -4px 0 0; color: var(--muted); font-size: .78rem; text-align: center; }
.form-success { padding: 15px; display: grid; gap: 1px; background: #eaf8ef; border: 1px solid #a8d9b6; border-radius: 8px; color: #174b2a; }
.form-success[hidden] { display: none; }
.form-success span { font-size: .85rem; }

.faq__grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { padding: 22px 36px 22px 0; position: relative; color: var(--navy-950); font-weight: 800; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: '+'; position: absolute; right: 8px; top: 16px; color: var(--orange); font-size: 1.5rem; }
.accordion details[open] summary::after { content: '–'; }
.accordion details p { padding: 0 42px 22px 0; color: var(--muted); }

.footer { color: white; background: var(--navy-950); }
.footer__top { padding: 60px 0; display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 45px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer__top img { width: 190px; height: 190px; object-fit: cover; clip-path: circle(47% at 50% 50%); }
.footer__top p { margin-bottom: 3px; font-family: Georgia, 'Times New Roman', serif; font-size: 1.45rem; }
.footer__top span { color: rgba(255,255,255,.6); font-size: .87rem; }
.footer__bottom { padding: 24px 0 90px; display: flex; justify-content: space-between; gap: 24px; color: rgba(255,255,255,.53); font-size: .78rem; }
.mobile-cta { display: none; }

@media (max-width: 980px) {
  .menu-button { display: block; }
  .site-nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 8px); padding: 18px; display: none; align-items: stretch; flex-direction: column; gap: 4px; background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav > a:not(.button) { padding: 10px 8px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .why__grid { grid-template-columns: 1fr; }
  .why__panel, .why__list { padding-left: max(20px, calc((100vw - 720px)/2)); padding-right: max(20px, calc((100vw - 720px)/2)); }
  .footer__top { grid-template-columns: 170px 1fr; }
  .footer__top img { width: 170px; height: 170px; }
  .footer__top .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 720px) {
  :root { --shell: min(100% - 30px, 620px); }
  .section { padding: 72px 0; }
  .service-bar__inner { min-height: 34px; justify-content: center; text-align: center; }
  .service-bar a { display: none; }
  .nav-wrap { height: 72px; }
  .brand { width: 64px; height: 64px; flex-basis: 64px; }
  .hero { min-height: 690px; align-items: end; }
  .hero__image { object-position: 64% center; }
  .hero__shade { background: linear-gradient(0deg, rgba(3,22,43,.99) 0%, rgba(3,26,51,.94) 50%, rgba(3,29,57,.35) 100%); }
  .hero__content { padding: 190px 0 38px; }
  h1 { font-size: clamp(2.8rem, 13vw, 4.25rem); }
  h2 { font-size: clamp(2.25rem, 11vw, 3.25rem); }
  .hero__lead { font-size: 1rem; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero__trust { margin-top: 42px; grid-template-columns: 1fr; gap: 12px; }
  .hero__trust div { padding-bottom: 11px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .intro__grid, .areas__grid, .request__grid, .faq__grid, .about__grid { grid-template-columns: 1fr; gap: 38px; }
  .section-heading { align-items: start; flex-direction: column; gap: 16px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; }
  .about__mark { width: min(86vw, 390px); margin-inline: auto; }
  .areas ul { gap: 0 14px; }
  .field-row { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr; gap: 24px; }
  .footer__top img { width: 150px; height: 150px; }
  .footer__top .button { grid-column: auto; justify-self: start; }
  .footer__bottom { padding-bottom: 95px; flex-direction: column; }
  .mobile-cta { position: fixed; z-index: 70; left: 0; right: 0; bottom: 0; padding: 10px 15px; display: block; background: rgba(3,29,57,.96); backdrop-filter: blur(10px); }
  .mobile-cta a { min-height: 48px; display: grid; place-items: center; color: white; background: var(--orange); border-radius: 8px; font-weight: 900; text-decoration: none; }
}

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