.review-home {
  --review-container: 86rem;
  --container: 86rem;
  background:
    radial-gradient(circle at 88% 2%, rgba(87, 71, 255, 0.15), transparent 30rem),
    radial-gradient(circle at 7% 38%, rgba(145, 80, 255, 0.08), transparent 28rem),
    #070713;
}

.review-home main {
  overflow: hidden;
}

.review-home .review-header .header-inner {
  width: min(calc(100% - 2rem), var(--review-container));
  min-height: 4.25rem;
}

.review-home .review-header nav {
  gap: clamp(0.85rem, 2vw, 1.65rem);
}

.review-home .review-header nav a {
  position: relative;
}

.review-home .review-header nav a::after {
  position: absolute;
  right: 0;
  bottom: 0.16rem;
  left: 0;
  height: 0.1rem;
  content: "";
  background: var(--lime);
  border-radius: 99rem;
  opacity: 0;
  transform: scaleX(0.5);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.review-home .review-header nav a:hover::after,
.review-home .review-header nav a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.review-hero {
  position: relative;
  display: grid;
  width: 100%;
  overflow: hidden;
  padding: clamp(2rem, 4vw, 3.5rem) max(1rem, calc((100% - var(--review-container)) / 2));
  background:
    linear-gradient(110deg, rgba(7, 7, 19, 0.97) 12%, rgba(17, 14, 39, 0.9) 58%, rgba(17, 37, 52, 0.85)),
    radial-gradient(circle at 76% 22%, rgba(145, 80, 255, 0.2), transparent 25rem);
  border-bottom: 1px solid rgba(78, 203, 255, 0.2);
}

.review-hero::before {
  position: absolute;
  top: -15rem;
  right: -13rem;
  width: 39rem;
  height: 39rem;
  content: "";
  background: conic-gradient(
    from 20deg,
    rgba(196, 248, 42, 0.09),
    rgba(78, 203, 255, 0.13),
    rgba(145, 80, 255, 0.2),
    rgba(196, 248, 42, 0.09)
  );
  border-radius: 42% 58% 67% 33%;
  filter: blur(1rem);
  opacity: 0.7;
  transform: rotate(18deg);
}

.review-hero-main {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  max-width: var(--review-container);
  gap: clamp(1.5rem, 3vw, 3.75rem);
  align-items: center;
  margin-inline: auto;
}

.review-hero-copy {
  max-width: 39rem;
}

.review-hero-copy h1 {
  max-width: 22ch;
  margin-bottom: 1.15rem;
  font-size: clamp(2.35rem, 3.7vw, 3.25rem);
  line-height: 1.02;
}

.review-home .answer-first {
  max-width: 64ch;
  color: #e1e3ed;
  font-size: clamp(1rem, 1.25vw, 1.08rem);
  line-height: 1.58;
}

.review-disclosure {
  max-width: 64ch;
  margin: 1rem 0 0;
  padding-top: 0.8rem;
  color: #afb4c8;
  border-top: 1px solid var(--rule);
  font-size: 0.8rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.25rem;
  align-items: center;
  margin-top: 1rem;
}

.review-home .hero-cta {
  min-height: 3rem;
  margin: 0;
  padding-inline: 1.25rem;
}

.text-cta {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  color: #f1f2f7;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration-color: rgba(78, 203, 255, 0.7);
}

.hero-product {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  background: #090717;
  border: 1px solid rgba(145, 80, 255, 0.45);
  border-radius: 1.25rem;
  box-shadow:
    0 1.8rem 5rem rgba(0, 0, 0, 0.42),
    0 0 3rem rgba(145, 80, 255, 0.09);
}

.hero-brand {
  display: flex;
  min-height: 3.6rem;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.55rem 1rem;
  background: linear-gradient(100deg, #151a33, #321348);
  border-bottom: 1px solid rgba(196, 248, 42, 0.18);
}

.hero-brand span {
  color: var(--lime);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-brand img {
  display: block;
  width: 7rem;
  height: auto;
}

.hero-product figure {
  overflow: hidden;
  margin: 0;
}

.hero-product figure img {
  display: block;
  width: 100%;
  height: clamp(22rem, 36vw, 31rem);
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 35%;
  pointer-events: none;
}

.trust-review,
.pros-cons,
.feature-section,
.games-feature,
.access-section,
.safety-section,
.opinions-section,
.review-verdict {
  width: min(calc(100% - 2rem), var(--review-container));
  margin-inline: auto;
}

.trust-review {
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding-block: clamp(3.8rem, 7vw, 6rem);
}

.trust-heading {
  max-width: 42rem;
}

.trust-heading h2 {
  max-width: 20ch;
}

.trust-direct {
  color: var(--lime);
  font-size: 1.15rem;
  font-weight: 820;
}

.trust-heading > p:not(.eyebrow):not(.trust-direct) {
  color: var(--muted);
}

.trust-heading > p:last-child {
  margin-bottom: 0;
}

.trust-summary {
  overflow: hidden;
  background: linear-gradient(145deg, rgba(20, 23, 48, 0.96), rgba(12, 18, 35, 0.94));
  border: 1px solid var(--rule-strong);
  border-top: 0.2rem solid var(--lime);
  border-radius: 1rem;
}

.trust-summary > div {
  display: grid;
  min-height: 4.5rem;
  grid-template-columns: 2.5rem 1fr;
  gap: 0.8rem;
  align-items: center;
  padding: 0.9rem 1.1rem;
}

.trust-summary > div + div {
  border-top: 1px solid var(--rule);
}

.trust-summary span {
  color: var(--blue);
  font-size: 0.7rem;
  font-weight: 900;
}

.trust-summary strong {
  font-size: 0.95rem;
}

.pros-cons {
  margin-bottom: clamp(4.5rem, 8vw, 7rem);
}

.pros-cons > h2 {
  max-width: 25ch;
  margin-bottom: 1.5rem;
}

.pros-cons-grid {
  display: grid;
  gap: 1px;
  overflow: hidden;
  background: var(--rule-strong);
  border: 1px solid var(--rule-strong);
  border-radius: 1rem;
}

.pros-cons-grid > div {
  padding: clamp(1.25rem, 3vw, 1.8rem);
  background: rgba(14, 16, 35, 0.88);
}

.pros-cons h3 {
  margin-bottom: 0.8rem;
  color: var(--lime);
  font-size: 1.05rem;
}

.pros-cons-grid > div:last-child h3 {
  color: var(--amber);
}

.pros-cons ul {
  padding: 0;
  margin: 0;
  color: #d6d8e4;
  list-style: none;
}

.pros-cons li {
  position: relative;
  padding: 0.34rem 0 0.34rem 1.15rem;
  font-size: 0.88rem;
}

.pros-cons li::before {
  position: absolute;
  top: 0.77rem;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  content: "";
  background: var(--lime);
  border-radius: 50%;
}

.pros-cons-grid > div:last-child li::before {
  background: var(--amber);
}

.topics-section {
  width: 100%;
  max-width: none;
  padding-inline: max(1rem, calc((100% - var(--review-container)) / 2));
  background:
    radial-gradient(circle at 5% 20%, rgba(145, 80, 255, 0.1), transparent 21rem),
    #0a0917;
  border-block: 1px solid var(--rule);
}

.review-home .section-intro {
  max-width: var(--review-container);
}

.review-home .section-intro h2 {
  max-width: 20ch;
}

.topic-card {
  aspect-ratio: 16 / 9;
}

.topic-casino {
  --topic-accent: var(--lime);
}

.topic-overlay {
  height: 35%;
}

.feature-section {
  overflow: hidden;
  margin-block: clamp(4.5rem, 8vw, 7rem);
  background: linear-gradient(125deg, #0c1021, #211133 70%);
  border: 1px solid rgba(255, 180, 73, 0.3);
  border-radius: 1.4rem;
  box-shadow: 0 1.8rem 5rem rgba(0, 0, 0, 0.2);
}

.feature-media {
  min-width: 0;
  background: #090717;
}

.feature-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-copy {
  align-self: center;
  padding: clamp(1.6rem, 4vw, 3.2rem);
}

.feature-copy .eyebrow {
  color: var(--amber);
}

.feature-copy h2 {
  max-width: 16ch;
}

.feature-copy > p:not(.eyebrow) {
  color: #d5d7e1;
}

.feature-note {
  margin: 1.35rem 0 0;
  padding-top: 1rem;
  color: #f0f1f6 !important;
  border-top: 1px solid rgba(255, 180, 73, 0.35);
  font-size: 0.86rem;
  font-weight: 760;
}

.games-feature {
  display: grid;
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
  margin-bottom: clamp(4.5rem, 8vw, 7rem);
}

.games-copy h2 {
  max-width: 18ch;
}

.games-copy > p:not(.eyebrow) {
  max-width: 58ch;
  color: var(--muted);
}

.game-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 1.35rem;
  background: var(--rule);
  border: 1px solid var(--rule);
  border-radius: 0.8rem;
  overflow: hidden;
}

.game-notes > div {
  min-width: 0;
  min-height: 7.25rem;
  padding: 1rem 1.1rem;
  background: rgba(15, 17, 35, 0.88);
}

.game-notes h3 {
  margin-bottom: 0.45rem;
  color: var(--blue);
  font-size: 1rem;
  line-height: 1.2;
}

.game-notes p {
  margin: 0;
  color: #cfd2df;
  font-size: 0.86rem;
}

.games-media {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #090717;
  border: 1px solid rgba(145, 80, 255, 0.44);
  border-radius: 1.2rem;
  box-shadow: 0 1.6rem 4rem rgba(0, 0, 0, 0.28);
}

.games-media img {
  display: block;
  width: 100%;
  height: auto;
}

.access-section {
  padding-block: clamp(3.8rem, 7vw, 6rem);
  border-block: 1px solid var(--rule);
}

.app-module {
  display: grid;
  overflow: hidden;
  margin-bottom: 1.25rem;
  background: rgba(15, 17, 37, 0.86);
  border: 1px solid var(--rule-strong);
  border-radius: 1.15rem;
}

.app-media {
  min-width: 0;
  background: #090717;
}

.app-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.app-copy {
  align-self: center;
  padding: clamp(1.5rem, 4vw, 2.8rem);
}

.app-copy h2 {
  max-width: 18ch;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
}

.app-copy > p:not(.eyebrow) {
  max-width: 52ch;
  margin-bottom: 0;
  color: var(--muted);
}

.account-module {
  display: grid;
  gap: 1rem 3rem;
  align-items: center;
  padding: clamp(1.25rem, 3vw, 1.8rem);
  background: linear-gradient(110deg, rgba(31, 17, 54, 0.94), rgba(13, 24, 40, 0.92));
  border: 1px solid rgba(196, 248, 42, 0.22);
  border-left: 0.25rem solid var(--lime);
  border-radius: 0.9rem;
}

.account-module h2 {
  margin-bottom: 0;
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
}

.account-module > p {
  max-width: 58ch;
  margin: 0;
  color: #d2d5e2;
  font-size: 0.9rem;
}

.payments-section {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.5rem);
  width: min(calc(100% - 2rem), var(--review-container));
  margin: 0 auto clamp(4.5rem, 8vw, 7rem);
}

.payments-intro {
  max-width: 44rem;
}

.payments-lead,
.payments-note {
  color: var(--muted);
}

.payments-note {
  margin-bottom: 0;
  padding-top: 1rem;
  border-top: 1px solid var(--rule);
  font-size: 0.85rem;
}

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

.crypto-card {
  display: grid;
  gap: 0.45rem;
  min-height: 8.5rem;
  padding: 1.2rem 1.25rem;
  background: rgba(12, 14, 31, 0.92);
  border: 1px solid var(--rule);
  border-radius: 1rem;
}

.crypto-card-featured {
  background:
    linear-gradient(145deg, rgba(196, 248, 42, 0.08), transparent 55%),
    rgba(12, 14, 31, 0.96);
  border-color: rgba(196, 248, 42, 0.22);
}

.crypto-label {
  color: var(--lime);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.crypto-symbol {
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  line-height: 1.1;
}

.crypto-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.payments-highlights {
  display: grid;
  gap: 1px;
  overflow: hidden;
  background: var(--rule);
  border: 1px solid var(--rule);
  border-radius: 0.75rem;
}

.payments-highlights article {
  min-height: 8.5rem;
  padding: 1.25rem;
  background: rgba(16, 19, 40, 0.96);
}

.payments-highlights span {
  display: inline-block;
  margin-bottom: 0.65rem;
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.payments-highlights p {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.cta-banner-section {
  width: min(calc(100% - 2rem), var(--review-container));
  margin: clamp(1.5rem, 3vw, 2rem) auto clamp(4.5rem, 8vw, 7rem);
}

.cta-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem 2rem;
  padding: clamp(1.375rem, 3vw, 1.75rem) clamp(1.5rem, 3.5vw, 2rem);
  color: #fff;
  background:
    radial-gradient(circle at 92% 12%, rgba(184, 230, 0, 0.1), transparent 8rem),
    linear-gradient(135deg, #10131f 0%, #1a1533 55%, #241a42 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.2rem;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.cta-banner-copy {
  flex: 1;
  min-width: 0;
}

.cta-banner-label {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  margin: 0 0 0.5rem;
  color: var(--lime);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cta-banner-label::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  background: var(--lime);
  border-radius: 50%;
}

.cta-banner-copy h2 {
  max-width: 28ch;
  margin: 0 0 0.5rem;
  color: #fff;
  font-size: clamp(1.125rem, 2.2vw, 1.4375rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.cta-banner-text {
  max-width: 52ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9375rem;
  line-height: 1.55;
}

.cta-disclosure {
  max-width: 52ch;
  margin: 0.75rem 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  line-height: 1.5;
}

.cta-banner-action {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.cta-banner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 10.5rem;
  min-height: 2.75rem;
  padding: 0.75rem 1.5rem;
  color: #10131f;
  background: var(--lime);
  border: none;
  border-radius: 0.75rem;
  font: inherit;
  font-size: 0.9375rem;
  font-weight: 650;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(184, 230, 0, 0.22);
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    background-color 0.15s ease;
  white-space: nowrap;
}

a.cta-banner-btn:hover,
button.cta-banner-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(184, 230, 0, 0.32);
}

button.cta-banner-btn:disabled {
  opacity: 0.72;
  cursor: not-allowed;
}

.cta-banner-age {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.6875rem;
  font-weight: 650;
  letter-spacing: 0.04em;
}

.safety-section {
  margin-bottom: clamp(4.5rem, 8vw, 7rem);
  padding: clamp(1.6rem, 5vw, 3.5rem);
  background:
    radial-gradient(circle at 8% 8%, rgba(78, 203, 255, 0.12), transparent 16rem),
    linear-gradient(135deg, #10192c, #1b1230);
  border: 1px solid rgba(78, 203, 255, 0.3);
  border-radius: 1.2rem;
}

.safety-answer h2 {
  max-width: 16ch;
}

.safety-answer > p:last-child {
  max-width: 58ch;
  margin-bottom: 0;
  color: #d5d8e5;
}

.opinions-section {
  margin-bottom: clamp(4.5rem, 8vw, 7rem);
}

.opinions-intro {
  display: grid;
  gap: 1rem 3rem;
  align-items: end;
  margin-bottom: 1.5rem;
}

.opinions-intro h2 {
  max-width: 20ch;
}

.opinions-intro > p:last-child {
  max-width: 54ch;
  margin-bottom: 0;
  color: var(--muted);
}

.opinion-cards {
  display: grid;
  gap: 0.9rem;
}

.opinion-cards article {
  position: relative;
  min-height: 11rem;
  padding: 1.25rem;
  background: rgba(14, 16, 35, 0.82);
  border: 1px solid var(--rule);
  border-top: 0.14rem solid var(--blue);
  border-radius: 0.8rem;
}

.opinion-cards article:nth-child(2) {
  border-top-color: var(--violet);
}

.opinion-cards article:nth-child(3) {
  border-top-color: var(--amber);
}

.opinion-cards article:nth-child(4) {
  border-top-color: var(--lime);
}

.opinion-cards span {
  display: block;
  margin-bottom: 1.5rem;
  color: var(--blue);
  font-size: 0.68rem;
  font-weight: 900;
}

.opinion-cards h3 {
  font-size: 1rem;
}

.opinion-cards p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.methodology-rail {
  display: grid;
  width: min(calc(100% - 2rem), var(--review-container));
  gap: 1rem;
  margin: 0 auto clamp(3.5rem, 6vw, 5rem);
  padding: clamp(1.15rem, 2.5vw, 1.6rem);
  background: rgba(12, 14, 31, 0.82);
  border: 1px solid var(--rule);
  border-radius: 1rem;
}

.methodology-heading {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1rem;
  align-items: baseline;
  justify-content: space-between;
}

.methodology-heading .eyebrow,
.methodology-heading h2 {
  margin-bottom: 0;
}

.methodology-heading h2 {
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
}

.methodology-steps {
  display: grid;
  gap: 1px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background: var(--rule);
  border: 1px solid var(--rule);
  border-radius: 0.75rem;
  list-style: none;
}

.methodology-steps li {
  display: grid;
  min-width: 0;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  padding: 1rem;
  background: rgba(16, 19, 40, 0.96);
}

.methodology-steps li > span {
  color: var(--lime);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.methodology-steps h3 {
  margin-bottom: 0.25rem;
  font-size: 0.92rem;
}

.methodology-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.4;
}

.review-verdict {
  display: grid;
  gap: 1.25rem 3rem;
  margin-bottom: clamp(4rem, 8vw, 7rem);
  padding: clamp(2rem, 5vw, 3.8rem);
  background:
    radial-gradient(circle at 94% 10%, rgba(196, 248, 42, 0.12), transparent 15rem),
    linear-gradient(125deg, #29164a, #131d38 65%, #0e2c35);
  border: 1px solid rgba(78, 203, 255, 0.28);
  border-left: 0.3rem solid var(--lime);
  border-radius: 1.2rem;
}

.review-verdict h2 {
  max-width: 18ch;
  margin-bottom: 0;
}

.verdict-answer {
  max-width: 62ch;
  margin-bottom: 1.25rem;
  color: #e0e2eb;
  font-size: 1.05rem;
}

.verdict-points {
  display: grid;
  gap: 1px;
  overflow: hidden;
  background: var(--rule-strong);
  border: 1px solid var(--rule-strong);
  border-radius: 0.75rem;
}

.verdict-points > div {
  padding: 1rem 1.1rem;
  background: rgba(9, 12, 27, 0.88);
}

.verdict-points span,
.verdict-points strong {
  display: block;
}

.verdict-points span {
  margin-bottom: 0.25rem;
  color: var(--blue);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.verdict-points > div:last-child span {
  color: var(--amber);
}

.method-link {
  margin: 1rem 0 0;
  color: #c8cad7;
  font-size: 0.86rem;
}

.editorial-info {
  display: flex;
  gap: 0.75rem 1.25rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--rule);
}

.editorial-info strong,
.editorial-info span {
  display: block;
}

.editorial-info strong {
  margin-bottom: 0.15rem;
  color: #f1f2f7;
  font-size: 0.82rem;
}

.editorial-info span {
  color: var(--muted);
  font-size: 0.75rem;
}

.editorial-info a {
  flex: none;
  color: var(--lime);
  font-size: 0.78rem;
  font-weight: 800;
}

@media (min-width: 42rem) {
  .methodology-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 64rem) {
  .methodology-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.review-home .faq-section {
  padding-block: 0 clamp(3.5rem, 7vw, 5.5rem);
}

.review-home .faq-grid details {
  background: rgba(15, 17, 35, 0.84);
}

.review-home .faq-grid details[open] {
  background: rgba(21, 24, 47, 0.96);
}

@media (min-width: 42rem) {
  .pros-cons-grid,
  .game-notes,
  .verdict-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pros-cons-grid > div + div {
    border-left: 1px solid var(--rule);
  }

  .app-module {
    grid-template-columns: minmax(0, 1.08fr) minmax(20rem, 0.92fr);
  }

  .account-module,
  .opinions-intro {
    grid-template-columns: minmax(18rem, 0.8fr) minmax(0, 1.2fr);
  }

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

}

@media (min-width: 64rem) {
  .review-hero-main {
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  }

  .trust-review {
    grid-template-columns: minmax(22rem, 0.86fr) minmax(25rem, 1.14fr);
  }

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

  .trust-summary > div:nth-child(even) {
    border-left: 1px solid var(--rule);
  }

  .trust-summary > div:nth-child(2) {
    border-top: 0;
  }

  .feature-section {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(21rem, 0.76fr);
  }

  .feature-media img {
    min-height: 30rem;
  }

  .games-feature {
    grid-template-columns: minmax(22rem, 0.76fr) minmax(0, 1.24fr);
  }

  .opinion-cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .review-verdict {
    grid-template-columns: minmax(18rem, 0.76fr) minmax(0, 1.24fr);
  }
}

@media (min-width: 72rem) and (min-height: 48rem) {
  .review-hero {
    height: clamp(47.5rem, calc(100vh - 4.25rem), 51.875rem);
  }
}

@media (max-width: 63.99rem) {
  .review-hero {
    padding-top: 2.4rem;
  }

  .review-hero-copy {
    max-width: 44rem;
  }

  .hero-product {
    max-width: 47rem;
  }

  .feature-media img {
    max-height: 33rem;
  }
}

@media (max-width: 47.99rem) {
  .review-home .review-header .header-inner {
    gap: 0.65rem;
  }

  .review-home .review-header nav {
    gap: 1rem;
  }

  .review-hero {
    padding-block: 2rem 1.4rem;
  }

  .review-hero-main {
    gap: 1.5rem;
  }

  .review-hero-copy h1 {
    font-size: clamp(2.1rem, 10.4vw, 2.7rem);
  }

  .hero-actions {
    align-items: stretch;
  }

  .review-home .hero-cta,
  .text-cta {
    width: 100%;
    justify-content: center;
  }

  .hero-brand {
    min-height: 3.2rem;
  }

  .hero-product figure img {
    min-height: 10rem;
  }

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

  .cta-banner {
    flex-direction: column;
    align-items: stretch;
  }

  .cta-banner-action {
    align-items: stretch;
  }

  .cta-banner-btn {
    width: 100%;
  }

  .feature-media img,
  .app-media img {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .editorial-info {
    align-items: flex-start;
    flex-direction: column;
  }

}

@media (max-width: 27rem) {
  .review-hero-copy h1 {
    font-size: 2.1rem;
  }

  .review-hero {
    padding-top: 1.6rem;
  }

  .trust-review,
  .access-section {
    padding-block: 3.2rem;
  }

  .feature-copy,
  .app-copy,
  .safety-section,
  .review-verdict {
    padding: 1.3rem;
  }

  .opinion-cards article {
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .review-home .review-header nav a::after {
    transition: none;
  }
}

@media print {
  .review-home,
  .review-hero,
  .feature-section,
  .access-section,
  .safety-section,
  .review-verdict {
    color: #000;
    background: #fff;
  }
}
