*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#172238;background:#f6f8fb;line-height:1.6}a{color:#0b5fa5;text-decoration:none}.hero{min-height:720px;background:linear-gradient(135deg,#061b30,#0b4f91 65%,#d8e7f7);color:#fff}.nav{max-width:1180px;margin:0 auto;padding:22px 24px;display:flex;justify-content:space-between;align-items:center}.brand{display:flex;align-items:center;gap:12px;font-weight:800;letter-spacing:.04em}.brand img{width:58px;height:58px;border-radius:14px;background:white;padding:4px}.nav-links{display:flex;gap:18px;flex-wrap:wrap}.nav-links a{color:white;font-weight:700;opacity:.95}.hero-content{max-width:1180px;margin:0 auto;padding:90px 24px 120px;display:grid;grid-template-columns:1.4fr .8fr;gap:40px;align-items:center}.eyebrow{text-transform:uppercase;font-size:.82rem;letter-spacing:.16em;color:#2f80d0;font-weight:800;margin:0 0 12px}.hero .eyebrow{color:#9fd0ff}h1{font-size:clamp(2.4rem,5vw,4.7rem);line-height:1.05;margin:0 0 20px}h2{font-size:clamp(1.9rem,3vw,2.7rem);line-height:1.15;margin:0 0 18px}h3{margin:0 0 8px}.lead{font-size:1.22rem;max-width:760px;color:#e5edf7}.buttons{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-block;padding:14px 22px;border-radius:999px;font-weight:800}.primary{background:#fff;color:#0a315c}.secondary{background:rgba(255,255,255,.12);color:white;border:1px solid rgba(255,255,255,.55)}.card{background:rgba(255,255,255,.96);color:#172238;padding:28px;border-radius:22px;box-shadow:0 20px 60px rgba(0,0,0,.22)}.section{max-width:1180px;margin:0 auto;padding:82px 24px}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service,.highlight,.contact-box{background:white;border:1px solid #e5edf5;border-radius:20px;padding:24px;box-shadow:0 12px 40px rgba(25,51,87,.06)}.service h3{color:#0b4f91}.split{display:grid;grid-template-columns:1.2fr .7fr;gap:30px;align-items:start}.highlight{background:#082745;color:white}.highlight h3{color:#9fd0ff}.story{background:white;border-radius:28px;padding:48px;box-shadow:0 12px 40px rgba(25,51,87,.06)}.flyer-section{text-align:center}.flyer{max-width:760px;width:100%;border-radius:24px;box-shadow:0 20px 70px rgba(0,0,0,.18);border:1px solid #dce5ef}.contact{text-align:center}.contact-box{max-width:600px;margin:26px auto;text-align:left}.socials{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.socials a{background:#082745;color:white;padding:10px 16px;border-radius:999px;font-weight:700}.small-note{color:#6f7c8e;font-size:.9rem}footer{padding:30px 24px;text-align:center;background:#061b30;color:#c7d5e7}@media(max-width:900px){.hero-content,.split{grid-template-columns:1fr}.grid{grid-template-columns:1fr 1fr}.nav{align-items:flex-start;gap:16px;flex-direction:column}}@media(max-width:560px){.grid{grid-template-columns:1fr}.hero-content{padding-top:50px}.story{padding:30px 22px}}

/* Real interactive SAFN service lane map */
.lanes-section {
  max-width: 1180px;
}

.lanes-intro {
  max-width: 860px;
  margin-bottom: 26px;
}

.real-map-layout {
  display: grid;
  grid-template-columns: 1.45fr 0.75fr;
  gap: 24px;
  align-items: stretch;
}

.real-map-card,
.lane-note-panel {
  background: white;
  border: 1px solid #e5edf5;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 12px 40px rgba(25, 51, 87, 0.08);
}

.lane-map-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 18px;
}

.map-kicker {
  text-transform: uppercase;
  font-size: .74rem;
  letter-spacing: .14em;
  color: #2f80d0;
  font-weight: 800;
  margin: 0 0 6px;
}

.map-badge {
  background: #082745;
  color: white;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: .86rem;
  font-weight: 800;
  white-space: nowrap;
}

.real-lane-map {
  width: 100%;
  min-height: 520px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #dce7f2;
  background: #eef5fb;
}

.state-tooltip {
  max-width: 310px;
  white-space: normal;
  line-height: 1.35;
  font-size: .88rem;
  font-weight: 500;
  color: #172238;
  border: 1px solid #b9d0e8;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(25, 51, 87, 0.18);
}

.map-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 16px;
  color: #40546b;
  font-size: .92rem;
}

.legend-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  margin-right: 6px;
  vertical-align: -1px;
}

.active-dot {
  background: #2f80d0;
}

.main-dot {
  background: #2f9e44;
}

.base-dot {
  background: #082745;
}

.muted-dot {
  background: #dfe8f2;
  border: 1px solid #b7c7d8;
}

.map-disclaimer {
  margin: 14px 0 0;
  color: #5f6f82;
  font-size: .92rem;
}

.map-error {
  height: 520px;
  display: grid;
  place-items: center;
  padding: 24px;
  text-align: center;
  color: #40546b;
  font-weight: 700;
}

.lane-note-panel {
  background: #082745;
  color: white;
  min-height: 100%;
}

.lane-note-panel .map-kicker {
  color: #9fd0ff;
}

.lane-note-panel h3 {
  color: white;
  font-size: 1.45rem;
  margin-bottom: 12px;
}

.lane-note-panel p {
  color: #d9e9fa;
}

@media (max-width: 900px) {
  .real-map-layout {
    grid-template-columns: 1fr;
  }

  .real-lane-map {
    min-height: 460px;
  }
}

@media (max-width: 560px) {
  .lane-map-header {
    flex-direction: column;
  }

  .real-map-card,
  .lane-note-panel {
    padding: 18px;
  }

  .real-lane-map {
    min-height: 420px;
  }
}


/* How It Works and Get Started sections */
.section-lead {
  max-width: 820px;
  color: #40546b;
  font-size: 1.08rem;
  margin: 0 0 28px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.step-card,
.document-card,
.notice-box {
  background: white;
  border: 1px solid #e5edf5;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 12px 40px rgba(25, 51, 87, .06);
}

.step-card {
  position: relative;
}

.step-number {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  background: #082745;
  color: white;
  border-radius: 999px;
  font-weight: 900;
  margin-bottom: 14px;
}

.step-card h3,
.document-card h3 {
  color: #0b4f91;
}

.notice-box {
  margin-top: 22px;
  border-left: 5px solid #2f80d0;
  color: #172238;
}

.document-card {
  align-self: start;
}

.doc-list {
  margin: 14px 0 0;
  padding-left: 20px;
}

.doc-list li {
  margin: 9px 0;
}

@media(max-width:900px) {
  .steps-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width:560px) {
  .steps-grid {
    grid-template-columns: 1fr;
  }
}


/* FAQ section */
.faq-section {
  max-width: 1180px;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.faq-item {
  background: white;
  border: 1px solid #e5edf5;
  border-radius: 18px;
  padding: 0;
  box-shadow: 0 12px 40px rgba(25, 51, 87, .06);
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 20px 58px 20px 22px;
  font-weight: 800;
  color: #0b4f91;
  position: relative;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  color: #082745;
  font-weight: 900;
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item p {
  margin: 0;
  padding: 0 22px 22px;
  color: #40546b;
}

@media(max-width:900px) {
  .faq-grid {
    grid-template-columns: 1fr;
  }
}


/* Carrier Interest Form buttons */
.form-cta {
  margin-top: 24px;
  background: white;
  border: 1px solid #e5edf5;
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 12px 40px rgba(25, 51, 87, .06);
}

.form-cta p {
  margin: 14px 0 0;
  color: #40546b;
}

.form-btn {
  background: #0b5fa5;
  color: white;
  border: none;
}

.form-btn:hover {
  background: #082745;
  color: white;
}

.contact-form-btn {
  margin: 4px auto 28px;
}
