:root {
  --navy: #0d2340;
  --navy-2: #07172a;
  --blue: #173d63;
  --orange: #ff7a2f;
  --orange-2: #ff9a4f;
  --ink: #11243b;
  --muted: #66768a;
  --line: #dce5ed;
  --soft: #f4f7fa;
  --white: #fff;
  --shadow: 0 25px 70px rgba(13, 35, 64, .12);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 999; background: white; padding: 10px 16px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(255, 255, 255, .88);
  border-bottom: 1px solid rgba(220, 229, 237, .7);
  backdrop-filter: blur(18px);
  transition: box-shadow .25s ease, background .25s ease;
}
.site-header.scrolled { box-shadow: 0 10px 40px rgba(13, 35, 64, .08); background: rgba(255, 255, 255, .96); }
.nav-wrap { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand img { width: 210px; }
.main-nav { display: flex; align-items: center; gap: 30px; font-weight: 600; font-size: 15px; }
.main-nav > a:not(.btn) { position: relative; }
.main-nav > a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--orange); transition: right .25s ease; }
.main-nav > a:not(.btn):hover::after { right: 0; }
.menu-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 10px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; background: var(--navy); margin: 6px 0; transition: .25s ease; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 25px;
  color: white;
  background: linear-gradient(135deg, var(--orange), #ff6824);
  border: 0;
  border-radius: 12px;
  font-family: Inter, system-ui, sans-serif;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(255, 122, 47, .24);
  transition: transform .25s ease, box-shadow .25s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 18px 35px rgba(255, 122, 47, .31); }
.btn-small { min-height: 44px; padding: 0 18px; font-size: 14px; }
.btn-light { color: var(--navy); background: white; box-shadow: none; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 150px 0 48px;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 86%);
}
.hero::before { content: ""; position: absolute; inset: 82px 0 auto; height: 1px; background: linear-gradient(90deg, transparent, var(--line), transparent); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .62; }
.hero-orb-one { width: 460px; height: 460px; right: -180px; top: 90px; background: radial-gradient(circle, rgba(255, 138, 54, .22), rgba(255, 138, 54, 0) 67%); }
.hero-orb-two { width: 340px; height: 340px; left: -160px; top: 260px; background: radial-gradient(circle, rgba(34, 91, 142, .13), rgba(34, 91, 142, 0) 67%); }
.hero-grid { display: grid; grid-template-columns: .95fr 1.15fr; align-items: center; gap: 52px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--orange); font-weight: 800; font-size: 13px; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 2px; background: var(--orange); }
h1, h2, h3 { font-family: Inter, system-ui, sans-serif; margin: 0; line-height: 1.12; }
h1 { margin-top: 20px; font-size: clamp(48px, 5.5vw, 78px); letter-spacing: -.055em; color: var(--navy); }
h1 em { color: var(--orange); font-style: normal; }
.hero-lead { max-width: 650px; margin: 26px 0 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.text-link { font-weight: 800; color: var(--navy); border-bottom: 1px solid var(--navy); }
.hero-trust { display: grid; grid-template-columns: .72fr 1.25fr .9fr; gap: 10px; margin-top: 38px; padding-top: 26px; border-top: 1px solid var(--line); }
.hero-trust div { display: flex; flex-direction: column; gap: 2px; }
.hero-trust strong { font-family: Inter, system-ui, sans-serif; font-size: 16px; color: var(--navy); }
.hero-trust span { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.hero-visual { position: relative; }
.hero-visual > img { width: 100%; filter: drop-shadow(0 28px 55px rgba(7, 23, 42, .18)); }
.floating-card { position: absolute; display: flex; align-items: center; gap: 12px; padding: 13px 16px; background: rgba(255, 255, 255, .94); border: 1px solid rgba(220, 229, 237, .85); border-radius: 14px; box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.floating-card small, .floating-card strong { display: block; line-height: 1.35; }
.floating-card small { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.floating-card strong { font-size: 13px; }
.card-route { left: -12px; top: 21%; }
.card-status { right: -14px; bottom: 16%; }
.card-status svg { width: 30px; height: 30px; padding: 7px; background: #eaf7ef; border-radius: 50%; fill: none; stroke: #27a15b; stroke-width: 2.4; }
.pulse-dot { width: 12px; height: 12px; background: #25a65c; border-radius: 50%; box-shadow: 0 0 0 7px rgba(37, 166, 92, .12); }
.service-strip { margin-top: 24px; min-height: 80px; display: flex; align-items: center; justify-content: space-around; gap: 22px; color: var(--navy); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-strip i { width: 5px; height: 5px; border-radius: 50%; background: var(--orange); }

.section { padding: 112px 0; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 70px; margin-bottom: 48px; }
h2 { margin-top: 13px; font-size: clamp(36px, 4vw, 55px); letter-spacing: -.045em; color: var(--navy); }
.section-heading p, .about-copy > p, .coverage-copy > p, .contact-copy p { margin: 0; color: var(--muted); font-size: 17px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { position: relative; overflow: hidden; min-height: 350px; padding: 34px; background: var(--soft); border: 1px solid #e9eff4; border-radius: var(--radius); transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.service-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -100px; bottom: -100px; background: radial-gradient(circle, rgba(255,122,47,.2), transparent 70%); }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); background: white; }
.service-card.featured { background: var(--navy); color: white; }
.service-card.featured h3, .service-card.featured .card-number { color: white; }
.service-card.featured p { color: #bfcedd; }
.icon-box { width: 58px; height: 58px; display: grid; place-items: center; background: white; border-radius: 15px; box-shadow: 0 12px 28px rgba(13,35,64,.08); }
.icon-box svg { width: 29px; height: 29px; fill: none; stroke: var(--orange); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.card-number { position: absolute; right: 28px; top: 27px; color: #b6c4d0; font-family: Inter, system-ui, sans-serif; font-size: 14px; font-weight: 800; }
.service-card h3 { margin-top: 70px; color: var(--navy); font-size: 25px; }
.service-card p { margin: 17px 0 0; color: var(--muted); }

.about { background: var(--soft); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 88px; align-items: center; }
.about-art { position: relative; min-height: 540px; }
.map-card { position: absolute; inset: 0 34px 50px 0; display: grid; place-items: center; background: white; border-radius: 30px; box-shadow: var(--shadow); overflow: hidden; }
.map-card::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(13,35,64,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(13,35,64,.04) 1px, transparent 1px); background-size: 28px 28px; }
.map-card svg { position: relative; z-index: 1; width: 92%; }
.year-badge { position: absolute; right: 0; bottom: 0; width: 170px; height: 170px; display: grid; place-items: center; align-content: center; color: white; background: linear-gradient(145deg, var(--orange), #ff6423); border: 10px solid var(--soft); border-radius: 50%; box-shadow: 0 22px 45px rgba(255, 122, 47, .27); }
.year-badge strong { font-size: 13px; text-transform: uppercase; letter-spacing: .14em; }
.year-badge span { font-family: Inter, system-ui, sans-serif; font-size: 39px; font-weight: 800; line-height: 1.1; }
.about-copy > p { margin-top: 22px; }
.value-list { display: grid; gap: 13px; margin-top: 32px; }
.value-list > div { display: flex; align-items: flex-start; gap: 17px; padding: 17px 0; border-top: 1px solid var(--line); }
.value-list span { flex: 0 0 38px; height: 38px; display: grid; place-items: center; color: var(--orange); background: white; border-radius: 50%; font-weight: 800; }
.value-list p { margin: 0; color: var(--muted); }
.value-list strong { display: block; color: var(--navy); font-family: Inter, system-ui, sans-serif; }

.why-us { color: white; background: var(--navy); position: relative; overflow: hidden; }
.why-us::before { content: ""; position: absolute; width: 520px; height: 520px; right: -180px; top: -220px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.why-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 120px; align-items: center; }
.kicker.light { color: var(--orange-2); }
.why-copy h2 { color: white; }
.why-copy p { margin: 23px 0 30px; color: #bdcad8; font-size: 17px; max-width: 520px; }
.why-points { display: grid; }
.why-points article { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.why-points article:first-child { border-top: 1px solid rgba(255,255,255,.13); }
.why-points span { color: var(--orange-2); font-family: Inter, system-ui, sans-serif; font-weight: 800; }
.why-points h3 { font-size: 21px; }
.why-points p { margin: 7px 0 0; color: #aebdcb; }

.coverage-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.check-list { display: grid; gap: 13px; margin: 30px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 32px; font-weight: 700; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 22px; height: 22px; display: grid; place-items: center; color: white; background: var(--orange); border-radius: 50%; font-size: 12px; }
.coverage-panel { padding: 36px; border-radius: 28px; background: linear-gradient(145deg, #f4f7fa, #eef4f8); border: 1px solid #e2eaf1; box-shadow: var(--shadow); }
.coverage-top { display: flex; justify-content: space-between; align-items: center; }
.coverage-top span { color: var(--muted); font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }
.coverage-top strong { font-family: Inter, system-ui, sans-serif; font-size: 24px; color: var(--navy); }
.route-line { display: flex; align-items: center; margin: 52px 0; }
.route-line span { width: 16px; height: 16px; border: 4px solid white; background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 2px var(--orange); }
.route-line span:first-child { width: 23px; height: 23px; }
.route-line span:last-child { background: var(--navy); box-shadow: 0 0 0 2px var(--navy); }
.route-line i { flex: 1; height: 3px; background: repeating-linear-gradient(90deg, var(--orange) 0 11px, transparent 11px 18px); }
.coverage-bottom { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding-top: 25px; border-top: 1px solid var(--line); }
.coverage-bottom small, .coverage-bottom strong { display: block; }
.coverage-bottom small { color: var(--muted); text-transform: uppercase; font-size: 10px; letter-spacing: .1em; }
.coverage-bottom strong { color: var(--navy); font-size: 15px; }
.active-status::before { content: ""; display: inline-block; width: 8px; height: 8px; margin-right: 7px; background: #2aaa60; border-radius: 50%; }

.quote { padding-top: 20px; }
.quote-shell { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; padding: 70px; color: white; background: linear-gradient(145deg, #102d4e, #07182c); border-radius: 34px; box-shadow: 0 35px 80px rgba(7,24,44,.22); }
.quote-intro h2 { color: white; }
.quote-intro > p { color: #b9c8d6; font-size: 17px; }
.quote-contact { margin-top: 44px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.13); }
.quote-contact small, .quote-contact a { display: block; }
.quote-contact small { color: #9fb0c0; }
.quote-contact a { margin-top: 5px; font-family: Inter, system-ui, sans-serif; font-size: 27px; font-weight: 800; }
.quote-form { display: grid; gap: 17px; padding: 34px; color: var(--ink); background: white; border-radius: 24px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.quote-form label { display: grid; gap: 7px; font-weight: 700; font-size: 13px; }
.quote-form input, .quote-form textarea { width: 100%; border: 1px solid #d6e0e8; border-radius: 10px; background: #f9fbfc; outline: 0; padding: 13px 14px; color: var(--ink); transition: border-color .2s ease, box-shadow .2s ease; }
.quote-form textarea { resize: vertical; }
.quote-form input:focus, .quote-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,122,47,.12); background: white; }
.btn-submit { width: 100%; margin-top: 3px; }
.form-note { margin: -7px 0 0; color: var(--muted); text-align: center; font-size: 11px; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.contact-cards { display: grid; gap: 14px; }
.contact-card { display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 18px; padding: 20px 22px; border: 1px solid var(--line); border-radius: 17px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.contact-card:hover { transform: translateX(6px); border-color: transparent; box-shadow: var(--shadow); }
.contact-icon { width: 54px; height: 54px; display: grid; place-items: center; color: var(--orange); background: #fff1e8; border-radius: 14px; font-weight: 800; }
.contact-card small, .contact-card strong { display: block; }
.contact-card small { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.contact-card strong { color: var(--navy); line-height: 1.45; }
.contact-card b { color: var(--orange); font-size: 22px; }

.site-footer { padding: 70px 0 24px; color: #b7c5d2; background: var(--navy-2); }
.footer-top { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; padding-bottom: 50px; }
.footer-brand img { width: 220px; padding: 10px; background: white; border-radius: 12px; }
.footer-brand p { max-width: 430px; margin-top: 22px; }
.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; }
.footer-links > div { display: grid; align-content: start; gap: 9px; }
.footer-links strong { color: white; font-family: Inter, system-ui, sans-serif; margin-bottom: 8px; }
.footer-links a:hover { color: var(--orange-2); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 13px; }
.footer-bottom p { margin: 0; }

.back-top { position: fixed; right: 24px; bottom: 24px; z-index: 50; width: 46px; height: 46px; border: 0; border-radius: 50%; color: white; background: var(--navy); box-shadow: var(--shadow); cursor: pointer; opacity: 0; transform: translateY(15px); pointer-events: none; transition: .25s ease; }
.back-top.visible { opacity: 1; transform: none; pointer-events: auto; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .12s; }
.reveal-delay-1 { transition-delay: .08s; }
.reveal-delay-2 { transition-delay: .16s; }
.reveal-delay-3 { transition-delay: .24s; }

@media (max-width: 1040px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { max-width: 790px; margin-inline: auto; }
  .section-heading, .about-grid, .coverage-grid, .contact-grid { gap: 50px; }
  .why-grid { gap: 70px; }
  .quote-shell { padding: 50px; gap: 45px; }
}

@media (max-width: 820px) {
  .nav-wrap { height: 74px; }
  .brand img { width: 185px; }
  .menu-toggle { display: block; position: relative; z-index: 110; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 25px; font-size: 22px; color: white; background: rgba(7, 23, 42, .98); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .25s ease; }
  .main-nav.open { opacity: 1; visibility: visible; transform: none; }
  .main-nav .btn { font-size: 16px; }
  .menu-toggle.active span { background: white; }
  .hero { padding-top: 120px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 290px; }
  .service-card h3 { margin-top: 48px; }
  .section-heading, .about-grid, .why-grid, .coverage-grid, .quote-shell, .contact-grid, .footer-top { grid-template-columns: 1fr; }
  .section-heading { align-items: start; gap: 20px; }
  .about-art { order: 2; min-height: 470px; }
  .why-grid { gap: 55px; }
  .quote-shell { padding: 40px 28px; }
  .quote-intro { max-width: 580px; }
  .footer-links { max-width: 500px; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, var(--container)); }
  .section { padding: 82px 0; }
  h1 { font-size: 48px; }
  h2 { font-size: 37px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .text-link { align-self: flex-start; }
  .hero-trust { grid-template-columns: 1fr; gap: 15px; }
  .hero-visual { margin-top: 10px; }
  .floating-card { padding: 10px 12px; }
  .card-route { left: -2px; top: 16%; }
  .card-status { right: -2px; bottom: 8%; }
  .card-status strong { max-width: 130px; }
  .service-strip { justify-content: flex-start; overflow-x: auto; padding: 0 18px; white-space: nowrap; }
  .service-strip span { flex: 0 0 auto; }
  .about-art { min-height: 390px; }
  .map-card { inset: 0 15px 38px 0; }
  .year-badge { width: 130px; height: 130px; border-width: 7px; }
  .year-badge span { font-size: 30px; }
  .coverage-panel { padding: 24px; }
  .coverage-top { align-items: flex-start; flex-direction: column; }
  .coverage-bottom { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .quote-form { padding: 22px; }
  .footer-links { grid-template-columns: 1fr 1fr; gap: 20px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

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