/* Homepage premium */

.home-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: calc(var(--header-h) + 32px) 0 80px;
  overflow: hidden;
}

/* Banner hero with photo */
.home-hero--banner {
  padding: calc(var(--header-h) + 48px) 0 72px;
}

.home-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.home-hero__bg-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.home-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 8, 20, 0.96) 0%, rgba(5, 8, 20, 0.82) 35%, rgba(5, 8, 20, 0.35) 55%, rgba(5, 8, 20, 0.1) 100%),
    linear-gradient(0deg, rgba(5, 8, 20, 0.75) 0%, transparent 40%, rgba(5, 8, 20, 0.35) 100%);
}

.home-hero__overlay-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 50% 60% at 75% 50%, rgba(59, 91, 255, 0.18) 0%, transparent 65%);
  pointer-events: none;
}

.home-hero__inner--banner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: min(100%, 640px);
}

.home-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.home-hero__chip {
  padding: 10px 16px;
  font-size: 0.82rem;
  font-weight: 700;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 100px;
  backdrop-filter: blur(12px);
}

.home-hero__chip:nth-child(1) {
  color: var(--accent-cyan);
  border-color: rgba(23, 230, 230, 0.3);
}

.home-hero__chip:nth-child(3) {
  color: #fbbf24;
  border-color: rgba(251, 191, 36, 0.3);
}

.home-hero__mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 10% 20%, rgba(59, 91, 255, 0.35) 0%, transparent 55%),
    radial-gradient(ellipse 60% 50% at 90% 10%, rgba(23, 230, 230, 0.2) 0%, transparent 50%),
    radial-gradient(ellipse 50% 40% at 70% 90%, rgba(243, 29, 29, 0.12) 0%, transparent 50%),
    var(--bg-dark);
}

.home-hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, black 20%, transparent 75%);
}

.home-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  animation: home-float 8s ease-in-out infinite;
  pointer-events: none;
}

.home-orb--1 {
  width: 420px;
  height: 420px;
  top: -10%;
  right: -5%;
  background: rgba(59, 91, 255, 0.35);
}

.home-orb--2 {
  width: 300px;
  height: 300px;
  bottom: 10%;
  left: -8%;
  background: rgba(23, 230, 230, 0.2);
  animation-delay: -3s;
}

@keyframes home-float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-20px, 15px) scale(1.05); }
}

.home-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 48px;
  align-items: center;
}

.home-hero__text {
  max-width: 620px;
}

.home-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  padding: 8px 16px 8px 10px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-cyan);
  background: rgba(59, 91, 255, 0.12);
  border: 1px solid rgba(59, 91, 255, 0.35);
  border-radius: 100px;
}

.home-hero__eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 12px #22c55e;
  animation: home-pulse 2s ease infinite;
}

@keyframes home-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

.home-hero__title {
  margin: 0 0 20px;
  font-size: clamp(1.85rem, 5vw, 3.25rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.04em;
  overflow-wrap: break-word;
}

.home-hero__title .logo__wilder,
.home-hero__title .logo__casino {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}

.home-hero__title .logo__wilder {
  color: #ffffff;
  text-shadow: 0 2px 20px rgba(255, 255, 255, 0.15);
}

.home-hero__title .logo__casino {
  color: var(--accent-blue);
  text-shadow: 0 0 40px rgba(59, 91, 255, 0.5);
}

.home-hero--banner .home-hero__title {
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}

.home-hero--banner .home-hero__desc {
  color: rgba(255, 255, 255, 0.75);
}

.home-hero__desc {
  margin: 0 0 32px;
  font-size: clamp(1rem, 2.5vw, 1.15rem);
  color: var(--text-secondary);
  line-height: 1.75;
  max-width: 520px;
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 36px;
}

.btn--glow {
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.18), 0 8px 24px rgba(0,0,0,0.3);
}

.btn--glass {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  backdrop-filter: blur(12px);
}

.btn--glass:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(59, 91, 255, 0.5);
}

.home-promo-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 20px;
  padding: 18px 22px;
  background: linear-gradient(135deg, rgba(59, 91, 255, 0.15) 0%, rgba(0,0,0,0.4) 100%);
  border: 1px solid rgba(59, 91, 255, 0.3);
  border-radius: 16px;
  backdrop-filter: blur(16px);
}

.home-promo-box__label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-muted);
}

.home-promo-box__code {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #ffffff;
  font-family: "SF Mono", "Fira Code", monospace;
  cursor: pointer;
}

.home-hero__visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-hero__logo-wrap {
  position: relative;
  width: min(100%, 380px);
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-hero__logo-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(59, 91, 255, 0.3);
  animation: home-spin 20s linear infinite;
}

.home-hero__logo-ring::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #3b5bff;
  box-shadow: 0 0 20px #3b5bff;
  transform: translateX(-50%);
}

@keyframes home-spin {
  to { transform: rotate(360deg); }
}

.home-hero__logo-glow {
  position: absolute;
  inset: 10%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59, 91, 255, 0.5) 0%, transparent 70%);
  filter: blur(30px);
}

.home-hero__logo {
  position: relative;
  z-index: 2;
  width: 72%;
  border-radius: 24px;
  filter: drop-shadow(0 20px 60px rgba(59, 91, 255, 0.4));
}

.home-hero__float-card {
  position: absolute;
  padding: 12px 16px;
  background: rgba(18, 24, 50, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  backdrop-filter: blur(16px);
  font-size: 0.8rem;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: var(--shadow);
  animation: home-float 6s ease-in-out infinite;
}

.home-hero__float-card--1 {
  top: 8%;
  right: 0;
  color: var(--accent-cyan);
}

.home-hero__float-card--2 {
  bottom: 18%;
  left: -5%;
  animation-delay: -2s;
}

.home-hero__float-card--3 {
  bottom: 5%;
  right: 10%;
  animation-delay: -4s;
  color: #fbbf24;
}

/* Trust bar */
.home-trust {
  padding: 0 0 64px;
  margin-top: -24px;
  position: relative;
  z-index: 2;
}

.home-trust__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  padding: 1px;
  border-radius: 20px;
  overflow: hidden;
  background: var(--divider-line);
  border: 1px solid var(--divider-border);
  box-shadow: 0 0 0 1px var(--divider-outline);
}

.home-trust__item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  background: rgba(18, 24, 50, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  backdrop-filter: blur(12px);
  transition: border-color var(--transition), transform var(--transition), box-shadow var(--transition);
}

.home-trust__item:hover {
  z-index: 1;
  border-color: rgba(59, 91, 255, 0.45);
  transform: translateY(-2px);
  box-shadow: inset 0 0 0 1px rgba(59, 91, 255, 0.25);
}

.home-trust__icon {
  flex-shrink: 0;
}

.home-trust__value {
  display: block;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.2;
}

.home-trust__label {
  font-size: 0.78rem;
  color: var(--text-muted);
}

/* Bento */
.home-bento {
  padding: 80px 0;
}

.home-bento__grid {
  display: grid;
  gap: 1px;
  padding: 1px;
  border-radius: 20px;
  overflow: hidden;
  background: var(--divider-line);
  border: 1px solid var(--divider-border);
  box-shadow: 0 0 0 1px var(--divider-outline);
}

.home-bento__card {
  position: relative;
  padding: 28px 26px;
  background: linear-gradient(145deg, rgba(18, 24, 50, 0.9) 0%, rgba(10, 14, 39, 0.95) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  overflow: hidden;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.home-bento__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(59, 91, 255, 0.5), transparent);
}

.home-bento__card:hover {
  z-index: 1;
  transform: translateY(-4px);
  border-color: rgba(59, 91, 255, 0.45);
  box-shadow: inset 0 0 0 1px rgba(59, 91, 255, 0.25), 0 20px 50px rgba(0, 0, 0, 0.4);
}

.home-bento__card--wide {
  grid-column: span 1;
}

.home-bento__card--accent {
  background: linear-gradient(145deg, rgba(59, 91, 255, 0.2) 0%, rgba(18, 24, 50, 0.95) 100%);
  border-color: rgba(59, 91, 255, 0.25);
}

.home-bento__icon {
  margin-bottom: 16px;
}

.home-bento__icon svg {
  width: 24px;
  height: 24px;
  display: block;
}

.home-bento__title {
  margin: 0 0 8px;
  font-size: 1.15rem;
  font-weight: 700;
}

.home-bento__text {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.65;
}

.home-bento__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--accent-cyan);
  transition: gap 0.2s ease;
}

.home-bento__link:hover {
  gap: 10px;
}

/* Slots showcase */
.home-slots {
  padding: 80px 0;
  background: linear-gradient(180deg, transparent 0%, rgba(59, 91, 255, 0.04) 50%, transparent 100%);
}

.home-slots__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  padding: 1px;
  border-radius: 20px;
  overflow: hidden;
  background: var(--divider-line);
  border: 1px solid var(--divider-border);
  box-shadow: 0 0 0 1px var(--divider-outline);
}

@media (min-width: 640px) {
  .home-slots__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.home-slot {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  border-radius: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #0c1028;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.home-slot:hover {
  transform: translateY(-2px);
  z-index: 1;
  border-color: rgba(59, 91, 255, 0.55);
  box-shadow: inset 0 0 0 1px rgba(59, 91, 255, 0.35), 0 12px 32px rgba(0, 0, 0, 0.45);
}

.home-slot__img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.home-slot__content {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.55) 55%, transparent 100%);
  pointer-events: none;
}

.home-slot__name {
  margin: 0 0 4px;
  font-size: 0.95rem;
  font-weight: 700;
}

.home-slot__rtp {
  font-size: 0.75rem;
  color: #22c55e;
  font-weight: 600;
}

/* Steps */
.home-steps {
  padding: 80px 0;
}

.home-steps__grid {
  display: grid;
  gap: 1px;
  padding: 1px;
  border-radius: 20px;
  overflow: hidden;
  background: var(--divider-line);
  border: 1px solid var(--divider-border);
  box-shadow: 0 0 0 1px var(--divider-outline);
}

.home-step {
  position: relative;
  padding: 32px 28px;
  background: var(--bg-card);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  text-align: center;
}

.home-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  font-size: 1.25rem;
  font-weight: 800;
  color: #3b5bff;
  background: rgba(59, 91, 255, 0.15);
  border-radius: 14px;
}

.home-step__title {
  margin: 0 0 8px;
  font-size: 1.1rem;
  font-weight: 700;
}

.home-step__text {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.65;
}

/* Promo preview */
.home-promos {
  padding: 80px 0;
  overflow: hidden;
}

.home-promos__marquee {
  overflow: hidden;
  margin-bottom: 32px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
}

.home-promos__marquee-inner {
  display: flex;
  width: max-content;
  animation: home-promos-marquee 45s linear infinite;
}

.home-promos__marquee:hover .home-promos__marquee-inner {
  animation-play-state: paused;
}

.home-promos__marquee-inner .home-promos__list {
  display: flex;
  gap: 14px;
  flex-shrink: 0;
  padding: 4px 7px 8px;
}

@keyframes home-promos-marquee {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
  .home-promos__marquee-inner {
    animation: none;
    overflow-x: auto;
    max-width: 100%;
  }
}

.home-promo-mini {
  display: flex;
  flex: 0 0 280px;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  padding: 20px 22px;
  background: var(--bg-card);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: border-color var(--transition), transform var(--transition);
}

.home-promo-mini .promo-card__copy {
  margin-left: 0;
  width: 100%;
  justify-content: center;
}

.home-promo-mini:hover {
  border-color: rgba(59, 91, 255, 0.35);
  transform: translateY(-2px);
}

.home-promo-mini__code {
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--accent-cyan);
  font-family: "SF Mono", "Fira Code", monospace;
}

.home-promo-mini__meta {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.home-promo-mini__price {
  font-weight: 700;
  color: #fff;
}

/* Reviews teaser */
.home-reviews {
  padding: 80px 0;
}

.home-reviews__grid {
  display: grid;
  gap: 1px;
  padding: 1px;
  border-radius: 20px;
  overflow: hidden;
  background: var(--divider-line);
  border: 1px solid var(--divider-border);
  box-shadow: 0 0 0 1px var(--divider-outline);
}

.home-review {
  padding: 24px;
  background: linear-gradient(145deg, rgba(18, 24, 50, 0.95) 0%, rgba(10, 14, 39, 0.9) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
}

.home-review__stars {
  margin-bottom: 12px;
}

.home-review__text {
  margin: 0 0 16px;
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.7;
  font-style: italic;
}

.home-review__author {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-muted);
}

/* CTA */
.home-cta {
  padding: 40px 0 100px;
}

.home-cta__box {
  position: relative;
  padding: 40px 28px;
  text-align: left;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(18, 24, 50, 0.98) 0%, rgba(10, 14, 39, 0.98) 100%);
  border: 1px solid var(--divider-border);
  box-shadow: 0 0 0 1px var(--divider-outline), 0 24px 60px rgba(0, 0, 0, 0.35);
}

.home-cta__box::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 100% 0%, rgba(59, 91, 255, 0.2) 0%, transparent 45%),
    radial-gradient(circle at 0% 100%, rgba(243, 29, 29, 0.12) 0%, transparent 40%);
  pointer-events: none;
}

.home-cta__head {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--text-divider);
}

.home-cta__head-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-cta__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(59, 91, 255, 0.18);
  border: 1px solid rgba(59, 91, 255, 0.35);
  color: var(--accent-cyan);
}

.home-cta__icon svg {
  width: 18px;
  height: 18px;
}

.home-cta__badge {
  display: inline-block;
  margin: 0;
  padding: 5px 12px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fbbf24;
  background: rgba(251, 191, 36, 0.12);
  border: 1px solid rgba(251, 191, 36, 0.3);
  border-radius: 100px;
}

.home-cta__title {
  position: relative;
  margin: 0;
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.home-cta__text {
  position: relative;
  margin: 0 0 24px;
  max-width: none;
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.7;
}

.home-cta__text strong {
  color: #fff;
}

.home-cta__stats {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 1px;
  margin-bottom: 24px;
  border-radius: 16px;
  overflow: hidden;
  background: var(--divider-line);
  border: 1px solid var(--divider-border);
}

.home-cta__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 14px 10px;
  text-align: center;
  background: rgba(12, 16, 40, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--accent-cyan);
}

.home-cta__stat svg {
  width: 16px;
  height: 16px;
}

.home-cta__stat-value {
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
}

.home-cta__stat-label {
  font-size: 0.72rem;
  color: var(--text-muted);
  line-height: 1.35;
}

.home-cta__promo {
  position: relative;
  margin-bottom: 24px;
}

.home-cta__steps {
  position: relative;
  margin: 0 0 28px;
  padding: 18px 20px 18px 36px;
  list-style: decimal;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid var(--text-divider);
  border-radius: 14px;
  color: var(--text-secondary);
  font-size: 0.92rem;
  line-height: 1.65;
}

.home-cta__steps li + li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.home-cta__steps strong {
  color: #fff;
  font-family: "SF Mono", "Fira Code", monospace;
  letter-spacing: 0.06em;
}

.home-cta__actions {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.home-cta__note {
  position: relative;
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid var(--text-divider);
  font-size: 0.9rem;
  color: var(--text-muted);
}

.home-cta__note a {
  color: #229ed9;
  font-weight: 600;
}

.home-cta__note a:hover {
  text-decoration: underline;
}

.section-head {
  text-align: center;
  margin-bottom: 48px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--text-divider);
}

.section-head__row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 12px;
}

.section-head__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  margin: 0;
  border-radius: 10px;
  background: rgba(251, 191, 36, 0.12);
  border: 1px solid rgba(251, 191, 36, 0.35);
  color: #fbbf24;
}

.section-head__icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.section-head__tag {
  display: inline-block;
  margin: 0;
  padding: 6px 14px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #3b5bff;
  background: rgba(59, 91, 255, 0.12);
  border-radius: 100px;
}

.section-head__title {
  margin: 0 0 12px;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.section-head__desc {
  margin: 0 auto;
  max-width: 540px;
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.65;
}

@media (min-width: 640px) {
  .home-trust__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 768px) {
  .home-hero__inner:not(.home-hero__inner--banner) {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

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

  .home-bento__card--wide {
    grid-column: span 2;
  }

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

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

}

@media (min-width: 1024px) {
  .home-hero__inner--banner {
    max-width: 680px;
  }

  .home-promo-mini {
    flex-basis: 300px;
  }
}

@media (min-width: 1024px) {
  .home-hero__logo-wrap {
    width: 420px;
  }
}

@media (max-width: 767px) {
  .home-hero--banner {
    min-height: auto;
    padding: calc(var(--header-h) + 24px) 0 48px;
  }

  .home-hero__bg-photo {
    object-position: 70% center;
  }

  .home-hero__overlay {
    background:
      linear-gradient(180deg, rgba(5, 8, 20, 0.55) 0%, rgba(5, 8, 20, 0.92) 55%, rgba(5, 8, 20, 0.98) 100%),
      linear-gradient(90deg, rgba(5, 8, 20, 0.9) 0%, rgba(5, 8, 20, 0.6) 100%);
  }

  .home-hero__float-card {
    display: none;
  }

  .home-hero__visual {
    order: -1;
  }

  .home-hero__logo-wrap {
    width: 260px;
    margin: 0 auto;
  }

  .home-hero__actions {
    flex-direction: column;
  }

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

  .home-promo-box {
    flex-direction: column;
    align-items: stretch;
  }

  .home-promo-box .promo-card__copy {
    width: 100%;
    justify-content: center;
  }

  .home-trust {
    margin-top: 0;
    padding-top: 32px;
  }

  .home-bento,
  .home-slots,
  .home-steps,
  .home-promos,
  .home-reviews {
    padding: 56px 0;
  }

  .home-bento__card {
    display: grid;
    grid-template-columns: 44px 1fr;
    grid-template-rows: auto auto auto;
    column-gap: 12px;
    row-gap: 10px;
    align-items: start;
    padding: 18px 16px;
    overflow: visible;
  }

  .home-bento__card:hover {
    transform: none;
    z-index: auto;
  }

  .home-bento__icon {
    grid-column: 1;
    grid-row: 1;
    width: 44px;
    height: 44px;
    margin: 0;
    border-radius: 12px;
  }

  .home-bento__icon svg {
    width: 20px;
    height: 20px;
  }

  .home-bento__title {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    align-self: center;
    font-size: 1rem;
    line-height: 1.35;
  }

  .home-bento__text {
    grid-column: 1 / -1;
    grid-row: 2;
    margin: 0;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.88rem;
  }

  .home-bento__link {
    grid-column: 1 / -1;
    grid-row: 3;
    margin-top: 0;
  }

  .home-bento__title + .home-bento__text {
    margin-top: 0;
  }

  .home-cta {
    padding: 32px 0 64px;
  }

  .home-cta__box {
    padding: 28px 18px;
  }

  .home-cta__stats {
    grid-template-columns: 1fr;
  }

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

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