:root {
  --b1: #0a0c10;
  --b2: #10131a;
  --b3: #171b24;
  --b4: #1f2430;
  --b5: #282e3b;
  --t1: #ebeef4;
  --t2: #9ea5ba;
  --t3: #656d84;
  --em: #e8443a;
  --em2: #c73830;
  --emg: rgba(232, 68, 58, .12);
  --gld: #f5c842;
  --gld2: #d4ab2e;
  --grn: #4dd68a;
  --grn2: #38b06e;
  --br: rgba(255, 255, 255, .05);
  --br2: rgba(255, 255, 255, .09);
  --r: 10px;
  --rl: 14px;
  --fh: 'Sora', sans-serif;
  --fb: 'Bitter', Georgia, serif;
  --mw: 1080px;
  --hh: 56px
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--hh)+14px);
  overflow-x: hidden
}

body {
  font-family: var(--fb);
  background: var(--b1);
  color: var(--t1);
  line-height: 1.72;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden
}

.hd {
  position: sticky;
  top: 0;
  z-index: 900;
  background: rgba(10, 12, 16, .92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--br);
  height: var(--hh)
}

.hd-i {
  max-width: var(--mw);
  margin: 0 auto;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%
}

.hd-l {
  font-family: var(--fh);
  font-weight: 800;
  font-size: 18px;
  color: var(--em);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px
}

.hd-n {
  display: flex;
  gap: 20px;
  list-style: none
}

.hd-n a {
  font-family: var(--fh);
  font-size: 12.5px;
  font-weight: 600;
  color: var(--t2);
  text-decoration: none;
  transition: color .2s;
  text-transform: uppercase;
  letter-spacing: .5px
}

.hd-n a:hover {
  color: var(--em)
}

.hd-m {
  display: none;
  background: none;
  border: none;
  color: var(--t1);
  cursor: pointer;
  padding: 5px
}

.hero {
  position: relative;
  padding: 76px 18px 60px;
  text-align: center;
  overflow: hidden
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 55% 50% at 50% 0%, var(--emg), transparent 65%), radial-gradient(ellipse 35% 40% at 15% 100%, rgba(245, 200, 66, .05), transparent 55%);
  pointer-events: none
}

.hero-i {
  position: relative;
  max-width: 720px;
  margin: 0 auto
}

.hero h1 {
  font-family: var(--fh);
  font-size: clamp(1.8rem, 4.5vw, 2.8rem);
  font-weight: 800;
  line-height: 1.13;
  letter-spacing: -.8px;
  margin-bottom: 14px
}

.hero h1 em {
  font-style: normal;
  background: linear-gradient(135deg, var(--em), var(--gld));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text
}

.hero-s {
  font-size: 1.05rem;
  color: var(--t2);
  max-width: 540px;
  margin: 0 auto 26px;
  line-height: 1.6
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--fh);
  font-weight: 700;
  font-size: 14px;
  padding: 12px 28px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s;
  text-decoration: none
}

.btn-r {
  background: linear-gradient(135deg, var(--em), var(--em2));
  color: #fff;
  box-shadow: 0 4px 16px rgba(232, 68, 58, .22)
}

.btn-r:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 22px rgba(232, 68, 58, .32)
}

.au-w {
  max-width: 720px;
  margin: -12px auto 44px;
  padding: 0 18px;
  position: relative;
  z-index: 1
}

.au {
  display: flex;
  gap: 14px;
  align-items: center;
  background: var(--b2);
  border: 1px solid var(--br2);
  border-radius: var(--rl);
  padding: 16px 20px
}

.au-a {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--em), var(--gld));
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--fh);
  font-weight: 800;
  font-size: 18px;
  color: #fff
}

.au-t {
  flex: 1
}

.au-nm {
  font-family: var(--fh);
  font-weight: 700;
  font-size: 15px
}

.au-rl {
  font-family: var(--fh);
  font-size: 11.5px;
  font-weight: 600;
  color: var(--em);
  text-transform: uppercase;
  letter-spacing: .4px;
  margin-bottom: 4px
}

.au-b {
  font-size: 13px;
  color: var(--t2);
  line-height: 1.5
}

.au-d {
  display: flex;
  gap: 16px;
  margin-top: 7px;
  font-family: var(--fh);
  font-size: 11px;
  color: var(--t3);
  flex-wrap: wrap
}

.tc-w {
  max-width: 720px;
  margin: 0 auto 44px;
  padding: 0 18px
}

.tc {
  background: var(--b2);
  border: 1px solid var(--br2);
  border-radius: var(--rl);
  padding: 20px 24px
}

.tc-t {
  font-family: var(--fh);
  font-weight: 700;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  color: var(--t1)
}

.tc-t svg {
  color: var(--em);
  transition: transform .25s
}

.tc.closed .tc-t svg {
  transform: rotate(-90deg)
}

.tc-l {
  list-style: none;
  padding: 0;
  columns: 2;
  column-gap: 20px;
  margin-top: 14px;
  transition: max-height .3s, opacity .3s;
  max-height: 500px;
  opacity: 1;
  overflow: hidden
}

.tc.closed .tc-l {
  max-height: 0;
  opacity: 0;
  margin-top: 0
}

.tc-l li {
  break-inside: avoid;
  margin-bottom: 7px
}

.tc-l a {
  font-family: var(--fh);
  font-size: 13px;
  color: var(--t2);
  text-decoration: none;
  transition: color .2s;
  display: flex;
  align-items: baseline;
  gap: 5px
}

.tc-l a::before {
  content: '›';
  color: var(--em);
  font-weight: 700;
  font-size: 15px;
  line-height: 1
}

.tc-l a:hover {
  color: var(--em)
}

.os {
  max-width: var(--mw);
  margin: 0 auto 60px;
  padding: 0 18px
}

.st {
  text-align: center;
  margin-bottom: 32px
}

.st h2 {
  font-family: var(--fh);
  font-size: clamp(1.4rem, 3.2vw, 1.9rem);
  font-weight: 800;
  letter-spacing: -.5px;
  margin-bottom: 7px
}

.st p {
  color: var(--t2);
  font-size: .95rem;
  max-width: 460px;
  margin: 0 auto
}

.ofs {
  display: flex;
  flex-direction: column;
  gap: 14px
}

.of {
  display: grid;
  grid-template-columns: 90px 1fr 145px;
  gap: 16px;
  align-items: center;
  background: var(--b2);
  border: 1px solid var(--br);
  border-radius: var(--rl);
  padding: 20px 22px;
  text-decoration: none;
  color: var(--t1);
  transition: transform .2s, box-shadow .2s, border-color .2s;
  position: relative;
  cursor: pointer;
  max-width: 100%;
  overflow: hidden
}

.of:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 28px rgba(0, 0, 0, .4);
  border-color: rgba(232, 68, 58, .14)
}

.of--top {
  border-color: var(--em2);
  background: linear-gradient(135deg, rgba(232, 68, 58, .04), var(--b2) 50%)
}

.of-badge {
  position: absolute;
  top: 9px;
  left: 9px;
  font-family: var(--fh);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .4px;
  background: var(--em);
  color: #fff;
  padding: 3px 9px;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(232, 68, 58, .35)
}

.of-badge--hot {
  background: linear-gradient(135deg, #ff6b1a, #e8443a);
  box-shadow: 0 2px 10px rgba(255, 107, 26, .4);
  animation: pulse-hot 2s ease-in-out infinite
}

.of-badge--best {
  background: linear-gradient(135deg, #7c3aed, #4f46e5);
  box-shadow: 0 2px 10px rgba(124, 58, 237, .4)
}

.of-badge--low {
  background: linear-gradient(135deg, #059669, #10b981);
  box-shadow: 0 2px 10px rgba(16, 185, 129, .4)
}

.of-badge--ex {
  background: linear-gradient(135deg, #d97706, #f59e0b);
  box-shadow: 0 2px 10px rgba(245, 158, 11, .4)
}

@keyframes pulse-hot {

  0%,
  100% {
    box-shadow: 0 2px 10px rgba(255, 107, 26, .4)
  }

  50% {
    box-shadow: 0 3px 16px rgba(255, 107, 26, .7), 0 0 22px rgba(255, 107, 26, .25)
  }
}

.of-hd {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px
}

.of-num {
  font-family: var(--fh);
  font-weight: 800;
  font-size: 22px;
  color: var(--gld);
  line-height: 1
}

.of-logo {
  width: 64px;
  height: 64px;
  border-radius: var(--r);
  background: var(--b4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--fh);
  font-weight: 800;
  font-size: 9.5px;
  color: var(--t3);
  text-align: center;
  border: 1px solid var(--br)
}

.of-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: inherit
}

.of-bd h3 {
  font-family: var(--fh);
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 3px
}

.of-bn {
  font-family: var(--fh);
  font-size: 13px;
  font-weight: 600;
  color: var(--grn);
  margin-bottom: 8px
}

.of-ft {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 0
}

.of-ft li {
  font-family: var(--fh);
  font-size: 11px;
  color: var(--t2);
  background: var(--b4);
  padding: 3px 8px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 3px
}

.of-ft li svg {
  color: var(--grn);
  flex-shrink: 0
}

.of-sd {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px
}

.of-rt {
  display: flex;
  align-items: center;
  gap: 4px
}

.of-rt span {
  font-family: var(--fh);
  font-weight: 800;
  font-size: 15px;
  color: var(--gld)
}

.of-st {
  display: flex;
  gap: 1px;
  color: var(--gld)
}

.of-wg {
  font-family: var(--fh);
  font-size: 10px;
  color: var(--t3)
}

.of-bn2 {
  font-family: var(--fh);
  font-size: 12px;
  font-weight: 600;
  color: var(--gld);
  margin-bottom: 8px;
  margin-top: -5px
}

.of-promo {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(245, 200, 66, .08);
  border: 1px dashed rgba(245, 200, 66, .35);
  border-radius: 8px;
  padding: 5px 10px;
  margin-top: 6px;
  cursor: default
}

.of-promo svg {
  color: var(--gld);
  flex-shrink: 0
}

.of-promo-label {
  font-family: var(--fh);
  font-size: 10px;
  font-weight: 600;
  color: var(--t3);
  text-transform: uppercase;
  letter-spacing: .4px
}

.of-promo-code {
  font-family: var(--fh);
  font-size: 12px;
  font-weight: 800;
  color: var(--gld);
  letter-spacing: 1.5px;
  cursor: pointer;
  transition: color .2s;
  user-select: all
}

.of-promo-code:hover {
  color: #fff
}

.of-cta {
  font-family: var(--fh);
  font-weight: 700;
  font-size: 12.5px;
  padding: 9px 20px;
  border-radius: 50px;
  background: linear-gradient(135deg, var(--em), var(--em2));
  color: #fff;
  text-align: center;
  transition: transform .15s;
  box-shadow: 0 3px 10px rgba(232, 68, 58, .18)
}

.of:hover .of-cta {
  transform: scale(1.04)
}

.ct-w {
  max-width: 720px;
  margin: 0 auto 60px;
  padding: 0 18px
}

.ca h1 {
  font-family: var(--fh);
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 800;
  color: var(--t1);
  margin: 0 0 20px;
  letter-spacing: -.4px;
  line-height: 1.2
}

.ca h2 {
  font-family: var(--fh);
  font-size: clamp(1.3rem, 2.8vw, 1.65rem);
  font-weight: 700;
  color: var(--t1);
  margin: 44px 0 14px;
  letter-spacing: -.3px;
  line-height: 1.25;
  padding-bottom: 9px;
  border-bottom: 2px solid var(--br2)
}

.ca h2:first-child {
  margin-top: 0
}

.ca h3 {
  font-family: var(--fh);
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  font-weight: 600;
  color: var(--em);
  margin: 28px 0 10px
}

.ca h4 {
  font-family: var(--fh);
  font-size: .95rem;
  font-weight: 600;
  color: var(--gld);
  margin: 20px 0 8px
}

.ca p {
  margin-bottom: 14px;
  color: var(--t2);
  font-size: 16.5px
}

.ca strong {
  color: var(--t1)
}

.ca em {
  color: var(--t2)
}

.ca a {
  color: var(--em);
  text-decoration: underline;
  text-underline-offset: 3px
}

.ca a:hover {
  color: #f07068
}

.ca ul,
.ca ol {
  margin: 0 0 15px;
  padding-left: 20px;
  color: var(--t2)
}

.ca li {
  margin-bottom: 6px;
  padding-left: 2px
}

.ca li::marker {
  color: var(--em)
}

.ca hr {
  border: none;
  border-top: 1px solid var(--br2);
  margin: 32px 0
}

.ca table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  border-radius: var(--r);
  overflow: hidden
}

.ca thead th,
.ca tbody th {
  background: var(--b4);
  font-family: var(--fh);
  font-weight: 600;
  font-size: 12px;
  color: var(--t1);
  padding: 10px 11px;
  text-align: left;
  border-bottom: 2px solid var(--br2)
}

.ca tbody td {
  padding: 9px 11px;
  border-bottom: 1px solid var(--br);
  color: var(--t2);
  vertical-align: top
}

.ca tbody tr:hover {
  background: rgba(255, 255, 255, .015)
}

.ca img {
  max-width: 100%;
  height: auto;
  border-radius: var(--r);
  margin: 10px 0
}

.ca .tw {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 14px 0 20px;
  border-radius: var(--r)
}

.ca .tw table {
  margin: 0
}

.fq-s {
  max-width: 720px;
  margin: 0 auto 60px;
  padding: 0 18px
}

.fqi {
  border-bottom: 1px solid var(--br)
}

.fqq {
  width: 100%;
  background: none;
  border: none;
  padding: 16px 32px 16px 0;
  font-family: var(--fh);
  font-size: 14px;
  font-weight: 600;
  color: var(--t1);
  cursor: pointer;
  text-align: left;
  position: relative;
  line-height: 1.4;
  transition: color .2s
}

.fqq:hover {
  color: var(--em)
}

.fqq::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 9px;
  height: 9px;
  border-right: 2px solid var(--t3);
  border-bottom: 2px solid var(--t3);
  transform: translateY(-60%) rotate(45deg);
  transition: transform .25s, border-color .25s
}

.fqi.open .fqq::after {
  transform: translateY(-35%) rotate(-135deg);
  border-color: var(--em)
}

.fqa {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s
}

.fqi.open .fqa {
  max-height: 300px;
  padding-bottom: 14px
}

.fqa p {
  font-size: 14px;
  color: var(--t2);
  line-height: 1.6
}

.ft {
  background: var(--b2);
  border-top: 1px solid var(--br);
  padding: 36px 18px 22px
}

.ft-i {
  max-width: var(--mw);
  margin: 0 auto
}

.ft-w {
  background: rgba(232, 68, 58, .06);
  border: 1px solid rgba(232, 68, 58, .12);
  border-radius: var(--r);
  padding: 14px 18px;
  margin-bottom: 22px;
  display: flex;
  gap: 10px;
  align-items: flex-start
}

.ft-w svg {
  flex-shrink: 0;
  color: var(--em);
  margin-top: 2px
}

.ft-w p {
  font-size: 12px;
  color: var(--t2);
  line-height: 1.55
}

.ft-l {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  margin-bottom: 16px
}

.ft-l a {
  font-family: var(--fh);
  font-size: 11.5px;
  color: var(--t3);
  text-decoration: none;
  transition: color .2s
}

.ft-l a:hover {
  color: var(--t2)
}

.ft-c {
  text-align: center;
  font-family: var(--fh);
  font-size: 11px;
  color: var(--t3)
}

@media(max-width:860px) {
  .of {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 10px
  }

  .of-hd {
    flex-direction: row;
    justify-content: center
  }

  .of-ft {
    justify-content: center
  }

  .of-sd {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap
  }
}

@media(max-width:680px) {
  .hd-n {
    display: none
  }

  .hd-n.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: var(--hh);
    left: 0;
    right: 0;
    background: var(--b1);
    border-bottom: 1px solid var(--br);
    padding: 12px 18px;
    gap: 9px;
    z-index: 99
  }

  .hd-m {
    display: block
  }

  .hero {
    padding: 56px 14px 44px
  }

  .au {
    flex-direction: column;
    text-align: center
  }

  .au-d {
    justify-content: center
  }

  .tc-l {
    columns: 1
  }

  .ca table {
    font-size: 12px
  }

  .ca thead th,
  .ca tbody th,
  .ca tbody td {
    padding: 7px 7px
  }
}

@media(max-width:480px) {
  .hero h1 {
    font-size: 1.5rem
  }

  .of {
    padding: 14px 12px
  }

  .of-logo {
    width: 52px;
    height: 52px
  }

  .of-bn {
    font-size: 12px
  }

  .tc {
    padding: 16px 14px
  }

  .au-d {
    font-size: 10px;
    gap: 10px
  }
}


.sc-data-offers-root.offer-showcase{
    max-width: 720px;
    margin: -12px auto 44px !important;
    padding: 0 18px !important;
    position: relative;
    z-index: 1;
}
