/*
Theme Name: Best Crypto Casino Landing
Theme URI: https://bestcryptocasino.page
Description: A lightweight editorial landing page child theme for Best Crypto Casino.
Author: Best Crypto Casino
Template: twentytwentyfive
Version: 1.0.1
Requires at least: 6.7
Requires PHP: 7.4
Text Domain: bcc-landing
*/

:root {
  --bcc-bg: #07070b;
  --bcc-bg-soft: #0d0d14;
  --bcc-panel: #111119;
  --bcc-panel-2: #161621;
  --bcc-line: rgba(255, 255, 255, 0.1);
  --bcc-line-strong: rgba(198, 255, 74, 0.32);
  --bcc-text: #f6f7fb;
  --bcc-muted: #a9abb6;
  --bcc-lime: #c6ff4a;
  --bcc-lime-dark: #96ce1d;
  --bcc-violet: #8b5cf6;
  --bcc-gold: #e5b953;
  --bcc-blue: #38a7e6;
  --bcc-radius: 28px;
  --bcc-radius-sm: 18px;
  --bcc-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  --bcc-container: min(1180px, calc(100vw - 40px));
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body.bcc-landing-page {
  background: var(--bcc-bg);
  color: var(--bcc-text);
  margin: 0;
}

body.bcc-landing-page,
body.bcc-landing-page button,
body.bcc-landing-page input {
  font-family: "Manrope", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.bcc-landing-page .wp-site-blocks,
body.bcc-landing-page .wp-block-post-content,
body.bcc-landing-page main.wp-block-group {
  margin: 0;
  max-width: none;
  padding: 0;
}

body.bcc-landing-page .wp-block-post-content > * {
  max-width: none;
}

.bcc-site,
.bcc-site * {
  box-sizing: border-box;
}

.bcc-site {
  background:
    radial-gradient(circle at 82% 4%, rgba(139, 92, 246, 0.11), transparent 29rem),
    radial-gradient(circle at 20% 32%, rgba(198, 255, 74, 0.045), transparent 30rem),
    var(--bcc-bg);
  color: var(--bcc-text);
  min-height: 100vh;
  overflow: clip;
}

.bcc-site a {
  color: inherit;
}

.bcc-site img {
  display: block;
  height: auto;
  max-width: 100%;
}

.bcc-container {
  margin-inline: auto;
  width: var(--bcc-container);
}

.bcc-skip-link {
  background: var(--bcc-lime);
  border-radius: 0 0 10px 10px;
  color: #08080d !important;
  font-size: 0.875rem;
  font-weight: 800;
  left: 20px;
  padding: 12px 18px;
  position: fixed;
  top: -80px;
  transition: top 160ms ease;
  z-index: 1000;
}

.bcc-skip-link:focus {
  top: 0;
}

.bcc-header {
  backdrop-filter: blur(18px);
  background: rgba(7, 7, 11, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  position: sticky;
  top: 0;
  z-index: 100;
}

.bcc-header__inner {
  align-items: center;
  display: flex;
  gap: 28px;
  height: 78px;
  justify-content: space-between;
}

.bcc-brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  text-decoration: none;
}

.bcc-brand__mark {
  align-items: center;
  background: var(--bcc-lime);
  border-radius: 12px;
  color: #08080d;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  letter-spacing: -0.03em;
  width: 34px;
}

.bcc-brand__name {
  font-size: 0.94rem;
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 1;
}

.bcc-brand__name span {
  color: var(--bcc-muted);
  display: block;
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  margin-top: 5px;
  text-transform: uppercase;
}

.bcc-nav {
  align-items: center;
  display: flex;
  gap: 28px;
}

.bcc-nav a {
  color: #cbccd3;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 160ms ease;
}

.bcc-nav a:hover {
  color: var(--bcc-lime);
}

.bcc-age {
  border: 1px solid var(--bcc-line);
  border-radius: 999px;
  color: var(--bcc-muted);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  padding: 8px 11px;
}

.bcc-hero {
  min-height: 730px;
  padding: 72px 0 56px;
  position: relative;
}

.bcc-hero::before {
  background: linear-gradient(90deg, rgba(198, 255, 74, 0.18), rgba(139, 92, 246, 0.18));
  content: "";
  filter: blur(100px);
  height: 250px;
  left: 44%;
  opacity: 0.42;
  position: absolute;
  top: 160px;
  width: 38%;
}

.bcc-hero__grid {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.bcc-eyebrow {
  align-items: center;
  color: var(--bcc-muted);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 820;
  gap: 10px;
  letter-spacing: 0.12em;
  margin: 0 0 22px;
  text-transform: uppercase;
}

.bcc-eyebrow::before {
  background: var(--bcc-lime);
  border-radius: 999px;
  box-shadow: 0 0 16px rgba(198, 255, 74, 0.6);
  content: "";
  height: 8px;
  width: 8px;
}

.bcc-hero h1 {
  font-size: clamp(3.35rem, 6.8vw, 6.9rem);
  font-weight: 880;
  letter-spacing: -0.078em;
  line-height: 0.89;
  margin: 0;
  max-width: 760px;
}

.bcc-hero h1 em {
  color: var(--bcc-lime);
  font-style: normal;
}

.bcc-hero__lead {
  color: #c5c7d0;
  font-size: clamp(1rem, 1.5vw, 1.19rem);
  line-height: 1.68;
  margin: 28px 0 0;
  max-width: 590px;
}

.bcc-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 32px;
}

.bcc-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.83rem;
  font-weight: 850;
  gap: 10px;
  justify-content: center;
  letter-spacing: -0.01em;
  min-height: 50px;
  padding: 0 22px;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.bcc-button:hover {
  transform: translateY(-2px);
}

.bcc-button--primary {
  background: var(--bcc-lime);
  color: #09090d !important;
  box-shadow: 0 12px 38px rgba(198, 255, 74, 0.18);
}

.bcc-button--primary:hover {
  background: #d2ff72;
}

.bcc-button--ghost {
  background: rgba(255, 255, 255, 0.035);
  border-color: var(--bcc-line);
  color: var(--bcc-text);
}

.bcc-arrow {
  font-size: 1.08rem;
}

.bcc-hero__trust {
  align-items: center;
  color: var(--bcc-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.72rem;
  gap: 12px;
  margin-top: 30px;
}

.bcc-hero__trust span {
  align-items: center;
  display: inline-flex;
  gap: 7px;
}

.bcc-hero__trust span::before {
  border: 1px solid rgba(198, 255, 74, 0.42);
  border-radius: 50%;
  color: var(--bcc-lime);
  content: "✓";
  display: inline-grid;
  font-size: 0.56rem;
  height: 18px;
  place-items: center;
  width: 18px;
}

.bcc-hero__visual {
  margin: 0 -7vw 0 -5vw;
  position: relative;
}

.bcc-hero__visual::after {
  background: linear-gradient(90deg, var(--bcc-bg) 0%, transparent 32%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.bcc-hero__visual img {
  filter: saturate(1.08) contrast(1.03);
  min-height: 540px;
  object-fit: cover;
  width: 100%;
}

.bcc-float-card {
  backdrop-filter: blur(16px);
  background: rgba(14, 14, 21, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  bottom: 7%;
  box-shadow: var(--bcc-shadow);
  left: 14%;
  padding: 16px 18px;
  position: absolute;
  z-index: 2;
}

.bcc-float-card small {
  color: var(--bcc-muted);
  display: block;
  font-size: 0.62rem;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.bcc-float-card strong {
  display: block;
  font-size: 0.94rem;
  margin-top: 5px;
}

.bcc-disclosure {
  border-bottom: 1px solid var(--bcc-line);
  border-top: 1px solid var(--bcc-line);
  color: var(--bcc-muted);
  font-size: 0.74rem;
  line-height: 1.55;
  padding: 16px 0;
  text-align: center;
}

.bcc-disclosure strong {
  color: var(--bcc-text);
}

.bcc-section {
  padding: 112px 0;
}

.bcc-section--soft {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0));
  border-bottom: 1px solid rgba(255, 255, 255, 0.045);
  border-top: 1px solid rgba(255, 255, 255, 0.045);
}

.bcc-section-heading {
  align-items: end;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  margin-bottom: 42px;
}

.bcc-kicker {
  color: var(--bcc-lime);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.bcc-section-heading h2,
.bcc-review-intro h2,
.bcc-method-heading h2,
.bcc-faq-heading h2 {
  font-size: clamp(2.45rem, 4.8vw, 4.8rem);
  font-weight: 860;
  letter-spacing: -0.065em;
  line-height: 0.98;
  margin: 0;
}

.bcc-section-heading__copy {
  color: var(--bcc-muted);
  font-size: 0.9rem;
  line-height: 1.65;
  margin: 0 0 5px;
  max-width: 390px;
}

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

.bcc-pick {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018));
  border: 1px solid var(--bcc-line);
  border-radius: var(--bcc-radius);
  display: flex;
  flex-direction: column;
  min-height: 510px;
  overflow: hidden;
  padding: 25px;
  position: relative;
  transition: border-color 180ms ease, transform 180ms ease;
}

.bcc-pick:hover {
  border-color: rgba(198, 255, 74, 0.3);
  transform: translateY(-5px);
}

.bcc-pick--winner {
  background:
    radial-gradient(circle at 80% 0%, rgba(198, 255, 74, 0.13), transparent 18rem),
    linear-gradient(160deg, rgba(198, 255, 74, 0.075), rgba(255, 255, 255, 0.02));
  border-color: var(--bcc-line-strong);
}

.bcc-pick__top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.bcc-rank {
  align-items: center;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--bcc-line);
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.7rem;
  font-weight: 850;
  gap: 8px;
  padding: 8px 12px;
}

.bcc-rank i {
  background: var(--bcc-lime);
  border-radius: 50%;
  display: block;
  height: 7px;
  width: 7px;
}

.bcc-pick__label {
  color: var(--bcc-muted);
  font-size: 0.64rem;
  font-weight: 820;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bcc-pick__brand {
  align-items: center;
  display: flex;
  height: 96px;
  margin: 42px 0 28px;
}

.bcc-pick__brand img {
  max-height: 68px;
  max-width: 170px;
  object-fit: contain;
  object-position: left center;
}

.bcc-pick__brand--jack img {
  border-radius: 17px;
  height: 58px;
  width: 58px;
}

.bcc-pick__brand--jack strong {
  font-size: 2.1rem;
  font-weight: 900;
  letter-spacing: -0.07em;
  margin-left: 14px;
}

.bcc-pick h3 {
  font-size: 1.4rem;
  letter-spacing: -0.045em;
  line-height: 1.15;
  margin: 0;
}

.bcc-pick__copy {
  color: var(--bcc-muted);
  font-size: 0.84rem;
  line-height: 1.68;
  margin: 15px 0 22px;
}

.bcc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 26px;
}

.bcc-tags span {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: #d4d5dc;
  font-size: 0.66rem;
  font-weight: 690;
  padding: 7px 10px;
}

.bcc-pick .bcc-button {
  margin-top: auto;
  width: 100%;
}

.bcc-review-intro {
  display: grid;
  gap: 44px;
  grid-template-columns: 0.75fr 1.25fr;
  margin-bottom: 60px;
}

.bcc-review-intro__copy {
  color: var(--bcc-muted);
  font-size: 1.02rem;
  line-height: 1.76;
  margin: 36px 0 0;
  max-width: 680px;
}

.bcc-review-list {
  display: grid;
  gap: 24px;
}

.bcc-review {
  background: var(--bcc-panel);
  border: 1px solid var(--bcc-line);
  border-radius: var(--bcc-radius);
  display: grid;
  gap: 48px;
  grid-template-columns: 0.8fr 1.2fr;
  overflow: hidden;
  padding: 42px;
  position: relative;
}

.bcc-review::before {
  background: linear-gradient(180deg, var(--bcc-violet), transparent);
  content: "";
  height: 45%;
  left: 0;
  opacity: 0.58;
  position: absolute;
  top: 0;
  width: 2px;
}

.bcc-review--first::before {
  background: linear-gradient(180deg, var(--bcc-lime), transparent);
}

.bcc-review--third::before {
  background: linear-gradient(180deg, var(--bcc-gold), transparent);
}

.bcc-review__number {
  color: rgba(255, 255, 255, 0.12);
  font-size: 4.6rem;
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.bcc-review__logo {
  align-items: center;
  display: flex;
  height: 75px;
  margin: 36px 0 20px;
}

.bcc-review__logo img {
  max-height: 62px;
  max-width: 176px;
  object-fit: contain;
  object-position: left center;
}

.bcc-review__logo--jack img {
  border-radius: 15px;
  height: 52px;
  width: 52px;
}

.bcc-review__logo--jack strong {
  font-size: 1.85rem;
  font-weight: 900;
  letter-spacing: -0.07em;
  margin-left: 13px;
}

.bcc-review__badge {
  border: 1px solid var(--bcc-line);
  border-radius: 999px;
  color: var(--bcc-muted);
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 780;
  padding: 7px 10px;
}

.bcc-review__left h3 {
  font-size: 1.55rem;
  letter-spacing: -0.04em;
  line-height: 1.18;
  margin: 24px 0 0;
}

.bcc-fact-list {
  display: grid;
  gap: 10px;
  margin: 28px 0 0;
}

.bcc-fact {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.065);
  color: var(--bcc-muted);
  display: flex;
  font-size: 0.73rem;
  justify-content: space-between;
  padding-bottom: 10px;
}

.bcc-fact strong {
  color: var(--bcc-text);
}

.bcc-review__right {
  border-left: 1px solid var(--bcc-line);
  padding-left: 48px;
}

.bcc-review__right > p {
  color: #cacbd3;
  font-size: 0.96rem;
  line-height: 1.78;
  margin: 0;
}

.bcc-review-notes {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 28px 0 30px;
}

.bcc-note {
  background: rgba(255, 255, 255, 0.032);
  border: 1px solid rgba(255, 255, 255, 0.065);
  border-radius: 16px;
  min-height: 136px;
  padding: 17px;
}

.bcc-note strong {
  display: block;
  font-size: 0.75rem;
  margin-bottom: 9px;
}

.bcc-note p {
  color: var(--bcc-muted);
  font-size: 0.71rem;
  line-height: 1.6;
  margin: 0;
}

.bcc-source {
  color: var(--bcc-muted) !important;
  display: inline-block;
  font-size: 0.66rem !important;
  margin: 16px 0 0 !important;
}

.bcc-source a {
  color: #d6d7de;
  text-decoration-color: rgba(198, 255, 74, 0.5);
  text-underline-offset: 3px;
}

.bcc-method-heading {
  max-width: 790px;
}

.bcc-method-heading > p:last-child {
  color: var(--bcc-muted);
  line-height: 1.75;
  margin: 27px 0 0;
  max-width: 660px;
}

.bcc-method-grid {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 48px;
}

.bcc-method {
  background: rgba(255, 255, 255, 0.028);
  border: 1px solid var(--bcc-line);
  border-radius: var(--bcc-radius-sm);
  padding: 24px;
}

.bcc-method__icon {
  align-items: center;
  background: rgba(198, 255, 74, 0.1);
  border: 1px solid rgba(198, 255, 74, 0.2);
  border-radius: 12px;
  color: var(--bcc-lime);
  display: flex;
  font-size: 0.75rem;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  margin-bottom: 30px;
  width: 38px;
}

.bcc-method h3 {
  font-size: 1rem;
  letter-spacing: -0.03em;
  margin: 0 0 10px;
}

.bcc-method p {
  color: var(--bcc-muted);
  font-size: 0.74rem;
  line-height: 1.62;
  margin: 0;
}

.bcc-wins-note {
  align-items: center;
  background: linear-gradient(90deg, rgba(139, 92, 246, 0.11), rgba(198, 255, 74, 0.055));
  border: 1px solid rgba(139, 92, 246, 0.25);
  border-radius: var(--bcc-radius-sm);
  display: grid;
  gap: 22px;
  grid-template-columns: auto 1fr;
  margin-top: 24px;
  padding: 24px;
}

.bcc-wins-note__mark {
  align-items: center;
  background: var(--bcc-violet);
  border-radius: 50%;
  display: flex;
  font-size: 1.05rem;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.bcc-wins-note strong {
  display: block;
  font-size: 0.88rem;
  margin-bottom: 5px;
}

.bcc-wins-note p {
  color: var(--bcc-muted);
  font-size: 0.75rem;
  line-height: 1.55;
  margin: 0;
}

.bcc-faq-wrap {
  display: grid;
  gap: 60px;
  grid-template-columns: 0.72fr 1.28fr;
}

.bcc-faq-heading p:last-child {
  color: var(--bcc-muted);
  font-size: 0.85rem;
  line-height: 1.65;
  margin-top: 22px;
  max-width: 360px;
}

.bcc-faq-list {
  border-top: 1px solid var(--bcc-line);
}

.bcc-faq-list details {
  border-bottom: 1px solid var(--bcc-line);
}

.bcc-faq-list summary {
  cursor: pointer;
  font-size: 0.97rem;
  font-weight: 780;
  list-style: none;
  padding: 25px 44px 25px 0;
  position: relative;
}

.bcc-faq-list summary::-webkit-details-marker {
  display: none;
}

.bcc-faq-list summary::after {
  color: var(--bcc-lime);
  content: "+";
  font-size: 1.5rem;
  font-weight: 400;
  position: absolute;
  right: 4px;
  top: 19px;
}

.bcc-faq-list details[open] summary::after {
  content: "−";
}

.bcc-faq-list details p {
  color: var(--bcc-muted);
  font-size: 0.82rem;
  line-height: 1.72;
  margin: 4px 0 25px;
  max-width: 700px;
}

.bcc-final {
  background:
    radial-gradient(circle at 85% 30%, rgba(198, 255, 74, 0.16), transparent 26rem),
    radial-gradient(circle at 10% 70%, rgba(139, 92, 246, 0.18), transparent 26rem),
    var(--bcc-panel);
  border: 1px solid var(--bcc-line);
  border-radius: 34px;
  overflow: hidden;
  padding: 58px;
  position: relative;
}

.bcc-final h2 {
  font-size: clamp(2.7rem, 5vw, 5.3rem);
  font-weight: 880;
  letter-spacing: -0.075em;
  line-height: 0.9;
  margin: 0;
  max-width: 730px;
}

.bcc-final > p {
  color: var(--bcc-muted);
  line-height: 1.7;
  margin: 27px 0 0;
  max-width: 570px;
}

.bcc-final__links {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 32px;
}

.bcc-responsible {
  border-bottom: 1px solid var(--bcc-line);
  border-top: 1px solid var(--bcc-line);
  padding: 30px 0;
}

.bcc-responsible__inner {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: 170px 1fr;
}

.bcc-responsible strong {
  color: var(--bcc-lime);
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bcc-responsible p {
  color: var(--bcc-muted);
  font-size: 0.74rem;
  line-height: 1.65;
  margin: 0;
}

.bcc-footer {
  color: var(--bcc-muted);
  padding: 36px 0 52px;
}

.bcc-footer__top {
  align-items: center;
  display: flex;
  gap: 26px;
  justify-content: space-between;
}

.bcc-footer__top p {
  font-size: 0.7rem;
  margin: 0;
}

.bcc-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.bcc-footer__links a {
  font-size: 0.7rem;
  text-decoration-color: rgba(255, 255, 255, 0.25);
  text-underline-offset: 3px;
}

.bcc-footer__fine {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.64rem;
  line-height: 1.65;
  margin: 28px 0 0;
  padding-top: 24px;
}

.bcc-site a:focus-visible,
.bcc-site summary:focus-visible {
  border-radius: 6px;
  outline: 3px solid var(--bcc-lime);
  outline-offset: 4px;
}

@media (max-width: 980px) {
  .bcc-hero {
    min-height: auto;
    padding-top: 58px;
  }

  .bcc-hero__grid {
    grid-template-columns: 1fr;
  }

  .bcc-hero__visual {
    margin: -80px -18vw 0 5vw;
    z-index: 0;
  }

  .bcc-hero__visual::after {
    background: linear-gradient(180deg, var(--bcc-bg) 0%, transparent 28%, transparent 75%, var(--bcc-bg) 100%);
  }

  .bcc-hero__content {
    position: relative;
    z-index: 2;
  }

  .bcc-hero__visual img {
    min-height: 480px;
  }

  .bcc-pick-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bcc-pick:first-child {
    grid-column: 1 / -1;
    min-height: 430px;
  }

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

  .bcc-review__right {
    border-left: 0;
    border-top: 1px solid var(--bcc-line);
    padding-left: 0;
    padding-top: 34px;
  }

  .bcc-method-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  :root {
    --bcc-container: min(100% - 30px, 1180px);
  }

  .bcc-header__inner {
    height: 68px;
  }

  .bcc-nav {
    display: none;
  }

  .bcc-hero {
    padding-top: 48px;
  }

  .bcc-hero h1 {
    font-size: clamp(3.25rem, 16vw, 5.1rem);
    max-width: 560px;
  }

  .bcc-hero__lead {
    font-size: 0.95rem;
  }

  .bcc-hero__visual {
    margin: -40px -48vw 0 -2vw;
  }

  .bcc-hero__visual img {
    min-height: 410px;
  }

  .bcc-float-card {
    bottom: 10%;
    left: 13%;
  }

  .bcc-section {
    padding: 82px 0;
  }

  .bcc-section-heading,
  .bcc-review-intro,
  .bcc-faq-wrap {
    align-items: start;
    display: grid;
    gap: 25px;
    grid-template-columns: 1fr;
  }

  .bcc-pick-grid {
    grid-template-columns: 1fr;
  }

  .bcc-pick:first-child {
    grid-column: auto;
  }

  .bcc-pick {
    min-height: 470px;
  }

  .bcc-review {
    gap: 32px;
    padding: 28px 23px;
  }

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

  .bcc-note {
    min-height: auto;
  }

  .bcc-method-grid {
    grid-template-columns: 1fr;
  }

  .bcc-wins-note {
    grid-template-columns: 1fr;
  }

  .bcc-final {
    border-radius: 24px;
    padding: 38px 24px;
  }

  .bcc-responsible__inner {
    grid-template-columns: 1fr;
  }

  .bcc-footer__top {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .bcc-age {
    font-size: 0.6rem;
    padding: 7px 9px;
  }

  .bcc-brand__name {
    font-size: 0.8rem;
  }

  .bcc-actions .bcc-button {
    width: 100%;
  }

  .bcc-hero__trust {
    align-items: flex-start;
    flex-direction: column;
  }

  .bcc-hero__visual {
    margin-right: -70vw;
  }

  .bcc-review__number {
    font-size: 3.9rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .bcc-site *,
  .bcc-site *::before,
  .bcc-site *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
