:root {
  --navy: #07182f;
  --navy-2: #0b2447;
  --gold: #f5b400;
  --gold-dark: #b87900;
  --white: #ffffff;
  --muted: #6b7280;
  --soft: #f5f7fb;
  --line: rgba(7, 24, 47, 0.12);
  --shadow: 0 22px 70px rgba(7, 24, 47, 0.18);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--navy);
  background: var(--white);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  overflow: hidden;
}

.container {
  width: min(1140px, calc(100% - 36px));
  margin: 0 auto;
}

.topbar {
  background: var(--navy);
  color: var(--white);
  font-size: 14px;
  padding: 9px 0;
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.nav {
  padding: 18px 0;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo img {
  width: 112px;
  height: auto;
  display: block;
}

.logo-text strong {
  display: block;
  font-size: 20px;
  letter-spacing: 1px;
}

.logo-text span {
  display: block;
  font-size: 12px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.nav-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 13px 22px;
  font-weight: 800;
  border: 2px solid transparent;
  transition: 0.2s ease;
  cursor: pointer;
  white-space: nowrap;
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold), #ffd86b);
  color: var(--navy);
  box-shadow: 0 10px 25px rgba(245, 180, 0, 0.28);
}

.btn-gold:hover {
  transform: translateY(-1px);
}

.btn-outline {
  border-color: rgba(255, 255, 255, 0.55);
  color: var(--white);
}

.btn-navy-outline {
  border-color: var(--navy);
  color: var(--navy);
}

.hero {
  position: relative;
  background:
    radial-gradient(circle at top right, rgba(245, 180, 0, 0.24), transparent 32%),
    linear-gradient(135deg, #07182f 0%, #0b2447 55%, #061225 100%);
  color: var(--white);
  padding: 82px 0 70px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 42px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffe29a;
  background: rgba(245, 180, 0, 0.12);
  border: 1px solid rgba(245, 180, 0, 0.38);
  padding: 8px 13px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h1 {
  font-size: clamp(42px, 6vw, 74px);
  line-height: 0.95;
  margin: 20px 0 18px;
  letter-spacing: -2px;
}

.hero p {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.86);
  max-width: 680px;
  margin: 0 0 26px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.hero-card {
  background: rgba(255, 255, 255, 0.96);
  color: var(--navy);
  border-radius: 28px;
  padding: 26px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.hero-card img {
  width: 100%;
  border-radius: 22px;
  display: block;
  background: white;
}

.trust-row {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.trust-box {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
  padding: 14px;
  border-radius: 18px;
}

.trust-box strong {
  display: block;
  color: #fff;
  font-size: 20px;
}

.trust-box span {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
}

.section {
  padding: 78px 0;
}

.section.soft {
  background: var(--soft);
}

.section-title {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-title h2 {
  font-size: clamp(32px, 4vw, 48px);
  margin: 0 0 12px;
  line-height: 1.05;
  letter-spacing: -1px;
}

.section-title p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

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

.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 14px 40px rgba(7, 24, 47, 0.07);
}

.card .icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(245, 180, 0, 0.16);
  color: var(--gold-dark);
  font-size: 24px;
  margin-bottom: 16px;
}

.card h3 {
  margin: 0 0 8px;
  font-size: 22px;
}

.card p {
  color: var(--muted);
  margin: 0;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 38px;
  align-items: center;
}

.checklist {
  display: grid;
  gap: 13px;
}

.check {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: var(--white);
  border: 1px solid var(--line);
  padding: 15px;
  border-radius: 18px;
}

.check b {
  color: var(--gold-dark);
}

.quote-box {
  background: var(--navy);
  color: white;
  border-radius: 30px;
  padding: 34px;
  box-shadow: var(--shadow);
}

.quote-box h2 {
  margin: 0 0 12px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.05;
}

.quote-box p {
  color: rgba(255, 255, 255, 0.8);
}

.form {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.visually-hidden,
.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.form input,
.form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: white;
  padding: 14px 16px;
  border-radius: 14px;
  outline: none;
  font-size: 15px;
}

.form .honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.form input:-webkit-autofill,
.form input:-webkit-autofill:hover,
.form input:-webkit-autofill:focus,
.form textarea:-webkit-autofill,
.form textarea:-webkit-autofill:hover,
.form textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff;
  box-shadow: 0 0 0 1000px #20344f inset;
  caret-color: #ffffff;
  transition: background-color 9999s ease-in-out 0s;
}

.form input::placeholder,
.form textarea::placeholder {
  color: rgba(255, 255, 255, 0.68);
}

.custom-select {
  position: relative;
  width: 100%;
  z-index: 1;
}

.custom-select.is-open {
  z-index: 20;
}

.custom-select-button {
  width: 100%;
  min-height: 51px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: white;
  padding: 14px 16px;
  border-radius: 14px;
  outline: none;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.custom-select-button:focus,
.custom-select.is-open .custom-select-button,
.form input:focus,
.form textarea:focus {
  border-color: rgba(245, 180, 0, 0.7);
  box-shadow: 0 0 0 3px rgba(245, 180, 0, 0.16);
}

.custom-select-arrow {
  flex: 0 0 auto;
  color: #ffd86b;
  font-size: 18px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.custom-select.is-open .custom-select-arrow {
  transform: rotate(180deg);
}

.custom-select-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  display: none;
  max-height: 260px;
  overflow-y: auto;
  border: 1px solid rgba(245, 180, 0, 0.32);
  border-radius: 16px;
  background: #10233d;
  padding: 6px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.36);
}

.custom-select.is-open .custom-select-menu {
  display: grid;
}

.custom-select-menu button {
  width: 100%;
  border: 0;
  border-radius: 11px;
  background: transparent;
  color: white;
  padding: 12px 13px;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.custom-select-menu button:hover,
.custom-select-menu button:focus,
.custom-select-menu button.is-selected {
  background: rgba(245, 180, 0, 0.16);
  color: #ffe29a;
  outline: none;
}

.form button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.form-status {
  min-height: 22px;
  margin: 14px 0 0;
  font-size: 14px;
  font-weight: 700;
}

.form-status.success {
  color: #9df2bd;
}

.form-status.error {
  color: #ffd1d1;
}

.cta-strip {
  background: linear-gradient(135deg, var(--gold), #ffd86b);
  color: var(--navy);
  padding: 36px 0;
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
}

.cta-inner h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
}

.footer {
  background: #061225;
  color: white;
  padding: 34px 0;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.76);
}

.footer strong {
  color: white;
}

.disclaimer {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 16px;
}

@media (max-width: 860px) {

  .hero-grid,
  .split {
    grid-template-columns: 1fr;
  }

  .grid-3,
  .trust-row {
    grid-template-columns: 1fr;
  }

  .nav-inner {
    align-items: flex-start;
  }

  .nav-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .logo img {
    width: 86px;
  }

  .hero {
    padding: 52px 0;
  }
}

/* Trucking landing page hero image override */
.trucking-page .hero {
  background:
    linear-gradient(90deg, rgba(7, 24, 47, 0.92) 0%, rgba(7, 24, 47, 0.78) 42%, rgba(7, 24, 47, 0.28) 100%),
    url("assets/trucking-hero-road-bridge-city-fields.png") center center / cover no-repeat;
  min-height: 690px;
  display: flex;
  align-items: center;
}

.trucking-page .hero-grid {
  grid-template-columns: 1fr;
  max-width: 780px;
}

.trucking-page .hero-card {
  display: none;
}

.trucking-page .hero p {
  max-width: 640px;
}

@media (max-width: 860px) {
  .trucking-page .hero {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(7, 24, 47, 0.94) 0%, rgba(7, 24, 47, 0.82) 58%, rgba(7, 24, 47, 0.58) 100%),
      url("assets/trucking-hero-road-bridge-city-fields.png") center center / cover no-repeat;
  }
}

/* SEO / FAQ content sections */
.faq-grid {
  display: grid;
  gap: 16px;
}

.faq-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(7, 24, 47, 0.06);
}

.faq-item h3 {
  margin: 0 0 8px;
  font-size: 20px;
}

.faq-item p {
  margin: 0;
  color: var(--muted);
}

.seo-content {
  max-width: 880px;
}

.seo-content h2 {
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.08;
  margin: 0 0 16px;
}

.seo-content p {
  color: var(--muted);
  font-size: 18px;
}

.seo-content ul {
  padding-left: 22px;
  color: var(--muted);
}

.seo-content li {
  margin-bottom: 8px;
}
