.home-public-page {
  --home-bg: linear-gradient(180deg, #f0f7ff 0%, #e0f2fe 100%);
  --home-surface: #ffffff;
  --home-surface-alt: #f0f7ff;
  --home-text: #0f172a;
  --home-muted: #475569;
  --home-primary: #0b57d0;
  --home-primary-strong: #0a47ab;
  --home-accent: #ff7a1a;
  --home-accent-strong: #e26400;
  --home-border: #cbd5e1;
  --home-shadow: 0 16px 36px rgba(11, 87, 208, 0.12);
  --home-shadow-soft: 0 10px 24px rgba(11, 87, 208, 0.08);
  background: #f0f7ff;
}

body.home-public-page {
  margin-bottom: 0;
  background: #f0f7ff;
}

body.home-public-page .container {
  max-width: 100%;
  padding-inline: 0;
}

body.home-public-page main[role='main'] {
  padding-bottom: 0 !important;
}

body.home-public-page > footer.footer {
  display: none;
}

.home-landing {
  background: var(--home-bg);
  color: var(--home-text);
  overflow: hidden;
}

.home-shell {
  width: min(1240px, calc(100% - 2rem));
  margin: 0 auto;
}

.home-surface {
  background: linear-gradient(180deg, #f8fafc 0%, #eff6ff 100%);
}

.home-section {
  padding: 5rem 0;
}

.home-kicker {
  margin: 0 0 0.6rem;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--home-primary);
}

.home-title {
  margin: 0;
  font-family: var(--ui-font-heading);
  font-size: clamp(1.95rem, 3.2vw, 2.75rem);
  line-height: 1.15;
  color: var(--home-text);
  font-weight: 800;
}

.home-subtitle {
  margin: 0.85rem 0 0;
  font-size: 1rem;
  color: var(--home-muted);
  max-width: 62ch;
  line-height: 1.6;
}

.home-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.2rem;
  margin-bottom: 2.2rem;
}

.home-section-head-center {
  align-items: center;
  text-align: center;
  flex-direction: column;
}

.home-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  text-decoration: none;
  color: var(--home-primary);
  font-weight: 800;
  white-space: nowrap;
  font-size: 0.95rem;
}

.home-inline-link:hover {
  color: var(--home-primary-strong);
}

.home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 999px;
  font-family: var(--ui-font-heading);
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
  border: 2px solid transparent;
  min-height: 44px;
  padding: 0.65rem 1.30rem;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.home-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.home-btn-primary {
  background: linear-gradient(180deg, var(--home-primary) 0%, var(--home-primary-strong) 100%);
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(11, 87, 208, 0.24);
  border-color: rgba(11, 87, 208, 0.2);
}

.home-btn-primary:hover {
  color: #ffffff;
  filter: brightness(1.05);
}

.home-btn-secondary {
  background: linear-gradient(180deg, var(--home-accent) 0%, var(--home-accent-strong) 100%);
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(255, 122, 26, 0.22);
}

.home-btn-secondary:hover {
  color: #ffffff;
  filter: brightness(1.05);
}

.home-btn-outline {
  border-color: var(--home-border);
  background: #ffffff;
  color: var(--home-text);
}

.home-btn-outline:hover {
  color: var(--home-primary);
  border-color: var(--home-primary);
  background: #eff6ff;
}

.home-btn-ghost {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.home-btn-ghost:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  border-color: #ffffff;
}

.home-btn-sm {
  min-height: 36px;
  padding: 0.48rem 0.9rem;
  font-size: 0.82rem;
}

.home-btn-block {
  width: 100%;
}

.home-hero {
  padding: 4.5rem 0 8.5rem;
  position: relative;
  background:
    radial-gradient(circle at 86% 14%, rgba(255, 122, 26, 0.15) 0%, transparent 40%),
    radial-gradient(circle at 16% 80%, rgba(56, 189, 248, 0.15) 0%, transparent 40%),
    linear-gradient(135deg, rgba(15, 23, 42, 0.98) 0%, rgba(30, 58, 138, 0.96) 50%, rgba(2, 116, 174, 0.94) 100%),
    url('/images/home/hero-sports-field.jpg') center / cover no-repeat;
  border-bottom: 5px solid var(--home-accent);
}

.home-hero-panel {
  background: none;
  border: none;
  box-shadow: none;
  overflow: visible;
  padding: 0;
  display: block;
  text-align: center;
}

.home-hero-content {
  color: #e2f1ec;
  max-width: 800px;
  margin: 0 auto;
}

.home-hero-title {
  margin: 0;
  font-family: var(--ui-font-heading);
  font-size: clamp(2.3rem, 4.5vw, 3.8rem);
  line-height: 1.1;
  color: #ffffff;
  font-weight: 900;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.home-hero-title span {
  color: var(--home-accent);
  text-shadow: 0 0 15px rgba(255, 122, 26, 0.3);
}

.home-hero-description {
  margin: 1.25rem auto 2rem;
  max-width: 60ch;
  font-size: 1.12rem;
  line-height: 1.65;
  color: #cbd5e1;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: 2.5rem;
}

.home-hero-stats {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.home-stat-card {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(11, 87, 208, 0.18);
  border-radius: 16px;
  padding: 0.9rem 1.6rem;
  backdrop-filter: blur(8px);
  min-width: 140px;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
}

.home-stat-value {
  display: block;
  font-family: var(--ui-font-heading);
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 1.05;
  font-weight: 800;
}

.home-stat-label {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.85rem;
  color: #93c5fd;
  font-weight: 600;
}

.home-search-overlay-wrap {
  position: relative;
  z-index: 20;
}

.home-search-card {
  background: #ffffff;
  border: 1px solid rgba(11, 87, 208, 0.15);
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(15, 33, 69, 0.12);
  padding: 1.75rem;
  margin: -6rem auto 0;
  position: relative;
}

.home-search-form {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr 1.2fr;
  gap: 1rem;
  align-items: flex-end;
}

.home-search-field label {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.45rem;
  font-size: 0.85rem;
  color: #334155;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.home-search-field label i {
  color: var(--home-primary);
  font-size: 0.9rem;
}

.home-search-field .form-control,
.home-search-field .form-select {
  min-height: 44px;
  border-radius: 12px;
  border-color: #cbd5e1;
  background: #f8fafc;
  font-size: 0.94rem;
  color: #0f172a;
  font-weight: 500;
  transition: all 0.15s ease-in-out;
}

.home-search-field .form-control:focus,
.home-search-field .form-select:focus {
  border-color: var(--home-primary);
  box-shadow: 0 0 0 4px rgba(11, 87, 208, 0.15);
  background: #ffffff;
}

.home-search-submit button {
  min-height: 44px;
  font-size: 0.95rem;
  box-shadow: 0 8px 16px rgba(255, 122, 26, 0.3);
}

.home-field-grid,
.home-promo-grid,
.home-review-grid,
.home-flow-grid,
.home-benefit-grid {
  display: grid;
  gap: 1.25rem;
}

.home-field-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-field-card {
  background: var(--home-surface);
  border: 1px solid var(--home-border);
  border-radius: 20px;
  box-shadow: var(--home-shadow-soft);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.25s ease-in-out;
}

.home-field-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.08), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-color: rgba(11, 87, 208, 0.3);
}

.home-field-image-wrap {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.home-field-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.home-field-card:hover .home-field-image {
  transform: scale(1.05);
}

.home-field-status {
  position: absolute;
  left: 0.85rem;
  top: 0.85rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 800;
  padding: 0.3rem 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.home-field-status.is-available {
  background: #d1fae5;
  color: #065f46;
}

.home-field-status.is-unavailable {
  background: #f1f5f9;
  color: #475569;
}

.home-field-body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1;
}

.home-field-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

.home-field-type,
.home-field-capacity {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.3rem 0.65rem;
  text-transform: uppercase;
}

.home-field-type {
  color: #1e40af;
  background: #dbeafe;
}

.home-field-capacity {
  color: #334155;
  background: #f1f5f9;
}

.home-field-title {
  margin: 0;
  font-family: var(--ui-font-heading);
  font-size: 1.25rem;
  font-weight: 800;
}

.home-field-title a {
  color: var(--home-text);
  text-decoration: none;
  transition: color 0.15s ease;
}

.home-field-title a:hover {
  color: var(--home-primary);
}

.home-field-location {
  margin: 0;
  color: var(--home-muted);
  display: flex;
  gap: 0.45rem;
  font-size: 0.92rem;
  align-items: center;
}

.home-field-location i {
  color: #94a3b8;
}

.home-field-footer {
  margin-top: auto;
  border-top: 1px solid #e2e8f0;
  padding-top: 0.9rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.7rem;
}

.home-field-price span {
  display: block;
  font-size: 0.78rem;
  color: var(--home-muted);
  font-weight: 600;
  text-transform: uppercase;
}

.home-field-price strong {
  font-family: var(--ui-font-heading);
  font-size: 1.15rem;
  color: var(--home-primary);
  font-weight: 800;
}

.home-field-actions {
  display: flex;
  gap: 0.5rem;
}

.home-area-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.home-area-chip {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 999px;
  padding: 0.6rem 1.1rem;
  border: 1px solid #cbd5e1;
  color: #334155;
  background: #ffffff;
  font-weight: 800;
  font-size: 0.9rem;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.home-area-chip:hover {
  color: #ffffff;
  background: linear-gradient(180deg, var(--home-primary) 0%, var(--home-primary-strong) 100%);
  border-color: transparent;
  transform: translateY(-2px);
}

.home-promo-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-promo-card {
  background: var(--home-surface);
  border: 1px solid var(--home-border);
  border-radius: 20px;
  box-shadow: var(--home-shadow-soft);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  min-height: 220px;
  transition: all 0.2s ease;
}

.home-promo-card:hover {
  transform: translateY(-3px);
  border-color: rgba(11, 87, 208, 0.2);
}

.home-promo-head {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 0.75rem;
}

.home-promo-label {
  display: inline-flex;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  color: #854d0e;
  background: #fef9c3;
  padding: 0.3rem 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.home-promo-head time {
  font-size: 0.78rem;
  color: var(--home-muted);
  font-weight: 700;
}

.home-promo-card h3 {
  margin: 0;
  font-family: var(--ui-font-heading);
  font-size: 1.15rem;
  line-height: 1.35;
  color: var(--home-text);
  font-weight: 800;
}

.home-promo-card p {
  margin: 0.75rem 0 1rem;
  color: var(--home-muted);
  font-size: 0.94rem;
  line-height: 1.6;
  flex: 1;
}

.home-promo-link {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  text-decoration: none;
  font-weight: 800;
  color: var(--home-primary);
}

.home-promo-link:hover {
  color: var(--home-primary-strong);
}

.home-review-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-review-card {
  background: #ffffff;
  border: 1px solid var(--home-border);
  border-radius: 20px;
  padding: 1.25rem;
  box-shadow: var(--home-shadow-soft);
  transition: all 0.2s ease;
}

.home-review-card:hover {
  transform: translateY(-3px);
  border-color: rgba(11, 87, 208, 0.2);
}

.home-review-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
}

.home-review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 800;
  font-family: var(--ui-font-heading);
  background: linear-gradient(145deg, var(--home-primary) 0%, var(--home-accent) 100%);
}

.home-review-head strong {
  font-family: var(--ui-font-heading);
  font-size: 0.98rem;
  color: var(--home-text);
  font-weight: 800;
}

.home-review-stars {
  margin-top: 0.25rem;
  display: flex;
  gap: 0.14rem;
  font-size: 0.78rem;
}

.home-review-stars i {
  color: #cbd5e1;
}

.home-review-stars i.is-filled {
  color: #fbbf24;
}

.home-review-content {
  margin: 0;
  color: #334155;
  line-height: 1.65;
  font-size: 0.94rem;
}

.home-flow-section {
  background:
    radial-gradient(circle at 92% 14%, rgba(255, 122, 26, 0.08) 0%, transparent 32%),
    radial-gradient(circle at 11% 84%, rgba(11, 87, 208, 0.08) 0%, transparent 36%),
    #ffffff;
}

.home-flow-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-flow-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 1.25rem;
  box-shadow: var(--home-shadow-soft);
  transition: all 0.2s ease;
}

.home-flow-card:hover {
  transform: translateY(-3px);
  border-color: rgba(11, 87, 208, 0.2);
}

.home-flow-step {
  display: inline-flex;
  border-radius: 999px;
  background: #dbeafe;
  color: #1e40af;
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  padding: 0.35rem 0.6rem;
}

.home-flow-card h3 {
  margin: 0.9rem 0 0.45rem;
  font-family: var(--ui-font-heading);
  font-size: 1.05rem;
  font-weight: 800;
}

.home-flow-card p {
  margin: 0;
  color: var(--home-muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.home-benefit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-benefit-card {
  background: #ffffff;
  border: 1px solid var(--home-border);
  border-radius: 20px;
  box-shadow: var(--home-shadow-soft);
  padding: 1.25rem;
  transition: all 0.2s ease;
}

.home-benefit-card:hover {
  transform: translateY(-3px);
  border-color: rgba(11, 87, 208, 0.2);
}

.home-benefit-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  color: #ffffff;
  background: linear-gradient(145deg, var(--home-primary) 0%, var(--home-primary-strong) 100%);
  box-shadow: 0 4px 10px rgba(11, 87, 208, 0.2);
}

.home-benefit-card h3 {
  margin: 0.9rem 0 0.45rem;
  font-family: var(--ui-font-heading);
  font-size: 1.05rem;
  font-weight: 800;
}

.home-benefit-card p {
  margin: 0;
  color: var(--home-muted);
  font-size: 0.94rem;
  line-height: 1.6;
}

.home-final-cta {
  padding: 1rem 0 5rem;
}

.home-final-cta-card {
  border-radius: 28px;
  padding: 3rem 2rem;
  text-align: center;
  background:
    radial-gradient(circle at 16% 50%, rgba(255, 122, 26, 0.20) 0%, transparent 40%),
    linear-gradient(140deg, #0f172a 0%, #1e3a8a 48%, #0274ae 100%);
  border: 1px solid rgba(224, 238, 255, 0.12);
  box-shadow: var(--home-shadow);
  color: #ffffff;
}

.home-final-cta-card .home-kicker {
  color: #fef08a;
}

.home-final-cta-card h2 {
  margin: 0;
  font-family: var(--ui-font-heading);
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 900;
}

.home-final-cta-card p {
  margin: 0.9rem auto 0;
  max-width: 58ch;
  color: #cbd5e1;
  line-height: 1.65;
  font-size: 1.05rem;
}

.home-final-cta-actions {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.home-empty-block {
  border: 1px dashed #93c5fd;
  border-radius: 16px;
  padding: 1.5rem;
  background: #eff6ff;
  color: #1e40af;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 1199px) {
  .home-hero-panel {
    grid-template-columns: 1fr;
  }

  .home-hero-search-wrap {
    max-width: 620px;
  }

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

  .home-field-grid,
  .home-promo-grid,
  .home-review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 991px) {
  .home-hero {
    padding: 3.5rem 0 5.5rem !important;
  }

  .home-hero-panel {
    padding: 0 !important;
    border-radius: 0;
  }

  .home-hero-title {
    max-width: none;
  }

  .home-hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-search-card {
    margin: -3rem 1rem 0;
    padding: 1.25rem;
  }

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

@media (max-width: 767px) {
  .home-shell {
    width: min(1240px, calc(100% - 1.2rem));
  }

  .home-section {
    padding: 3.5rem 0;
  }

  .home-section-head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1.5rem;
  }

  .home-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

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

  .home-hero-stats,
  .home-search-form,
  .home-field-grid,
  .home-promo-grid,
  .home-review-grid,
  .home-flow-grid,
  .home-benefit-grid {
    grid-template-columns: 1fr;
  }

  .home-field-footer {
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
  }

  .home-field-actions {
    width: 100%;
  }

  .home-field-actions .home-btn {
    flex: 1;
  }

  .home-final-cta-card {
    padding: 2rem 1.25rem;
  }
}

@media (max-width: 480px) {
  .home-hero-title {
    font-size: 1.95rem;
  }

  .home-search-card {
    padding: 1rem 0.85rem;
  }

  .home-final-cta-actions {
    flex-direction: column;
  }

  .home-final-cta-actions .home-btn {
    width: 100%;
  }
}

/* =====================================================================
   Premium High-Contrast Hero Section - Blue/Navy Theme Overrides
   All rules use !important to guarantee visual sports booking vibe
   ===================================================================== */

.home-hero {
  position: relative;
  background:
    radial-gradient(circle at 86% 14%, rgba(255, 122, 26, 0.18) 0%, transparent 40%),
    radial-gradient(circle at 16% 80%, rgba(56, 189, 248, 0.18) 0%, transparent 40%),
    linear-gradient(135deg, rgba(15, 23, 42, 0.99) 0%, rgba(30, 58, 138, 0.97) 50%, rgba(2, 116, 174, 0.95) 100%),
    url('/images/home/hero-sports-field.jpg') center / cover no-repeat !important;
  border-bottom: 5px solid var(--home-accent) !important;
  padding: 5rem 0 8.5rem !important;
}

.home-hero-panel {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  overflow: visible !important;
  padding: 0 !important;
  display: block !important;
  text-align: center !important;
}

.home-hero .home-kicker,
.home-hero-content .home-kicker,
.home-hero-panel .home-kicker {
  color: #38bdf8 !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6) !important;
  opacity: 1 !important;
}

.home-hero .home-hero-title,
.home-hero-content .home-hero-title,
.home-hero-panel .home-hero-title,
h1.home-hero-title {
  color: #ffffff !important;
  font-weight: 900 !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7), 0 1px 4px rgba(0, 0, 0, 0.5) !important;
  opacity: 1 !important;
}

.home-hero .home-hero-title span,
.home-hero-content .home-hero-title span,
.home-hero-panel .home-hero-title span,
h1.home-hero-title span {
  color: #ff7a1a !important;
  text-decoration: underline !important;
  text-decoration-color: #ff7a1a !important;
  text-decoration-thickness: 3px !important;
  text-underline-offset: 5px !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7), 0 1px 4px rgba(0, 0, 0, 0.5) !important;
  opacity: 1 !important;
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  -webkit-text-fill-color: #ff7a1a !important;
}

.home-hero .home-hero-description,
.home-hero-content .home-hero-description,
.home-hero-panel .home-hero-description {
  color: #e0f2fe !important;
  font-weight: 500 !important;
  font-size: 1.12rem !important;
  line-height: 1.65 !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) !important;
  opacity: 1 !important;
  margin: 1.25rem auto 2.25rem !important;
  max-width: 65ch !important;
}

.home-hero .home-stat-card,
.home-hero-panel .home-stat-card {
  border-color: rgba(255, 255, 255, 0.16) !important;
  background: rgba(11, 87, 208, 0.22) !important;
}

.home-hero .home-stat-value,
.home-hero-panel .home-stat-value {
  color: #ffffff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) !important;
}

.home-hero .home-stat-label,
.home-hero-panel .home-stat-label {
  color: #93c5fd !important;
}

.home-hero .home-btn-primary,
.home-hero-panel .home-btn-primary,
.home-hero-actions .home-btn-primary {
  background: linear-gradient(180deg, #ff7a1a 0%, #e26400 100%) !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  box-shadow: 0 8px 20px rgba(226, 100, 0, 0.45) !important;
  border: 1.5px solid rgba(255, 122, 26, 0.8) !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) !important;
}

.home-hero .home-btn-primary:hover,
.home-hero-panel .home-btn-primary:hover,
.home-hero-actions .home-btn-primary:hover {
  background: linear-gradient(180deg, #e26400 0%, #b34f00 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 12px 28px rgba(226, 100, 0, 0.55) !important;
  transform: translateY(-2px) !important;
}

.home-hero .home-btn-ghost,
.home-hero-panel .home-btn-ghost,
.home-hero-actions .home-btn-ghost {
  border: 2px solid rgba(255, 255, 255, 0.85) !important;
  background: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) !important;
  -webkit-text-fill-color: #ffffff !important;
}

.home-hero .home-btn-ghost:hover,
.home-hero-panel .home-btn-ghost:hover,
.home-hero-actions .home-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.22) !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(255, 255, 255, 0.12) !important;
}

.home-hero .home-btn-outline,
.home-hero-panel .home-btn-outline,
.home-hero-actions .home-btn-outline {
  border: 2px solid rgba(255, 255, 255, 0.55) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: #dbeafe !important;
  font-weight: 800 !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) !important;
  -webkit-text-fill-color: #dbeafe !important;
}

.home-hero .home-btn-outline:hover,
.home-hero-panel .home-btn-outline:hover,
.home-hero-actions .home-btn-outline:hover {
  background: rgba(255, 255, 255, 0.16) !important;
  border-color: rgba(255, 255, 255, 0.85) !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  transform: translateY(-2px) !important;
}
