@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --navy: #0b2239;
  --navy-2: #123451;
  --orange: #f26a2e;
  --orange-dark: #d9511a;
  --cream: #f5f3ed;
  --paper: #fbfaf7;
  --white: #fff;
  --ink: #172331;
  --muted: #607080;
  --line: #dce2e5;
  --green: #4a8c70;
  --shadow: 0 24px 60px rgba(11, 34, 57, .13);
  --radius: 18px;
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", Arial, sans-serif; line-height: 1.6; }
body.nav-open { overflow: hidden; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 88px 0; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; transform: translateY(-150%); padding: 10px 16px; color: #fff; background: var(--navy); border-radius: 6px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; top: 0; width: 100%; border-bottom: 1px solid transparent; background: rgba(251,250,247,.9); backdrop-filter: blur(16px); transition: box-shadow .25s, border-color .25s; }
.site-header.scrolled { border-color: rgba(11,34,57,.08); box-shadow: 0 10px 30px rgba(11,34,57,.07); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 78px; }
.brand { display: inline-flex; gap: 12px; align-items: center; text-decoration: none; }
.brand-mark { position: relative; display: grid; gap: 3px; width: 33px; padding: 8px 6px; overflow: hidden; background: var(--orange); border-radius: 8px; transform: skewX(-7deg); }
.brand-mark span { display: block; height: 3px; background: #fff; border-radius: 3px; transform: skewX(7deg); }
.brand-mark span:nth-child(2) { width: 72%; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-copy strong { font: 700 15px/1.2 "Manrope", sans-serif; letter-spacing: .02em; }
.brand-copy small { margin-top: 3px; color: var(--muted); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.main-nav { display: flex; gap: 32px; align-items: center; }
.main-nav a { position: relative; color: #384a5c; font-size: 14px; font-weight: 600; text-decoration: none; }
.main-nav a:not(.nav-cta)::after { position: absolute; right: 100%; bottom: -8px; left: 0; height: 2px; background: var(--orange); content: ""; transition: right .2s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.main-nav .nav-cta { padding: 11px 18px; color: #fff; background: var(--navy); border-radius: 8px; transition: background .2s, transform .2s; }
.main-nav .nav-cta:hover { background: var(--orange); transform: translateY(-1px); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.nav-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--navy); transition: transform .2s, opacity .2s; }

.eyebrow { margin: 0 0 18px; color: var(--orange-dark); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: "Manrope", sans-serif; color: var(--navy); line-height: 1.12; }
h1 { max-width: 700px; margin-bottom: 24px; font-size: clamp(42px, 6vw, 72px); letter-spacing: -.045em; }
h1 span { color: var(--orange); }
h2 { margin-bottom: 20px; font-size: clamp(32px, 4vw, 48px); letter-spacing: -.035em; }
h3 { font-size: 20px; letter-spacing: -.015em; }
p { margin-top: 0; }

.hero { position: relative; min-height: 760px; padding-top: 150px; overflow: hidden; background: radial-gradient(circle at 80% 20%, rgba(242,106,46,.12), transparent 28%), linear-gradient(145deg, #fbfaf7 45%, #edf1f1); }
.hero::before { position: absolute; bottom: 0; left: 0; width: 42%; height: 5px; background: var(--orange); content: ""; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; }
.hero-lead { max-width: 650px; color: #4f6070; font-size: 19px; }
.hero-actions { display: flex; gap: 28px; align-items: center; margin-top: 34px; }
.button { display: inline-flex; gap: 20px; align-items: center; justify-content: center; padding: 15px 21px; border: 0; border-radius: 8px; font-weight: 700; line-height: 1.2; text-decoration: none; cursor: pointer; transition: background .2s, transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--orange); box-shadow: 0 12px 24px rgba(242,106,46,.22); }
.button-primary:hover { background: var(--orange-dark); box-shadow: 0 15px 30px rgba(242,106,46,.27); }
.button-dark { color: #fff; background: var(--navy); }
.button-dark:hover { background: var(--navy-2); }
.button-light { color: var(--navy); background: #fff; }
.button-light:hover { background: var(--cream); }
.button-full { width: 100%; }
.text-link { color: var(--navy); font-size: 14px; font-weight: 700; text-underline-offset: 5px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 12px 22px; margin: 38px 0 0; padding: 0; color: #536576; font-size: 13px; list-style: none; }
.trust-list span { display: inline-grid; width: 20px; height: 20px; margin-right: 5px; place-items: center; color: #fff; background: var(--green); border-radius: 50%; font-size: 11px; }

.hero-visual { position: relative; }
.route-card { overflow: hidden; background: #fff; border: 1px solid rgba(11,34,57,.07); border-radius: 24px; box-shadow: var(--shadow); transform: rotate(1.5deg); }
.route-card-top { display: flex; gap: 10px; align-items: center; padding: 18px 20px; border-bottom: 1px solid #e9ecec; color: var(--navy); font-size: 13px; font-weight: 700; }
.live-dot { width: 8px; height: 8px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 5px rgba(74,140,112,.13); }
.route-status { margin-left: auto; padding: 4px 10px; color: var(--green); background: rgba(74,140,112,.1); border-radius: 20px; font-size: 11px; }
.route-map { position: relative; padding: 10px; background: #edf1ef; }
.route-map svg { width: 100%; }
.map-line { fill: none; stroke: #d4ddda; stroke-width: 2; }
.route-line { fill: none; stroke: var(--orange); stroke-dasharray: 7 5; stroke-linecap: round; stroke-width: 5; }
.route-node { fill: var(--navy); stroke: #fff; stroke-width: 5; }
.route-node.middle { fill: var(--orange); }
.route-node.end { fill: var(--green); }
.route-label { position: absolute; padding: 4px 9px; color: var(--navy); background: rgba(255,255,255,.92); border-radius: 5px; box-shadow: 0 4px 12px rgba(11,34,57,.1); font-size: 10px; font-weight: 700; }
.label-start { bottom: 47px; left: 18px; }
.label-mid { top: 95px; left: 38%; }
.label-end { top: 37px; right: 5px; }
.route-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #e8ecee; }
.route-metrics div { padding: 18px; background: #fff; }
.route-metrics span { color: var(--orange); font: 800 20px "Manrope"; }
.route-metrics p { margin: 4px 0 0; color: var(--muted); font-size: 11px; line-height: 1.3; }
.floating-badge { position: absolute; right: -20px; bottom: -40px; display: grid; grid-template-columns: 34px 1fr; padding: 14px 18px; color: #fff; background: var(--navy); border: 5px solid var(--paper); border-radius: 14px; box-shadow: 0 15px 40px rgba(11,34,57,.2); }
.floating-badge > span { grid-row: span 2; color: var(--orange); font-size: 22px; }
.floating-badge strong, .floating-badge small { line-height: 1.25; }
.floating-badge small { opacity: .7; }

.value-strip { background: var(--navy); }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.value-grid p { margin: 0; padding: 23px 18px; color: #dfe7ec; border-right: 1px solid rgba(255,255,255,.1); font-size: 13px; font-weight: 600; }
.value-grid p:first-child { padding-left: 0; }
.value-grid p:last-child { border: 0; }
.value-grid span { margin-right: 9px; color: var(--orange); font-size: 10px; }

.services { background: #fff; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; margin-bottom: 48px; }
.section-heading h2 { max-width: 660px; margin-bottom: 0; }
.section-heading > p { margin-bottom: 4px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; padding: 32px; overflow: hidden; background: var(--paper); border: 1px solid #e2e6e5; border-radius: var(--radius); transition: transform .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(11,34,57,.09); }
.service-card.featured { background: var(--navy); border-color: var(--navy); }
.service-card.featured h3, .service-card.featured p, .service-card.featured li { color: #fff; }
.service-number { position: absolute; top: 25px; right: 25px; color: #a9b3b9; font: 700 12px "Manrope"; }
.icon-box { display: grid; width: 48px; height: 48px; margin-bottom: 30px; place-items: center; color: var(--orange); background: rgba(242,106,46,.1); border-radius: 11px; font-size: 27px; }
.featured .icon-box { background: rgba(255,255,255,.1); }
.service-card > p { min-height: 82px; color: var(--muted); font-size: 15px; }
.service-card ul { margin: 24px 0 0; padding: 22px 0 0; border-top: 1px solid rgba(96,112,128,.18); list-style: none; }
.service-card li { position: relative; margin: 10px 0; padding-left: 18px; color: #536576; font-size: 13px; }
.service-card li::before { position: absolute; top: 10px; left: 0; width: 6px; height: 6px; background: var(--orange); border-radius: 50%; content: ""; }
.scope-note { display: flex; gap: 14px; align-items: flex-start; max-width: 900px; margin: 28px auto 0; padding: 18px 22px; background: #f3f5f3; border-radius: 10px; }
.scope-note > span { display: grid; flex: 0 0 24px; width: 24px; height: 24px; place-items: center; color: #fff; background: var(--green); border-radius: 50%; font-weight: 700; }
.scope-note p { margin: 0; color: #586878; font-size: 13px; }

.about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: .87fr 1.13fr; gap: 90px; align-items: center; }
.about-visual { position: relative; min-height: 530px; }
.portrait-placeholder { display: flex; flex-direction: column; height: 500px; align-items: center; justify-content: center; color: #81909a; background: linear-gradient(145deg, #dae0de, #eef1ee); border: 1px dashed #9eaaa8; border-radius: 24px; }
.portrait-placeholder::before { display: block; width: 72px; height: 72px; margin-bottom: 20px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='34' r='18' fill='%2395a09e'/%3E%3Cpath d='M19 89c2-24 15-36 31-36s29 12 31 36' fill='%2395a09e'/%3E%3C/svg%3E") center/contain no-repeat; content: ""; opacity: .65; }
.portrait-placeholder span { font-weight: 700; }
.portrait-placeholder small { margin-top: 5px; }
.credential-card { position: absolute; right: -35px; bottom: -20px; min-width: 250px; padding: 19px 22px 19px 66px; background: #fff; border-radius: 12px; box-shadow: var(--shadow); }
.credential-icon { position: absolute; top: 20px; left: 20px; display: grid; width: 34px; height: 34px; place-items: center; color: #fff; background: var(--green); border-radius: 50%; }
.credential-card p { margin: 0; color: var(--muted); font-size: 11px; text-transform: uppercase; }
.credential-card strong { display: block; color: var(--navy); font-size: 13px; }
.about-copy { max-width: 600px; }
.about-intro { color: #394d60; font-size: 19px; }
.about-copy > p:not(.eyebrow, .about-intro) { color: var(--muted); }
.qualification-list { margin: 30px 0; border-top: 1px solid #d8ddda; }
.qualification-list div { display: grid; grid-template-columns: 130px 1fr; gap: 12px; padding: 14px 0; border-bottom: 1px solid #d8ddda; }
.qualification-list dt { color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.qualification-list dd { margin: 0; color: var(--navy); font-size: 14px; font-weight: 600; }

.process { background: #fff; }
.section-heading.compact { grid-template-columns: 1fr .6fr; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; counter-reset: steps; list-style: none; }
.process-grid li { position: relative; min-height: 220px; padding: 34px 28px; border-top: 2px solid #dfe4e5; }
.process-grid li::before { position: absolute; top: -6px; left: 28px; width: 10px; height: 10px; background: var(--orange); border: 3px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px var(--orange); content: ""; }
.process-grid span { color: #a6b1ba; font: 700 11px "Manrope"; }
.process-grid h3 { margin: 28px 0 10px; }
.process-grid p { color: var(--muted); font-size: 14px; }

.cta-band { padding: 60px 0; background: var(--navy); }
.cta-inner { display: flex; gap: 50px; align-items: center; justify-content: space-between; }
.cta-inner h2 { max-width: 760px; margin: 0; color: #fff; font-size: clamp(28px, 3.4vw, 42px); }
.eyebrow.light { color: #ff9d70; }

.contact { background: #f0f2ef; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.contact-copy > p:not(.eyebrow,.response-note) { color: var(--muted); }
.contact-details { margin: 35px 0; border-top: 1px solid #d7dddc; }
.contact-details > * { display: flex; gap: 15px; align-items: center; padding: 16px 0; border-bottom: 1px solid #d7dddc; text-decoration: none; }
.contact-details > * > span { display: grid; width: 36px; height: 36px; place-items: center; color: var(--orange); background: #fff; border-radius: 50%; font-weight: 700; }
.contact-details small, .contact-details strong { display: block; }
.contact-details small { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.contact-details strong { color: var(--navy); font-size: 14px; }
.response-note { color: var(--green); font-size: 12px; font-weight: 700; }
.response-note span { display: inline-block; width: 7px; height: 7px; margin-right: 7px; background: var(--green); border-radius: 50%; }
.contact-form { padding: 36px; background: #fff; border: 1px solid #e0e5e4; border-radius: var(--radius); box-shadow: 0 18px 45px rgba(11,34,57,.07); }
.contact-form label { display: block; margin-bottom: 18px; color: var(--navy); font-size: 12px; font-weight: 700; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
input, textarea { width: 100%; margin-top: 7px; padding: 13px 14px; color: var(--ink); background: #f8f9f7; border: 1px solid #dbe1df; border-radius: 7px; outline: none; transition: border-color .2s, box-shadow .2s; }
input:focus, textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(242,106,46,.12); }
textarea { resize: vertical; }
.checkbox { display: grid !important; grid-template-columns: 19px 1fr; gap: 10px; align-items: start; color: var(--muted) !important; font-weight: 400 !important; line-height: 1.45; }
.checkbox input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--orange); }
.checkbox a { color: var(--navy); }
.form-hint { margin: 12px 0 0; color: #7d8993; font-size: 11px; text-align: center; }
.form-message { margin-top: 10px; color: var(--green); font-size: 13px; text-align: center; }

.legal { background: #fff; }
.legal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.legal h2 { font-size: 34px; }
.legal h3 { margin: 30px 0 8px; font-size: 16px; }
.legal p, .legal address { color: var(--muted); font-size: 14px; font-style: normal; }
.legal address strong { color: var(--navy); }
.legal-note { padding: 15px; background: #fff8f4; border-left: 3px solid var(--orange); }
.site-footer { padding: 28px 0; color: #b5c0c9; background: #071827; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; }
.brand-footer .brand-copy strong { color: #fff; }
.brand-footer .brand-copy small { color: #94a2ad; }
.footer-inner p { margin: 0; font-size: 11px; }
.footer-inner nav { display: flex; gap: 22px; }
.footer-inner nav a { font-size: 12px; text-decoration: none; }
.footer-inner nav a:hover { color: #fff; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .section { padding: 72px 0; }
  .nav-toggle { display: block; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 78px 0 auto; display: grid; gap: 0; padding: 20px; visibility: hidden; opacity: 0; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 20px 30px rgba(11,34,57,.1); transform: translateY(-10px); transition: opacity .2s, transform .2s, visibility .2s; }
  .main-nav.open { visibility: visible; opacity: 1; transform: translateY(0); }
  .main-nav a { padding: 15px 5px; }
  .main-nav .nav-cta { margin-top: 8px; text-align: center; }
  .hero { min-height: auto; padding-top: 130px; }
  .hero-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { max-width: 600px; margin-inline: auto; }
  .value-grid { grid-template-columns: 1fr 1fr; }
  .value-grid p:nth-child(2) { border-right: 0; }
  .section-heading, .section-heading.compact { grid-template-columns: 1fr; gap: 18px; align-items: start; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:first-child { grid-column: span 2; }
  .about-visual { max-width: 600px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .legal-grid { gap: 50px; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section { padding: 60px 0; }
  .header-inner { min-height: 70px; }
  .brand-copy small { font-size: 9px; }
  .main-nav { top: 70px; }
  .hero { padding-top: 115px; }
  h1 { font-size: clamp(38px, 12vw, 52px); }
  h2 { font-size: 32px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 17px; }
  .text-link { text-align: center; }
  .trust-list { display: grid; }
  .route-card { border-radius: 16px; }
  .route-metrics div { padding: 13px 9px; }
  .route-metrics p { font-size: 9px; }
  .floating-badge { right: -4px; bottom: -32px; }
  .value-grid { grid-template-columns: 1fr; padding: 12px 0; }
  .value-grid p, .value-grid p:first-child { padding: 10px 0; border: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card:first-child { grid-column: auto; }
  .service-card > p { min-height: auto; }
  .about-visual { min-height: 420px; }
  .portrait-placeholder { height: 410px; }
  .credential-card { right: 10px; bottom: -18px; max-width: calc(100% - 20px); }
  .qualification-list div { grid-template-columns: 1fr; gap: 3px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: 0; padding-bottom: 20px; }
  .cta-inner { align-items: stretch; flex-direction: column; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 24px 18px; }
  .legal-grid { grid-template-columns: 1fr; }
  .footer-inner { align-items: flex-start; flex-direction: column; gap: 24px; }
}

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