.site-shell {
  overflow-x: hidden;
}

.info-icon {
        background-size: cover;
}
.info-card--shield .info-icon {
  background-image: url("./res/icons/mobile/shield.svg");
}

.info-card--lock .info-icon {
  background-image: url("./res/icons/mobile/lock.svg");
}

.info-card--clock .info-icon {
  background-image: url("./res/icons/mobile/clock.svg");
}

.info-card::before {
    background: radial-gradient(circle at 18% 50%, rgba(214, 176, 92, 0.16), transparent 28%);
}



.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;

background:
  linear-gradient(
    to bottom,
    rgba(2, 8, 20, 0.72) 0%,
    rgba(2, 8, 20, 0.56) 24%,
    rgba(2, 8, 20, 0.42) 52%,
    rgba(2, 8, 20, 0.22) 76%,
    rgba(2, 8, 20, 0.00) 100%
  ),
  url(./res/background.png) center top / cover no-repeat;

    -webkit-mask-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 1) 62%,
      rgba(0, 0, 0, 0.88) 74%,
      rgba(0, 0, 0, 0.48) 88%,
      rgba(0, 0, 0, 0) 100%
    );
    mask-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 1) 62%,
      rgba(0, 0, 0, 0.88) 74%,
      rgba(0, 0, 0, 0.48) 88%,
      rgba(0, 0, 0, 0) 100%
    );
}

.container {
  padding-left: 14px;
  padding-right: 14px;
}

.topbar {
  min-height: 72px;
}

.topbar-row {
  min-height: 72px;
}

.logo {
  max-height: 46px;
  width: auto;
}

.topbar-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.icon-btn.user-btn,
.lang-btn {
  width: 44px;
  height: 44px;
  min-width: 44px;
  padding: 0;
  border-radius: 14px;
}

.lang-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: auto;
  min-width: 58px;
  padding: 0 10px;
}

.lang-btn__img {
  width: 22px;
  height: 16px;
  object-fit: cover;
  border-radius: 3px;
}

/* HERO */
.hero {
  padding-top: 24px;
  padding-bottom: 20px;
  min-height: auto;
  background-position: center top;
  background-size: cover;
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero-title {
  font-size: clamp(28px, 9vw, 46px);
  line-height: 0.94;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.hero-title span {
  display: block;
}

.hero-subtitle {
  font-size: 14px;
  line-height: 1.25;
  max-width: 330px;
  margin: 0 auto;
  text-wrap: balance;
}

.hero .d-flex.flex-column.flex-sm-row {
  margin-top: 18px !important;
  gap: 10px !important;
}

.hero .btn-cta-secondary {
  display: none;
}

.btn-cta-primary {
  width: 100%;
  max-width: 100%;
  min-height: 56px;
  padding: 0 18px;
  border-radius: 16px;
}

.btn-cta-primary__text {
  font-size: 14px;
  line-height: 1.1;
  white-space: normal;
}

/* INFO CARDS */
.info-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 18px;
}

.info-card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  min-height: 74px;
  padding: 14px 16px;
  border-radius: 18px;
}

.info-icon {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.info-title {
  margin: 0;
  font-size: 15px;
  line-height: 1.05;
  text-align: left;
}

/* CHIPS */
.chips-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 4px;
  margin-bottom: 14px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.chips-row::-webkit-scrollbar {
  display: none;
}

.chip {
  flex: 0 0 auto;
  min-width: auto;
  width: auto;
  padding: 10px 18px;
  white-space: nowrap;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
}

/* OFFERS */
.offer-stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.offer-card,
.offer-card.offer-card--featured {
  position: relative;
  padding: 16px 14px 14px;
  padding: 12px 10px 10px;
  border-radius: 20px;
}

.offer-badge,
.offer-tag {
  top: 10px;
  right: 10px;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 999px;
}

.offer-line,
.offer-inner {
  display: flex !important;
  flex-direction: column;
  align-items: stretch !important;
  gap: 14px;
  margin: 0;
}

.offer-inner > [class*="col-"],
.offer-line > div {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}

.offer-logo {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 0;
  border-right: 0;
  border-bottom: 1px solid rgba(120, 180, 255, 0.16);
  padding-bottom: 12px;
}

.offer-logo-title {
  font-size: clamp(26px, 8vw, 46px);
  line-height: 1;
}

.offer-main {
  padding-right: 0;
}

.offer-copy {
  font-size: 14px;
  line-height: 1.35;
  margin-bottom: 0;
}

.offer-bonus,
.bonus-pill {
  width: 100%;
}

.bonus-pill {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1.2;
  padding: 10px 14px;
  border-radius: 14px;
}

.offer-side,
.rating-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
}

.stars {
  font-size: 24px;
  line-height: 1;
  white-space: nowrap;
}

.offer-side-deposit,
.deposit-box {
  text-align: right;
  min-width: auto;
}

.deposit-title,
.rating-label {
  font-size: 11px;
  line-height: 1.1;
}

.deposit-value,
.offer-side-deposit {
  font-size: 16px;
  line-height: 1.1;
}

.offer-action {
  width: 100%;
}

.offer-btn {
  width: 100%;
  min-height: 54px;
  border-radius: 16px;
  font-size: 16px;
}

.offers-more-wrap {
  margin-top: 14px;
}

/* SECTIONS */
.section-title {
  font-size: 28px;
  line-height: 1.02;
}

.section-copy,
.method-copy,
.accordion-body,
.footer-copy {
  font-size: 14px;
  line-height: 1.45;
}

.method-card {
  padding: 18px 16px;
  border-radius: 18px;
}

.site-footer {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}




/* HERO */
.hero {
  padding-top: 24px;
  padding-bottom: 18px;
  min-height: auto;
  background-position: center top;
  background-size: cover;
}

.hero-title {
  font-size: 38px;
  line-height: 0.92;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.hero-title span {
  display: block;
}

.hero-subtitle {
  font-size: 14px;
  line-height: 1.2;
  max-width: 340px;
  margin: 0 auto;
}

/* блок с кнопками */
.hero .d-flex.flex-column.flex-sm-row {
  margin-top: 14px !important;
  gap: 10px !important;
}

.hero .btn-cta-secondary {
  display: none;
}

.btn-cta-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60%;
  min-height: 28px;
  padding: 0 16px;
  border-radius: 16px;
  margin: auto;
}

.btn-cta-primary__text {
  font-size: 14px;
  line-height: 1.05;
  white-space: nowrap;
}

/* инфо карточки */
.info-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 18px;
  position: relative;
  z-index: 2;
}

.info-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 74px;
  padding: 14px 16px;
  border-radius: 18px;
}

.info-title {
  margin: 0;
  font-size: 15px;
  line-height: 1.05;
  text-align: left;
}

/* секция офферов должна уже идти ниже hero */
.offers-section {
  position: relative;
  z-index: 3;
  margin-top: -20px;
  padding-top: 12px;
}

/* chips */
.chips-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 4px;
  margin-bottom: 14px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.chips-row::-webkit-scrollbar {
  display: none;
}

.chip {
  flex: 0 0 auto;
  width: auto;
  min-width: auto;
  padding: 10px 18px;
  white-space: nowrap;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1;
}

/* карточки */
.offer-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.offer-card,
.offer-card.offer-card--featured {
  position: relative;
  padding: 16px 14px 14px;
  border-radius: 20px;
  overflow: visible;
}

.offer-line,
.offer-inner {
  display: flex !important;
  flex-direction: column;
  align-items: stretch !important;
  gap: 14px;
  margin: 0;
}

.offer-inner > [class*="col-"],
.offer-line > div {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}

.offer-logo {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-right: 0;
  border-bottom: 1px solid rgba(120, 180, 255, 0.16);
  padding-right: 0;
  padding-bottom: 12px;
}

.offer-logo-title {
  font-size: 24px;
  line-height: 1;
}

.offer-main {
  padding-right: 0;
}

.offer-copy {
  font-size: 14px;
  line-height: 1.35;
  margin-bottom: 0;
}

.offer-bonus,
.bonus-pill {
  width: 100%;
}

.bonus-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 14px;
  font-size: 15px;
  line-height: 1.2;
}

.offer-side,
.rating-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
}

.stars {
  font-size: 22px;
  line-height: 1;
  white-space: nowrap;
}

.offer-side-deposit,
.deposit-box {
  text-align: right;
}

.deposit-value,
.offer-side-deposit {
  font-size: 15px;
  line-height: 1.1;
}

.offer-action {
  width: 100%;
}

.offer-btn {
  width: 100%;
  min-height: 52px;
  border-radius: 16px;
  font-size: 16px;
}

/* бейджи */
.offer-badge,
.offer-tag {
  top: 10px;
  right: 10px;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 999px;
  z-index: 5;
}




/* EXTRA SMALL */
@media (max-width: 390px) {
  .hero-title {
    font-size: 26px;
  }

  .hero-subtitle {
    font-size: 13px;
  }

  .btn-cta-primary__text {
    font-size: 9px;
  }

  .info-title {
    font-size: 14px;
  }

  .chip {
    font-size: 13px;
    padding: 9px 15px;
  }

  .offer-logo-title {
    font-size: 24px;
  }

  .stars {
    font-size: 20px;
  }

  .offer-btn {
    min-height: 50px;
    font-size: 15px;
  }
}



/* =========================
   FEATURED CARD MOBILE
   ========================= */

.offer-card--featured {
  padding: 14px 12px 12px;
  border-radius: 20px;
  overflow: hidden;
}

.offer-card--featured .offer-badge {
  top: -15px;
  right: 6px;
  font-size: 9px;
  padding: 4px 8px;
  line-height: 1;
  z-index: 5;
  background: #06101d;
}

.offer-card--featured .offer-line {
  display: grid !important;
  grid-template-columns: 120px 1fr 96px;
  grid-template-areas:
    "logo main side"
    "bonus bonus bonus"
    "action action action";
  gap: 0px 10px;
  align-items: start !important;
}

.offer-card--featured .offer-logo {
  grid-area: logo;
  min-height: 72px;
  padding: 0 10px 0 0;
  margin: 0;
  border: 0;
  border-right: 1px solid rgba(120, 180, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.offer-card--featured .offer-logo-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.offer-card--featured .offer-logo-title img {
  display: block;
  max-width: 100%;
  max-height: 34px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.offer-card--featured .offer-main {
  grid-area: main;
  padding: 0;
  min-width: 0;
}

.offer-card--featured .offer-copy {
  font-size: 11px;
  line-height: 1.22;
  margin: 0;
  color: rgba(255,255,255,0.88);
}

.offer-card--featured .offer-bonus {
  grid-area: bonus;
  width: 100%;
  margin-top: -10px;
}

.offer-card--featured .bonus-pill {
  width: auto;
  min-height: auto;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  line-height: 3.2;
  font-weight: 700;
}

.offer-card--featured .offer-side {
  grid-area: side;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
  padding-top: 2px;
}

.offer-card--featured .stars {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1px;
  white-space: nowrap;
  text-align: right;
}

.offer-card--featured .offer-side-deposit {
  font-size: 11px;
  line-height: 1.2;
  text-align: right;
  white-space: nowrap;
}

.offer-card--featured .offer-action {
  grid-area: action;
  width: 100%;
}

.offer-card--featured .offer-btn {
  width: 100%;
  min-height: 42px;
  border-radius: 12px;
  font-size: 14px;
}

/* чуть уже экраны */
@media (max-width: 420px) {

.topbar-actions {
  justify-content: flex-end;
  padding-left: 10px;
}
.topbar-actions {
  margin-left: auto;
  position: relative;
  left: 10px;
}
  
  .offer-card--featured .offer-line {
    grid-template-columns: 108px 1fr 88px;
    gap: 10px 8px;
  }

  .offer-card--featured .offer-logo-title img {
    max-height: 30px;
  }

  .offer-card--featured .offer-copy {
    font-size: 10px;
  }

  .offer-card--featured .stars {
    font-size: 16px;
  }

  .offer-card--featured .offer-side-deposit {
    font-size: 10px;
  }
}

/* совсем узкие */
@media (max-width: 360px) {
  
  .offer-card--featured .offer-line {
    grid-template-columns: 96px 1fr 78px;
  }

  .offer-card--featured .offer-logo-title img {
    max-height: 26px;
  }

  .offer-card--featured .offer-copy {
    font-size: 9.5px;
    line-height: 1.2;
  }

  .offer-card--featured .stars {
    font-size: 14px;
    letter-spacing: 0.5px;
  }

  .offer-card--featured .offer-side-deposit {
    font-size: 9.5px;
  }

  .offer-card--featured .offer-btn {
    min-height: 40px;
    font-size: 13px;
  }
}



/* =========================
   MOBILE: INFO CARDS + CHIPS
   ========================= */

/* блок преимуществ */
.info-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
  margin-bottom: 14px;
  align-items: stretch;
}

.info-card {
  min-height: 72px;
  padding: 10px 10px 10px 12px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  max-width: 160px;
  background: rgba(15, 18, 28, 0.92);
  border: 1px solid rgba(214, 176, 92, 0.48);
  box-shadow:
    inset 0 0 0 1px rgba(255, 230, 160, 0.06),
    0 0 10px rgba(214, 176, 92, 0.10);
}

.info-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  max-width: 520px;
  margin: 14px auto 12px;
  align-items: stretch;
}

.info-card {
  width: 100%;
  max-width: 160px;
  min-width: 0;
  justify-self: center;
}

.info-icon {
  flex: 0 0 26px;
  width: 36px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.info-icon img {
  filter: brightness(0) saturate(100%) invert(74%) sepia(31%) saturate(630%) hue-rotate(4deg) brightness(98%) contrast(92%);
  opacity: 0.95;
}

.info-title {
  margin: 0;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0;
}

/* фильтры */
.chips-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
  margin-bottom: 34px;
  padding-bottom: 0;
  overflow: visible;
}

.chip {
  min-width: auto;
  width: auto;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
}

/* чуть плотнее первая зона офферов */
.offers-section {
  padding-top: 8px;
}

/* если экран уже */
@media (max-width: 420px) {
	
	
.topbar-inner {
    max-width: 420px;
    padding: 0;
}
	
  .info-row {
    gap: 8px;
  }

  .info-card {
    min-height: 66px;
    padding: 9px 8px 9px 10px;
    gap: 7px;
  }

  .info-icon {
    flex-basis: 22px;
    width: 32px;
    height: 32px;
    flex: 0 0 22px;
    margin: 0;
    text-indent: initial;
  }

  .info-icon img {
    width: 20px;
    height: 20px;
  }

  .info-title {
    font-size: 9px;
    line-height: 1.6;
  }

  .chip {
    padding: 3px 5px;
    font-size: 9px;
  }

  .chips-row {
        gap: 8px;
  }
  
}

/* совсем узко */
@media (max-width: 360px) {
  .info-row {
    grid-template-columns: 1fr;
  }

  .info-card {
    min-height: 62px;
    padding: 10px 12px;
  }

  .info-title {
    font-size: 12px;
  }
}