:root {
  --blue: #003a8c;
  --mid-blue: #0f2a5c;
  --red: #d6312e;
  --light-gray: #f5f5f7;
  --dark: #1f1f1f;
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Helvetica Neue', 'Work Sans', Arial, sans-serif;
  color: var(--dark);
  background-color: #fff;
}

a {
  text-decoration: none;
}

.navbar-brand,
.footer-logo {
  text-transform: uppercase;
  font-weight: 700;
  color: var(--blue);
}

.logo-mark {
  background: var(--red);
  color: #fff;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  font-weight: 700;
}

.logo-name {
  font-size: 1.1rem;
  color: var(--blue);
}

.nav-link {
  font-weight: 500;
  color: #1a1a1a;
}

.nav-link:hover {
  color: var(--red);
}

.nav-phone {
  font-weight: 600;
  color: var(--red);
}

.site-header .navbar-collapse {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header .navbar-nav {
  flex: 1;
  justify-content: center;
  margin-left: 0 !important;
}

.site-header {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  z-index: 5;
}

.site-header .navbar {
  padding: 0.5rem 0;
}

.hero {
  background-image: url('assets/la-skyline-small.png');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 80vh;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 1.25rem 0 5rem;
}

.hero::before,
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero::before {
  background: linear-gradient(180deg, rgba(7, 28, 66, 0.65) 0%, rgba(7, 28, 66, 0.15) 55%);
}

.hero::after {
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 55%);
}

.hero .hero-content {
  position: relative;
  z-index: 2;
}

.hero-content {
  padding-block: 1.25rem 3rem;
}

.page-hero {
  padding: clamp(3rem, 6vw, 5.5rem) 0;
  color: #fff;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(5, 10, 32, 0.65);
}

.page-hero > * {
  position: relative;
  z-index: 2;
}

.page-hero h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
}

.page-hero .lead {
  color: rgba(255, 255, 255, 0.85);
}

.hero-inner {
  max-width: 640px;
}

.hero-title,
.hero-subtitle,
.hero-checklist li {
  font-weight: 700;
}

.hero-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  letter-spacing: 0.08em;
}

.hero-subtitle {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.92);
}

.hero-checklist {
  max-width: 440px;
}

.hero-checklist li {
  font-size: 1.15rem;
  margin-bottom: 0.65rem;
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.hero-checklist .check-icon {
  width: 26px;
  height: 26px;
  border: 2px solid #fff;
  border-radius: 4px;
  position: relative;
  flex-shrink: 0;
}

.hero-checklist .check-icon::after {
  content: '';
  position: absolute;
  top: -10px;
  left: 14px;
  width: 7px;
  height: 30px;
  border: 5px solid var(--red);
  border-top: transparent;
  border-left: transparent;
  transform: rotate(45deg);
}

.btn-danger {
  background-color: var(--red);
  border-color: var(--red);
}

.btn-danger:hover {
  background-color: #b41f1a;
  border-color: #b41f1a;
}

.btn-outline-danger {
  border-width: 2.5px;
}

.proud-member.stacked {
  color: #000;
}

.fea-logo {
  max-width: 220px;
  width: 100%;
  height: auto;
  display: block;
}

.section-gap {
  padding: 4rem 0;
}

.section-title {
  font-weight: 800;
  letter-spacing: 0.12em;
}

.letter-spacing-wide {
  letter-spacing: 0.35em;
}

.video-placeholder {
  background: #c82333;
  padding: 5rem 0;
  max-width: 640px;
  border-radius: 12px;
  position: relative;
}

.play-icon {
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 70px solid #fff;
  margin: 0 auto;
}

.about {
  background: var(--mid-blue);
}

.about-text {
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.7;
}

.about-text ul {
  padding-left: 1.2rem;
}

.about-text li {
  margin-bottom: 0.5rem;
}

.video-card {
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  padding: 1.5rem;
  text-transform: none;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

.video-thumb {
  background: linear-gradient(145deg, #f3f3f3, #dcdcdc);
  border-radius: 8px;
  height: 140px;
  display: grid;
  place-items: center;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: var(--blue);
}

.cta {
  background: url('assets/city-line.png') center/cover no-repeat;
  position: relative;
}



.cta .container,
.cta-form {
  position: relative;
  z-index: 2;
}

.cta-form .form-control {
  border-radius: 8px;
  border: none;
  padding: 0.8rem 1rem;
}

.recaptcha-placeholder {
  background: #fff;
  border-radius: 10px;
  padding: 1rem;
  text-align: center;
  font-weight: 600;
  color: #6c6c6c;
}

.about-hero {
  padding: clamp(3rem, 6vw, 5rem) 0;
  background: #fff;
}

.about-hero h1 {
  font-size: clamp(2.5rem, 5vw, 3.2rem);
}

.exchange-cta {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 4rem 0;
  color: #fff;
}

.exchange-cta .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.footer {
  background: var(--blue);
  color: #fff;
  padding: 3rem 0;
}

.footer h6 {
  letter-spacing: 0.08em;
}

.footer a {
  color: #fff;
}

.footer p {
  margin-bottom: 0.4rem;
}

@media (max-width: 991.98px) {
  .hero {
    min-height: auto;
    text-align: center;
  }

  .hero .row > div {
    text-align: center;
  }

  .proud-member {
    justify-content: center;
    width: 100%;
  }

  .navbar-collapse {
    background: rgba(1, 6, 20, 0.95);
    border-radius: 12px;
    padding: 1rem;
  }

  .nav-link,
  .nav-phone {
    color: #fff;
  }
}

@media (max-width: 575.98px) {
  .section-title {
    font-size: 1.4rem;
  }

  .hero-checklist li {
    font-size: 1rem;
  }

  .video-placeholder {
    padding: 3rem 0;
  }
}

#exchange-types {
  font-size: 1.1rem;

}