.franchise-hero {
  position: relative;
  overflow: hidden;
}

#subheader {
  padding: 50px 0 50px 0 !important;

}

.franchise-subheader-bg {
  background: linear-gradient(135deg, #000000, #2b1d08, #000000);
}

.franchise-hero .franchise-hero-card {
  border-radius: 18px;
  border: 1px solid rgba(255, 215, 0, 0.18);
  background: linear-gradient(145deg, rgba(255, 215, 0, 0.08), rgba(175, 126, 47, 0.10));
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(10px);
  margin-top: 50px;
}

.franchise-btn-outline {
  background: transparent !important;
  border: 1px solid rgba(255, 215, 0, 0.35) !important;
}

.franchise-crumb {
  opacity: 0.95;
}

.franchise-muted {
  opacity: 0.92;
}

.franchise-hero .franchise-hero-image {
  border-radius: 18px;
  border: 1px solid rgba(255, 215, 0, 0.18);
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 215, 0, 0.28), transparent 50%),
    radial-gradient(circle at 80% 10%, rgba(175, 126, 47, 0.25), transparent 45%),
    linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(43, 29, 8, 0.85), rgba(0, 0, 0, 0.8));
  min-height: 380px;
  position: relative;
  overflow: hidden;
}

.franchise-hero .franchise-hero-image::after {
  content: "";
  position: absolute;
  inset: -40px;
  background: radial-gradient(circle at 55% 45%, rgba(255, 215, 0, 0.12), transparent 55%);
  filter: blur(1px);
}

.franchise-hero .franchise-hero-image .franchise-hero-image-inner {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
}

.franchise-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 215, 0, 0.22);
  background: rgba(0, 0, 0, 0.35);
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  letter-spacing: 0.6px;
}

.franchise-badge i {
  color: #ffd700;
}

.franchise-section-title {
  margin-bottom: 10px;
}

.franchise-lead {
  font-size: 18px;
  line-height: 1.75;
  opacity: 0.95;
}

.franchise-card {
  border-radius: 16px;
  border: 1px solid rgba(255, 215, 0, 0.18);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(14px);
  padding: 22px;
  height: 100%;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.franchise-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 215, 0, 0.30);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.70);
}

.franchise-card .franchise-card-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 10px;
}

.franchise-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #af7e2f, #ffd700);
  color: #000;
  flex: 0 0 auto;
}

.franchise-card h4 {
  margin-bottom: 6px;
}

.franchise-card p {
  margin-bottom: 0;
  opacity: 0.9;
}

.franchise-card--light {
  background: rgba(255, 255, 255, 0.04);
}

.franchise-metric {
  padding: 18px 18px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 215, 0, 0.20);
  background: linear-gradient(145deg, rgba(255, 215, 0, 0.06), rgba(175, 126, 47, 0.08));
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.franchise-metric strong {
  display: block;
  font-size: 22px;
  letter-spacing: 0.3px;
  color: #000;
}

.franchise-metric span {
  display: block;
  opacity: 0.9;
  margin-top: 4px;
  color: #000;
}

.franchise-form-wrap .contact-card {
  padding: 44px;
}

@media (max-width: 767px) {
  .franchise-form-wrap .contact-card {
    padding: 28px;
  }
}

.franchise-note {
  font-size: 13px;
  opacity: 0.85;
}

.franchise-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  opacity: 0.95;
  letter-spacing: 0.6px;
  font-size: 13px;
}

.franchise-kicker i {
  color: #ffd700;
}

.franchise-form-message {
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 215, 0, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.franchise-form-message.is-error {
  border-color: rgba(231, 80, 90, 0.6);
  background: rgba(231, 80, 90, 0.12);
}

.franchise-form-message.is-success {
  border-color: rgba(37, 211, 102, 0.4);
  background: rgba(37, 211, 102, 0.10);
}