:root {
  --ink: #102321;
  --green: #17433f;
  --green-2: #245f58;
  --mint: #dfeae5;
  --cream: #f5f1e8;
  --paper: #fffdf8;
  --line: rgba(16, 35, 33, 0.12);
  --muted: #61706c;
  --accent: #d9a441;
  --shadow: 0 18px 50px rgba(15, 47, 44, 0.12);
  --radius: 22px;
  --container: 1180px;
}

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

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 100px 0; }
.section-soft { background: var(--cream); }
.section-dark { background: var(--green); color: white; }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 999;
  transform: translateY(-160%);
  background: white;
  padding: 10px 14px;
  border-radius: 8px;
}
.skip-link:focus { transform: translateY(0); }
.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; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 253, 248, 0.9);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  transition: .2s ease;
}
.site-header.is-scrolled { border-color: var(--line); }
.nav-shell { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: white;
  background: var(--green);
  font-weight: 800;
  letter-spacing: -0.04em;
}
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font-size: 1rem; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: .73rem; text-transform: uppercase; letter-spacing: .12em; }
.primary-nav { display: flex; align-items: center; gap: 28px; }
.primary-nav a { text-decoration: none; font-weight: 650; font-size: .94rem; }
.primary-nav a:hover { color: var(--green-2); }
.nav-cta { padding: 11px 17px; border: 1px solid var(--green); border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--ink); }

.hero { position: relative; overflow: hidden; padding: 92px 0 76px; background: linear-gradient(145deg, var(--paper) 0 58%, #e9f0ec 58% 100%); }
.hero::before { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(23,67,63,.12); border-radius: 50%; right: -170px; top: -120px; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 70px; }
.eyebrow { margin: 0 0 14px; color: var(--green-2); font-weight: 800; font-size: .77rem; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow-light { color: #a8cdc5; }
h1, h2, h3 { margin-top: 0; line-height: 1.04; letter-spacing: -0.035em; }
h1 { max-width: 820px; margin-bottom: 22px; font-size: clamp(3.2rem, 7vw, 6.6rem); }
h2 { margin-bottom: 20px; font-size: clamp(2.25rem, 4.5vw, 4.3rem); }
h3 { font-size: 1.45rem; }
p { margin-top: 0; }
.hero-intro, .section-lead { color: var(--muted); font-size: 1.18rem; max-width: 680px; }
.section-dark .section-lead { color: #cfe0dc; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 30px 0 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 20px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 800; }
.button-primary { background: var(--green); color: white; }
.button-primary:hover { background: var(--green-2); }
.button-ghost { border-color: rgba(16,35,33,.18); background: rgba(255,255,255,.56); }
.hero-points { display: flex; gap: 24px; flex-wrap: wrap; padding: 0; margin: 0; list-style: none; color: var(--muted); font-size: .9rem; }
.hero-points li::before { content: "•"; color: var(--accent); margin-right: 8px; }

.hero-visual { position: relative; min-height: 470px; display: grid; place-items: center; }
.route-card { position: relative; z-index: 2; width: min(100%, 380px); padding: 40px; border-radius: 28px; background: var(--green); color: white; box-shadow: var(--shadow); }
.route-card strong { display: block; font-size: 1.85rem; }
.route-kicker { display: block; margin-bottom: 26px; color: #a8cdc5; text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 800; }
.route-line { display: block; width: 2px; height: 52px; margin: 10px 0 10px 14px; background: linear-gradient(var(--accent), rgba(217,164,65,.15)); }
.route-badge { position: absolute; z-index: 3; padding: 12px 18px; border-radius: 999px; background: white; box-shadow: var(--shadow); font-weight: 800; font-size: .82rem; }
.route-badge-a { left: 0; top: 54px; }
.route-badge-b { right: -8px; top: 154px; }
.route-badge-c { left: 30px; bottom: 46px; }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid div { padding: 28px 24px; border-right: 1px solid var(--line); }
.trust-grid div:last-child { border-right: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { font-size: 1.1rem; }
.trust-grid span { color: var(--muted); font-size: .86rem; }

.split-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; margin-bottom: 48px; }
.split-heading p:last-child { color: var(--muted); font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.service-card { min-height: 320px; padding: 32px; border-right: 1px solid var(--line); background: white; }
.service-card:last-child { border-right: 0; }
.service-card:hover { background: var(--cream); }
.service-number { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; margin-bottom: 64px; border-radius: 50%; background: var(--mint); color: var(--green); font-weight: 900; }
.service-card p { color: var(--muted); }

.coverage-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.text-link { display: inline-flex; gap: 8px; color: white; font-weight: 800; text-decoration: none; margin-top: 10px; }
.coverage-panel { position: relative; min-height: 460px; display: grid; place-items: center; }
.coverage-ring { position: absolute; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.ring-one { width: 170px; height: 170px; }
.ring-two { width: 300px; height: 300px; }
.ring-three { width: 430px; height: 430px; }
.coverage-core { position: relative; z-index: 2; width: 100px; height: 100px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); color: var(--ink); font-weight: 900; font-size: 1.35rem; }
.coverage-label { position: absolute; z-index: 2; padding: 9px 14px; border-radius: 999px; background: white; color: var(--ink); font-size: .82rem; font-weight: 800; }
.label-one { top: 48px; right: 28px; }
.label-two { left: 14px; top: 220px; }
.label-three { right: 10px; bottom: 60px; }

.partner-shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.partner-copy p:not(.eyebrow) { color: var(--muted); font-size: 1.06rem; }
.partner-list { border-top: 1px solid var(--line); }
.partner-list > div { display: grid; grid-template-columns: 56px 1fr; gap: 18px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.partner-list span { color: var(--green-2); font-weight: 900; }
.partner-list p { margin: 0; color: var(--muted); }
.partner-list strong { display: block; margin-bottom: 4px; color: var(--ink); font-size: 1.12rem; }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.about-copy { font-size: 1.07rem; color: var(--muted); }

.contact-section { background: #eef3f0; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 38px; }
.contact-details div { padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.72); }
.contact-details span, .contact-details strong { display: block; }
.contact-details span { color: var(--muted); font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; }
.contact-details strong { margin-top: 4px; }
.contact-form { padding: 30px; border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 7px; margin-bottom: 16px; font-size: .86rem; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 11px; background: #fff; padding: 12px 13px; color: var(--ink); outline: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--green-2); box-shadow: 0 0 0 3px rgba(36,95,88,.1); }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: .78rem; }
.form-note.is-success { color: var(--green-2); font-weight: 700; }

.site-footer { padding: 34px 0; background: var(--ink); color: white; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr auto; gap: 28px; align-items: center; }
.footer-brand .brand-mark { background: white; color: var(--green); }
.footer-brand .brand-copy small { color: #9db1ad; }
.footer-grid p { margin: 0; color: #b9c8c4; font-size: .85rem; }

@media (max-width: 980px) {
  .primary-nav { position: absolute; top: 82px; left: 20px; right: 20px; display: none; padding: 20px; flex-direction: column; align-items: stretch; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: var(--shadow); }
  .primary-nav.is-open { display: flex; }
  .menu-toggle { display: block; }
  .hero-grid, .coverage-grid, .partner-shell, .contact-grid, .about-grid, .split-heading { grid-template-columns: 1fr; gap: 44px; }
  .hero { padding-top: 62px; }
  .hero-visual { min-height: 400px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card { border-bottom: 1px solid var(--line); }
  .service-card:nth-child(2) { border-right: 0; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid div:nth-child(2) { border-right: 0; }
  .trust-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 72px 0; }
  .brand-copy small { display: none; }
  h1 { font-size: clamp(3rem, 17vw, 4.9rem); }
  h2 { font-size: 2.45rem; }
  .hero-visual { min-height: 350px; }
  .route-card { padding: 28px; }
  .route-card strong { font-size: 1.45rem; }
  .route-badge-b { right: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; border-right: 0; }
  .service-number { margin-bottom: 34px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid div { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid div:last-child { border-bottom: 0; }
  .coverage-panel { min-height: 360px; transform: scale(.82); }
  .field-row, .contact-details { grid-template-columns: 1fr; }
  .contact-form { padding: 22px; }
}

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