/* =========================================================
   FloWays Logistics — Home, About, Careers + quote modal
   Mobile-first; desktop overrides at Bootstrap's lg (992px).
   ========================================================= */

:root {
  --fw-navy: #071329;
  --fw-navy-2: #071d3b;
  --fw-blue: #1597e5;
  --fw-orange: #ff6b45;
  --fw-teal: #0fb8a0;
  --fw-purple: #7c5cfc;
  --fw-green: #10b981;
  --fw-whatsapp: #25d366;
  --fw-off: #fafaf8;
  --fw-text: #4b5057;
  --fw-gray: #6b7280;
  --fw-muted: #9ca3af;
  --fw-line: rgba(7, 29, 59, 0.08);

  --bs-body-font-family: "Manrope", system-ui, sans-serif;
  --bs-body-color: var(--fw-navy);
}

body {
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
}

/* 1280px content + 16px side gutters (matches mobile 16px margins) */
.container {
  --bs-gutter-x: 2rem;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1312px;
  }
}
@media (min-width: 992px) {
  .inset {
    padding-inline: 24px;
  }
}

/* ---------- Colour helpers ---------- */
.bg-off {
  background: var(--fw-off);
}
.bg-navy {
  background: var(--fw-navy) !important;
}
.bg-blue {
  background: var(--fw-blue);
}
.bg-orange {
  background: var(--fw-orange);
}
.bg-teal {
  background: var(--fw-teal);
}
.bg-purple {
  background: var(--fw-purple);
}
.bg-whatsapp {
  background: var(--fw-whatsapp);
}
.text-orange {
  color: var(--fw-orange) !important;
}
.text-blue {
  color: var(--fw-blue) !important;
}
.text-green {
  color: var(--fw-green) !important;
}
.text-purple {
  color: var(--fw-purple) !important;
}
.text-white-90 {
  color: rgba(255, 255, 255, 0.9) !important;
}

/* ---------- Buttons ---------- */
.btn-fw {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 48px;
  padding: 0 32px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
}
.btn-orange {
  --bs-btn-bg: var(--fw-orange);
  --bs-btn-color: #fff;
  --bs-btn-hover-bg: #f2552d;
  --bs-btn-hover-color: #fff;
  --bs-btn-active-bg: #e44c25;
  --bs-btn-active-color: #fff;
  border: 0;
}
.btn-outline-light-fw {
  border: 1px solid #fff;
  color: #fff;
}
.btn-outline-light-fw:hover {
  background: #fff;
  color: var(--fw-navy);
}
.btn-icon {
  text-transform: none;
}
.btn-lg-fw {
  height: auto;
  padding: 16px 32px;
  gap: 10px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}
.btn-navy {
  background: var(--fw-navy);
  color: #fff;
  padding: 16px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.btn-navy:hover {
  background: var(--fw-navy-2);
  color: #fff;
}

/* ---------- Section scaffolding ---------- */
.section {
  padding: 48px 0;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: var(--fw-blue);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 40px;
  height: 1px;
  background: var(--fw-blue);
  flex-shrink: 0;
}
.eyebrow-lg::before {
  width: 48px;
}
.section-title {
  margin: 0;
  color: var(--fw-navy-2);
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
}
.title-tight {
  color: var(--fw-navy);
  letter-spacing: -0.5px;
}
.section-intro {
  max-width: 384px;
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 26px;
  color: var(--fw-navy-2);
}

@media (min-width: 992px) {
  .section {
    padding: 72px 0;
  }
  .eyebrow {
    margin-bottom: 24px;
  }
  .section-title {
    font-size: 48px;
  }
  .section-intro {
    margin: 0;
  }
}

/* =========================================================
   HERO + NAV
   ========================================================= */
.hero {
  background: var(--fw-navy);
  color: #fff;
  padding: 20px 0 40px;
}

.site-nav {
  background: var(--fw-off);
  border-radius: 18px;
  min-height: 64px;
  padding: 8px 16px;
}
.site-logo {
  width: 150px;
  height: 40px;
  object-fit: contain;
  object-position: left center;
}
.site-nav .navbar-toggler-icon {
  width: 28px;
  height: 28px;
}
.site-nav .nav-link {
  color: var(--fw-navy);
  font-size: 13px;
  line-height: 19.5px;
  letter-spacing: 0.39px;
  text-transform: uppercase;
  padding: 6px 0;
}
.site-nav .nav-link:hover {
  color: var(--fw-blue);
}
.site-nav .nav-link.active {
  color: var(--fw-blue);
  font-weight: 700;
}
.nav-cta {
  width: 128px;
  height: 45px;
  padding: 0;
  margin: 12px 0 0;
}
/* Open state: toggler turns into an × */
.site-nav .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23071329' stroke-width='2' stroke-linecap='round' d='M8 8l14 14M22 8L8 22'/%3e%3c/svg%3e");
}

/* Mobile menu: a separate card floating below the nav bar */
@media (max-width: 1199.98px) {
  .site-nav .navbar-collapse {
    position: absolute;
    top: calc(100% + 32px);
    left: 0;
    right: 0;
    z-index: 1030;
    padding: 10px 20px 16px;
    background: var(--fw-off);
    border-radius: 18px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.3);
  }
}

/* 1200–1399: Bootstrap's 1140px container can't fit the full-size logo + all links */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .site-nav .site-logo {
    width: 180px;
  }
  .site-nav .navbar-nav {
    gap: 16px !important;
  }
}

@media (min-width: 1200px) {
  .site-nav {
    min-height: 76px;
    padding: 6px 24px;
  }
  .site-logo {
    width: 240px;
    height: 64px;
  }
  .site-nav .navbar-nav {
    gap: 24px;
  }
  .site-nav .nav-link {
    padding: 0;
    white-space: nowrap;
  }
  .nav-cta {
    width: 154px;
    height: 48px;
    margin: 0;
  }
}

/* Hero layout: stacked on mobile, 2-col grid with media spanning rows on desktop */
.hero-grid {
  display: grid;
  gap: 24px;
  margin-top: 32px;
  grid-template-areas: "copy" "media" "prices" "cta";
}
.hero-copy {
  grid-area: copy;
}
.hero-media {
  grid-area: media;
}
.hero-prices {
  grid-area: prices;
}
.hero-cta {
  grid-area: cta;
}

@media (max-width: 991.98px) {
  .hero .eyebrow {
    letter-spacing: 1.4px;
  }
}
.hero-title {
  margin: 0 0 24px;
  font-size: 44px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -1px;
}
.hero-lead {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.9);
}

.collage {
  position: relative;
  aspect-ratio: 370 / 280;
}
.collage img {
  position: absolute;
  object-fit: cover;
}
.collage-main {
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.collage-sub {
  left: 0;
  bottom: 0;
  width: 45%;
  height: 55%;
  border-radius: 12px;
  border: 2px solid var(--fw-navy);
}
.collage-bar {
  position: absolute;
  left: 44%;
  top: 10%;
  width: 8px;
  height: 50%;
  background: var(--fw-blue);
  border-radius: 6px;
}

.hero-prices {
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
  overflow: hidden;
}
.hero-prices li {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.hero-prices li:last-child {
  border-bottom: 0;
}
.hero-prices .emoji {
  font-size: 20px;
  line-height: 28px;
}
.hero-prices strong {
  display: block;
  font-size: 13px;
  line-height: 16.25px;
}
.hero-prices small {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.5);
}
.hero-prices .dot {
  width: 6px;
  height: 6px;
  margin-left: auto;
  border-radius: 50%;
  background: var(--fw-blue);
  flex-shrink: 0;
}

.hero-cta {
  display: flex;
  gap: 12px;
}
.hero-cta .btn-fw {
  flex: 1;
  padding: 0 12px;
}

@media (min-width: 992px) {
  .hero {
    padding: 32px 0 56px;
  }
  .hero-grid {
    margin-top: 52px;
    column-gap: 64px;
    row-gap: 32px;
    grid-template-columns: minmax(0, 608fr) minmax(0, 637fr);
    grid-template-rows: auto auto auto 1fr;
    grid-template-areas: "copy media" "prices media" "cta media" ". media";
  }
  .hero-copy {
    padding-top: 32px;
  }
  .hero-title {
    font-size: clamp(56px, 5.2vw, 74px);
    letter-spacing: -2.22px;
    margin-bottom: 8px;
  }
  .hero-lead {
    font-size: 18px;
    max-width: 560px;
  }
  .hero .hero-cta {
    gap: 24px;
    margin-top: -8px;
  }
  .hero-cta .btn-fw {
    flex: none;
    width: 154px;
  }
  .hero-cta .btn-outline-light-fw {
    width: 197px;
  }

  .collage {
    aspect-ratio: 637 / 672;
  }
  .collage-main {
    left: 29.36%;
    width: 70.64%;
    height: 96.73%;
    border-radius: 28px;
  }
  .collage-sub {
    top: 54.32%;
    bottom: auto;
    width: 41.6%;
    height: 46.13%;
    border-radius: 20px;
    border: 0;
  }
  .collage-bar {
    left: 23.55%;
    top: 8.93%;
    width: 12px;
    height: 31.25%;
  }
}

/* =========================================================
   TICKER
   ========================================================= */
.ticker {
  overflow: hidden;
  background: var(--fw-navy);
  padding: 12px 0;
  border-block: 1px solid rgba(21, 151, 229, 0.2);
}
.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker 40s linear infinite;
}
.ticker ul {
  display: flex;
  margin: 0;
}
.ticker li {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 24px;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.ticker li::after {
  content: "◆";
  color: var(--fw-blue);
  opacity: 0.4;
}
@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .ticker-track {
    animation: none;
  }
}
@media (min-width: 992px) {
  .ticker {
    padding: 16px 0;
  }
}

/* =========================================================
   WHAT WE DO
   ========================================================= */
.services-grid {
  margin-top: 12px;
}
.svc-card {
  height: 100%;
  background: #fff;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(7, 29, 59, 0.07);
  box-shadow: 0 2px 12px rgba(7, 29, 59, 0.05);
}
.svc-media {
  position: relative;
  height: 200px;
  background: #eef4fb;
}
.svc-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.svc-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(7, 29, 59, 0) 40%,
    rgba(7, 29, 59, 0.4)
  );
}
.svc-icon {
  position: absolute;
  z-index: 1;
  left: 16px;
  bottom: 16px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.25));
}
.svc-body {
  padding: 20px 20px 24px;
}
.svc-body h3 {
  margin: 0;
  color: var(--fw-navy-2);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.svc-body p {
  margin: 8px 0 0;
  color: var(--fw-text);
  font-size: 14px;
  line-height: 22.75px;
}
@media (min-width: 992px) {
  .services-grid {
    margin-top: 32px;
  }
}

/* =========================================================
   HOW IT WORKS
   ========================================================= */
.steps {
  margin-top: 12px;
  margin-bottom: 0;
}
.step-card {
  height: 100%;
  padding: 24px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(7, 29, 59, 0.07);
}
.step-bar {
  display: block;
  width: 48px;
  height: 4px;
  border-radius: 99px;
  background: var(--accent);
}
.step-label {
  margin: 20px 0 0;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.step-card h3 {
  margin: 8px 0 0;
  color: var(--fw-navy-2);
  font-size: 18px;
  font-weight: 800;
  line-height: 24.75px;
}
.step-card p:not(.step-label) {
  margin: 8px 0 0;
  color: var(--fw-text);
  font-size: 14px;
  line-height: 22.75px;
}
.step-link {
  display: inline-block;
  margin-top: 16px;
  color: var(--fw-orange);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.step-link:hover {
  color: #e44c25;
}
@media (min-width: 992px) {
  .steps {
    margin-top: 32px;
  }
}

/* =========================================================
   PLATFORM
   ========================================================= */
.platform-lead {
  margin: 24px 0;
  max-width: 543px;
  color: var(--fw-text);
  font-size: 16px;
  line-height: 28px;
}
.check-list {
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
}
.check-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--fw-text);
  font-size: 14px;
  line-height: 21px;
}
.check-list li::before {
  content: "";
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 107, 69, 0.15) url("assets/icon-check.svg") center /
    10px 8px no-repeat;
}

.platform-visual {
  position: relative;
}
.browser {
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.5);
}
.browser-bar {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 16px;
  background: #f0f4f8;
  border-bottom: 1px solid var(--fw-line);
}
.browser-dots {
  display: flex;
  gap: 6px;
}
.browser-dots i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff5f57;
}
.browser-dots i:nth-child(2) {
  background: #febc2e;
}
.browser-dots i:nth-child(3) {
  background: #28c840;
}
.browser-url {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  background: #fff;
  border: 1px solid var(--fw-line);
  border-radius: 6px;
  color: rgba(7, 19, 41, 0.4);
  font-size: 11px;
  line-height: 16.5px;
}
.browser-url i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--fw-green);
}
.browser-screen {
  position: relative;
  height: 230px;
}
.browser-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.browser-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    148deg,
    rgba(21, 151, 229, 0.15),
    rgba(21, 151, 229, 0) 60%
  );
}

.stat-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 32px;
}
.stat-card {
  padding: 12px 16px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(7, 29, 59, 0.1);
  box-shadow:
    0 20px 25px rgba(0, 0, 0, 0.06),
    0 8px 10px rgba(0, 0, 0, 0.06);
}
.stat-card small {
  display: block;
  white-space: nowrap;
  color: rgba(7, 19, 41, 0.4);
  font-size: 11px;
  line-height: 15px;
}
.stat-card strong {
  display: block;
  margin-top: 4px;
  color: var(--fw-navy);
  font-size: 18px;
  font-weight: 800;
  line-height: 27px;
}
.stat-card em {
  margin-left: 4px;
  font-style: normal;
  font-size: 11px;
  font-weight: 600;
}

@media (min-width: 992px) {
  .browser-screen {
    height: 364px;
  }
  .stat-cards {
    display: block;
    margin: 0;
  }
  .stat-card {
    position: absolute;
  }
  .stat-card small {
    font-size: 10px;
  }
  .s1 {
    left: -24px;
    top: 48px;
  }
  .s2 {
    right: -16px;
    top: 32px;
  }
  .s3 {
    left: -16px;
    top: 277px;
  }
  .s4 {
    right: -8px;
    top: 301px;
  }
}

/* =========================================================
   WHY FLOWAYS
   ========================================================= */
.why-grid {
  margin-top: 24px;
}
.why-card {
  height: 100%;
  padding: 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.why-card.featured {
  background: rgba(21, 151, 229, 0.08);
  border-color: rgba(21, 151, 229, 0.3);
}
.why-card strong {
  display: block;
  color: var(--fw-orange);
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
}
.why-card span {
  display: block;
  padding-top: 4px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.35px;
}
.why-card p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 22.75px;
}

.why-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin-top: 24px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  overflow: hidden;
}
.why-features > div {
  padding: 24px 18px;
  background: rgba(7, 29, 59, 0.8);
}
.why-features h3 {
  margin: 0;
  color: var(--fw-blue);
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.why-features p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 19.5px;
}

@media (min-width: 992px) {
  .why-grid {
    margin-top: 48px;
  }
  .why-card {
    padding: 32px;
  }
  .why-card strong {
    font-size: 48px;
  }
  .why-features {
    grid-template-columns: repeat(4, 1fr);
  }
  .why-features > div {
    padding: 32px 24px;
  }
}

/* =========================================================
   FAQ
   ========================================================= */
.faq-lead {
  max-width: 400px;
  margin: 24px 0;
  color: var(--fw-text);
  font-size: 15px;
  line-height: 26px;
}
.faq-img {
  display: block;
  width: 100%;
  margin-top: 24px;
  border-radius: 16px;
  aspect-ratio: 370 / 220;
  object-fit: cover;
  object-position: center 62%;
}
.faq-list {
  padding: 8px 20px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(7, 29, 59, 0.07);
  box-shadow: 0 2px 8px rgba(7, 29, 59, 0.06);
}
.faq-list details {
  border-bottom: 1px solid var(--fw-line);
}
.faq-list details:last-child {
  border-bottom: 0;
}
.faq-list summary {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  padding: 20px 0;
  cursor: pointer;
  list-style: none;
  color: var(--fw-navy);
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary::after {
  content: "";
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: url("assets/faq-arrow.svg") center / 12px no-repeat;
  transition: transform 0.2s;
}
.faq-list details[open] summary::after {
  transform: rotate(90deg);
}
.faq-list details p {
  margin: -8px 0 20px;
  color: var(--fw-text);
  font-size: 14px;
  line-height: 22.75px;
}

@media (min-width: 992px) {
  .faq-img {
    max-width: 492px;
    aspect-ratio: 492 / 480;
    object-position: center 19%;
  }
  .faq-list {
    margin-top: 134px;
    padding: 8px 32px;
  }
}

/* =========================================================
   CONTACT
   ========================================================= */
.contact-grid {
  display: grid;
  gap: 40px;
}
#contact .section-title {
  color: var(--fw-navy);
}
.contact-lead {
  margin: 16px 0 0;
  color: var(--fw-gray);
  font-size: 16px;
  line-height: 28px;
}

.contact-links {
  display: grid;
  gap: 16px;
  margin-top: 32px;
}
.contact-link {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 22px;
  background: #fff;
  border: 1px solid var(--fw-line);
  border-radius: 16px;
  transition: border-color 0.2s;
}
.contact-link:hover {
  border-color: var(--fw-blue);
}
.contact-icon {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 14px;
}
.contact-link small {
  display: block;
  color: var(--fw-muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 16.5px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
.contact-link strong {
  display: block;
  padding-top: 2px;
  color: var(--fw-navy);
  font-size: 15px;
  line-height: 22.5px;
}
.contact-link span > span {
  display: block;
  padding-top: 2px;
  color: var(--fw-muted);
  font-size: 12px;
  line-height: 18px;
}

.follow-label {
  margin: 40px 0 16px;
  color: var(--fw-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}
.social-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid rgba(7, 29, 59, 0.1);
  border-radius: 10px;
  color: var(--fw-navy);
  font-size: 13px;
  font-weight: 600;
  line-height: 19.5px;
}
.social-chip:hover {
  border-color: var(--fw-blue);
  color: var(--fw-navy);
}

.map {
  height: 160px;
  margin-top: 40px;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid var(--fw-line);
}
.map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.map-caption {
  margin: 10px 0 0;
  color: var(--fw-muted);
  font-size: 12px;
  line-height: 18px;
}

.contact-form {
  padding: 32px 22px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid var(--fw-line);
  box-shadow: 0 4px 12px rgba(7, 29, 59, 0.06);
}
.contact-form h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 800;
  line-height: 33px;
  letter-spacing: -0.3px;
}
.form-sub {
  margin: 6px 0 24px;
  color: var(--fw-muted);
  font-size: 14px;
  line-height: 21px;
}
.contact-status {
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 16px;
}
.contact-status-success {
  background-color: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #065f46;
}
.contact-status-error {
  background-color: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
}
:is(.contact-form, .quote-modal) .form-label {
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.48px;
}
:is(.contact-form, .quote-modal) .form-control,
:is(.contact-form, .quote-modal) .form-select {
  min-height: 49px;
  padding: 13px 16px;
  border-radius: 10px;
  border-color: rgba(7, 29, 59, 0.15);
  color: var(--fw-navy);
  font-size: 14px;
}
:is(.contact-form, .quote-modal) .form-select {
  background-image: url("assets/select-chevron.svg");
  background-size: 14px;
}
:is(.contact-form, .quote-modal) .form-control::placeholder {
  color: rgba(7, 19, 41, 0.5);
}
:is(.contact-form, .quote-modal) textarea.form-control {
  height: 112px;
  resize: vertical;
}
:is(.contact-form, .quote-modal) .form-control:focus,
:is(.contact-form, .quote-modal) .form-select:focus {
  border-color: var(--fw-blue);
  box-shadow: 0 0 0 3px rgba(21, 151, 229, 0.15);
}
.form-note {
  margin: 16px 0 0;
  text-align: center;
  color: var(--fw-muted);
  font-size: 12px;
  line-height: 18px;
}
.form-note a {
  color: var(--fw-blue);
}

/* CTA banner */
.cta-banner {
  position: relative;
  overflow: hidden;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: var(--fw-navy);
  border-radius: 24px;
  color: #fff;
}
.cta-rings {
  position: absolute;
  right: -200px;
  top: -105px;
  pointer-events: none;
}
.cta-glow {
  position: absolute;
  left: -80px;
  top: -15px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: var(--fw-blue);
  opacity: 0.06;
  filter: blur(60px);
}
.cta-copy,
.cta-action {
  position: relative;
}
.cta-eyebrow {
  margin: 0;
  color: var(--fw-blue);
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 2.16px;
  text-transform: uppercase;
}
.cta-banner h3 {
  max-width: 560px;
  margin: 10px 0 0;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.8px;
}
.cta-action p {
  margin: 14px 0 0 2px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
  line-height: 19.5px;
}

@media (min-width: 992px) {
  .contact-grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 80px;
    margin-top: 20px;
  }
  .contact-links {
    margin-top: 48px;
  }
  .follow-label {
    margin-top: 48px;
  }
  .map {
    height: 220px;
  }
  .contact-form {
    padding: 40px;
  }
  .cta-banner {
    margin-top: 64px;
    min-height: 270px;
    padding: 56px 72px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .cta-rings {
    right: -60px;
  }
  .cta-banner h3 {
    font-size: 36px;
    line-height: 43.2px;
  }
  .cta-action {
    margin-top: 35px;
    margin-right: 100px;
  }
}

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer {
  background: var(--fw-navy);
  color: rgba(255, 255, 255, 0.6);
}
.footer-top {
  padding: 48px 0 40px;
}
.footer-logo {
  display: block;
  object-fit: contain;
}
.footer-about {
  max-width: 240px;
  margin: 18px 0 24px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 22.75px;
}
.footer-social a {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  transition: background 0.2s;
}
.footer-social a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.footer-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.footer-heading::before {
  content: "";
  width: 2px;
  height: 12px;
  border-radius: 2px;
  background: var(--fw-blue);
}
.footer-list {
  display: grid;
  gap: 10px;
  margin: 0;
  font-size: 14px;
  line-height: 21px;
}
.footer-list a {
  color: rgba(255, 255, 255, 0.6);
}
.footer-list a:hover {
  color: #fff;
}
.footer-contact {
  gap: 12px;
}
.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.footer-contact img {
  margin-top: 2px;
}
.footer-cta {
  height: 44px;
  width: 122px;
  padding: 0;
  margin-top: 20px;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  line-height: 16px;
}
.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
}
.footer-legal {
  display: flex;
  margin: 0;
}
.footer-legal li + li::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 16px;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.1);
}
.footer-legal a {
  color: rgba(255, 255, 255, 0.6);
}
.footer-legal a:hover {
  color: #fff;
}
.footer-bottom .footer-tagline {
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background: linear-gradient(to right, var(--fw-blue), #3dd8fa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@media (min-width: 992px) {
  .footer-top {
    padding: 64px 0 48px;
  }
  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

/* =========================================================
   INNER PAGES — shared (About, Careers)
   ========================================================= */
.site-header {
  background: var(--fw-navy);
  padding-top: 20px;
}
.eyebrow-sm {
  font-size: 11px;
  line-height: 16.5px;
  letter-spacing: 3px;
}
.eyebrow-both::after {
  content: "";
  width: 40px;
  height: 1px;
  background: var(--fw-blue);
  flex-shrink: 0;
}
.container-narrow {
  max-width: 1104px;
}
.center-lead {
  max-width: 480px;
  margin: 16px auto 0;
  color: #555d6b;
  font-size: 15px;
  line-height: 26px;
}

/* Navy statement band with decorative rings (About purpose, Careers open positions) */
.statement {
  position: relative;
  overflow: hidden;
  background: var(--fw-navy);
  color: #fff;
  border-bottom: 0.5px solid var(--fw-blue);
}
.statement-inner {
  position: relative;
  max-width: 860px;
  text-align: center;
}
.statement-sm {
  max-width: 680px;
}
.statement-title {
  margin: 0;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -1px;
}
.statement-title span {
  display: block;
}
.statement-lead {
  max-width: 580px;
  margin: 24px auto 32px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 30px;
}
.statement .hero-cta .btn-fw {
  flex: 1 1 0;
  max-width: 200px;
}
.ring {
  position: absolute;
  border-radius: 50%;
  border-style: solid;
  pointer-events: none;
}
.ring-orange {
  left: -150px;
  top: 72px;
  width: 300px;
  height: 300px;
  border-width: 40px;
  border-color: rgba(255, 107, 69, 0.05);
}
.ring-white {
  right: -200px;
  top: 72px;
  width: 500px;
  height: 500px;
  border-width: 60px;
  border-color: rgba(255, 255, 255, 0.03);
}
.ring-low {
  left: -80px;
  top: auto;
  bottom: -80px;
}

@media (min-width: 992px) {
  .site-header {
    padding: 32px 0 40px;
  }
  .statement-title {
    font-size: 62px;
    line-height: 1;
    letter-spacing: -1.5px;
  }
  .statement-title-sm {
    font-size: 50px;
    letter-spacing: -1px;
  }
  .statement-lead {
    font-size: 17px;
    margin: 32px auto 40px;
  }
  .statement .hero-cta .btn-fw {
    flex: none;
    max-width: none;
  }
  .ring-orange {
    left: 0;
  }
  .ring-white {
    right: -200px;
  }
  .ring-low {
    left: -80px;
  }
}

/* =========================================================
   ABOUT
   ========================================================= */
.about-hero {
  position: relative;
  overflow: hidden;
  background: var(--fw-navy);
  color: #fff;
  padding-top: 32px;
}
.about-title {
  margin: 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -1.5px;
}
.about-lead {
  max-width: 460px;
  margin: 16px 0 24px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 30px;
}
.pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 24px;
}
.pills li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 99px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  font-weight: 600;
  line-height: 19.5px;
}
.pills li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--fw-orange);
}
.about-hero-media {
  position: relative;
  height: 260px;
  margin-top: 56px;
}
.about-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}
.about-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, var(--fw-navy) 0%, rgba(7, 19, 41, 0) 35%),
    linear-gradient(90deg, var(--fw-navy) 0%, rgba(7, 19, 41, 0.15) 35%, rgba(7, 19, 41, 0) 60%);
}
.glass-badge {
  position: absolute;
  z-index: 1;
  left: 20px;
  bottom: 20px;
  padding: 16px 20px;
  background: rgba(7, 19, 41, 0.8);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
}
.glass-badge strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
  line-height: 20.6px;
}
.glass-badge small {
  display: block;
  padding-top: 8px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
  line-height: 18px;
}
.badge-bar {
  display: block;
  width: 32px;
  height: 2px;
  margin-top: 8px;
  border-radius: 2px;
  background: var(--fw-orange);
}

.stats-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  background: var(--fw-blue);
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 20px;
}
.stats-strip li {
  padding: 28px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.stats-strip li:nth-child(2n) {
  border-right: 0;
}
.stats-strip strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
}

.story-grid {
  display: grid;
  gap: 32px;
  grid-template-areas: "head" "media" "body";
}
.story-head {
  grid-area: head;
}
.story-media {
  grid-area: media;
  position: relative;
  aspect-ratio: 370 / 300;
}
.story-body {
  grid-area: body;
  display: grid;
  gap: 20px;
  padding: 0 16px;
  border-left: 2px solid #eef4fb;
  color: var(--fw-text);
  font-size: 15px;
  line-height: 28px;
}
.story-body p {
  margin: 0;
}
.story-body strong {
  color: var(--fw-navy);
}
.story-main {
  position: absolute;
  top: 0;
  right: 0;
  width: 75%;
  height: 87%;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(7, 29, 59, 0.14);
}
.story-main > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(7, 29, 59, 0.05), rgba(7, 29, 59, 0.55));
}
.story-badge {
  position: absolute;
  z-index: 1;
  right: 16px;
  bottom: 16px;
  max-width: 200px;
  padding: 12px 16px;
  background: rgba(7, 19, 41, 0.9);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  color: #fff;
}
.story-badge strong {
  display: block;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}
.story-badge small {
  display: block;
  padding-top: 4px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  line-height: 18px;
}
.story-badge .badge-bar {
  margin-top: 10px;
}
.story-sub {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 47%;
  height: 59%;
  object-fit: cover;
  border: 4px solid #fff;
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(7, 29, 59, 0.14);
}
.story-bar {
  position: absolute;
  left: 49%;
  top: 28%;
  width: 5px;
  height: 32%;
  border-radius: 5px;
  background: var(--fw-blue);
  opacity: 0.4;
}

.number-cards {
  margin: 24px 0 0;
}
.number-card {
  height: 100%;
  padding: 32px;
  background: #fff;
  border: 1px solid rgba(7, 29, 59, 0.05);
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(7, 29, 59, 0.06);
}
.number-card span {
  display: block;
  color: rgba(255, 107, 69, 0.3);
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
}
.number-card h3 {
  margin: 16px 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 22.5px;
}
.number-card p {
  margin: 0;
  color: #555d6b;
  font-size: 14px;
  line-height: 24px;
}

@media (min-width: 992px) {
  .about-hero {
    min-height: 695px;
    padding: 40px 0 80px;
  }
  .about-hero-copy {
    width: 66%;
    max-width: 800px;
  }
  .about-title {
    font-size: clamp(56px, 5.2vw, 74px);
    letter-spacing: -3px;
  }
  .about-lead {
    font-size: 18px;
    margin: 16px 0 32px;
  }
  .pills {
    margin-bottom: 36px;
  }
  .about-hero-media {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 33.34%;
    height: auto;
    margin: 0;
  }
  .glass-badge {
    left: 40px;
    bottom: 56px;
  }
  .stats-strip {
    grid-template-columns: repeat(4, 1fr);
  }
  .stats-strip li {
    padding: 32px 40px;
    border-bottom: 0;
  }
  .stats-strip li:nth-child(2n) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .stats-strip li:last-child {
    border-right: 0;
  }
  .story-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "head media" "body media";
    column-gap: clamp(48px, 7vw, 104px);
    row-gap: 24px;
    align-content: center;
  }
  .story-media {
    align-self: center;
    aspect-ratio: 568 / 560;
  }
  .story-main {
    width: 88%;
    height: 75%;
  }
  .story-badge {
    padding: 16px 20px;
    bottom: 26px;
    right: 24px;
  }
  .story-badge strong {
    font-size: 16px;
  }
  .story-sub {
    width: 52%;
    height: 39.3%;
  }
  .number-cards {
    margin-top: 40px;
  }
}

/* =========================================================
   CAREERS
   ========================================================= */
.careers-hero {
  position: relative;
  overflow: hidden;
  background: var(--fw-navy);
  color: #fff;
  padding: 72px 0 88px;
}
.ring-hero {
  top: 78px;
  right: -180px;
  width: 420px;
  height: 420px;
  border-width: 50px;
}
.careers-title {
  position: relative;
  margin: 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -1.5px;
}
.careers-lead {
  position: relative;
  max-width: 540px;
  margin: 24px auto 32px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 28px;
}
.perk-grid {
  margin-top: 16px;
}
.perk-card {
  display: flex;
  gap: 20px;
  height: 100%;
  padding: 24px;
  background: #f8fafc;
  border: 1px solid rgba(7, 29, 59, 0.07);
  border-radius: 16px;
}
.perk-emoji {
  flex-shrink: 0;
  font-size: 28px;
  line-height: 42px;
}
.perk-card h3 {
  margin: 8px 0 6px;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
}
.perk-card p {
  margin: 0;
  color: #555d6b;
  font-size: 14px;
  line-height: 23px;
}
.reach-card {
  position: relative;
  display: grid;
  gap: 20px;
  max-width: 480px;
  margin: 0 auto;
  padding: 24px;
  text-align: left;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
}
.reach-card small {
  display: block;
  color: rgba(255, 255, 255, 0.4);
  font-size: 11px;
  font-weight: 700;
  line-height: 16.5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.reach-card strong {
  display: block;
  padding-top: 4px;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
}
.reach-card .btn-fw {
  height: 44px;
  font-size: 13px;
}

@media (min-width: 992px) {
  .careers-hero {
    min-height: 547px;
    padding: 56px 0 80px;
  }
  .ring-hero {
    right: -96px;
  }
  .careers-title {
    font-size: 68px;
    line-height: 68px;
  }
  .careers-lead {
    font-size: 17px;
    line-height: 30px;
  }
  .perk-grid {
    margin-top: 24px;
    max-width: 1004px;
    margin-inline: auto;
  }
  .perk-card {
    padding: 28px;
  }
  .reach-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 28px;
  }
  .reach-card .btn-fw {
    padding: 0 24px;
  }
}

/* =========================================================
   QUOTE MODAL (multi-step)
   ========================================================= */
.quote-modal {
  --bs-modal-margin: 16px;
  --bs-modal-width: 672px;
  --bs-modal-border-radius: 16px;
  --bs-modal-border-width: 0;
}
.modal-backdrop {
  --bs-backdrop-bg: #071329;
  --bs-backdrop-opacity: 0.6;
  backdrop-filter: blur(8px);
}
.quote-modal .modal-content {
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.quote-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 24px;
  background: var(--fw-navy);
  color: #fff;
}
.quote-head h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.quote-head p {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 18px;
}
.quote-close {
  padding: 0 0 0 16px;
  border: 0;
  background: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 28px;
  line-height: 24px;
}
.quote-close:hover {
  color: #fff;
}
.quote-progress {
  display: flex;
  gap: 4px;
  margin: 0;
  padding: 16px 24px 0;
}
.quote-progress li {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  color: rgba(7, 29, 59, 0.3);
  font-size: 10px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.quote-progress li::before {
  content: "";
  display: block;
  height: 4px;
  margin-bottom: 4px;
  border-radius: 4px;
  background: rgba(7, 29, 59, 0.1);
}
.quote-progress li.active {
  color: var(--fw-blue);
}
.quote-progress li.active::before {
  background: var(--fw-blue);
}
.quote-body {
  padding: 20px 24px;
}
.quote-step {
  min-width: 0;
}
.quote-title {
  float: none;
  margin: 0;
  color: var(--fw-navy);
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
}
.quote-sub {
  margin: 4px 0 20px;
  color: var(--fw-text);
  font-size: 13px;
  line-height: 19.5px;
}
.quote-options {
  display: grid;
  gap: 12px;
}
.quote-option {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border: 1.7px solid rgba(7, 29, 59, 0.1);
  border-radius: 12px;
  cursor: pointer;
  transition: border-color 0.15s, background-color 0.15s;
}
.quote-option:hover {
  border-color: rgba(21, 151, 229, 0.5);
}
.quote-option:has(input:checked) {
  background: #eef4fb;
  border-color: var(--fw-blue);
}
.quote-option strong {
  display: block;
  font-size: 13px;
  line-height: 19.5px;
}
.quote-option small {
  display: block;
  padding-top: 2px;
  color: var(--fw-text);
  font-size: 12px;
  line-height: 18px;
}
/* Custom checkbox (service cards + "not sure") */
.quote-option input,
.quote-unsure input {
  appearance: none;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  border: 1.7px solid rgba(7, 29, 59, 0.25);
  border-radius: 4px;
  background: #fff center / 10px 8px no-repeat;
}
.quote-option input:checked,
.quote-unsure input:checked {
  border-color: var(--fw-blue);
  background-color: var(--fw-blue);
  background-image: url("assets/modal-arrow.svg");
}
.quote-option input:focus-visible,
.quote-unsure input:focus-visible,
.chip:has(input:focus-visible) span {
  outline: 2px solid var(--fw-blue);
  outline-offset: 2px;
}
.quote-unsure {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  color: var(--fw-text);
  font-size: 13px;
  line-height: 19.5px;
  cursor: pointer;
}
.quote-unsure input {
  margin: 0;
}
.quote-error {
  margin: 12px 0 0;
  color: #dc3545;
  font-size: 12px;
}
.quote-submit-error {
  margin: 14px 0 0;
  padding: 10px 14px;
  background-color: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
  color: #991b1b;
  font-size: 13px;
  line-height: 1.4;
}

/* Step 2 */
.quote-step > .quote-title + .quote-block {
  margin-top: 24px;
}
.quote-block,
.quote-more {
  display: grid;
  gap: 20px;
}
.quote-block {
  padding-left: 16px;
  border-left: 1.7px solid rgba(21, 151, 229, 0.3);
}
.quote-block-label {
  margin: 0;
  color: var(--fw-blue);
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.quote-label {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}
.quote-more {
  gap: 16px;
  margin-top: 24px;
  padding-top: 8px;
  border-top: 0.85px solid var(--fw-line);
}
.quote-more-label {
  margin: 0;
  opacity: 0.5;
  font-size: 13px;
  font-weight: 700;
  line-height: 19.5px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
.range-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.range-main {
  flex: 1;
  min-width: 0;
}
.range-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(7, 19, 41, 0.4);
  font-size: 11px;
  line-height: 16.5px;
}
.range-top output {
  color: var(--fw-blue);
  font-size: 18px;
  font-weight: 800;
  line-height: 27px;
}
.range-field input[type="range"] {
  --fill: 50%;
  appearance: none;
  display: block;
  width: 100%;
  height: 8px;
  margin: 6px 0;
  border-radius: 24px;
  background: linear-gradient(var(--fw-blue), var(--fw-blue)) 0 / var(--fill) 100% no-repeat, #eef1f5;
  cursor: pointer;
}
.range-field input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--fw-blue);
  box-shadow: 0 1px 4px rgba(7, 29, 59, 0.3);
}
.range-field input[type="range"]::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--fw-blue);
  box-shadow: 0 1px 4px rgba(7, 29, 59, 0.3);
}
.range-ticks {
  display: flex;
  justify-content: space-between;
  gap: 2px;
  color: rgba(7, 19, 41, 0.3);
  font-size: 8px;
  line-height: 15px;
  white-space: nowrap;
}
.range-exact {
  flex-shrink: 0;
  width: 80px;
  color: rgba(7, 19, 41, 0.4);
  font-size: 10px;
  line-height: 15px;
  text-align: center;
}
.range-exact input {
  display: block;
  width: 100%;
  height: 40px;
  margin-top: 4px;
  padding: 0 8px;
  border: 0.85px solid rgba(7, 29, 59, 0.15);
  border-radius: 8px;
  color: var(--fw-navy);
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
.range-exact input::-webkit-inner-spin-button,
.range-exact input::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}
.range-exact input {
  -moz-appearance: textfield;
}
.range-exact input:focus {
  outline: 0;
  border-color: var(--fw-blue);
}
.range-note {
  margin: 8px 0 0;
  color: var(--fw-blue);
  font-size: 12px;
  line-height: 18px;
}
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.chip {
  position: relative;
  cursor: pointer;
}
.chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.chip span {
  display: block;
  padding: 6px 12px;
  background: #fff;
  border: 0.85px solid rgba(7, 29, 59, 0.12);
  border-radius: 8px;
  color: var(--fw-navy);
  font-size: 13px;
  font-weight: 600;
  line-height: 19.5px;
}
.chip:hover span {
  border-color: rgba(21, 151, 229, 0.5);
}
.chip:has(input:checked) span {
  background: #eef4fb;
  border-color: var(--fw-blue);
  color: var(--fw-blue);
}

/* Step 4 */
.quote-review {
  display: grid;
  grid-template-columns: minmax(96px, auto) 1fr;
  gap: 10px 16px;
  margin: 0;
  padding: 16px;
  background: var(--fw-off);
  border: 1px solid var(--fw-line);
  border-radius: 12px;
  font-size: 13px;
  line-height: 19.5px;
}
.quote-review dt {
  color: var(--fw-muted);
  font-weight: 700;
}
.quote-review dd {
  margin: 0;
  overflow-wrap: anywhere;
}
.quote-done {
  padding: 24px 0;
  text-align: center;
}
.quote-done-icon {
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--fw-blue);
}
.quote-done h3 {
  font-size: 20px;
  font-weight: 800;
}
.quote-done p {
  margin: 8px 0 24px;
  color: var(--fw-text);
  font-size: 14px;
}

.quote-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-top: 0.85px solid var(--fw-line);
}
.quote-back {
  padding: 10px 16px;
  background: #fff;
  border: 0.85px solid rgba(7, 29, 59, 0.12);
  border-radius: 8px;
  color: var(--fw-navy);
  font-size: 13px;
  font-weight: 600;
  line-height: 19.5px;
}
.quote-next {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  padding: 10px 24px;
  background: var(--fw-blue);
  border: 0;
  border-radius: 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 19.5px;
  text-transform: uppercase;
}
.quote-back[hidden] + .quote-next {
  margin-left: 0;
}
.quote-back:hover {
  border-color: var(--fw-navy);
}
.quote-next:hover {
  background: #0f86cf;
}
[hidden] {
  display: none !important;
}

@media (min-width: 576px) {
  .quote-options {
    grid-template-columns: 1fr 1fr;
  }
}
