:root {
  --bg: #090706;
  --panel: #15100e;
  --panel-2: #211410;
  --text: #fff4df;
  --muted: #d8bfa0;
  --line: rgba(255, 180, 90, .22);
  --gold: #ffc75a;
  --orange: #ff7b24;
  --red: #d9341f;
  --container: 1200px;
  --header-h: 76px;
  --banner-cta-h-desktop: 48px;
  --banner-cta-h-tablet: 44px;
  --banner-cta-h-mobile: 42px;
  --banner-cta-pad-desktop: 14px 26px;
  --banner-cta-pad-tablet: 12px 22px;
  --banner-cta-pad-mobile: 11px 20px;
  --store-cta-h-tablet: 52px;
  --store-cta-h-mobile: 50px;
}

* {
  box-sizing: border-box;
}

body,
button,
a,
p,
li,
summary,
h1,
h2,
h3,
th,
td,
.btn,
.store-btn {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

html {
  color-scheme: dark;
  scroll-padding-top: calc(var(--header-h) + 18px);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding-top: var(--header-h);
  font-family: Inter, Arial, Helvetica, sans-serif;
  line-height: 1.62;
  color: var(--text);
  background:
    radial-gradient(circle at 78% 0%, rgba(185, 43, 16, .32), transparent 34rem),
    radial-gradient(circle at 12% 18%, rgba(255, 130, 36, .12), transparent 28rem),
    #090706;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.site-header,
main,
.hero-banner,
.site-footer {
  width: calc(100% - 1px);
  max-width: 100%;
  overflow-x: clip;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

.container {
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(8, 6, 5, .92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.header-inner {
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--text);
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
  flex: 0 0 auto;
}

.brand img {
  display: block;
  width: auto;
  height: 46px;
  max-width: 168px;
  object-fit: contain;
}

.footer-brand img {
  height: 52px;
  max-width: 190px;
}

.desktop-nav,
.footer-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.desktop-nav {
  flex: 1;
  justify-content: center;
}

.desktop-nav a,
.footer-nav a,
.mobile-menu a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 700;
}

.desktop-nav a {
  padding: 10px 12px;
  border-radius: 8px;
}

.desktop-nav a[aria-current="page"],
.desktop-nav a:hover,
.mobile-menu a[aria-current="page"] {
  color: var(--text);
  background: rgba(255, 125, 36, .12);
}

.header-cta,
.mobile-cta,
.hero-actions,
.store-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.login-link {
  color: var(--gold);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.btn {
  min-height: var(--banner-cta-h-desktop);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: var(--banner-cta-pad-desktop);
  border: 0;
  border-radius: 8px;
  color: #220905;
  background: linear-gradient(135deg, #ffe08a, #ff8b22 56%, #e1351d);
  box-shadow: 0 12px 28px rgba(221, 54, 26, .32);
  font-weight: 900;
  line-height: 1.05;
  text-decoration: none;
  white-space: nowrap;
}

.btn-bonus {
  background: linear-gradient(135deg, #fff2ae, #ffb129 48%, #d8361d);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .04);
  padding: 10px;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--text);
}

.mobile-menu {
  display: none;
}

.hero-banner {
  padding: 28px 0;
}

.banner-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(255, 183, 81, .26);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .36);
}

.promo-banner {
  width: 100%;
  min-width: 0;
}

.promo-card {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  border: 1px solid rgba(255, 183, 81, .26);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 22px 54px rgba(0, 0, 0, .28);
}

.promo-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-banner[data-focus="right"] .promo-card > img {
  object-position: right center;
}

.promo-banner[data-focus="left"] .promo-card > img {
  object-position: left center;
}

.promo-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 4, 4, .9), rgba(7, 5, 4, .72) 38%, rgba(7, 5, 4, .15) 70%),
    linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .42));
}

.promo-reverse .promo-overlay {
  background:
    linear-gradient(270deg, rgba(5, 4, 4, .9), rgba(7, 5, 4, .72) 38%, rgba(7, 5, 4, .15) 70%),
    linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .42));
}

.promo-copy {
  position: relative;
  z-index: 1;
  width: min(560px, 56%);
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 36px 42px;
}

.promo-reverse .promo-copy {
  margin-left: auto;
}

.promo-copy h2 {
  max-width: 13ch;
  margin-bottom: 10px;
  font-size: clamp(1.8rem, 3vw, 3.2rem);
}

.promo-amount {
  margin: 0;
  color: var(--gold);
  font-size: clamp(1.7rem, 3.4vw, 3.6rem);
  font-weight: 950;
  line-height: .98;
}

.promo-detail {
  margin: 12px 0 0;
  max-width: 40ch;
  color: #ffe1bd;
  font-weight: 800;
}

.promo-cta {
  margin-top: 22px;
  align-self: flex-start;
}

.banner-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-banner[data-focus="right"] .banner-card > img {
  object-position: right center;
}

.hero-banner[data-focus="left"] .banner-card > img {
  object-position: left center;
}

.banner-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 4, 4, .88) 0%, rgba(7, 5, 4, .72) 34%, rgba(7, 5, 4, .16) 66%),
    linear-gradient(180deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .4));
}

.hero-banner[data-focus="left"] .banner-overlay {
  background:
    linear-gradient(270deg, rgba(5, 4, 4, .9) 0%, rgba(7, 5, 4, .74) 34%, rgba(7, 5, 4, .16) 66%),
    linear-gradient(180deg, rgba(0, 0, 0, .14), rgba(0, 0, 0, .42));
}

.banner-copy {
  position: relative;
  z-index: 1;
  width: min(610px, 58%);
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 18px;
  padding: 48px;
}

.hero-banner[data-focus="left"] .banner-copy {
  margin-left: auto;
}

.eyebrow {
  margin: 0;
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
  font-size: .82rem;
  letter-spacing: .08em;
}

h1,
h2,
h3 {
  margin: 0 0 16px;
  line-height: 1.13;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(2.15rem, 4.4vw, 4.6rem);
  max-width: 12ch;
}

h2 {
  font-size: clamp(1.55rem, 2.2vw, 2.35rem);
  color: #fff0d3;
}

h3 {
  margin-top: 26px;
  font-size: clamp(1.16rem, 1.45vw, 1.45rem);
  color: var(--gold);
}

.banner-copy p:not(.eyebrow),
.simple-hero p {
  margin: 0;
  max-width: 60ch;
  color: #ffe1bd;
  font-size: 1.05rem;
}

.article-wrap {
  display: grid;
  gap: 22px;
  min-width: 0;
  padding: 8px 0 36px;
}

.service-wrap {
  padding: 28px 0 42px;
}

.service-qa-panel {
  width: min(980px, 100%);
  margin-inline: auto;
  padding: 34px 38px 38px;
  border: 1px solid rgba(255, 180, 90, .24);
  border-radius: 8px;
  background: #121b22;
}

.service-qa-panel h1 {
  width: 100%;
  max-width: none;
  margin: 0 0 24px;
  color: var(--gold);
  font-size: clamp(1.85rem, 3.4vw, 2.7rem);
}

.service-lede {
  max-width: 76ch;
  margin: -8px 0 26px;
  color: #ffd28f;
}

.service-qa-list {
  display: grid;
  gap: 23px;
}

.service-qa-item h2 {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: clamp(1.02rem, 1.25vw, 1.18rem);
  line-height: 1.3;
}

.service-qa-item p {
  margin: 0;
  color: #ffc05f;
  font-size: .94rem;
  line-height: 1.62;
}

.content-section,
.simple-hero {
  width: 100%;
  min-width: 0;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(31, 18, 14, .94), rgba(17, 11, 9, .96));
}

.simple-hero {
  margin-block: 28px 22px;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-section p,
.content-section li {
  color: var(--muted);
  font-size: 1rem;
}

.content-section p {
  margin: 0 0 14px;
}

.content-section .author-meta-line {
  margin: 0 0 12px;
  color: #ffe7c4;
  font-size: 1.08rem;
  font-weight: 850;
  line-height: 1.45;
}

.content-list {
  display: grid;
  gap: 10px;
  margin: 14px 0 20px;
  padding: 0;
  list-style: none;
  counter-reset: item;
}

.content-list li {
  position: relative;
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 12px 14px 12px 50px;
  border: 1px solid rgba(255, 190, 92, .14);
  border-radius: 8px;
  background: rgba(255, 125, 36, .055);
}

ol.content-list li {
  counter-increment: item;
}

.content-list li::before {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #250b05;
  background: var(--gold);
  font-size: .78rem;
  font-weight: 900;
  content: "";
}

ul.content-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  left: 22px;
}

ol.content-list li::before {
  content: counter(item);
}

.bonus-offer-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  margin: 22px 0 24px;
}

.bonus-offer-card {
  grid-column: span 2;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  border: 1px solid rgba(255, 190, 92, .18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 128, 36, .1), rgba(255, 128, 36, .035)),
    rgba(10, 7, 6, .56);
}

.bonus-offer-wide {
  grid-column: span 3;
}

.bonus-offer-card h3 {
  margin-top: 0;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: clamp(1.12rem, 1.35vw, 1.36rem);
}

.bonus-offer-card p {
  margin: 0;
}

.cashback-card-grid,
.season-card-grid,
.app-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 22px 0 24px;
}

.cashback-card,
.season-card,
.app-feature-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  border: 1px solid rgba(255, 190, 92, .18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 128, 36, .1), rgba(255, 128, 36, .035)),
    rgba(10, 7, 6, .56);
}

.cashback-card h3,
.season-card h3,
.app-feature-card h3 {
  margin-top: 0;
  margin-bottom: 12px;
  color: var(--gold);
  font-size: clamp(1.12rem, 1.35vw, 1.36rem);
}

.cashback-card p,
.season-card p,
.app-feature-card p {
  margin: 0;
}

.app-feature-card p + p {
  margin-top: 12px;
}

.card-cta {
  margin-top: 18px;
}

.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.reviews-section {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(31, 18, 14, .94), rgba(17, 11, 9, .96));
}

.reviews-head {
  display: grid;
  gap: 8px;
  justify-items: start;
  margin-bottom: 24px;
  text-align: left;
}

.reviews-head h2 {
  margin: 0;
  color: #fff1c8;
}

.rating-summary {
  display: flex;
  align-items: baseline;
  gap: 14px;
  flex-wrap: wrap;
  color: var(--gold);
}

.rating-summary strong {
  color: #ff4f1f;
  font-size: clamp(2.6rem, 5vw, 4.3rem);
  line-height: .95;
}

.rating-stars,
.review-stars {
  color: #ffb32a;
  letter-spacing: 1px;
}

.rating-summary span:last-child {
  color: #ffd65f;
  font-size: .96rem;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.review-card {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(255, 190, 92, .12);
  border-radius: 8px;
  background: rgba(42, 27, 26, .94);
}

.review-person {
  display: flex;
  align-items: center;
  gap: 14px;
}

.review-avatar {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--gold);
  background: rgba(255, 108, 36, .2);
  font-weight: 900;
}

.review-person strong,
.review-person small {
  display: block;
}

.review-person strong {
  color: #fff0cc;
}

.review-person small {
  color: #ffd65f;
  font-size: .82rem;
}

.review-card p {
  margin: 0;
  color: #ffe36b;
}

.review-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 4px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 190, 92, .08);
  color: #ffd65f;
  font-size: .84rem;
}

.review-meta span:last-child {
  color: #4fe07d;
}

.table-wrap {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  margin: 18px 0 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #110b09;
}

table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

th,
td {
  padding: 13px 15px;
  border-bottom: 1px solid rgba(255, 190, 92, .14);
  text-align: left;
  vertical-align: top;
  overflow-wrap: normal;
  word-break: normal;
}

th {
  color: #2a0b05;
  background: linear-gradient(135deg, #ffd66e, #ff8a25);
  font-weight: 900;
}

td {
  color: #e6c7a7;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.faq-item {
  border: 1px solid rgba(255, 190, 92, .16);
  border-radius: 8px;
  background: rgba(255, 125, 36, .055);
  padding: 18px;
}

.faq-item summary {
  cursor: pointer;
  color: var(--gold);
  font-weight: 900;
}

.faq-item p {
  margin-top: 12px;
}

.store-row {
  align-items: stretch;
}

.store-btn {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 11px 18px;
  border: 1px solid rgba(255, 206, 102, .32);
  border-radius: 8px;
  color: var(--text);
  background: rgba(10, 8, 7, .78);
  text-decoration: none;
  font-weight: 900;
  line-height: 1.08;
  white-space: nowrap;
}

.store-btn img {
  position: static;
  inset: auto;
  width: 26px;
  height: 26px;
  object-fit: contain;
  flex: 0 0 auto;
}

.legal,
.footer-meta {
  color: var(--muted);
}

.site-footer {
  border-top: 1px solid rgba(255, 180, 90, .32);
  background: #080605;
}

.footer-inner {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 30px 0 34px;
  text-align: center;
}

.footer-nav {
  flex-wrap: wrap;
  justify-content: center;
}

.footer-nav a {
  padding-right: 12px;
}

.legal {
  max-width: 88ch;
  margin: 0 auto;
}

.footer-meta {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: .9rem;
}

@media (max-width: 960px) {
  :root {
    --header-h: 70px;
  }

  .desktop-nav,
  .header-cta {
    display: none;
  }

  .header-inner {
    justify-content: space-between;
  }

  .menu-toggle {
    display: block;
  }

  .mobile-menu.open {
    display: grid;
    gap: 18px;
    width: min(var(--container), calc(100% - 40px));
    margin: 0 auto 14px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(15, 9, 7, .98);
  }

  .mobile-menu nav,
  .mobile-cta {
    display: grid;
    gap: 10px;
    justify-items: center;
  }

  .mobile-menu nav a {
    padding: 8px 10px;
  }

  .mobile-cta {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    justify-items: stretch;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 180, 90, .22);
  }

  .mobile-cta .login-link,
  .mobile-cta .btn {
    width: 100%;
    min-height: var(--banner-cta-h-tablet);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: var(--banner-cta-pad-tablet);
    border-radius: 8px;
    color: #220905;
    background: linear-gradient(135deg, #ffe08a, #ff8b22 56%, #e1351d);
    box-shadow: 0 12px 28px rgba(221, 54, 26, .28);
    font-size: .92rem;
    font-weight: 900;
    line-height: 1.05;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
  }

  .banner-card,
  .banner-copy,
  .promo-card,
  .promo-copy {
    min-height: 390px;
  }

  .banner-overlay,
  .hero-banner[data-focus="left"] .banner-overlay,
  .promo-overlay,
  .promo-reverse .promo-overlay {
    background:
      linear-gradient(90deg, rgba(5, 4, 4, .76), rgba(6, 4, 4, .52) 54%, rgba(6, 4, 4, .24)),
      linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .26));
  }

  .banner-copy,
  .hero-banner[data-focus="left"] .banner-copy {
    width: 100%;
    margin: 0;
    padding: 34px;
  }

  .promo-copy,
  .promo-reverse .promo-copy {
    width: 100%;
    margin: 0;
    padding: 32px;
  }

  .banner-copy h1,
  .promo-copy h2 {
    width: 100%;
    max-width: none;
  }

  .btn {
    min-height: var(--banner-cta-h-tablet);
    padding: var(--banner-cta-pad-tablet);
  }

  .bonus-offer-grid,
  .cashback-card-grid,
  .season-card-grid,
  .app-feature-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .bonus-offer-card,
  .bonus-offer-wide {
    grid-column: 1;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 638px) {
  .container {
    width: min(var(--container), calc(100% - 28px));
  }

  .hero-banner {
    padding: 18px 0;
  }

  .banner-card,
  .banner-copy {
    min-height: 450px;
  }

  .promo-card,
  .promo-copy {
    min-height: 430px;
  }

  .banner-card img {
    opacity: 1;
  }

  .hero-banner[data-focus="right"] .banner-card > img {
    object-position: 72% center;
  }

  .hero-banner[data-focus="left"] .banner-card > img {
    object-position: 24% center;
  }

  .promo-banner[data-focus="right"] .promo-card > img {
    object-position: 72% center;
  }

  .promo-banner[data-focus="left"] .promo-card > img {
    object-position: 24% center;
  }

  .banner-overlay,
  .hero-banner[data-focus="left"] .banner-overlay,
  .promo-overlay,
  .promo-reverse .promo-overlay {
    background:
      linear-gradient(180deg, rgba(5, 4, 4, .72), rgba(5, 4, 4, .42) 48%, rgba(5, 4, 4, .66)),
      linear-gradient(90deg, rgba(5, 4, 4, .68), rgba(5, 4, 4, .18));
  }

  .banner-copy,
  .hero-banner[data-focus="left"] .banner-copy,
  .promo-copy,
  .promo-reverse .promo-copy {
    width: 100%;
    margin: 0;
    padding: 24px;
    justify-content: flex-end;
  }

  .promo-copy h2 {
    max-width: none;
    font-size: clamp(1.8rem, 8vw, 2.55rem);
  }

  .promo-amount {
    font-size: clamp(1.85rem, 9vw, 2.8rem);
  }

  .promo-detail {
    width: 100%;
    max-width: none;
    margin-top: 10px;
  }

  .promo-cta {
    margin-top: 24px;
  }

  .banner-copy p:not(.eyebrow) {
    width: 100%;
    max-width: none;
  }

  h1 {
    max-width: none;
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .hero-actions,
  .store-row {
    gap: 10px;
  }

  .btn {
    max-width: 100%;
    min-height: var(--banner-cta-h-mobile);
    padding: var(--banner-cta-pad-mobile);
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    text-align: center;
  }

  .store-btn {
    flex: 1 1 210px;
    width: min(100%, 260px);
    min-width: 0;
    min-height: var(--store-cta-h-mobile);
    padding: 10px 14px;
  }

  .card-cta {
    width: 100%;
  }

  .content-section,
  .simple-hero {
    padding: 22px;
  }

  .reviews-section {
    padding: 22px;
  }

  .review-grid {
    grid-template-columns: 1fr;
  }

  .rating-summary {
    display: grid;
    gap: 6px;
  }

  .service-qa-panel {
    padding: 24px 22px 28px;
  }

  .service-qa-list {
    gap: 19px;
  }

  .content-list li {
    min-height: auto;
    display: block;
    padding: 10px 0 10px 36px;
    border: 0;
    background: transparent;
  }

  .content-list li::before {
    left: 0;
  }

  .bonus-offer-card,
  .bonus-offer-wide,
  .cashback-card,
  .season-card,
  .app-feature-card {
    padding: 16px 0 16px 18px;
    border-width: 0 0 0 2px;
    border-radius: 0;
    background: transparent;
  }

}

@media (max-width: 390px) {
  .container {
    width: min(var(--container), calc(100% - 20px));
  }

  .brand img {
    height: 42px;
    max-width: 150px;
  }

  .banner-copy {
    padding: 20px;
  }

  .promo-copy {
    padding: 20px;
  }

  .banner-copy p:not(.eyebrow),
  .simple-hero p {
    font-size: .98rem;
  }

  .hero-actions,
  .store-row {
    width: 100%;
    align-items: stretch;
  }

  .content-section .author-meta-line {
    font-size: 1.02rem;
  }

  .store-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .store-btn {
    width: 100%;
    font-size: .92rem;
  }

  .store-btn img {
    width: 24px;
    height: 24px;
  }

  .content-section,
  .simple-hero {
    padding: 18px;
  }

  .reviews-section {
    padding: 18px;
  }

  .review-card {
    padding: 18px;
  }

  .review-meta {
    display: grid;
  }

  .service-wrap {
    padding: 20px 0 34px;
  }

  .service-qa-panel {
    padding: 20px 18px 24px;
  }

  .service-qa-item p {
    font-size: .9rem;
  }

  th,
  td {
    padding: 11px 12px;
  }
}

@media (max-width: 330px) {
  .container {
    width: min(var(--container), calc(100% - 16px));
  }

  .brand img {
    height: 38px;
    max-width: 132px;
  }

  .mobile-menu.open {
    width: calc(100% - 16px);
    padding: 12px;
  }

  .mobile-cta {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 1.85rem;
  }

  h2 {
    font-size: 1.42rem;
  }

  .hero-actions {
    align-items: flex-start;
  }

  .btn {
    white-space: normal;
    text-align: center;
  }
}
