/* ================================================
   DEFERRED CSS – style.css
   Загружается асинхронно: всё что ниже первого экрана
   ================================================ */

/* ── content-visibility для тяжёлых блоков ── */
.nc-steps,
.pros-cons,
.nc-security,
.faq-accordion,
.site-footer,
.table-wrap {
  content-visibility: auto;
  contain-intrinsic-size: auto 500px;
}

/* ================================================
   SIDEBAR – hover/active states (не критичны)
   ================================================ */
.sidebar__group-label {
  font-family: var(--font-head);
  font-size: 0.6rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.25);
  padding: 14px 20px 6px;
}
.sidebar__item:hover {
  background: rgba(0,164,249,0.07);
  color: #fff;
  border-left-color: #228ee7;
}
.sidebar__item:hover i { filter: drop-shadow(0 0 4px currentColor); }
.sidebar__item.active {
  background: rgba(0,164,249,0.1);
  color: #228ee7;
  border-left-color: #228ee7;
  box-shadow: inset 0 0 20px rgba(0,164,249,0.06);
}
.sidebar__item.active i {
  color: #228ee7;
  filter: drop-shadow(0 0 6px rgba(0,164,249,0.6));
}
.sidebar__item[href="/lucky-jet.html"] i { color: #f9b242; }
.sidebar__item[href="/lucky-jet.html"]:hover i { filter: drop-shadow(0 0 5px rgba(249,178,66,0.7)); }
.sidebar__item[href="/mines.html"] i { color: #ff2400; }
.sidebar__item[href="/mines.html"]:hover i { filter: drop-shadow(0 0 5px rgba(255,36,0,0.7)); }
.sidebar__item[href="/dog-house.html"] i { color: #f9b242; }
.sidebar__item[href="/gates.html"] i { color: #00cfa6; }
.sidebar__item[href="/gates.html"]:hover i { filter: drop-shadow(0 0 5px rgba(0,207,166,0.7)); }
.sidebar__item[href="/zeus.html"] i { color: #858cab; }
.sidebar__item[href="/zeus.html"]:hover i { filter: drop-shadow(0 0 5px rgba(133,140,171,0.7)); }
.sidebar__item--cta:hover {
  opacity: 0.9;
  transform: translateY(-1px);
  box-shadow: 0 6px 28px rgba(49,188,105,0.45);
  color: #000 !important;
  background: #31bc69;
}

/* ================================================
   HEADER – hover states
   ================================================ */
.site-header__btn--login:hover {
  border-color: rgba(0,164,249,0.5);
  color: #fff;
  background: rgba(0,164,249,0.08);
  box-shadow: var(--glow-purple);
}
.site-header__btn--register:hover {
  opacity: 0.9;
  transform: translateY(-1px);
  box-shadow: 0 4px 24px rgba(49,188,105,0.45);
  color: #000;
}

/* ================================================
   PROMO – hover states
   ================================================ */
.promo-slide__btn:hover {
  background: #228ee7;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: var(--glow-purple);
}
.promo-slider__arrow:hover { background: rgba(0,164,249,0.35); }
.promo-card:hover { opacity: 0.9; }
.game-card-img:hover { transform: translateY(-3px); }
.games-section__all:hover { color: #00a4f9; }

/* ================================================
   HERO OFFER
   ================================================ */
.hero-offer {
  position: relative;
  overflow: hidden;
  padding: 40px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border-purple);
  background: linear-gradient(135deg, #1a2134 0%, #090f1e 70%);
  box-shadow: 0 14px 40px rgba(0,0,0,0.5), inset 0 0 60px rgba(0,164,249,0.04);
  margin-bottom: 32px;
}
.hero-offer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--grad-mixed);
  box-shadow: 0 0 12px rgba(0,164,249,0.4);
}
.hero-offer__content { position: relative; z-index: 1; }
.hero-offer__title {
  font-family: var(--font-head);
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 12px;
}
.hero-offer__subtitle {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.5);
  margin-bottom: 16px;
  line-height: 1.6;
  max-width: 680px;
}
.hero-offer__main-offer {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: var(--radius-md);
  background: rgba(49,188,105,0.1);
  border: 1px solid rgba(49,188,105,0.25);
  font-family: var(--font-head);
  font-size: 0.9rem;
  font-weight: 700;
  color: #00cfa6;
  text-shadow: 0 0 15px rgba(0,207,166,0.4);
  width: fit-content;
  margin-bottom: 20px;
}
.hero-offer__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(45deg, #31bc69, #089e4e);
  color: #000;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 1rem;
  padding: 14px 36px;
  border-radius: var(--radius-sm);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: all var(--transition);
  box-shadow: 0 4px 24px rgba(49,188,105,0.35);
  margin-bottom: 24px;
  width: fit-content;
}
.hero-offer__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(49,188,105,0.5);
  background: #31bc69;
  color: #000;
}
.hero-offer__features { display: flex; flex-wrap: wrap; gap: 8px; }
.hero-offer__feature {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(0,164,249,0.1);
  border: 1px solid rgba(0,164,249,0.25);
  font-family: var(--font-head);
  font-size: 0.7rem;
  font-weight: 700;
  color: #228ee7;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* ================================================
   CTA BUTTON – hover
   ================================================ */
.cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(49,188,105,0.45);
  background: #31bc69;
  color: #000;
}

/* ================================================
   CTA BLOCK
   ================================================ */
.cta-block {
  border-radius: var(--radius-lg);
  padding: 28px 32px;
  margin: 28px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  position: relative;
  overflow: hidden;
}
.cta-block::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
}
.cta-block[data-type="bonus"] {
  background: linear-gradient(135deg, #171f33 0%, #090f1e 70%);
  border: 1px solid rgba(49,188,105,0.3);
  box-shadow: 0 0 30px rgba(49,188,105,0.06);
}
.cta-block[data-type="bonus"]::before { background: var(--grad-green); box-shadow: 0 0 10px rgba(49,188,105,0.3); }
.cta-block[data-type="app"] {
  background: linear-gradient(135deg, #1a2134 0%, #090f1e 70%);
  border: 1px solid var(--border-purple);
  box-shadow: 0 0 30px rgba(0,164,249,0.06);
}
.cta-block[data-type="app"]::before { background: var(--grad-purple); box-shadow: 0 0 10px rgba(0,164,249,0.3); }
.cta-block[data-type="urgency"] {
  background: linear-gradient(135deg, #1a1020 0%, #090f1e 70%);
  border: 1px solid rgba(255,0,138,0.35);
  box-shadow: 0 0 30px rgba(255,0,138,0.08);
}
.cta-block[data-type="urgency"]::before { background: var(--grad-red); box-shadow: 0 0 10px rgba(255,0,138,0.3); }
.cta-block[data-type="simple"] {
  background: var(--bg-elevated);
  border: 1px solid var(--border-card);
}
.cta-block[data-type="simple"]::before { background: var(--grad-mixed); }
.cta-block__headline {
  font-family: var(--font-head);
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
  margin: 0;
}
.cta-block__subtext { font-size: 0.875rem; color: var(--text-muted); margin: 0; max-width: 480px; }

/* ================================================
   BONUS CARD
   ================================================ */
.bonus-card {
  background: linear-gradient(135deg, #1a2134 0%, #090f1e 70%);
  border: 1px solid rgba(0,164,249,0.3);
  border-radius: var(--radius-lg);
  padding: 28px;
  margin: 24px 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,0.4);
}
.bonus-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--grad-mixed);
  box-shadow: 0 0 10px rgba(0,164,249,0.3);
}
.bonus-card__name {
  font-family: var(--font-head);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #228ee7;
  margin-bottom: 10px;
  text-shadow: 0 0 12px rgba(0,164,249,0.4);
}
.bonus-card__amount {
  font-family: var(--font-head);
  font-size: clamp(1.5rem, 5vw, 2.2rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: 18px;
  line-height: 1;
  text-shadow: 0 0 20px rgba(255,255,255,0.1);
}
.bonus-card__conditions { list-style: none; margin-bottom: 22px; display: flex; flex-direction: column; gap: 8px; }
.bonus-card__conditions li {
  font-size: 0.875rem;
  color: var(--text-muted);
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
}
.bonus-card__conditions li::before {
  content: '▸';
  position: absolute;
  left: 0;
  color: #228ee7;
  font-size: 0.8rem;
}

/* ================================================
   PROS CONS
   ================================================ */
.pros-cons,
.nc-pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  background: linear-gradient(135deg, #1a2134 0%, #090f1e 70%);
  border: 1px solid var(--border-purple);
  border-radius: var(--radius-lg);
  padding: 24px;
  margin: 24px 0;
}
.pros-cons__column,
.nc-pros-cons__column {
  padding: 18px;
  border-radius: var(--radius-md);
  background: rgba(0,0,0,0.2);
}
.pros-cons__column--pros,
.nc-pros-cons__column--pros {
  border-left: 3px solid var(--accent-teal);
  background: linear-gradient(90deg, rgba(0,207,166,0.07), transparent);
}
.pros-cons__column--cons,
.nc-pros-cons__column--cons {
  border-left: 3px solid var(--accent-red);
  background: linear-gradient(90deg, rgba(255,36,0,0.07), transparent);
}
.pros-cons__title,
.nc-pros-cons__title {
  font-family: var(--font-head);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fff;
  margin-bottom: 14px;
}
.pros-cons__summary { font-size: 0.8rem; color: rgba(255,255,255,0.4); margin-bottom: 12px; line-height: 1.5; }
.pros-cons__list,
.nc-pros-cons__list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.pros-cons__item,
.nc-pros-cons__item {
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.6;
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.pros-cons__item::before,
.nc-pros-cons__item::before { content: '•'; flex-shrink: 0; }
.pros-cons__column--pros .pros-cons__item::before,
.nc-pros-cons__column--pros .nc-pros-cons__item::before { color: var(--accent-teal); }
.pros-cons__column--cons .pros-cons__item::before,
.nc-pros-cons__column--cons .nc-pros-cons__item::before { color: var(--accent-red); }

/* ================================================
   NC-STEPS
   ================================================ */
.nc-steps {
  display: grid;
  gap: 0;
  background: linear-gradient(135deg, #1a2134 0%, #090f1e 70%);
  border: 1px solid var(--border-purple);
  border-radius: var(--radius-lg);
  padding: 28px;
  margin: 24px 0;
  position: relative;
  overflow: hidden;
}
.nc-steps::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--grad-mixed);
  box-shadow: 0 0 10px rgba(0,164,249,0.25);
}
.nc-steps__item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 0 16px;
  position: relative;
}
.nc-steps__item:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 21px;
  top: 48px;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, rgba(0,164,249,0.4), rgba(0,164,249,0.05));
}
.nc-steps__number {
  width: 44px; height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-size: 0.9rem;
  font-weight: 900;
  flex-shrink: 0;
  background: rgba(0,164,249,0.12);
  color: #228ee7;
  border: 2px solid rgba(0,164,249,0.4);
  box-shadow: 0 0 16px rgba(0,164,249,0.25);
  position: relative;
  z-index: 1;
}
.nc-steps__title {
  font-family: var(--font-head);
  font-size: 0.95rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 6px;
  line-height: 1.3;
  padding-top: 10px;
}
.nc-steps__description {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin: 0;
  padding-bottom: 28px;
}
.nc-steps__item:last-child .nc-steps__description { padding-bottom: 4px; }

/* ================================================
   NC-SECURITY
   ================================================ */
.nc-security {
  background: linear-gradient(135deg, #1a2134 0%, #090f1e 70%);
  border: 1px solid var(--border-purple);
  border-radius: var(--radius-lg);
  padding: 28px;
  margin: 24px 0;
  position: relative;
  overflow: hidden;
}
.nc-security::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--grad-mixed);
  box-shadow: 0 0 10px rgba(0,164,249,0.25);
}
.nc-security__title {
  font-family: var(--font-head);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #228ee7;
  margin-bottom: 18px;
}
.nc-security__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
}
.nc-security__item {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--radius-md);
  padding: 14px;
  transition: all var(--transition);
}
.nc-security__item:hover {
  background: rgba(0,164,249,0.06);
  border-color: rgba(0,164,249,0.25);
}
.nc-security__item-title {
  font-family: var(--font-head);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #228ee7;
  margin-bottom: 6px;
}
.nc-security__item-text { font-size: 0.825rem; color: var(--text-muted); line-height: 1.6; margin: 0; }

/* ================================================
   NC-RATING-CARD
   ================================================ */
.nc-rating-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: 0 8px 30px rgba(0,0,0,0.4);
  padding: 24px;
  display: grid;
  gap: 16px;
  position: relative;
  overflow: hidden;
  margin: 24px 0;
}
.nc-rating-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  height: 3px; width: 100%;
  background: var(--grad-mixed);
  box-shadow: 0 0 10px rgba(0,164,249,0.25);
}
.nc-rating-card__score {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-family: var(--font-head);
  font-size: 2.3rem;
  font-weight: 900;
  color: #228ee7;
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  background: rgba(0,164,249,0.08);
  border: 1px solid rgba(0,164,249,0.2);
  width: fit-content;
  text-shadow: 0 0 20px rgba(0,164,249,0.35);
}
.nc-rating-card__label { font-family: var(--font-head); font-size: 0.7rem; letter-spacing: 1px; text-transform: uppercase; font-weight: 800; color: rgba(255,255,255,0.8); margin: 0; }
.nc-rating-card__text { font-size: 0.875rem; line-height: 1.8; color: var(--text-muted); margin: 0; }

/* ================================================
   FAQ ACCORDION
   ================================================ */
.faq-accordion {
  margin: 24px 0;
  padding: 20px;
  border-radius: var(--radius-lg);
  background: #171f33;
  border: 1px solid var(--border);
}
.faq-accordion__title {
  font-family: var(--font-head);
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
}
.faq-item {
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  transition: all var(--transition);
  margin-bottom: 10px;
}
.faq-item:last-child { margin-bottom: 0; }
.faq-item:hover { background: rgba(255,255,255,0.04); }
.faq-item.open {
  border-color: rgba(0,164,249,0.35);
  background: rgba(0,164,249,0.05);
}
.faq-item__question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: var(--font-head);
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  transition: color var(--transition);
}
.faq-item__question:hover { color: #228ee7; }
.faq-item__icon {
  font-size: 1rem;
  color: #228ee7;
  flex-shrink: 0;
  transition: transform 0.25s ease;
  line-height: 1;
}
.faq-item.open .faq-item__icon { transform: rotate(45deg); }
.faq-item__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-inline: 18px;
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.7;
}
.faq-item.open .faq-item__answer { max-height: 600px; padding-bottom: 16px; }
.faq-item__answer [itemprop="text"] p { margin: 0; }

/* ================================================
   TABLES
   ================================================ */
.table-wrap {
  margin: 24px 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border-purple);
  background: linear-gradient(135deg, #1a2134 0%, #090f1e 70%);
  position: relative;
}
.table-wrap::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--grad-mixed);
  box-shadow: 0 0 10px rgba(0,164,249,0.25);
  z-index: 1;
}
.table-wrap table { width: 100%; border-collapse: collapse; }
.table-wrap thead { background: rgba(0,164,249,0.08); }
.table-wrap th {
  padding: 14px 16px;
  font-family: var(--font-head);
  font-size: 0.65rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #228ee7;
  text-align: left;
  white-space: nowrap;
}
.table-wrap tbody tr { border-top: 1px solid rgba(255,255,255,0.05); transition: background var(--transition); }
.table-wrap tbody tr:nth-child(odd) { background: rgba(255,255,255,0.02); }
.table-wrap tbody tr:hover { background: rgba(0,164,249,0.06); }
.table-wrap td { padding: 12px 16px; font-size: 0.875rem; color: var(--text-muted); line-height: 1.6; }
.table-wrap td:first-child { color: #fff; font-weight: 600; }
.table-wrap td strong { color: #fff; font-weight: 700; }

table { width: 100%; border-collapse: collapse; font-size: 0.875rem; }
thead { background: rgba(0,164,249,0.08); }
thead th {
  padding: 12px 16px;
  font-family: var(--font-head);
  font-size: 0.65rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #228ee7;
  text-align: left;
  border-bottom: 1px solid var(--border);
  white-space: nowrap;
}
tbody tr { border-bottom: 1px solid var(--border); transition: background var(--transition); }
tbody tr:last-child { border-bottom: none; }
tbody tr:hover { background: rgba(255,255,255,0.03); }
tbody td { padding: 12px 16px; color: var(--text); vertical-align: middle; line-height: 1.5; }
tbody td strong { color: #fff; font-weight: 700; }

/* ================================================
   CONTENT TEXT
   ================================================ */
.content-text { line-height: 1.7; }
.content-text h2 {
  font-family: var(--font-head);
  font-size: clamp(1.3rem, 3vw, 1.7rem);
  font-weight: 800;
  color: #fff;
  margin: 36px 0 16px;
  line-height: 1.2;
}
.content-text h3 {
  font-family: var(--font-head);
  font-size: clamp(1.1rem, 2.5vw, 1.25rem);
  font-weight: 700;
  color: #fff;
  margin: 24px 0 10px;
}
.content-text p { font-size: 0.95rem; color: var(--text-muted); margin-bottom: 14px; line-height: 1.75; }
.content-text p strong { color: #fff; }
.content-text ul, .content-text ol { margin: 12px 0 16px 20px; display: flex; flex-direction: column; gap: 8px; }
.content-text li { font-size: 0.9rem; color: var(--text-muted); line-height: 1.65; }
.content-text blockquote {
  background: rgba(0,164,249,0.07);
  border-left: 3px solid #2c9aef;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 14px 18px;
  margin: 16px 0;
  box-shadow: inset 10px 0 20px -10px rgba(0,164,249,0.1);
}
.content-text blockquote p { margin: 0; color: var(--text); font-size: 0.9rem; }
.content-text cite {
  display: block;
  background: rgba(255,36,0,0.07);
  border-left: 3px solid #ff2400;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 14px 18px;
  margin: 16px 0;
  font-style: normal;
  font-size: 0.875rem;
  color: var(--text-muted);
}

h1 { font-family: var(--font-head); font-size: clamp(1.5rem, 4vw, 2rem); font-weight: 900; color: #fff; line-height: 1.2; }
h2 { font-family: var(--font-head); font-size: clamp(1.2rem, 3vw, 1.5rem); font-weight: 800; color: #fff; margin: 28px 0 14px; }
h3 { font-family: var(--font-head); font-size: 1.1rem; font-weight: 700; color: #fff; margin: 20px 0 10px; }
p { color: var(--text-muted); line-height: 1.7; margin-bottom: 14px; }
ul, ol { padding-left: 20px; margin-bottom: 14px; }
li { color: var(--text-muted); margin-bottom: 4px; }
strong { color: var(--text); }
blockquote {
  background: rgba(0,164,249,0.07);
  border-left: 3px solid #2c9aef;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 14px 18px;
  margin: 16px 0;
  color: var(--text-muted);
}
cite {
  display: block;
  background: rgba(255,36,0,0.07);
  border-left: 3px solid #ff2400;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 14px 18px;
  margin: 16px 0;
  color: var(--text-muted);
  font-style: normal;
}

/* ================================================
   FOOTER
   ================================================ */
.site-footer {
  padding: 40px;
  border-top: 1px solid var(--border-purple);
  background: var(--bg-card);
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--grad-mixed);
  box-shadow: 0 0 10px rgba(0,164,249,0.25);
}
.site-footer__logo { display: inline-flex; margin-bottom: 20px; }
.site-footer__logo img { width: 36px; height: 36px; object-fit: contain; }
.site-footer__links { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-bottom: 20px; }
.site-footer__link {
  color: var(--text-muted);
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color var(--transition);
}
.site-footer__link i { font-size: 0.85rem; }
.site-footer__link:hover { color: #228ee7; }
.site-footer__copy { color: var(--text-muted); font-size: 0.75rem; opacity: 0.6; }

/* ================================================
   BOTTOM NAV – hover (deferred)
   ================================================ */
.bottomnav__item:hover,
.bottomnav__item.active { color: #228ee7; }
.bottomnav__burger { color: var(--text-muted); }
.bottomnav__burger:hover { color: var(--text); }

/* ================================================
   MOBILE BONUS DRAWER – full styles
   ================================================ */
.bonus-trigger__badge {
  font-size: 0.6rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #228ee7;
}
.bonus-trigger__amount {
  font-size: 1.4rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  text-shadow: 0 0 20px rgba(0,164,249,0.3);
}
.bonus-trigger__sub {
  font-size: 0.6rem;
  color: var(--text-muted);
  font-weight: 500;
}
.bonus-drawer__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.bonus-drawer__title {
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
}
.bonus-drawer__close {
  background: none;
  border: none;
  color: var(--text-muted);
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}

/* ================================================
   DEFERRED RESPONSIVE
   ================================================ */
@media (max-width: 991px) {
  .site-footer { padding: 28px 16px; padding-bottom: calc(var(--bottom-h) + 16px); }
  .pros-cons, .nc-pros-cons { grid-template-columns: 1fr; }
  .nc-security__items { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .hero-offer { padding: 24px 20px; }
  .cta-block { padding: 20px; }
  .nc-security__items { grid-template-columns: 1fr; }
  .table-wrap td, .table-wrap th { padding: 10px 12px; font-size: 0.8rem; }
}

@media (max-width: 480px) {
  .hero-offer__cta { width: 100%; justify-content: center; }
  .bonus-card__amount { font-size: 1.6rem; }
  .nc-steps { padding: 20px 16px; }
}