:root {
  --background-color: #F8F9FA;
  --text-color: #1C1C1E;
  --card-bg: #F1F3F5;
  --border-color: #E4E7EB;
}

[data-theme=dark] {
  --background-color: #132033;
  --text-color: #F8F9FA;
  --card-bg: #1a2b3e;
  --border-color: #2a4a6b;
}

body {
  background-color: var(--background-color);
  color: var(--text-color);
  padding-top: 60px;
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  transition: background-color 0.2s ease, color 0.2s ease;
}

section {
  padding: 80px 0;
}

.page-header {
  background: linear-gradient(135deg, #980e0e 0%, #C62828 100%);
  color: #F8F9FA;
  padding: 60px 0;
}
.page-header h1 {
  font-weight: 700;
  font-size: 2.5rem;
}
.page-header p {
  opacity: 0.85;
  font-size: 1.1rem;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--text-color);
}

.section-subtitle {
  color: #616E7C;
  margin-bottom: 2.5rem;
  font-size: 1.05rem;
}

.bg-light-custom {
  background-color: var(--card-bg);
}

#mainNavbar {
  font-size: 1rem;
  background-color: #C62828 !important;
}
#mainNavbar ul li {
  background-color: #C62828;
  border: none;
  color: #F1F3F5;
}
#mainNavbar ul li a {
  text-decoration: none;
  color: #F1F3F5;
}
#mainNavbar .navbar-brand {
  color: #F8F9FA;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.5px;
}
#mainNavbar .navbar-brand:hover {
  color: #F1F3F5;
}
#mainNavbar #offcanvasNavbar {
  background-color: #C62828;
}
#mainNavbar #offcanvasNavbar ul li {
  border-bottom: 0.4px solid rgba(241, 243, 245, 0.3);
}
#mainNavbar #offcanvasNavbar .nav-link {
  color: #F1F3F5;
}
#mainNavbar #offcanvasNavbar .nav-link.active {
  color: #F8F9FA;
  font-weight: 600;
}
#mainNavbar #offcanvasNavbar .nav-section-title {
  font-weight: 600;
  cursor: default;
  padding-left: 0;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.7;
}
#mainNavbar #offcanvasNavbar .selected-option {
  background-color: #5E92F3;
  color: #132033;
  border: none;
  font-weight: 700;
}
#mainNavbar #offcanvasNavbar .unselected-option {
  background-color: rgba(241, 243, 245, 0.15);
  color: #F1F3F5;
  border: none;
}
#mainNavbar #offcanvasNavbar .unselected-option:hover {
  background-color: rgba(241, 243, 245, 0.25);
}

.button-primary {
  background-color: #C62828;
  color: #F8F9FA;
  border: none;
  font-weight: 600;
}
.button-primary:hover {
  background-color: #FF5F52;
  color: #F8F9FA;
}
.button-primary:active, .button-primary:focus {
  background-color: #980e0e;
  color: #F8F9FA;
  box-shadow: 0 0 0 0.25rem rgba(198, 40, 40, 0.35);
}

.button-secondary {
  background-color: #1565C0;
  color: #F8F9FA;
  border: none;
  font-weight: 600;
}
.button-secondary:hover {
  background-color: #5E92F3;
  color: #F8F9FA;
}
.button-secondary:active, .button-secondary:focus {
  background-color: #132033;
  color: #F8F9FA;
  box-shadow: 0 0 0 0.25rem rgba(21, 101, 192, 0.35);
}

.button-outline-primary {
  background-color: transparent;
  color: #F8F9FA;
  border: 2px solid #F8F9FA;
  font-weight: 600;
}
.button-outline-primary:hover {
  background-color: #F8F9FA;
  color: #C62828;
}

.nav-toggle-group {
  display: flex;
  gap: 10px;
}

.nav-toggle-btn {
  padding: 8px 14px;
  font-size: 0.85rem;
  border-radius: 4px;
}

.modal-header {
  background-color: #C62828;
  color: #F8F9FA;
  border-bottom: none;
  border-radius: 0.375rem 0.375rem 0 0;
}
.modal-header .modal-title {
  color: #F8F9FA;
  font-weight: 700;
  font-size: 1.2rem;
}
.modal-header .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.modal-content {
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.modal-body {
  padding: 1.75rem;
  background-color: var(--card-bg);
}

.hero {
  background: linear-gradient(135deg, #980e0e 0%, #C62828 55%, #FF5F52 100%);
  color: #F8F9FA;
  padding: 110px 0 90px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.hero .hero-content {
  position: relative;
  z-index: 1;
}
.hero h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  margin-bottom: 1.25rem;
  line-height: 1.15;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.hero p.hero-lead {
  font-size: clamp(1rem, 2.5vw, 1.3rem);
  margin-bottom: 2.25rem;
  opacity: 0.92;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.hero .hero-cta {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.hero .hero-cta .btn {
  padding: 14px 36px;
  font-size: 1.05rem;
  border-radius: 50px;
}
.hero .hero-badges {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.hero .hero-badges .hero-badge {
  background-color: rgba(248, 249, 250, 0.15);
  border: 1px solid rgba(248, 249, 250, 0.3);
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 0.875rem;
  font-weight: 600;
  backdrop-filter: blur(4px);
}

.prize-card {
  border: none;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  background-color: var(--card-bg);
  height: 100%;
}
.prize-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.14);
}
.prize-card .prize-img-placeholder {
  background: linear-gradient(135deg, #132033 0%, #1565C0 100%);
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F8F9FA;
  font-size: 3.5rem;
}
.prize-card .prize-badge {
  display: inline-block;
  background-color: #C62828;
  color: #F8F9FA;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 8px;
}
.prize-card .card-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-color);
}
.prize-card .card-text {
  color: #616E7C;
  font-size: 0.9rem;
}
.prize-card .card-footer {
  background-color: transparent;
  border-top: 1px solid var(--border-color);
  padding: 12px 16px;
}

.winner-card {
  background-color: var(--card-bg);
  border: none;
  border-radius: 10px;
  padding: 20px 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  border-left: 4px solid #1565C0;
  display: flex;
  align-items: center;
  gap: 16px;
}
.winner-card .winner-avatar {
  width: 46px;
  height: 46px;
  background-color: #1565C0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F8F9FA;
  font-weight: 700;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.winner-card .winner-name {
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 2px;
}
.winner-card .winner-prize {
  color: #1565C0;
  font-weight: 600;
  font-size: 0.9rem;
}
.winner-card .winner-date {
  color: #9AA5B1;
  font-size: 0.8rem;
}

.step-card {
  text-align: center;
  padding: 40px 24px;
}
.step-card .step-number {
  width: 68px;
  height: 68px;
  background: linear-gradient(135deg, #C62828, #980e0e);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: #F8F9FA;
  font-size: 1.6rem;
  font-weight: 800;
  box-shadow: 0 4px 16px rgba(198, 40, 40, 0.35);
}
.step-card h5 {
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text-color);
}
.step-card p {
  color: #616E7C;
  font-size: 0.95rem;
}

.feature-card {
  background-color: var(--card-bg);
  border-radius: 12px;
  padding: 32px 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  border: 1px solid var(--border-color);
  height: 100%;
}
.feature-card .feature-icon {
  font-size: 2.5rem;
  color: #1565C0;
  margin-bottom: 16px;
}
.feature-card h5 {
  font-weight: 700;
  color: var(--text-color);
}
.feature-card p {
  color: #616E7C;
  font-size: 0.9rem;
  margin-bottom: 0;
}

.form-control,
.form-select {
  background-color: var(--card-bg);
  color: var(--text-color);
  border-color: var(--border-color);
}
.form-control:focus,
.form-select:focus {
  background-color: var(--card-bg);
  color: var(--text-color);
  border-color: #1565C0;
  box-shadow: 0 0 0 0.25rem rgba(21, 101, 192, 0.2);
}
.form-control::-moz-placeholder, .form-select::-moz-placeholder {
  color: #9AA5B1;
}
.form-control::placeholder,
.form-select::placeholder {
  color: #9AA5B1;
}

.form-label {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--text-color);
  margin-bottom: 6px;
}

.form-wrapper {
  background-color: var(--card-bg);
  border-radius: 14px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.09);
  border: 1px solid var(--border-color);
}

.input-group-text {
  background-color: var(--card-bg);
  color: #616E7C;
  border-color: var(--border-color);
}

.form-alert {
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 0.9rem;
  display: none;
}
.form-alert.show {
  display: block;
}

.text-primary-brand {
  color: #C62828 !important;
}

.text-secondary-brand {
  color: #1565C0 !important;
}

.text-white-soft {
  color: #F8F9FA;
}

.text-muted-custom {
  color: #616E7C !important;
}

.bg-primary-brand {
  background-color: #C62828 !important;
}

.bg-secondary-brand {
  background-color: #1565C0 !important;
}

.contact-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #F1F3F5;
  text-decoration: none;
  padding: 8px 0;
  transition: opacity 0.15s;
}
.contact-link:hover {
  opacity: 0.8;
  color: #F1F3F5;
}
.contact-link:last-child {
  border-bottom: none;
}

.divider-red {
  border: none;
  height: 3px;
  width: 60px;
  background-color: #C62828;
  margin: 12px 0 24px;
}

.divider-blue {
  border: none;
  height: 3px;
  width: 60px;
  background-color: #1565C0;
  margin: 12px 0 24px;
}

.badge-success {
  background-color: #2E7D32;
  color: #F8F9FA;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
}

.badge-warning {
  background-color: #f9780e;
  color: #F8F9FA;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
}

.community-banner {
  overflow: hidden;
}
.community-banner .community-img-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 440px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}
.community-banner .community-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.community-banner .community-img-wrapper .community-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(152, 14, 14, 0.22) 0%, rgba(19, 32, 51, 0.28) 100%);
  pointer-events: none;
}
.community-banner .community-img-wrapper .community-img-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #132033 0%, #1565C0 60%, #C62828 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #F8F9FA;
}
.community-banner .community-img-wrapper .community-img-placeholder i {
  font-size: 5rem;
  opacity: 0.85;
}
.community-banner .community-img-wrapper .community-img-placeholder span {
  font-size: 1rem;
  opacity: 0.65;
  letter-spacing: 0.5px;
}
.community-banner .community-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(198, 40, 40, 0.1);
  color: #C62828;
  border: 1px solid rgba(198, 40, 40, 0.3);
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 20px;
}
.community-banner .community-stat {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  background-color: var(--card-bg);
  border-radius: 10px;
  border: 1px solid var(--border-color);
  margin-bottom: 12px;
}
.community-banner .community-stat .community-stat-icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.community-banner .community-stat .community-stat-icon i {
  font-size: 2.5rem;
  color: #C62828;
}
.community-banner .community-stat .community-stat-value {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--text-color);
  line-height: 1.1;
}
.community-banner .community-stat .community-stat-label {
  font-size: 0.82rem;
  color: #616E7C;
}/*# sourceMappingURL=main.css.map */