:root {
  --blue: #0048a2;
  --blue-deep: #0048a2;
  --orange: #ff8700;
  --ink: #25384d;
  --muted: #5d6b79;
  --ice: #f1f6fb;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
.site-header { height: 100px; max-width: 1240px; margin: auto; padding: 0 34px; display: flex; align-items: center; justify-content: space-between; background: white; }
.brand img { display: block; width: 230px; height: auto; }
nav { display: flex; align-items: center; gap: 34px; font-size: .93rem; font-weight: 650; }
.nav-cta { color: var(--blue); padding: 12px 18px; border: 1px solid #bed1e7; }

.hero { position: relative; min-height: 670px; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: center; gap: 72px; padding: 80px max(7vw, 34px); color: white; background: linear-gradient(125deg, #003b85, #0048a2 58%, #075bbb); }
.hero::before { content: ""; position: absolute; right: -150px; top: -320px; width: 750px; height: 750px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 105px rgba(255,255,255,.035), 0 0 0 210px rgba(255,255,255,.025); }
.hero-content, .promise { position: relative; z-index: 1; }
.hero-content { max-width: 850px; }
.eyebrow { margin: 0 0 20px; color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero .eyebrow { color: #a9d0f7; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; }
h1 { margin-bottom: 26px; max-width: 900px; font-size: clamp(3rem, 6.1vw, 6rem); letter-spacing: -.055em; font-weight: 760; }
h1 span { color: #fff; }
.lead { max-width: 700px; margin: 0 0 38px; color: #dce9f6; font-size: clamp(1.08rem, 1.7vw, 1.35rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 0 24px; font-weight: 750; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.primary { background: var(--orange); color: white; }
.secondary { border: 1px solid rgba(255,255,255,.38); color: white; }
.promise { align-self: end; margin-bottom: 55px; padding: 32px; border-left: 1px solid rgba(255,255,255,.34); background: rgba(0,48,108,.48); backdrop-filter: blur(8px); }
.promise-mark { font-size: 4.8rem; font-weight: 780; letter-spacing: -.06em; line-height: .9; }
.promise-mark span { color: var(--orange); }
.promise p { margin: 8px 0 22px; color: #bcd7f2; font-weight: 650; }
.promise hr { border: 0; border-top: 1px solid rgba(255,255,255,.2); }
.promise ul { list-style: none; margin: 20px 0 0; padding: 0; }
.promise li { margin: 10px 0; }
.promise li::before { content: "•"; color: var(--orange); margin-right: 10px; }
.hero-line { position: absolute; left: max(7vw, 34px); bottom: 0; width: 100px; height: 7px; background: var(--orange); }

.services { max-width: 1240px; margin: auto; padding: 110px 34px 120px; display: grid; grid-template-columns: .8fr 1.5fr; gap: 90px; }
.section-intro h2, .contact h2 { font-size: clamp(2.3rem, 4vw, 4rem); letter-spacing: -.045em; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: #cfdae5; border: 1px solid #cfdae5; }
.service-grid article { min-height: 250px; padding: 32px; background: white; }
.service-grid span { color: var(--orange); font-size: .8rem; font-weight: 800; letter-spacing: .12em; }
.service-grid h3 { margin: 35px 0 12px; color: var(--blue-deep); font-size: 1.35rem; }
.service-grid p { margin: 0; color: var(--muted); }

.about { display: grid; grid-template-columns: 1.15fr .85fr; background: var(--ice); }
.about-panel { padding: 100px max(7vw, 34px); color: white; background: var(--blue); }
.eyebrow.light { color: #a9d0f7; }
.about-panel h2 { max-width: 720px; margin: 0; font-size: clamp(2.3rem, 4.4vw, 4.4rem); letter-spacing: -.05em; }
.about-copy { padding: 100px max(7vw, 60px); display: flex; flex-direction: column; justify-content: center; color: #465666; font-size: 1.1rem; }
.about-copy p:first-child { color: var(--ink); font-size: 1.3rem; font-weight: 600; }

.contact { max-width: 1240px; margin: auto; padding: 110px 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.contact-card { padding: 34px 38px; border-top: 4px solid var(--orange); background: var(--ice); }
.contact-card > p { margin: 0 0 28px; color: var(--muted); }
.contact-link { display: grid; grid-template-columns: 1fr auto; padding: 18px 0; border-top: 1px solid #cbd9e7; color: var(--blue-deep); font-size: 1.25rem; font-weight: 750; }
.contact-link small { grid-column: 1 / -1; color: var(--muted); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.contact-link span { color: var(--orange); }

footer { padding: 42px max(7vw, 34px); display: grid; grid-template-columns: 1fr 1.3fr auto; gap: 50px; align-items: center; color: #d9e8f8; background: #003b85; font-size: .83rem; }
footer strong, footer span { display: block; }
footer strong { color: white; font-size: .95rem; }
footer p { margin: 0; }
.legal { display: flex; gap: 18px; }
.legal a:hover { color: white; }

.legal-page { min-height: calc(100vh - 100px); background: var(--ice); }
.legal-hero { padding: 72px max(7vw, 34px) 56px; color: white; background: var(--blue-deep); }
.legal-hero .eyebrow { color: #a9d0f7; }
.legal-hero h1 { margin: 0; font-size: clamp(2.8rem, 5vw, 5rem); }
.legal-content { max-width: 900px; margin: 0 auto; padding: 70px 34px 110px; }
.legal-content section { margin: 0 0 45px; }
.legal-content h2 { margin-bottom: 15px; color: var(--blue-deep); font-size: 1.45rem; letter-spacing: -.02em; }
.legal-content h3 { margin: 25px 0 8px; font-size: 1.05rem; }
.legal-content p, .legal-content li { color: #3f5060; }
.legal-content a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.legal-content address { color: #3f5060; font-style: normal; }
.legal-content ul { padding-left: 22px; }
.back-link { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-weight: 750; }

@media (max-width: 900px) {
  nav > a:not(.nav-cta) { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 40px; padding-top: 90px; padding-bottom: 80px; }
  .promise { align-self: auto; margin: 0; max-width: 420px; }
  .services, .contact { grid-template-columns: 1fr; gap: 48px; }
  .about { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; gap: 18px; }
}

@media (max-width: 560px) {
  .site-header { height: 84px; padding: 0 20px; }
  .brand img { width: 180px; }
  .nav-cta { padding: 9px 11px; font-size: .8rem; }
  .hero { padding-left: 22px; padding-right: 22px; }
  h1 { font-size: 3.15rem; }
  .button { width: 100%; }
  .services, .contact { padding: 80px 22px; }
  .service-grid { grid-template-columns: 1fr; }
  .about-panel, .about-copy { padding: 75px 22px; }
  .contact-card { padding: 28px 22px; }
  .contact-link { font-size: 1rem; }
  footer { padding: 38px 22px; }
  .legal-content { padding: 55px 22px 80px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
