* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f4f7fb;
  color: #14213d;
}

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

.page {
  max-width: 1500px;
  margin: 0 auto;
  padding: 24px 18px;
}

.top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.brand {
  font-size: 22px;
  font-weight: 900;
  color: #14213d;
}

.nav-links {
  display: flex;
  gap: 14px;
  align-items: center;
}

.nav-links a {
  color: #52616f;
  font-size: 14px;
  font-weight: 900;
}

.nav-links a:hover {
  color: #0075b9;
}

.hero {
  background: linear-gradient(135deg, #002b49, #005f95);
  color: white;
  padding: 30px;
  border-radius: 26px;
  margin-bottom: 18px;
  box-shadow: 0 16px 38px rgba(0, 43, 73, 0.22);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 560px;
  gap: 28px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.82;
}

.eyebrow.dark {
  color: #005f95;
  opacity: 1;
}

.hero h1 {
  margin: 0 0 12px;
  font-size: 52px;
  line-height: 1.03;
  letter-spacing: -0.04em;
  color: white;
  max-width: 820px;
}

.hero-subtitle {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
  opacity: 0.92;
  max-width: 720px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.primary-btn,
.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 999px;
  padding: 13px 18px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

.primary-btn {
  background: #0075b9;
  color: white;
}

.primary-btn:hover {
  background: #005f95;
}

.hero .primary-btn {
  background: white;
  color: #005f95;
}

.hero .primary-btn:hover {
  background: #eef7ff;
}

.secondary-btn {
  background: rgba(255, 255, 255, 0.12);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.secondary-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 8px 11px;
  background: rgba(255, 255, 255, 0.12);
  color: white;
  font-size: 12px;
  font-weight: 900;
}

.search-preview-card {
  background: white;
  border: 1px solid #dde7f0;
  border-radius: 24px;
  padding: 16px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.14);
  color: #14213d;
}

.preview-search {
  background: #eef7ff;
  border: 1px solid #cde9ff;
  color: #12324a;
  padding: 14px 16px;
  border-radius: 18px;
  margin-bottom: 12px;
}

.preview-search span {
  display: block;
  color: #52616f;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.preview-search strong {
  display: block;
  font-size: 16px;
  line-height: 1.35;
}

.preview-results {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.preview-result {
  background: #f8fbfe;
  border: 1px solid #dceaf4;
  border-radius: 16px;
  padding: 12px;
}

.preview-result h3 {
  margin: 0;
  font-size: 16px;
  color: #0f172a;
}

.preview-result p {
  margin: 3px 0 10px;
  color: #64748b;
  font-size: 13px;
}

.preview-times {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.preview-times span {
  display: inline-flex;
  background: #0075b9;
  color: white;
  padding: 10px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.video-section,
.section-card,
.split-section {
  margin-bottom: 18px;
}

.video-section {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: 18px;
  align-items: stretch;
}

.section-copy,
.section-card,
.card-panel {
  background: white;
  border: 1px solid #dde7f0;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.section-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-copy h2,
.section-card h2,
.card-panel h2,
.live-section h2,
.business-cta h2 {
  margin: 0 0 10px;
  font-size: 32px;
  line-height: 1.08;
  color: #0f172a;
}

.section-copy p,
.section-card p,
.card-panel p,
.live-section p,
.business-cta p {
  margin: 0;
  color: #52616f;
  font-size: 16px;
  line-height: 1.5;
}

.video-card {
  background: white;
  border: 1px solid #dde7f0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.1);
}

.video-card video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  background: #0f172a;
}

.split-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.old-way {
  background: #fff1f2;
  border-color: #fecdd3;
}

.old-way .eyebrow.dark {
  color: #9f1239;
}

.new-way {
  background: #eef7ff;
  border-color: #cde9ff;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.step-card {
  background: #f8fbfe;
  border: 1px solid #dceaf4;
  border-radius: 20px;
  padding: 18px;
}

.step-card span {
  display: inline-flex;
  margin-bottom: 10px;
  color: #0075b9;
  font-size: 13px;
  font-weight: 900;
}

.step-card h3 {
  margin: 0 0 8px;
  color: #0f172a;
  font-size: 19px;
}

.step-card p {
  color: #64748b;
  font-size: 14px;
}

.live-section {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  background: linear-gradient(135deg, #002b49, #005f95);
  color: white;
  padding: 30px;
  border-radius: 26px;
  margin-bottom: 18px;
  box-shadow: 0 16px 38px rgba(0, 43, 73, 0.22);
}

.live-section h2,
.live-section p {
  color: white;
}

.live-section p {
  opacity: 0.92;
  max-width: 780px;
}

.primary-btn.white {
  background: white;
  color: #005f95;
  flex-shrink: 0;
}

.primary-btn.white:hover {
  background: #eef7ff;
}

.chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.chip-grid span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 8px 12px;
  background: #eef7ff;
  color: #005f95;
  font-size: 13px;
  font-weight: 900;
}

.chip-grid.cities span:first-child {
  background: #ecfdf5;
  color: #047857;
}

.business-cta {
  text-align: center;
  background: linear-gradient(135deg, #002b49, #005f95);
  color: white;
  padding: 34px 24px;
  border-radius: 26px;
  box-shadow: 0 16px 38px rgba(0, 43, 73, 0.22);
}

.business-cta h2 {
  color: white;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.business-cta p {
  color: white;
  opacity: 0.92;
  max-width: 720px;
  margin: 0 auto;
}

.business-cta .primary-btn {
  margin-top: 20px;
}

@media (max-width: 1100px) {
  .hero-grid,
  .video-section,
  .split-section,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .live-section {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .page {
    padding: 16px 11px;
  }

  .top-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .nav-links {
    flex-wrap: wrap;
  }

  .hero,
  .live-section,
  .business-cta {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .hero h1 {
    font-size: 34px;
  }

  .hero-subtitle,
  .section-copy p,
  .section-card p,
  .card-panel p,
  .live-section p,
  .business-cta p {
    font-size: 15px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .primary-btn,
  .secondary-btn {
    width: 100%;
  }

  .section-copy,
  .section-card,
  .card-panel {
    padding: 18px;
    border-radius: 20px;
  }

  .section-copy h2,
  .section-card h2,
  .card-panel h2,
  .live-section h2,
  .business-cta h2 {
    font-size: 25px;
  }

  .preview-times span {
    width: 100%;
    justify-content: center;
  }

  .video-card video {
    min-height: 240px;
  }
}