:root {
  --ink: #09356b;
  --deep: #0756b7;
  --mint: #2d8cff;
  --red: #d92d36;
  --red-soft: #fff0f1;
  --paper: #f5f9ff;
  --white: #fff;
  --muted: #64748b;
  --line: rgba(9, 53, 107, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.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; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 12px 16px; color: var(--white); background: var(--ink); transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #ffbf47; outline-offset: 4px; }

.site-header {
  position: absolute; z-index: 10; top: 0; left: 0; width: 100%; height: 106px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 4vw;
  color: var(--ink); border-bottom: 1px solid rgba(9,53,107,.12); background: rgba(255,255,255,.92); backdrop-filter: blur(18px);
}
.logo { display: flex; align-items: center; gap: 14px; width: max-content; }
.logo-mark { position: relative; display: grid; place-items: center; width: 54px; height: 54px; background: var(--deep); color: var(--white); font: 800 27px/1 "Arial Black", sans-serif; border-radius: 10px; }
.logo-mark::after { content: ""; position: absolute; right: -4px; top: 9px; width: 8px; height: 28px; background: var(--red); border-radius: 999px; }
.logo span:last-child { display: grid; line-height: 1; }
.logo strong { font: 700 24px/1 "Avenir Next", "Segoe UI", sans-serif; letter-spacing: .1em; }
.logo small { margin-top: 6px; font-size: 8px; text-transform: uppercase; letter-spacing: .23em; opacity: .7; }
.main-nav { display: flex; align-items: center; gap: 2.1rem; font-size: 12px; font-weight: 700; }
.main-nav a { opacity: .75; transition: .2s ease; }
.main-nav a:hover { opacity: 1; color: var(--deep); }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 1.25rem; }
.language-switcher { display: flex; gap: 2px; }
.lang-btn { padding: 5px; color: inherit; background: transparent; border: 0; opacity: .5; cursor: pointer; font-size: 10px; font-weight: 800; }
.lang-btn.active { color: var(--deep); opacity: 1; text-decoration: underline; text-decoration-color: var(--red); text-underline-offset: 4px; }
.menu-toggle { display: none; }

.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 1.4rem; min-width: 180px; padding: 17px 20px; border: 0; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--deep); }
.button-light { min-width: auto; padding: 12px 15px; color: var(--white); background: var(--deep); border: 1px solid var(--deep); }

.hero { position: relative; min-height: 760px; height: 100vh; overflow: hidden; color: var(--ink); background: linear-gradient(125deg, #fff 0%, #f7fbff 48%, #e6f2ff 100%); }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(9,53,107,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(9,53,107,.04) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-orb-one { width: 650px; height: 650px; right: 2%; top: 14%; background: radial-gradient(circle, rgba(45,140,255,.16), transparent 68%); }
.hero-orb-two { width: 450px; height: 450px; left: -15%; bottom: -35%; background: radial-gradient(circle, rgba(7,86,183,.08), transparent 70%); }
.hero-content { position: relative; z-index: 2; width: 52%; padding: 205px 4vw 50px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: var(--deep); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .2em; }
.eyebrow span:first-child { width: 22px; height: 1px; background: currentColor; }
.eyebrow span:first-child { background: var(--red); }
.eyebrow.dark { color: var(--deep); }
h1, h2 { margin: 0; font-family: "Avenir Next", "Segoe UI", sans-serif; font-weight: 700; letter-spacing: -.055em; line-height: .94; overflow-wrap: anywhere; }
h3 { overflow-wrap: anywhere; }
h1 { max-width: 780px; font-size: clamp(4rem, 6.8vw, 7.6rem); }
h1 em { color: var(--deep); font-style: normal; }
.hero-copy { max-width: 510px; margin: 30px 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 2rem; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 5px; border-bottom: 1px solid rgba(9,53,107,.35); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.hero-trust { position: absolute; bottom: 38px; left: 4vw; display: flex; gap: 3.3rem; padding: 0; margin: 0; list-style: none; }
.hero-trust li { display: grid; gap: 5px; }
.hero-trust strong { font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.hero-trust span { color: var(--muted); font-size: 9px; }
.hero-visual { position: absolute; inset: 106px 0 0 52%; display: grid; place-items: center; padding: 7vw 4vw 6vw 2vw; overflow: hidden; }
.fleet-photo-frame { position: relative; width: 100%; height: 100%; min-height: 420px; display: block; overflow: hidden; border-radius: 4px 4px 4px 70px; box-shadow: 0 30px 80px rgba(9,53,107,.16); }
.fleet-photo-frame::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(145deg, rgba(7,86,183,.08), rgba(9,53,107,.2)); pointer-events: none; }
.fleet-photo-frame::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; z-index: 2; width: 6px; background: var(--red); }
.fleet-photo-frame img { width: 100%; height: 100%; min-height: 420px; display: block; object-fit: cover; object-position: center top; }
.hero-ambulance-frame img { object-position: center 57%; }
.section { padding: 110px 6vw; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 3rem; margin-bottom: 60px; }
.section h2 { font-size: clamp(3rem, 5vw, 6rem); }
.section-heading > p { max-width: 420px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.service-card { min-height: 340px; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; background: #fff; border: 1px solid var(--line); box-shadow: 0 15px 45px rgba(9,53,107,.05); transition: transform .25s ease; }
.service-card:hover { transform: translateY(-5px); }
.service-card.featured { color: var(--white); background: var(--deep); }
.service-number { color: var(--muted); font-size: 9px; font-weight: 800; }
.featured .service-number { color: #bfe1ff; }
.service-icon { align-self: end; display: grid; place-items: center; min-width: 55px; height: 55px; padding: 6px; color: var(--white); background: var(--deep); font: 700 15px/1 "Avenir Next", sans-serif; }
.service-card.featured .service-icon { color: var(--deep); background: var(--white); }
.service-card h3 { max-width: 290px; margin: 0 0 12px; font: 700 27px/1.05 "Avenir Next", "Segoe UI", sans-serif; letter-spacing: -.04em; }
.service-card p { max-width: 290px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.featured p { color: rgba(255,255,255,.82); }

.fleet-section { background: var(--white); }
.fleet-photo { display: block; width: 100%; overflow: hidden; }
.fleet-photo img { width: 100%; height: auto; display: block; }
.fleet-mobile-content { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px 7vw; padding: 75px 6vw 95px; }
.fleet-intro h2 { margin: 0; font: 700 clamp(3rem, 5vw, 6rem)/.94 "Avenir Next", "Segoe UI", sans-serif; letter-spacing: -.055em; }
.fleet-mobile-copy { max-width: 520px; margin: 27px 0 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.fleet-mobile-facts { display: grid; align-content: center; gap: 10px; }
.fleet-mobile-facts article { display: grid; grid-template-columns: 64px 1fr; gap: 20px; align-items: center; padding: 20px 0; border-top: 1px solid var(--line); }
.fleet-fact-icon { display: grid; place-items: center; width: 58px; height: 58px; color: var(--deep); border: 2px solid currentColor; border-radius: 50%; font-size: 26px; font-weight: 800; }
.fleet-mobile-facts strong { display: block; margin: 3px 0 8px; font: 700 19px/1 "Avenir Next", "Segoe UI", sans-serif; }
.fleet-mobile-facts p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.7; }

.why-us { display: grid; grid-template-columns: 1fr 1fr; padding: 0; color: var(--white); background: linear-gradient(120deg, #063568, var(--deep)); }
.why-panel { padding: 110px 8vw 110px 6vw; border-right: 1px solid rgba(255,255,255,.1); }
.why-panel p:not(.eyebrow) { max-width: 440px; margin: 28px 0; color: rgba(255,255,255,.5); font-size: 13px; line-height: 1.8; }
.qualification-panel { position: relative; padding: 100px 6vw; overflow: hidden; }
.qualification-panel h3 { max-width: 520px; margin: 0 0 24px; font: 700 clamp(2rem, 3.2vw, 4rem)/1 "Avenir Next", "Segoe UI", sans-serif; letter-spacing: -.05em; }
.qualification-panel > p:not(.eyebrow) { max-width: 560px; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.9; }
.qualification-badge { position: absolute; right: 5vw; top: 45px; color: rgba(255,255,255,.08); font: 300 210px/1 sans-serif; }
.qualification-facts { display: flex; gap: 50px; margin-top: 45px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.14); }
.qualification-facts div { display: grid; gap: 7px; }
.qualification-facts strong { color: #bfe1ff; font: 700 32px/1 "Avenir Next", "Segoe UI", sans-serif; }
.qualification-facts span { color: rgba(255,255,255,.5); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }

.funding { background: var(--white); }
.funding-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 7vw; align-items: end; }
.funding-heading .eyebrow { grid-column: span 2; margin-bottom: 0; }
.funding-heading > p:not(.eyebrow) { max-width: 520px; color: var(--muted); font-size: 12px; line-height: 1.9; }
.funding-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 55px 0 30px; }
.funding-options article { min-height: 250px; padding: 34px; background: var(--paper); border-top: 4px solid var(--deep); }
.funding-options article:nth-child(2) { border-top-color: var(--red); }
.funding-options article > span { color: var(--deep); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.funding-options article:nth-child(2) > span { color: var(--red); }
.funding-options h3 { margin: 65px 0 12px; font: 700 26px/1 "Avenir Next", "Segoe UI", sans-serif; letter-spacing: -.04em; }
.funding-options p { max-width: 500px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.8; }

.process-section { background: var(--paper); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding: 0; margin: 0; list-style: none; counter-reset: steps; }
.process-grid li { min-height: 270px; padding: 34px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 15px 45px rgba(9,53,107,.05); }
.process-grid li > span { display: block; margin-bottom: 75px; color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.process-grid h3 { margin: 0 0 14px; font: 700 27px/1.05 "Avenir Next", "Segoe UI", sans-serif; letter-spacing: -.04em; }
.process-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }

.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; background: var(--paper); }
.faq-heading, .faq-list { min-width: 0; }
.faq-heading h2 { font-size: clamp(3rem, 5vw, 6rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 26px 48px 26px 0; cursor: pointer; list-style: none; font-size: 17px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 12px; top: 20px; color: var(--red); font-size: 28px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 650px; margin: -6px 0 26px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.faq-list summary, .faq-list p { overflow-wrap: anywhere; }

.contact { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; color: var(--white); background: linear-gradient(120deg, var(--deep), #064286); }
.contact-copy > p:not(.eyebrow) { max-width: 430px; margin: 28px 0 40px; color: rgba(255,255,255,.5); font-size: 12px; line-height: 1.8; }
.contact-details { display: grid; gap: 18px; }
.contact-details a { display: grid; gap: 5px; }
.contact-details small { color: #bfe1ff; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.contact-details strong { font-size: 14px; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.contact-actions .button { min-width: 170px; }
.button-outline { color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.35); }
.quote-form { display: grid; gap: 24px; padding: 35px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.12); }
.quote-form label { display: grid; gap: 8px; color: rgba(255,255,255,.5); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.quote-form input, .quote-form textarea { width: 100%; padding: 9px 0; color: var(--white); background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.25); outline: none; resize: vertical; }
.quote-form input:focus, .quote-form textarea:focus { border-color: #bfe1ff; }
.privacy-note { border-left: 3px solid var(--red); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.privacy-note { margin: -10px 0 0; padding: 12px; color: rgba(255,255,255,.75); background: rgba(255,255,255,.08); font-size: 9px; line-height: 1.6; text-transform: none; letter-spacing: normal; font-weight: 500; }
.privacy-note a { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }
.form-note { margin: -12px 0 0; color: rgba(255,255,255,.45); font-size: 8px; line-height: 1.5; }

.company-data { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; padding: 55px 6vw; color: var(--ink); background: var(--white); border-top: 1px solid var(--line); }
.company-data .eyebrow { margin-bottom: 15px; }
.company-data strong, .company-data address, .company-data > p { margin: 0; font-size: 12px; font-style: normal; line-height: 1.8; }
.company-data address, .company-data > p { color: var(--muted); }

footer { display: flex; justify-content: space-between; align-items: center; padding: 35px 4vw; color: var(--white); background: #063568; border-top: 1px solid rgba(255,255,255,.1); }
footer p, .back-top { color: rgba(255,255,255,.7); font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.footer-links { display: flex; align-items: center; gap: 24px; color: rgba(255,255,255,.72); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.footer-links a:hover { color: var(--white); }

.legal-page { min-height: 100vh; background: var(--paper); }
.legal-header { position: static; height: auto; min-height: 90px; grid-template-columns: 1fr auto; }
.legal-main { max-width: 900px; margin: 0 auto; padding: 80px 24px 110px; }
.legal-main h1 { margin-bottom: 22px; font-size: clamp(2.8rem, 7vw, 5.5rem); }
.legal-main h2 { margin: 48px 0 15px; font-size: 28px; line-height: 1.1; letter-spacing: -.035em; }
.legal-main p, .legal-main li { color: #42536a; font-size: 14px; line-height: 1.85; }
.legal-main a { color: var(--deep); text-decoration: underline; text-underline-offset: 3px; }
.legal-main .legal-updated { color: var(--muted); font-size: 12px; }
@media (max-width: 1000px) {
  .site-header { grid-template-columns: 1fr auto auto; gap: 14px; }
  .menu-toggle { grid-column: 3; grid-row: 1; display: grid; gap: 5px; padding: 12px; color: var(--ink); background: none; border: 0; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; background: currentColor; }
  .header-actions { grid-column: 2; grid-row: 1; }
  .main-nav { position: fixed; inset: 106px 0 0; z-index: 20; display: none; flex-direction: column; justify-content: center; gap: 2rem; color: white; background: var(--deep); font-size: 20px; }
  .menu-open .main-nav { display: flex; }
  .header-actions .button { display: none; }
  .hero-content { width: 65%; }
  .hero-visual { left: 45%; opacity: .72; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: 0; }
  .process-grid li > span { margin-bottom: 38px; }
  .faq-section { grid-template-columns: 1fr; }
}
@media (max-height: 820px) and (min-width: 721px) {
  .hero-content { padding-top: 160px; }
  .hero-trust { display: none; }
}
@media (max-width: 720px) {
  .site-header { position: absolute; height: 82px; grid-template-columns: 1fr auto auto; gap: 8px; padding: 0 14px 0 20px; }
  .logo-mark { width: 42px; height: 42px; font-size: 21px; }
  .logo strong { font-size: 19px; }
  .logo small { font-size: 6px; }
  .header-actions { position: static; grid-column: 2; }
  .menu-toggle { grid-column: 3; }
  .main-nav { position: fixed; inset: 82px 0 0; z-index: 20; display: none; flex-direction: column; justify-content: center; gap: 2rem; color: white; background: var(--deep); font-size: 18px; }
  .menu-open .main-nav { display: flex; }
  .hero-orb { display: none; }
  .hero { min-height: 0; height: auto; }
  .hero-content { width: 100%; padding: 135px 20px 30px; }
  h1 { font-size: clamp(2.75rem, 12vw, 4.8rem); }
  .hero-copy { font-size: 12px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-actions .button { width: 100%; min-width: 0; }
  .hero-actions .text-link { display: none; }
  .hero-visual { position: relative; inset: auto; height: clamp(230px, 64vw, 285px); padding: 0 20px; opacity: 1; overflow: visible; }
  .fleet-photo-frame { height: 100%; min-height: 0; border-radius: 3px 3px 3px 35px; }
  .fleet-photo-frame img { height: 100%; min-height: 0; object-position: center 58%; }
  .hero-trust {
    position: static;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    padding: 25px 20px 42px;
  }
  .hero-trust li { min-width: 0; align-content: start; }
  .hero-trust strong { font-size: 10px; line-height: 1.25; overflow-wrap: anywhere; }
  .hero-trust span { font-size: 9px; line-height: 1.45; overflow-wrap: anywhere; }
  .section { padding: 75px 20px; }
  .section-heading { align-items: start; flex-direction: column; margin-bottom: 35px; }
  .section h2 { font-size: clamp(2.8rem, 13vw, 4.6rem); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 260px; }
  .fleet-mobile-content { display: block; padding: 55px 20px 70px; }
  .fleet-mobile-content h2 { margin: 0; font: 700 clamp(2.8rem, 12vw, 4.3rem)/.96 "Avenir Next", "Segoe UI", sans-serif; letter-spacing: -.055em; }
  .fleet-mobile-copy { margin: 25px 0 35px; color: var(--muted); font-size: 12px; line-height: 1.8; }
  .fleet-mobile-facts { display: grid; gap: 12px; }
  .fleet-mobile-facts article { display: grid; grid-template-columns: 64px 1fr; gap: 18px; align-items: center; padding: 22px 0; border-top: 1px solid var(--line); }
  .fleet-fact-icon { display: grid; place-items: center; width: 64px; height: 70px; color: var(--ink); }
  .fleet-mobile-facts article:nth-child(2) .fleet-fact-icon { color: var(--ink); }
  .fleet-mobile-facts article:nth-child(3) .fleet-fact-icon { color: var(--deep); }
  .fleet-mobile-facts strong { display: block; margin: 3px 0 8px; font: 700 19px/1 "Avenir Next", "Segoe UI", sans-serif; }
  .fleet-mobile-facts p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.7; }
  .why-us, .contact { grid-template-columns: 1fr; }
  .why-panel, .qualification-panel { padding: 75px 20px; }
  .funding-heading, .funding-options { grid-template-columns: 1fr; }
  .funding-heading .eyebrow { grid-column: auto; }
  .contact { gap: 45px; }
  .quote-form { padding: 25px 18px; }
  .form-row { grid-template-columns: 1fr; }
  .company-data { grid-template-columns: 1fr; gap: 18px; padding: 45px 20px; }
  footer { align-items: flex-start; flex-direction: column; gap: 25px; padding: 30px 20px; }
  .footer-links { align-items: flex-start; flex-direction: column; gap: 14px; }
}

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