@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,ital,wght@9..144,400;9..144,500;9..144,500i&family=Nunito:wght@400;500;600&display=swap');

:root {
  --midnight: #0B1437;
  --royal: #1D4ED8;
  --gold: #F59E0B;
  --gold-dark: #D97706;
  --white: #FFFFFF;
  --cream: #FAFAF8;
  --gray-50: #F8FAFC;
  --gray-600: #475569;
  --midnight-text: #0B1437;
  --border: #E2E8F0;
  --shadow-soft: 0 4px 24px rgba(0, 0, 0, 0.08);
  --shadow-hero: 0 30px 80px rgba(11, 20, 55, 0.24);
  --radius-card: 24px;
  --radius-pill: 999px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

body {
  background: var(--white);
  color: var(--gray-600);
  font-family: "Nunito", sans-serif;
  line-height: 1.65;
  margin: 0;
}

p {
  color: #374151;
  font-size: 1rem;
  line-height: 1.65;
}

main {
  min-height: calc(100vh - 180px);
}

a {
  text-decoration: none;
}

.announcement-bar {
  background: var(--gold);
  color: var(--midnight-text);
  font-weight: 800;
  position: sticky;
  top: 0;
  z-index: 1045;
}

.announcement-inner {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 0.75rem 0;
}

.announcement-copy {
  font-size: 0.96rem;
  text-align: center;
  width: 100%;
}

.announcement-close {
  background: transparent;
  border: 0;
  color: var(--midnight-text);
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
  min-height: 48px;
  min-width: 48px;
}

.navbar.paseo-nav {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #E5E7EB;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.paseo-wordmark,
.footer-brand {
  color: var(--royal);
  font-family: "Fraunces", serif;
  font-size: 1.9rem;
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
}

.paseo-wordmark:hover,
.footer-brand:hover {
  color: var(--royal);
}

.nav-link {
  color: var(--midnight-text);
  font-weight: 600;
  padding: 0.8rem 1rem !important;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--royal);
}

.nav-language-toggle {
  border: 1px solid var(--gold);
  border-radius: var(--radius-pill);
  color: var(--royal);
  font-size: 0.95rem;
  line-height: 1.2;
  margin-left: 0.5rem;
  padding: 0.6rem 0.95rem !important;
}

.nav-language-toggle:hover,
.nav-language-toggle:focus {
  background: rgba(245, 158, 11, 0.08);
  border-color: var(--gold-dark);
  color: var(--royal);
}

.navbar-toggler {
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 0.55rem 0.7rem;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(29, 78, 216, 0.16);
}

.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='rgba%2811,20,55,0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.alert {
  border-radius: 16px;
}

.hero-wow {
  background:
    linear-gradient(
      to right,
      rgba(11, 20, 55, 0.85) 0%,
      rgba(11, 20, 55, 0.85) 45%,
      rgba(11, 20, 55, 0.2) 100%
    ),
    url('/static/hero.jpg') center center / cover no-repeat;
  color: var(--white);
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.hero-wow-grid {
  align-items: center;
  display: flex;
  min-height: 100vh;
  padding-bottom: 5rem;
  padding-top: 3rem;
  position: relative;
  z-index: 2;
}

.hero-wow-copy {
  max-width: 680px;
}

.hero-badge,
.progress-pill,
.city-tags span {
  align-items: center;
  border-radius: var(--radius-pill);
  display: inline-flex;
  font-weight: 800;
}

.hero-badge {
  background: var(--gold);
  color: var(--midnight-text);
  font-size: 0.92rem;
  margin-bottom: 1.2rem;
  padding: 0.55rem 0.95rem;
}

.hero h1,
.section-heading h2,
.way-card h3,
.how-step h3,
.colorado-love-copy h2,
.final-cta-panel h2,
.form-intro h1,
.legal-shell h1,
.legal-block h2,
.profile-card h2,
.section-title {
  color: var(--midnight-text);
  font-family: "Fraunces", serif;
  letter-spacing: 0;
}

.hero-wow h1 {
  color: var(--white);
  font-size: clamp(2.8rem, 4.5vw, 4.2rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 1rem;
  max-width: 550px;
}

.hero-wow-subtitle {
  color: #93C5FD;
  font-size: 1.2rem;
  margin: 0;
  max-width: 480px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.hero-trust-line {
  color: rgba(255, 255, 255, 0.85);
  display: flex;
  font-size: 0.9rem;
  flex-wrap: wrap;
  gap: 0.4rem 1rem;
  letter-spacing: 0.03em;
  margin-top: 1rem;
}

.hero-dot {
  animation: float 8s ease-in-out infinite;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  position: absolute;
}

.dot-one {
  height: 4px;
  left: 12%;
  top: 22%;
  width: 4px;
}

.dot-two {
  animation-duration: 10s;
  height: 8px;
  left: 72%;
  top: 18%;
  width: 8px;
}

.dot-three {
  animation-duration: 6s;
  height: 6px;
  left: 84%;
  top: 54%;
  width: 6px;
}

.dot-four {
  animation-duration: 9s;
  height: 5px;
  left: 26%;
  top: 72%;
  width: 5px;
}

.animate-up {
  animation: fadeInUp 0.8s ease forwards;
  opacity: 0;
}

.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }
.delay-4 { animation-delay: 0.4s; }
.delay-5 { animation-delay: 0.5s; }

.urgency-bar {
  background: var(--white);
  border-bottom: 1px solid var(--border);
}

.urgency-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem 0;
  text-align: center;
}

.urgency-inner p {
  color: var(--midnight-text);
  font-weight: 700;
  margin: 0;
}

.trust-stats-bar {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  border-top: 1px solid var(--border);
  padding: 2.5rem 0;
}

.trust-stats-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trust-stat {
  display: grid;
  gap: 0.45rem;
  background: #F9FAFB;
  border-left: 2px solid #F59E0B;
  border-radius: 12px;
  padding: 1.1rem 1.15rem;
}

.trust-stat-icon {
  color: #1D4ED8;
  display: inline-flex;
  height: 1.5rem;
  width: 1.5rem;
}

.trust-stat-icon svg {
  display: block;
  height: 100%;
  width: 100%;
}

.trust-stat strong {
  color: #0B1437;
  font-size: 1.02rem;
  font-weight: 800;
}

.trust-stat span {
  color: #6B7280;
  font-size: 0.92rem;
  line-height: 1.6;
}

.numbers-bar {
  background: var(--midnight);
  padding: 2.4rem 0;
}

.numbers-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.number-stat {
  text-align: center;
}

.number-value {
  color: var(--gold);
  font-family: "Fraunces", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
}

.number-label {
  color: var(--white);
  font-size: 0.96rem;
  margin-top: 0.3rem;
}

.ways-section,
.social-proof-section,
.referral-section {
  background: var(--cream);
  padding: 5rem 0;
}

.center-heading {
  margin: 0 auto 2rem;
  max-width: 760px;
  text-align: center;
}

.section-heading h2 {
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  font-style: italic;
  font-weight: 800;
}

.section-label {
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.ways-grid,
.testimonial-grid,
.referral-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ways-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.way-card,
.testimonial-card,
.referral-card,
.trust-bar,
.form-shell,
.profile-card,
.match-form,
.metric-panel,
.hero-panel,
.promo-dialog {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-soft);
}

.way-card,
.testimonial-card,
.referral-card,
.step-card,
.form-shell,
.profile-card,
.match-form,
.metric-panel,
.hero-panel {
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.way-card:hover,
.testimonial-card:hover,
.referral-card:hover,
.step-card:hover,
.form-shell:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

.way-card,
.referral-card {
  overflow: hidden;
  padding: 1.75rem;
}

.way-accent,
.referral-accent {
  height: 4px;
  margin: -1.75rem -1.75rem 1.5rem;
}

.gold-accent,
.referral-accent {
  background: var(--gold);
}

.royal-accent {
  background: var(--royal);
}

.way-icon,
.referral-icon {
  font-size: 2.25rem;
  margin-bottom: 1rem;
}

.way-card h3 {
  font-size: 1.75rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
}

.way-card p,
.how-step p,
.testimonial-quote,
.footer-copy,
.form-subtitle,
.progress-copy,
.text-muted,
.colorado-love-copy p,
.final-cta-panel p,
.referral-card p,
.promo-lead,
.promo-fine {
  color: #374151 !important;
  font-size: 1rem;
  line-height: 1.65;
}

.way-list {
  list-style: none;
  margin: 1.25rem 0 1.5rem;
  padding: 0;
}

.way-list li {
  color: #374151;
  font-size: 1rem;
  line-height: 1.65;
  margin-bottom: 0.65rem;
  padding-left: 1.5rem;
  position: relative;
}

.gold-list li::before,
.royal-list li::before {
  content: "✓";
  font-weight: 800;
  left: 0;
  position: absolute;
  top: 0;
}

.gold-list li::before {
  color: var(--gold);
}

.royal-list li::before {
  color: var(--royal);
}

.referral-title {
  color: var(--midnight-text) !important;
  font-weight: 800;
}

.referral-cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.how-section {
  background: var(--white);
  padding: 5rem 0;
}

.how-steps {
  align-items: flex-start;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr auto 1fr auto 1fr;
}

.how-step {
  text-align: center;
}

.how-number {
  align-items: center;
  background: rgba(245, 158, 11, 0.14);
  border-radius: 999px;
  color: var(--gold-dark);
  display: inline-flex;
  font-size: 1.1rem;
  font-weight: 800;
  height: 52px;
  justify-content: center;
  margin-bottom: 1rem;
  width: 52px;
}

.how-step h3 {
  color: var(--midnight-text);
  font-family: "Fraunces", serif;
  font-size: 1.45rem;
  font-weight: 800;
  margin-bottom: 0.6rem;
}

.how-divider {
  align-self: center;
  border-top: 2px dotted #CBD5E1;
  width: 100%;
}

.colorado-love-section {
  background: var(--midnight);
  padding: 5rem 0;
}

.colorado-love-grid {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.1fr 0.9fr;
}

.colorado-love-copy h2 {
  color: var(--white);
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-style: italic;
  font-weight: 800;
  margin-bottom: 1rem;
}

.colorado-love-copy p {
  color: #93C5FD !important;
  font-size: 1.08rem;
  max-width: 620px;
}

.city-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.city-tags span {
  border: 1px solid var(--gold);
  color: var(--gold);
  font-size: 0.95rem;
  padding: 0.5rem 0.85rem;
}

.mountain-mark {
  color: var(--white);
  display: flex;
  justify-content: center;
}

.mountain-mark svg {
  max-width: 320px;
  width: 100%;
}

.testimonial-card {
  padding: 1.6rem;
}

.testimonial-quote {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.testimonial-meta {
  color: var(--midnight-text);
  font-weight: 800;
}

.final-cta-section {
  background: var(--white);
  padding: 0 0 5rem;
}

.final-cta-panel {
  align-items: center;
  background: var(--royal);
  border-radius: var(--radius-card);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 3rem 1.5rem;
  text-align: center;
}

.final-cta-panel h2 {
  color: var(--white);
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-style: italic;
  font-weight: 800;
  margin: 0;
}

.final-cta-panel p {
  color: rgba(255, 255, 255, 0.7) !important;
  margin: 0;
}

.btn {
  border-radius: var(--radius-pill);
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  min-height: 48px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

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

.btn-gold-pill,
.btn-terracotta,
.btn-gold-block {
  background: var(--gold);
  border: 1px solid var(--gold);
  color: var(--midnight-text);
}

.btn-gold-pill,
.btn-outline-light-pill {
  padding: 1rem 2rem;
}

.btn-gold-pill:hover,
.btn-gold-pill:focus,
.btn-terracotta:hover,
.btn-terracotta:focus,
.btn-gold-block:hover,
.btn-gold-block:focus,
.btn-brand:hover,
.btn-brand:focus {
  background: var(--gold-dark);
  border-color: var(--gold-dark);
  color: var(--midnight-text);
}

.btn-outline-light-pill {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: var(--white);
}

.btn-outline-light-pill:hover,
.btn-outline-light-pill:focus {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.btn-royal-block,
.btn-outline-brand {
  background: var(--gold);
  border: 1px solid var(--gold);
  color: var(--midnight-text);
  font-weight: 700;
}

.btn-royal-block:hover,
.btn-royal-block:focus,
.btn-outline-brand:hover,
.btn-outline-brand:focus {
  background: var(--gold-dark);
  border-color: var(--gold-dark);
  color: var(--midnight-text);
}

.btn-dark-midnight {
  background: var(--midnight);
  border: 1px solid var(--midnight);
  color: var(--white);
}

.btn-dark-midnight:hover,
.btn-dark-midnight:focus {
  background: #020617;
  border-color: #020617;
  color: var(--white);
}

.btn-brand,
.btn-gold-block,
.btn-royal-block,
.btn-submit-full {
  width: 100%;
}

.promo-modal {
  align-items: center;
  display: none;
  inset: 0;
  justify-content: center;
  padding: 1rem;
  position: fixed;
  z-index: 2000;
}

.promo-modal.open {
  display: flex;
}

.promo-backdrop {
  background: rgba(11, 20, 55, 0.85);
  inset: 0;
  position: absolute;
}

.promo-dialog {
  border-radius: 16px;
  max-width: 420px;
  overflow: hidden;
  padding: 2rem 2rem 1.75rem;
  position: relative;
  width: 100%;
  z-index: 2;
  animation: slideUp 0.45s ease;
}

.promo-dialog::before {
  background: linear-gradient(90deg, #F59E0B 0%, #1D4ED8 100%);
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.promo-step {
  display: none;
}

.promo-step.active {
  display: block;
}

.promo-close {
  background: transparent;
  border: 0;
  color: #94A3B8;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
  min-height: 40px;
  min-width: 40px;
  position: absolute;
  right: 0.85rem;
  top: 0.85rem;
  z-index: 3;
}

.promo-icon,
.promo-success-icon {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  text-align: center;
}

.promo-success-icon.big-check {
  font-size: 3rem;
}

.promo-dialog h2,
.promo-dialog h3 {
  color: var(--midnight-text);
  font-family: "Fraunces", serif;
  text-align: center;
}

.promo-lead,
.promo-fine,
.promo-success-copy {
  text-align: center;
}

.promo-lead {
  color: #6B7280 !important;
  font-family: "Nunito", sans-serif;
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}

.promo-badge {
  align-items: center;
  background: #FEF3C7;
  border-radius: 999px;
  color: #92400E;
  display: inline-flex;
  font-family: "Nunito", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  gap: 0.45rem;
  letter-spacing: 0.08em;
  margin: 0 auto 1rem;
  padding: 0.45rem 0.8rem;
  text-transform: uppercase;
  width: fit-content;
}

.promo-badge-dot {
  background: #F59E0B;
  border-radius: 999px;
  display: inline-block;
  height: 8px;
  width: 8px;
}

.promo-headline {
  color: var(--midnight-text);
  display: flex;
  flex-direction: column;
  font-family: "Fraunces", serif;
  font-size: clamp(2rem, 4vw, 2.6rem);
  font-weight: 500;
  line-height: 1.05;
  margin: 0 0 0.85rem;
  text-align: center;
}

.promo-headline-accent {
  color: #1D4ED8;
  font-style: italic;
}

.promo-choice-grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 1.35rem 0 1.25rem;
}

.promo-choice {
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-family: "Nunito", sans-serif;
  gap: 0.3rem;
  justify-content: center;
  min-height: 104px;
  padding: 1rem 0.9rem;
  text-align: left;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.promo-choice:hover,
.promo-choice:focus {
  box-shadow: 0 10px 24px rgba(11, 20, 55, 0.14);
  transform: translateY(-2px);
}

.promo-choice-title {
  font-size: 1rem;
  font-weight: 700;
}

.promo-choice-subtitle {
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.35;
}

.promo-choice-owner {
  background: #0B1437;
  color: var(--white);
}

.promo-choice-walker {
  background: #F59E0B;
  color: #0B1437;
}

.promo-choice-owner .promo-choice-subtitle {
  color: rgba(255, 255, 255, 0.7);
}

.promo-choice-walker .promo-choice-subtitle {
  color: rgba(11, 20, 55, 0.7);
}

.promo-divider {
  background: #E5E7EB;
  height: 1px;
  margin: 0 0 1rem;
  width: 100%;
}

.promo-trust-bar {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.promo-trust-stat {
  padding: 0 0.65rem;
  text-align: center;
}

.promo-trust-stat + .promo-trust-stat {
  border-left: 1px solid #E5E7EB;
}

.promo-trust-stat strong {
  color: #0B1437;
  display: block;
  font-family: "Fraunces", serif;
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 0.2rem;
}

.promo-trust-stat span {
  color: #6B7280;
  display: block;
  font-family: "Nunito", sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.35;
}

.promo-offer-box {
  border: 2px solid var(--gold);
  border-radius: 20px;
  display: grid;
  gap: 0.5rem;
  margin: 1.25rem 0;
  padding: 1rem;
  text-align: center;
}

.promo-price-line {
  color: var(--midnight-text);
  font-size: 1.1rem;
}

.promo-input {
  border: 1px solid #CBD5E1;
  border-radius: 18px;
  font-size: 16px;
  min-height: 56px;
  padding: 0.9rem 1rem;
  width: 100%;
}

.promo-form {
  display: grid;
  gap: 0.9rem;
}

.promo-timer {
  color: var(--midnight-text);
  font-weight: 800;
  margin-top: 1rem;
  text-align: center;
}

.promo-success-step {
  position: relative;
}

.confetti-layer {
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
}

.confetti-piece {
  animation: confetti linear forwards;
  border-radius: 999px;
  height: 10px;
  position: absolute;
  top: -12px;
  width: 10px;
}

.confetti-piece:nth-child(3n) { background: var(--gold); }
.confetti-piece:nth-child(3n+1) { background: var(--royal); }
.confetti-piece:nth-child(3n+2) { background: var(--white); }

.form-page {
  background: var(--cream);
  padding: 3rem 0 5rem;
}

.form-layout {
  display: grid;
  gap: 1.75rem;
}

.form-intro {
  max-width: 700px;
}

.form-intro h1 {
  font-size: clamp(2.4rem, 7vw, 4rem);
  font-style: italic;
  font-weight: 800;
  margin-bottom: 0.6rem;
}

.progress-note {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.progress-pill {
  background: rgba(245, 158, 11, 0.14);
  color: var(--midnight-text);
  font-size: 0.9rem;
  padding: 0.42rem 0.85rem;
}

.progress-pill-owner {
  background: rgba(29, 78, 216, 0.12);
  color: var(--royal);
}

.form-shell,
.profile-card,
.match-form,
.metric-panel,
.hero-panel {
  margin: 0 auto;
  max-width: 760px;
  overflow: hidden;
  padding: 2rem;
}

.form-shell-modern,
.way-card,
.step-card,
.profile-card,
.match-form,
.metric-panel,
.hero-panel {
  position: relative;
}

.form-shell-modern::before,
.profile-card::before,
.match-form::before,
.metric-panel::before,
.hero-panel::before {
  border-radius: 16px 16px 0 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.form-accent-terracotta::before,
.hero-panel::before {
  background: var(--gold);
}

.form-accent-green::before,
.profile-card::before,
.match-form::before,
.metric-panel::before {
  background: var(--royal);
}

.form-section {
  margin-bottom: 1rem;
  margin-top: 1.75rem;
}

.form-section:first-child {
  margin-top: 0;
}

.form-section-title {
  color: var(--midnight-text);
  font-size: 1.05rem;
  font-weight: 800;
}

.form-section-subtitle,
.label-es {
  color: var(--gray-600);
  font-size: 0.95rem;
}

.form-label,
legend.form-label {
  color: var(--midnight-text);
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.form-control,
.form-select,
.form-check,
.form-check-input {
  min-height: 48px;
}

.form-control,
.form-select {
  background: var(--white);
  border: 1px solid #CBD5E1;
  border-radius: 16px;
  color: var(--midnight-text);
  font-size: 16px;
  padding: 0.8rem 1rem;
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(29, 78, 216, 0.45);
  box-shadow: 0 0 0 0.25rem rgba(29, 78, 216, 0.12);
}

.day-grid {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
}

.day-grid .form-check,
.form-check-panel {
  background: var(--gray-50);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 0.75rem 0.9rem 0.75rem 2.4rem;
}

.form-check-panel a {
  color: var(--royal);
  font-weight: 800;
}

.form-check-input {
  border-color: #94A3B8;
}

.form-check-input:checked {
  background-color: var(--royal);
  border-color: var(--royal);
}

.form-reassurance {
  color: var(--gray-600);
  font-size: 0.95rem;
  margin: 1rem 0 0;
  text-align: center;
}

.admin-band {
  background: var(--midnight);
  color: var(--white);
}

.metric-row {
  align-items: center;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 0;
}

.response-queue-panel {
  overflow: hidden;
}

.admin-map {
  border: 1px solid var(--border);
  border-radius: var(--radius-card);
  height: 360px;
  overflow: hidden;
}

dt {
  color: var(--royal);
  font-size: 0.85rem;
}

dd {
  margin-bottom: 0.85rem;
}

.area-status,
.connect-box {
  border-radius: 16px;
  padding: 1rem;
}

.area-status.good {
  background: #E0F2FE;
  border: 1px solid #BFDBFE;
}

.area-status.check {
  background: #FFF7ED;
  border: 1px solid #FED7AA;
}

.connect-box {
  align-items: center;
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.site-footer {
  background: var(--midnight);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 0;
  padding: 2rem 0 2.5rem;
}

.footer-grid {
  display: grid;
  gap: 1rem;
}

.site-footer .footer-brand,
.footer-made {
  color: var(--white);
}

.site-footer .footer-brand {
  color: var(--white);
  font-family: "Fraunces", serif;
  font-size: 1.5rem;
  font-weight: 800;
}

.footer-links,
.footer-meta {
  display: grid;
  gap: 0.35rem;
}

.footer-links a,
.footer-meta a {
  color: #9CA3AF;
  font-weight: 700;
  text-decoration: none;
}

.footer-links a:hover,
.footer-meta a:hover {
  color: var(--gold);
}

.footer-made {
  font-weight: 800;
}

.site-footer .footer-copy {
  color: #9CA3AF !important;
}

.footer-meta .footer-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #6B7280 !important;
  font-size: 0.8rem;
  margin-top: 0.5rem;
  padding-top: 0.85rem;
}

.legal-shell h1 {
  color: var(--midnight-text);
  font-size: clamp(2rem, 6vw, 3.4rem);
  font-style: italic;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.legal-block + .legal-block {
  margin-top: 2rem;
}

.legal-block h2 {
  color: var(--midnight-text);
  font-size: 1.4rem;
  margin-bottom: 0.75rem;
}

.not-found-shell {
  text-align: center;
}

.queue-stale {
  background: #FFF7ED;
}

.queue-warning {
  color: var(--gold-dark);
  font-weight: 800;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-20px); }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes confetti {
  0% {
    opacity: 1;
    transform: translateY(-20px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateY(460px) rotate(360deg);
  }
}

@media (max-width: 767px) {
  .announcement-copy {
    font-size: 0.9rem;
    line-height: 1.35;
  }

  .hero-wow-grid {
    min-height: 100vh;
    padding-bottom: 3rem;
    padding-top: 3rem;
  }

  .hero-wow h1 {
    font-size: 2.5rem;
    max-width: 100%;
  }

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

  .hero-actions .btn {
    width: 100%;
  }

  .trust-stats-grid,
  .ways-grid,
  .testimonial-grid,
  .referral-grid,
  .how-steps,
  .colorado-love-grid,
  .form-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .numbers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .how-divider {
    display: none;
  }

  .promo-dialog {
    border-radius: 0;
    height: 100vh;
    max-width: none;
    padding: 2rem 1.25rem;
    width: 100%;
  }

  .promo-choice-grid {
    grid-template-columns: 1fr;
  }

  .form-shell,
  .profile-card,
  .match-form,
  .metric-panel,
  .hero-panel {
    padding: 1.35rem;
  }

  .connect-box {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .form-layout {
    align-items: start;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  }

  .footer-grid {
    align-items: start;
    grid-template-columns: 1.4fr 1fr 1fr;
  }
}
