/* ==========================================================================
   BETGARANTI — AWARDS POLISH
   Clean, editorial, high-end clover identity
   ========================================================================== */

/* --- Header / Brand --- */
.brand img {
  height: 52px !important;
  width: auto !important;
  max-width: min(280px, 48vw);
  object-fit: contain;
  transition: height var(--dur-base) var(--ease-out);
}

.site-header.is-scrolled .brand img {
  height: 44px !important;
}

@media (max-width: 48rem) {
  .brand img { height: 40px !important; max-width: min(168px, 42vw); }
  .site-header.is-scrolled .brand img { height: 36px !important; }
}

.home-clover .site-header {
  padding-block: 0.85rem;
  background: rgba(5, 14, 28, 0.72);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  border-bottom: 1px solid rgba(142, 216, 81, 0.08);
}

.home-clover .site-header.is-scrolled {
  padding-block: 0.65rem;
  background: rgba(5, 14, 28, 0.92);
}

@media (max-width: 62rem) {
  .home-clover .site-header,
  .home-clover .site-header.is-scrolled {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(5, 14, 28, 0.97);
  }

  .home-clover .primary-nav a {
    font-size: clamp(1.5rem, 6vw, 1.9rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
  }

  .home-clover .primary-nav a::after {
    display: none;
  }

  .home-clover .header-actions .btn {
    padding: 0.55rem 0.95rem;
    font-size: 0.68rem;
  }
}

.home-clover .primary-nav a {
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(242, 247, 251, 0.62);
}

.home-clover .primary-nav a:hover,
.home-clover .primary-nav a[aria-current="page"] {
  color: #fff;
}

.home-clover .primary-nav a::after {
  height: 2px;
  background: var(--accent-400);
  border-radius: 2px;
}

.home-clover .header-actions .btn {
  padding: 0.7rem 1.35rem;
  font-size: 0.72rem;
}

.home-clover .announce-bar {
  background: transparent;
  border-bottom: 1px solid rgba(142, 216, 81, 0.1);
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(168, 196, 214, 0.75);
  padding-block: 0.55rem;
}

.home-clover .announce-bar a {
  color: var(--accent-400);
  text-decoration: none;
  font-weight: 600;
}

.home-clover .announce-bar a:hover {
  color: var(--accent-300);
}

/* --- Hero: editorial, airy (CSS-only atmosphere, no WebGL) --- */
.home-clover .hero--clover {
  min-height: min(92vh, 54rem);
  padding-top: clamp(8.5rem, 14vw, 11rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.home-clover .hero-clover-bg {
  background:
    radial-gradient(ellipse 70% 55% at 100% 0%, rgba(98, 174, 41, 0.22), transparent 55%),
    radial-gradient(ellipse 50% 45% at 0% 100%, rgba(15, 58, 95, 0.5), transparent 50%),
    linear-gradient(180deg, #030a14 0%, #0a1e39 48%, #071828 100%);
}

.home-clover .hero-clover-glow {
  position: absolute;
  inset: -20% -10% auto auto;
  width: min(28rem, 90vw);
  height: min(28rem, 90vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(111, 191, 50, 0.28) 0%, transparent 68%);
  filter: blur(8px);
  pointer-events: none;
  animation: glow-drift 10s ease-in-out infinite alternate;
}

.home-clover .hero-clover-petals {
  opacity: 0.1;
  animation: petal-breathe 8s ease-in-out infinite alternate;
}

@keyframes petal-breathe {
  from { opacity: 0.07; }
  to { opacity: 0.14; }
}

@keyframes glow-drift {
  from { transform: translate(0, 0); opacity: 0.7; }
  to { transform: translate(-6%, 8%); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .home-clover .hero-clover-glow,
  .home-clover .hero-clover-petals {
    animation: none;
  }
}

.home-clover .hero-clover-grid {
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  width: 100%;
  max-width: 100%;
}

.home-clover .hero-brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1.25rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--accent-400);
}

.home-clover .hero-brand-mark::before {
  content: "";
  width: 1.75rem;
  height: 2px;
  background: var(--accent-450);
  border-radius: 2px;
}

.home-clover .hero--clover h1 {
  font-size: clamp(2.4rem, 6.5vw + 0.6rem, 5.2rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.02;
  max-width: 14ch;
  margin-bottom: 1.35rem;
}

.home-clover .hero--clover h1 span {
  color: var(--accent-400);
}

@media (max-width: 62rem) {
  .home-clover .hero--clover h1 {
    font-size: clamp(1.85rem, 8vw, 2.6rem);
    max-width: none;
    width: 100%;
    letter-spacing: -0.035em;
    line-height: 1.08;
  }

  .home-clover .hero-brand-mark {
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    margin-bottom: 0.75rem;
  }

  .home-clover .hero--clover {
    padding-top: clamp(6.75rem, 20vw, 8.5rem);
    padding-bottom: 2.5rem;
    min-height: auto;
  }

  .home-clover .hero-clover-copy,
  .home-clover .hero-clover-visual {
    min-width: 0;
    max-width: 100%;
    width: 100%;
  }

  .home-clover .hero-promo {
    width: 100%;
    max-width: 100%;
  }

  .home-clover .hero-clover-glow {
    width: 70vw;
    height: 70vw;
    inset: -10% -15% auto auto;
    filter: blur(12px);
    opacity: 0.85;
  }

  .home-clover .hero-clover-petals {
    opacity: 0.06;
    animation: none;
  }
}

.home-clover .hero-lede {
  max-width: 34rem;
  font-size: clamp(1.02rem, 1.1vw + 0.85rem, 1.2rem);
  line-height: 1.65;
  color: rgba(216, 230, 240, 0.72);
  margin-bottom: 2rem;
}

.home-clover .hero-actions {
  gap: 1rem;
  align-items: center;
}

.home-clover .hero-inline-trust {
  margin-top: 2.25rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(142, 216, 81, 0.12);
  gap: 0.75rem 1.75rem;
}

.home-clover .hero-inline-trust li {
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  color: rgba(168, 196, 214, 0.7);
}

.home-clover .hero-inline-trust li::before {
  width: 6px;
  height: 6px;
  background: var(--accent-450);
  box-shadow: 0 0 10px rgba(142, 216, 81, 0.6);
}

/* Promo card — clean offer tile (no baked-in image text) */
.home-clover .hero-promo {
  width: min(100%, 22rem);
  border-radius: 1.35rem;
  border: 1px solid rgba(142, 216, 81, 0.22);
  box-shadow:
    0 4px 24px rgba(0, 0, 0, 0.25),
    0 32px 80px rgba(0, 8, 20, 0.55),
    0 0 0 1px rgba(98, 174, 41, 0.08);
  animation: promo-float 6s ease-in-out infinite;
  /* Prevent 3D/compositor horizontal seam bugs */
  transform: translateY(0);
  transform-style: flat;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  overflow: visible;
  clip-path: none !important;
}

.home-clover .hero-promo--offer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  padding: 1.5rem 1.6rem 1.35rem;
  background:
    radial-gradient(ellipse 80% 70% at 100% 0%, rgba(98, 174, 41, 0.28), transparent 55%),
    linear-gradient(155deg, #0f2a4a 0%, #071428 55%, #0a1e18 100%);
  text-decoration: none;
  color: inherit;
  overflow: visible;
  isolation: isolate;
  transform-style: flat !important;
}

.home-clover .hero-promo-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.85rem;
  padding: 0.42rem 0.8rem 0.4rem;
  border-radius: 999px;
  background: var(--accent-450);
  color: #041018;
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.1;
}

.home-clover .hero-promo-badge::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #041018;
  box-shadow: 0 0 0 3px rgba(4, 16, 24, 0.18);
  animation: live-pulse 1.6s ease-in-out infinite;
}

@keyframes live-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.55; transform: scale(0.85); }
}

.home-clover .hero-promo-kicker {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(168, 196, 214, 0.75);
}

.home-clover .hero-promo-amount {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 6vw, 4.75rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.1;
  color: #fff;
  display: block;
  padding-block: 0.08em;
}

.home-clover .hero-promo-title {
  margin-bottom: 1.15rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--accent-300);
}

.home-clover .hero-promo-cta {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  border-radius: 999px;
  background: #fff;
  color: #0a1e39;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.65rem 1rem;
  clip-path: none !important;
}

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

.home-clover .hero-promo:hover {
  animation: none;
  transform: translateY(-8px) scale(1.015);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.35),
    0 40px 90px rgba(0, 8, 20, 0.6),
    0 0 40px rgba(98, 174, 41, 0.22);
  border-color: rgba(142, 216, 81, 0.4);
}

/* --- Stats: thin editorial rail --- */
.home-clover .clover-stats {
  margin-top: 0;
  padding: 0 var(--container-pad) clamp(2.5rem, 5vw, 4rem);
}

.home-clover .clover-stats-rail {
  gap: 0;
  border-top: 1px solid rgba(142, 216, 81, 0.14);
  border-bottom: 1px solid rgba(142, 216, 81, 0.14);
  background: transparent;
}

.home-clover .clover-stat {
  background: transparent;
  border: 0;
  border-radius: 0;
  border-right: 1px solid rgba(142, 216, 81, 0.1);
  padding: 1.6rem 1.4rem;
  backdrop-filter: none;
  clip-path: none;
  transition: background var(--dur-base) var(--ease-out);
}

.home-clover .clover-stat:last-child { border-right: 0; }

.home-clover .clover-stat:hover {
  background: rgba(98, 174, 41, 0.04);
}

.home-clover .clover-stat .stat-value {
  font-size: clamp(1.85rem, 2.4vw, 2.55rem);
  letter-spacing: -0.03em;
  color: #fff;
}

.home-clover .clover-stat .stat-label {
  margin-top: 0.4rem;
  color: rgba(168, 196, 214, 0.55);
  letter-spacing: 0.12em;
}

@media (max-width: 62rem) {
  .home-clover .clover-stat {
    border-right: 0;
    border-bottom: 1px solid rgba(142, 216, 81, 0.1);
  }
}

/* --- Buttons --- */
.home-clover .btn-primary,
.home-clover .btn-secondary {
  clip-path: none !important;
}

.home-clover .btn-primary {
  background: linear-gradient(135deg, #62ae29, #8ed851) !important;
  color: #04120a !important;
  box-shadow: 0 10px 28px rgba(98, 174, 41, 0.28) !important;
  border-radius: 999px !important;
  letter-spacing: 0.06em;
}

.home-clover .btn-primary:hover {
  box-shadow: 0 14px 36px rgba(98, 174, 41, 0.4) !important;
  filter: brightness(1.05);
}

.home-clover .btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.03) !important;
}

.home-clover .btn-secondary:hover {
  border-color: rgba(142, 216, 81, 0.5) !important;
  background: rgba(98, 174, 41, 0.08) !important;
  color: var(--accent-300) !important;
}

.home-clover .btn-ghost {
  color: rgba(242, 247, 251, 0.85);
  font-weight: 600;
}

/* --- Sections: more air, less chrome --- */
.home-clover .section {
  padding-block: clamp(4.5rem, 9vw, 7.5rem);
}

.home-clover .section-ghost { display: none !important; }

.home-clover .eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: var(--accent-400);
  font-weight: 700;
}

.home-clover .showcase h2,
.home-clover .section-head h2 {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.home-clover .showcase-index {
  color: var(--accent-400);
  letter-spacing: 0.16em;
  font-size: 0.7rem;
}

.home-clover .showcase-visual {
  background:
    radial-gradient(ellipse 80% 60% at 100% 0%, rgba(98, 174, 41, 0.14), transparent 55%),
    linear-gradient(165deg, rgba(15, 42, 74, 0.92), rgba(5, 14, 28, 0.98));
  border: 1px solid rgba(142, 216, 81, 0.16);
  border-radius: 1.5rem;
  box-shadow:
    0 4px 24px rgba(0, 0, 0, 0.2),
    0 28px 70px rgba(0, 8, 20, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  overflow: hidden;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  min-height: 18rem;
  aspect-ratio: auto;
  display: flex;
  align-items: stretch;
  padding: 0;
  box-sizing: border-box;
}

.home-clover .odds-tape {
  position: relative;
  inset: auto;
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  flex: 1;
  background: transparent;
  border: 0;
}

.home-clover .odds-tape__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem 0.85rem;
  border-bottom: 1px solid rgba(142, 216, 81, 0.12);
}

.home-clover .odds-tape__live {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(232, 240, 248, 0.88);
}

.home-clover .odds-tape__live .dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #62ae29;
  box-shadow: 0 0 0 3px rgba(98, 174, 41, 0.2);
  animation: live-pulse 1.6s ease-in-out infinite;
}

.home-clover .odds-tape__meta {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-400);
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: rgba(98, 174, 41, 0.12);
  border: 1px solid rgba(142, 216, 81, 0.22);
}

.home-clover .odds-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin: 0;
  padding: 1.05rem 1.25rem;
  min-width: 0;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(142, 216, 81, 0.08) !important;
  font-size: 0.95rem;
  color: rgba(242, 247, 251, 0.92);
  transition: background 0.25s var(--ease-out);
}

.home-clover .odds-row:last-child {
  border-bottom: 0 !important;
}

.home-clover .odds-row:hover {
  background: rgba(98, 174, 41, 0.06) !important;
}

.home-clover .odds-row em {
  display: block;
  font-style: normal;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-400);
  margin-bottom: 0.28rem;
  font-weight: 700;
}

.home-clover .odds-row > span:first-child {
  min-width: 0;
  flex: 1 1 auto;
  line-height: 1.25;
}

.home-clover .odds-row > span:last-child {
  flex: 0 0 auto;
  white-space: nowrap;
  color: var(--accent-300);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  padding: 0.35rem 0.7rem;
  border-radius: 0.55rem;
  background: rgba(98, 174, 41, 0.1);
  border: 1px solid rgba(142, 216, 81, 0.18);
  box-shadow: 0 0 20px rgba(98, 174, 41, 0.08);
  transition: background 0.25s var(--ease-out), border-color 0.25s var(--ease-out);
}

.home-clover .odds-row:hover > span:last-child {
  background: rgba(98, 174, 41, 0.18);
  border-color: rgba(142, 216, 81, 0.35);
}

/* --- Bonus: equal 3-up grid --- */
.home-clover .bonus-showcase {
  display: block;
}

.home-clover .bonus-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: row;
  grid-auto-columns: unset;
  gap: 1rem;
  overflow: visible;
  padding-bottom: 0;
  scroll-snap-type: none;
  list-style: none;
  margin: 0;
  width: 100%;
}

.home-clover .bonus-gallery li {
  min-width: 0;
  list-style: none;
  scroll-snap-align: unset;
}

.home-clover .bonus-card {
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  clip-path: none;
  transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
}

.home-clover .bonus-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1480 / 880;
  object-fit: cover;
}

.home-clover .bonus-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(98, 174, 41, 0.25);
}

.home-clover .bonus-card__cta {
  border-radius: 999px;
  background: #fff;
  color: #0a1e39;
  clip-path: none;
}

@media (max-width: 62rem) {
  .home-clover .bonus-gallery {
    grid-template-columns: 1fr;
  }
}

/* --- APP band --- */
.home-clover .livetv-clover {
  border-radius: 1.75rem;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

/* --- Payments / trust --- */
.home-clover .payment-tile {
  border-radius: 0.85rem;
  border-color: rgba(142, 216, 81, 0.14);
  background: rgba(15, 42, 74, 0.4);
  clip-path: none;
  letter-spacing: 0.1em;
}

.home-clover .payment-tile:hover {
  border-color: var(--accent-400);
  color: var(--accent-300);
  background: rgba(98, 174, 41, 0.08);
}

.home-clover .trust-row .num {
  color: var(--accent-400);
  font-family: var(--font-display);
}

.home-clover .news-card {
  background: transparent;
  border-left: 2px solid var(--accent-500);
  border-radius: 0;
  padding: 0 0 0 1.25rem;
  transition: border-color var(--dur-fast) var(--ease-out);
}

.home-clover .news-card:hover {
  border-left-color: var(--accent-300);
}

.home-clover .marquee {
  border-color: rgba(142, 216, 81, 0.1);
  opacity: 0.7;
}

.home-clover .cta-band {
  border-radius: 1.75rem;
  background:
    radial-gradient(ellipse 60% 80% at 100% 50%, rgba(98, 174, 41, 0.18), transparent 55%),
    linear-gradient(135deg, #071428, #0a1e39 55%, #0c2818);
  border: 1px solid rgba(142, 216, 81, 0.16);
  padding: clamp(2.5rem, 5vw, 4rem);
}

/* Prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .home-clover .hero-promo,
  .home-clover .hero-clover-petals {
    animation: none !important;
  }
}

