html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background: #f7f8fb;
}

.text-accent {
  color: #e8500c !important;
}

.btn-accent {
  background: linear-gradient(180deg, #ff7a2e 0%, #e8500c 100%);
  border: none;
  color: #fff;
  font-weight: 600;
}

.btn-accent:hover,
.btn-accent:focus {
  background: linear-gradient(180deg, #ff8f4d 0%, #cf450a 100%);
  color: #fff;
}

.ja-nav {
  background: #0f2a44;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ja-brand__text {
  font-weight: 800;
  font-size: 22px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.01em;
}

.ja-brand__logo {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: transparent;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 10px 14px rgba(0, 0, 0, 0.25));
}

.ja-nav__link,
.ja-nav .nav-link {
  color: rgba(255, 255, 255, 0.88);
  transition: color 0.15s ease, text-decoration-color 0.15s ease;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 6px;
}

.ja-nav .nav-link:hover,
.ja-nav .nav-link:focus {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0.55);
}

.ja-nav .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.22);
}

/* Right cluster: even spacing between Contests…Privacy and profile / Admin / Logout */
.ja-nav__cluster {
  row-gap: 0.35rem;
}

@media (min-width: 992px) {
  .ja-nav__cluster {
    column-gap: 0.65rem;
  }

  .ja-nav .ja-nav__cluster > .navbar-nav {
    gap: 0.35rem !important;
  }
}

.footer-ja {
  background: #0f2942;
  color: #c8d4e0;
}

.footer-ja a.link-light {
  color: #fff;
}

.hero-banner {
  background: linear-gradient(135deg, #163a5c 0%, #e8500c 100%);
}

/* —— Jeeto Awam hero (giveaway style, compact + sparkles) —— */
.ja-hero {
  /* Reference: diagonal navy → orange sweep */
  background: linear-gradient(128deg, #0a2240 0%, #0f2a44 32%, #163a5c 48%, #d94a00 78%, #ff7500 100%);
  box-shadow: 0 10px 32px rgba(15, 41, 66, 0.28);
}

.ja-hero__inner {
  position: relative;
  z-index: 3;
  padding-top: 1.45rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 576px) {
  .ja-hero__inner {
    padding-top: 1.7rem;
    padding-bottom: 1.45rem;
  }
}

@media (min-width: 992px) {
  .ja-hero__inner {
    padding-top: 2.0rem;
    padding-bottom: 1.65rem;
  }
}

.ja-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 70% 60% at 20% 20%, rgba(255, 255, 255, 0.10), transparent 60%),
    radial-gradient(ellipse 60% 55% at 80% 65%, rgba(255, 92, 0, 0.26), transparent 58%),
    radial-gradient(circle at 50% 55%, rgba(10, 26, 43, 0.35), transparent 58%);
  pointer-events: none;
}

.ja-hero__grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 45%, black 18%, transparent 72%);
  opacity: 0.7;
  pointer-events: none;
}

/* subtle dots overlay (reference-style) */
.ja-hero__grid::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.22;
  mask-image: radial-gradient(ellipse 75% 65% at 50% 45%, black 22%, transparent 72%);
  pointer-events: none;
}

.ja-hero__glow {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  filter: blur(52px);
  pointer-events: none;
}

.ja-hero__glow--a {
  width: 240px;
  height: 240px;
  right: 12%;
  top: -70px;
  background: rgba(255, 136, 64, 0.8);
  opacity: 0.55;
}

.ja-hero__glow--b {
  width: 220px;
  height: 220px;
  left: 6%;
  bottom: -80px;
  background: rgba(76, 160, 255, 0.55);
  opacity: 0.25;
}

/* Soft gold/white bokeh (reference shine) */
.ja-hero__bokeh {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 45% 35% at 72% 38%, rgba(255, 220, 160, 0.35), transparent 65%),
    radial-gradient(ellipse 40% 30% at 28% 55%, rgba(120, 190, 255, 0.12), transparent 60%),
    radial-gradient(ellipse 35% 28% at 88% 72%, rgba(255, 140, 40, 0.22), transparent 55%),
    radial-gradient(ellipse 25% 22% at 12% 22%, rgba(255, 255, 255, 0.14), transparent 55%);
  mix-blend-mode: screen;
  opacity: 0.9;
}

/* Dense sparkle field (twinkle) */
.ja-hero__sparkles {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.95;
  mix-blend-mode: screen;
  filter: saturate(1.15) contrast(1.05);
}

/* blue → orange "fire spark" tint that reacts with background */
.ja-hero__sparkles::before {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image:
    /* lots of fixed-position colored particles (NO tiling = no seams) */
    radial-gradient(circle at 6% 18%, rgba(120, 190, 255, 0.65) 0 1px, transparent 3px),
    radial-gradient(circle at 10% 40%, rgba(110, 180, 255, 0.55) 0 1px, transparent 3px),
    radial-gradient(circle at 14% 70%, rgba(140, 210, 255, 0.45) 0 1px, transparent 3px),
    radial-gradient(circle at 18% 28%, rgba(255, 215, 160, 0.7) 0 1px, transparent 3px),
    radial-gradient(circle at 22% 52%, rgba(255, 190, 120, 0.6) 0 1px, transparent 3px),
    radial-gradient(circle at 26% 84%, rgba(255, 160, 95, 0.55) 0 1px, transparent 3px),
    radial-gradient(circle at 30% 14%, rgba(255, 255, 255, 0.35) 0 1px, transparent 3px),
    radial-gradient(circle at 34% 36%, rgba(255, 220, 160, 0.55) 0 1px, transparent 3px),
    radial-gradient(circle at 38% 60%, rgba(120, 195, 255, 0.45) 0 1px, transparent 3px),
    radial-gradient(circle at 42% 78%, rgba(255, 200, 135, 0.55) 0 1px, transparent 3px),
    radial-gradient(circle at 46% 22%, rgba(255, 235, 190, 0.75) 0 1px, transparent 3px),
    radial-gradient(circle at 50% 46%, rgba(255, 255, 255, 0.28) 0 1px, transparent 3px),
    radial-gradient(circle at 54% 66%, rgba(255, 185, 120, 0.55) 0 1px, transparent 3px),
    radial-gradient(circle at 58% 86%, rgba(255, 150, 85, 0.5) 0 1px, transparent 3px),
    radial-gradient(circle at 62% 16%, rgba(255, 255, 255, 0.3) 0 1px, transparent 3px),
    radial-gradient(circle at 66% 34%, rgba(255, 200, 130, 0.55) 0 1px, transparent 3px),
    radial-gradient(circle at 70% 56%, rgba(255, 175, 110, 0.55) 0 1px, transparent 3px),
    radial-gradient(circle at 74% 76%, rgba(255, 150, 95, 0.5) 0 1px, transparent 3px),
    radial-gradient(circle at 78% 26%, rgba(255, 235, 200, 0.7) 0 1px, transparent 3px),
    radial-gradient(circle at 82% 46%, rgba(255, 185, 120, 0.55) 0 1px, transparent 3px),
    radial-gradient(circle at 86% 68%, rgba(255, 160, 90, 0.55) 0 1px, transparent 3px),
    radial-gradient(circle at 90% 20%, rgba(255, 255, 255, 0.22) 0 1px, transparent 3px),
    radial-gradient(circle at 92% 52%, rgba(255, 200, 135, 0.55) 0 1px, transparent 3px),
    radial-gradient(circle at 94% 82%, rgba(255, 160, 95, 0.5) 0 1px, transparent 3px),
    /* some larger glints */
    radial-gradient(circle at 16% 22%, rgba(255, 235, 190, 0.85) 0 2px, transparent 8px),
    radial-gradient(circle at 40% 64%, rgba(120, 200, 255, 0.4) 0 2px, transparent 9px),
    radial-gradient(circle at 64% 30%, rgba(255, 160, 90, 0.75) 0 2px, transparent 9px),
    radial-gradient(circle at 84% 58%, rgba(255, 255, 255, 0.5) 0 1.5px, transparent 8px);
  opacity: 0.78;
  will-change: transform, opacity, filter;
  animation: jaSparkDrift 10.5s linear infinite, jaSparkTwinkle 3.2s ease-in-out infinite;
}

.ja-hero__sparkles::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image:
    /* subtle ember glow wisps (no repeating lines) */
    radial-gradient(ellipse 22% 16% at 18% 46%, rgba(120, 190, 255, 0.14), transparent 70%),
    radial-gradient(ellipse 24% 18% at 44% 30%, rgba(255, 210, 150, 0.14), transparent 72%),
    radial-gradient(ellipse 26% 20% at 70% 58%, rgba(255, 160, 95, 0.16), transparent 74%),
    radial-gradient(ellipse 20% 14% at 86% 36%, rgba(255, 255, 255, 0.10), transparent 74%);
  opacity: 0.55;
  will-change: transform, opacity, filter;
  animation: jaSparkDrift2 14s linear infinite, jaSparkTwinkle2 4.4s ease-in-out infinite;
}

@keyframes jaSparkDrift {
  /* loop-perfect: 0% == 100% (no jerk) */
  0% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(2.2%, -0.9%, 0); }
  100% { transform: translate3d(0, 0, 0); }
}

@keyframes jaSparkDrift2 {
  0% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(1.4%, -0.6%, 0); }
  100% { transform: translate3d(0, 0, 0); }
}

@keyframes jaSparkTwinkle {
  0% { opacity: 0.6; filter: brightness(0.95); }
  50% { opacity: 0.88; filter: brightness(1.18); }
  100% { opacity: 0.6; filter: brightness(0.95); }
}

@keyframes jaSparkTwinkle2 {
  0% { opacity: 0.42; filter: brightness(0.95); }
  50% { opacity: 0.62; filter: brightness(1.12); }
  100% { opacity: 0.42; filter: brightness(0.95); }
}

@media (prefers-reduced-motion: reduce) {
  .ja-hero__sparkles {
    opacity: 0.68;
  }
  .ja-hero__sparkles::before,
  .ja-hero__sparkles::after {
    animation: none;
  }
}

.ja-hero__logo-wrap {
  width: clamp(125px, 19vw, 210px);
  height: clamp(125px, 19vw, 210px);
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: transparent;
  border: none;
  box-shadow: none;
  position: relative;
}

.ja-hero__logo {
  width: clamp(118px, 18vw, 200px);
  height: clamp(118px, 18vw, 200px);
  object-fit: contain;
  filter: drop-shadow(0 8px 24px rgba(255, 150, 0, 0.45)) drop-shadow(0 12px 14px rgba(0, 0, 0, 0.22));
}

.ja-hero__title {
  font-size: clamp(1.7rem, 4.0vw, 2.35rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #fff;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
}

.ja-hero__sub {
  max-width: 36rem;
  font-size: clamp(0.9rem, 1.9vw, 1.05rem);
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.88);
}

.ja-hero__fine {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.72rem;
  line-height: 1.35;
}

.ja-hero__divider {
  width: min(360px, 86%);
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.btn-ja-primary {
  border: none;
  color: #fff;
  font-weight: 700;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff7a00 0%, #ff3c00 100%);
  box-shadow: 0 12px 22px rgba(255, 92, 0, 0.28);
  transition: transform 0.16s ease, box-shadow 0.16s ease, filter 0.16s ease;
  position: relative;
  overflow: hidden;
}

.btn-ja-primary::after {
  content: "";
  position: absolute;
  top: -40%;
  left: -60%;
  width: 60%;
  height: 180%;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.45) 40%, transparent 75%);
  transform: rotate(18deg);
  opacity: 0.55;
  animation: jaShine 2.8s ease-in-out infinite;
  pointer-events: none;
}

.btn-ja-primary:hover,
.btn-ja-primary:focus {
  color: #fff;
  transform: translateY(-1px) scale(1.05);
  box-shadow: 0 18px 34px rgba(255, 92, 0, 0.38);
  filter: brightness(1.05);
}

.btn-ja-secondary {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: rgba(255, 255, 255, 0.95);
  background: transparent;
  font-weight: 700;
  transition: background 0.16s ease, transform 0.16s ease, box-shadow 0.16s ease;
}

.btn-ja-secondary:hover,
.btn-ja-secondary:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.10);
  transform: translateY(-1px);
}

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

@keyframes jaShine {
  0% { transform: translateX(0) rotate(18deg); opacity: 0; }
  20% { opacity: 0.55; }
  50% { transform: translateX(320%) rotate(18deg); opacity: 0.2; }
  100% { transform: translateX(320%) rotate(18deg); opacity: 0; }
}

/* Halo + spark ring behind logo (VIP glint) */
.ja-hero__logo-wrap::before {
  content: "";
  position: absolute;
  inset: -28px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 200, 100, 0.45), transparent 55%),
    radial-gradient(circle at 50% 50%, rgba(255, 92, 0, 0.12), transparent 70%),
    radial-gradient(circle at 14% 22%, rgba(255, 255, 255, 0.75) 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 86% 18%, rgba(255, 255, 255, 0.65) 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 22% 82%, rgba(255, 230, 160, 0.65) 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 78% 86%, rgba(255, 200, 140, 0.6) 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 50% 6%, rgba(255, 255, 255, 0.55) 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 8% 50%, rgba(255, 255, 255, 0.5) 0 1.5px, transparent 2.5px),
    radial-gradient(circle at 92% 52%, rgba(255, 255, 255, 0.45) 0 1.5px, transparent 2.5px);
  opacity: 0.92;
  pointer-events: none;
  animation: jaLogoHalo 4s ease-in-out infinite alternate;
}

@keyframes jaLogoHalo {
  0% { opacity: 0.82; transform: scale(1); }
  100% { opacity: 0.98; transform: scale(1.02); }
}

@media (prefers-reduced-motion: reduce) {
  .ja-hero__logo-wrap::before {
    animation: none;
  }
}

/* Second sparkle pass (larger gold flecks) */
.ja-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 230, 150, 0.22) 0 3px, transparent 4px),
    radial-gradient(circle at 66% 12%, rgba(255, 255, 255, 0.2) 0 2px, transparent 4px),
    radial-gradient(circle at 48% 44%, rgba(255, 200, 100, 0.18) 0 3px, transparent 5px),
    radial-gradient(circle at 84% 58%, rgba(255, 255, 255, 0.16) 0 2px, transparent 4px),
    radial-gradient(circle at 10% 70%, rgba(255, 220, 170, 0.16) 0 2px, transparent 4px),
    radial-gradient(circle at 90% 82%, rgba(255, 255, 255, 0.12) 0 2px, transparent 4px);
  opacity: 0.65;
  pointer-events: none;
  mix-blend-mode: screen;
}

@media (max-width: 576px) {
  .ja-hero__logo-wrap::before {
    inset: -20px;
  }
}

/* —— Home hero —— */
.hero-ja {
  background: linear-gradient(145deg, #0a1f33 0%, #163a5c 38%, #b8430a 88%, #e8500c 100%);
  box-shadow: 0 12px 32px rgba(15, 41, 66, 0.28);
}

.hero-ja--compact {
  box-shadow: 0 8px 24px rgba(15, 41, 66, 0.22);
}

.hero-ja__mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 20% 20%, rgba(255, 255, 255, 0.12), transparent 55%),
    radial-gradient(ellipse 70% 50% at 90% 80%, rgba(232, 80, 12, 0.35), transparent 50%);
  pointer-events: none;
}

.hero-ja__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(48px);
  opacity: 0.55;
  pointer-events: none;
}

.hero-ja__orb--a {
  width: 280px;
  height: 280px;
  background: #ff9a56;
  top: -80px;
  right: 10%;
}

.hero-ja__orb--b {
  width: 220px;
  height: 220px;
  background: #4a9fff;
  bottom: -60px;
  left: 5%;
  opacity: 0.25;
}

.hero-ja--compact .hero-ja__orb--a {
  width: 160px;
  height: 160px;
  top: -45px;
  right: 6%;
  filter: blur(36px);
}

.hero-ja--compact .hero-ja__orb--b {
  width: 110px;
  height: 110px;
  bottom: -35px;
  left: 6%;
  filter: blur(30px);
}

.hero-ja__grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: radial-gradient(ellipse 75% 70% at 50% 45%, black 20%, transparent 75%);
  pointer-events: none;
}

.hero-ja__badge {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.95);
}

.hero-ja__title {
  letter-spacing: -0.02em;
  line-height: 1.1;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
}

.hero-ja__tagline {
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
  font-weight: 500;
  max-width: 28rem;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.45;
}

.hero-ja__lead {
  font-size: 1.05rem;
  max-width: 36rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
}

.hero-ja__badge--sm {
  font-size: 0.62rem;
  padding: 0.28rem 0.7rem;
  letter-spacing: 0.1em;
}

.hero-ja__title--compact {
  font-size: clamp(1.65rem, 4.5vw, 2.25rem);
}

.hero-ja__lead--compact {
  font-size: 0.88rem;
  max-width: 34rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 768px) {
  .hero-ja__lead--compact {
    font-size: 0.95rem;
  }
}

.home-contests__title {
  border-left: 4px solid #e8500c;
  padding-left: 0.65rem;
  color: #0f2942;
}

.home-contests .product-card {
  border: 1px solid #e3e8ef;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.home-contests .product-card:hover {
  box-shadow: 0 0.5rem 1.25rem rgba(15, 41, 66, 0.12) !important;
  transform: translateY(-2px);
}

.py-lg-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-md-6 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

@media (min-width: 992px) {
  .py-lg-6 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}

/* —— Auth (login / register) —— */
.auth-page {
  min-height: 52vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-card {
  width: 100%;
  max-width: 440px;
  background: #fff;
  position: relative;
}

.auth-card__accent {
  height: 5px;
  background: linear-gradient(90deg, #163a5c 0%, #e8500c 50%, #ff9a56 100%);
}

.auth-card__eyebrow {
  color: #e8500c;
  letter-spacing: 0.12em;
}

.auth-input {
  border-radius: 10px;
  border: 1px solid #dce3ec;
  background: #fafbfd;
}

.auth-input:focus {
  background: #fff;
  border-color: rgba(232, 80, 12, 0.45);
}

.product-card {
  border: 1px solid #e7eaf0;
  border-radius: 12px;
  overflow: hidden;
}

.product-card .product-card-image {
  overflow: hidden;
  background: #eee;
}

.product-card .product-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.payment-box {
  border-radius: 12px;
}

.payment-lines-plain li {
  font-weight: 400;
}

.ticker-wrap {
  background: #fff;
  border: 1px solid #e7eaf0;
  border-radius: 8px;
  overflow: hidden;
}

.ticker-track {
  white-space: nowrap;
  padding: 0.32rem 0.75rem;
  animation: none;
}

.ticker-text {
  display: inline-block;
  font-size: 0.9rem;
  color: #334155;
}

.announcement-stack {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.announcement-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  background: #fff;
  border: 1px solid #e7eaf0;
  border-radius: 8px;
  padding: 0.42rem 0.85rem;
}

.announcement-bar--default {
  background: linear-gradient(105deg, #fffdf8 0%, #f8f4ff 55%, #fff5f0 100%);
  border-color: #e8e0d4;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04);
}

.announcement-bar__badge {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
  background: #f1f5f9;
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
  flex-shrink: 0;
}

.announcement-bar__badge--contest {
  color: #9a3412;
  background: #ffedd5;
}

.announcement-bar__badge--vip {
  color: #5b21b6;
  background: linear-gradient(135deg, #ede9fe 0%, #fae8ff 100%);
}

.announcement-bar__text {
  font-size: 0.88rem;
  line-height: 1.45;
  color: #334155;
  flex: 1;
  min-width: 12rem;
}

.object-fit-cover {
  object-fit: cover;
}

.object-fit-contain {
  object-fit: contain;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem rgba(232, 80, 12, 0.35);
}
