:root {
  --navy: #0c2d7a;
  --navy-deep: #071e54;
  --blue: #123d92;
  --orange: #f47700;
  --orange-soft: #ff9d3a;
  --ink: #172033;
  --muted: #5d6678;
  --line: #dfe4ec;
  --paper: #ffffff;
  --soft: #f6f8fb;
  --soft-blue: #eef4ff;
  --shadow: 0 18px 45px rgba(12, 45, 122, 0.12);
  --radius-lg: 26px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }

.skip-link {
  position: absolute;
  left: 1rem;
  top: -5rem;
  z-index: 999;
  background: var(--navy-deep);
  color: #fff;
  padding: .75rem 1rem;
  border-radius: 8px;
}
.skip-link:focus { top: 1rem; }

.container { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.section { padding: 6.5rem 0; }

.eyebrow {
  margin: 0 0 .7rem;
  color: var(--orange);
  font-size: .82rem;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.eyebrow.light { color: #ffad54; }

h1, h2, h3 { line-height: 1.08; margin-top: 0; color: var(--navy-deep); }
h1 { font-size: clamp(3rem, 7vw, 5.8rem); letter-spacing: -.05em; margin-bottom: 1.4rem; }
h1 span { color: var(--orange); }
h2 { font-size: clamp(2.2rem, 4.5vw, 3.65rem); letter-spacing: -.035em; margin-bottom: 1rem; }
h3 { font-size: 1.25rem; margin-bottom: .75rem; }
p { margin-top: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(12,45,122,.08);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; }
.brand-mark { width: 46px; height: 46px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { color: var(--navy); font-size: 1.08rem; }
.brand-copy span { color: var(--orange); font-size: .74rem; font-weight: 750; }
.site-nav { display: flex; align-items: center; gap: 1.6rem; }
.site-nav a { text-decoration: none; font-size: .99rem; font-weight: 760; color: var(--navy-deep); }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--orange); }
.menu-toggle { display: none; border: 1px solid var(--line); background: #fff; color: var(--navy); border-radius: 10px; padding: .55rem .8rem; font-weight: 750; }

.hero {
  position: relative;
  overflow: hidden;
  padding-top: 7.5rem;
  background:
    radial-gradient(circle at 85% 20%, rgba(244,119,0,.11), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #ffffff 55%, #f5f8ff 100%);
}
.hero::after {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  right: -190px;
  bottom: -190px;
  border-radius: 50%;
  border: 68px solid rgba(12,45,122,.045);
}
.hero-grid { display: grid; grid-template-columns: minmax(0,1.22fr) minmax(320px,.78fr); align-items: center; gap: 4rem; position: relative; z-index: 1; }
.hero-copy { max-width: 760px; }
.hero-copy h1 { font-size: clamp(3.15rem, 5.2vw, 4.15rem); }
.hero-question { color: var(--navy-deep); }
.hero-accent { color: var(--orange); }
.hero-lead { font-size: clamp(1.16rem, 2vw, 1.45rem); color: #2d3951; max-width: 700px; }
.hero-copy > p:not(.eyebrow):not(.hero-phone) { max-width: 720px; }
.hero-statement { font-size: 1.18rem; color: var(--navy); font-weight: 850; margin: 1.6rem 0 1.5rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: .78rem 1.15rem;
  border: 2px solid transparent;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 820;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--navy); color: #fff; box-shadow: 0 10px 24px rgba(12,45,122,.17); }
.button-primary:hover { background: var(--navy-deep); }
.button-secondary { background: var(--orange); color: #fff; box-shadow: 0 10px 24px rgba(244,119,0,.16); }
.button-secondary:hover { background: #d96600; }
.button-ghost { background: #fff; color: var(--navy); border-color: #cbd5e8; }
.button-ghost:hover { border-color: var(--navy); }
.hero-phone { margin: 1.1rem 0 0; }
.hero-phone a { text-decoration: none; color: var(--navy); font-size: 1.12rem; font-weight: 850; }

.hero-visual { position: relative; min-height: 430px; display: grid; place-items: center; }
.hero-visual > img { width: min(90%, 390px); filter: drop-shadow(0 22px 25px rgba(12,45,122,.13)); }
.hero-card {
  position: absolute;
  right: 0;
  bottom: 26px;
  background: var(--navy-deep);
  color: #fff;
  border-radius: 18px;
  padding: 1rem 1.25rem;
  box-shadow: var(--shadow);
  display: grid;
  font-weight: 850;
}
.hero-card span:last-child { color: #ffad54; }

.section-heading { max-width: 760px; margin: 0 auto 3rem; text-align: center; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.services-section { background: var(--soft); padding-bottom: 8rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.service-card {
  background: #fff;
  border: 1px solid rgba(12,45,122,.18);
  border-radius: var(--radius-md);
  padding: 1.7rem 1.6rem;
  box-shadow: 0 8px 24px rgba(24,45,88,.055);
  position: relative;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.service-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--navy); opacity: .82; }
.service-card:nth-child(even)::after { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; background: var(--orange); opacity: .88; }
.service-card h3 { margin-bottom: .95rem; }
.service-card p { color: #4d586b; margin-bottom: 0; }
.service-card p + p { margin-top: .8rem; }
.service-icon { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: var(--soft-blue); color: var(--navy); font-weight: 900; font-size: .78rem; margin-bottom: 1.2rem; }

.process-section { background: linear-gradient(135deg, var(--navy-deep), #113f98); color: #fff; }
.process-wrap { display: grid; gap: 2.7rem; }
.section-heading-left { margin: 0; text-align: left; }
.process-section h2, .process-section h3 { color: #fff; }
.process-section .section-heading p { color: #d9e2f7; }
.process-main-heading { font-size: clamp(2.25rem, 3.55vw, 3.2rem); max-width: 980px; }
.process-main-heading em { color: #ffad54; font-style: italic; }
.process-main-heading span { color: #fff; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.process-grid article { background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-md); padding: 1.5rem; }
.process-grid p { color: #dce5f8; margin-bottom: 0; }
.step-number { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--orange); color: #fff; font-weight: 900; margin-bottom: 1rem; }
.no-directory { border-left: 4px solid var(--orange); padding: .25rem 0 .25rem 1.2rem; max-width: 920px; }
.no-directory p { color: #e5ecfa; margin-bottom: .35rem; }
.no-directory p:first-child { font-size: 1.08rem; color: #fff; }

.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 4rem; align-items: center; }
.about-photo-wrap { position: relative; }
.about-photo { width: 100%; max-width: 472px; aspect-ratio: 1/1; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }
.about-badge { position: absolute; right: 3%; bottom: -18px; background: var(--orange); color: #fff; font-weight: 900; padding: .8rem 1.15rem; border-radius: 12px; box-shadow: 0 12px 24px rgba(244,119,0,.22); }
.about-copy { max-width: 720px; }
.about-heading { font-size: clamp(2.15rem, 3.1vw, 3rem); }
.about-copy p { color: #4e596b; }
.about-copy blockquote { margin: 1.7rem 0; padding: 1.1rem 1.35rem; border-left: 4px solid var(--orange); background: var(--soft-blue); color: var(--navy-deep); font-size: 1.15rem; font-weight: 850; border-radius: 0 12px 12px 0; }

.contact-section { background: var(--soft); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 3rem; align-items: start; }
.contact-copy > p { color: var(--muted); }
.contact-heading { font-size: clamp(2.1rem, 3.05vw, 2.85rem); }
.direct-contact { margin: 2rem 0; padding: 1.35rem; background: #fff; border: 1px solid #e3e8f0; border-radius: var(--radius-md); box-shadow: 0 8px 24px rgba(24,45,88,.05); }
.direct-label { margin-bottom: .15rem; color: var(--muted); font-size: .93rem; }
.direct-phone { display: inline-block; text-decoration: none; color: var(--navy); font-weight: 900; font-size: clamp(1.8rem, 4vw, 2.5rem); letter-spacing: -.03em; margin-bottom: .8rem; }
.direct-actions { display: flex; gap: .8rem; flex-wrap: wrap; }
.direct-actions .button { min-width: 152px; min-height: 56px; padding: .9rem 1.4rem; font-size: 1.02rem; }
.nationwide-card { padding: 1.35rem; border-radius: var(--radius-md); background: var(--navy-deep); color: #fff; }
.nationwide-card h3 { color: #fff; }
.nationwide-card p { color: #dbe5f8; }
.nationwide-card p:last-child { margin-bottom: 0; }

.contact-form { background: #fff; border: 1px solid #e2e7ef; border-radius: 24px; padding: 2rem; box-shadow: var(--shadow); }
.hidden-field { position: absolute; left: -9999px; }
.form-row { display: grid; gap: 1rem; }
.form-row.two-col { grid-template-columns: 1fr 1fr; }
.field { margin-bottom: 1rem; }
.field label { display: block; margin-bottom: .38rem; font-size: .92rem; font-weight: 800; color: var(--navy-deep); }
.optional { color: #8b93a1; font-size: .78rem; font-weight: 600; }
.field input, .field select, .field textarea {
  width: 100%;
  border: 1px solid #ccd4e0;
  background: #fff;
  color: var(--ink);
  border-radius: 10px;
  padding: .82rem .9rem;
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(18,61,146,.12); }
.field textarea { resize: vertical; min-height: 150px; }
.form-submit { width: 100%; }
.form-consent { font-size: .78rem; color: #747e8f; margin: .8rem 0 0; line-height: 1.5; }

.site-footer { background: #07183f; color: #fff; padding: 3.5rem 0 6.2rem; }
.footer-grid { display: flex; justify-content: space-between; gap: 2rem; align-items: center; padding-bottom: 2rem; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-brand { display: flex; gap: 1rem; align-items: center; }
.footer-mark { width: 70px; height: 70px; object-fit: contain; }
.footer-brand > div { display: grid; }
.footer-brand strong { font-size: 1.4rem; }
.footer-brand span { color: #ced9f0; }
.footer-tagline { color: #ffad54 !important; font-weight: 750; }
.footer-contact { display: grid; text-align: right; }
.footer-contact a { text-decoration: none; font-weight: 800; }
.footer-contact a:first-child { font-size: 1.3rem; color: #fff; }
.footer-contact span { color: #aebbd8; font-size: .82rem; }
.legal-copy { padding-top: 1.8rem; }
.legal-copy p { color: #aebbd8; font-size: .78rem; line-height: 1.82; }
.availability-note { font-style: italic; }
.footer-links { display: flex; gap: 1rem; flex-wrap: wrap; margin: 1.2rem 0 .6rem; }
.footer-links a { color: #fff; font-size: .86rem; font-weight: 750; }
.copyright { margin-bottom: 0; }

.mobile-contact-bar { display: none; }

/* Prevent visually awkward single-word orphans in key desktop copy.
   Mobile returns to normal wrapping for responsive readability. */
@media (min-width: 761px) {
  .keep-together { white-space: nowrap; }
  .hero-question { white-space: nowrap; }
}

@media (hover: hover) and (pointer: fine) {
  .service-card:hover {
    transform: translateY(-8px) scale(1.018);
    box-shadow: 0 28px 52px rgba(12,45,122,.20);
    border-color: rgba(12,45,122,.34);
    z-index: 2;
  }
}

@media (max-width: 980px) {
  .hero-copy h1 { font-size: clamp(3rem, 7vw, 4.2rem); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 280px; }
  .hero-visual > img { width: 290px; }
  .hero-card { right: 16%; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: .8fr 1.2fr; gap: 2.4rem; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .hero-question { white-space: normal; }
  .process-main-heading br { display: none; }
  body { padding-bottom: 64px; }
  .section { padding: 4.5rem 0; }
  .nav-wrap { min-height: 68px; }
  .brand-copy span { display: none; }
  .menu-toggle { display: inline-flex; }
  .site-nav {
    display: none;
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: 70px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: var(--shadow);
    padding: .7rem;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: .82rem .9rem; border-radius: 9px; }
  .site-nav a:hover { background: var(--soft); }
  .hero { padding-top: 5.5rem; }
  .hero-grid { gap: 2.4rem; }
  .hero-visual { min-height: 230px; }
  .hero-visual > img { width: 230px; }
  .hero-card { right: 4%; bottom: 0; font-size: .88rem; }
  .service-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .about-photo { max-width: 330px; margin-inline: auto; }
  .about-photo-wrap { width: min(100%, 350px); margin-inline: auto; }
  .form-row.two-col { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { flex-direction: column; align-items: flex-start; }
  .footer-contact { text-align: left; }
  .mobile-contact-bar {
    display: grid;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 120;
    grid-template-columns: .8fr .8fr 1.6fr;
    background: #fff;
    border-top: 1px solid #d8deea;
    box-shadow: 0 -8px 30px rgba(7,24,63,.12);
  }
  .mobile-contact-bar a { display: grid; place-items: center; min-height: 58px; text-decoration: none; font-size: .8rem; font-weight: 900; color: var(--navy); border-right: 1px solid #e3e8f0; text-align: center; padding: .25rem; }
  .mobile-contact-bar a:last-child { background: var(--orange); color: #fff; border-right: 0; }
}

@media (max-width: 500px) {
  .container { width: min(calc(100% - 1.2rem), var(--max)); }
  h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-actions .button-ghost { grid-column: 1 / -1; }
  .contact-form { padding: 1.3rem; border-radius: 18px; }
  .hero-visual { display: none; }
  .footer-mark { width: 58px; height: 58px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}

/* Intentional desktop-only line break for balanced section-heading copy */
.desktop-break {
  display: inline;
}

@media (max-width: 720px) {
  .desktop-break br {
    display: none;
  }
}
