/* Flexible layout and readable controls across desktop, tablet and mobile. */
img { max-width: 100%; }
.hero > *, .feature-grid > *, .pricing-grid > *, .steps > *, .faq > *, .games > * { min-width: 0; }
.hero { overflow: clip; }
.hero-actions, .hero-note, .tags, .mini-timer { flex-wrap: wrap; }
.button { max-width: 100%; text-align: center; }
.button span, .questions summary span { flex-shrink: 0; }
.section-title { gap: 30px; }
.price-card { display: flex; flex-direction: column; }
.price-card .button { margin-top: auto; }
.price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 10px; }
.price span { white-space: nowrap; }
.price-card h3, .questions summary { overflow-wrap: anywhere; }
.questions summary { min-height: 44px; align-items: center; }
.questions p { max-width: none; }
.header nav a, .text-link, footer > a:last-child {
  min-height: 44px; display: inline-flex; align-items: center;
}

@media (min-width: 761px) and (max-width: 1100px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-block: 56px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .hero-note { justify-content: center; }
  .hero h1 { font-size: clamp(52px, 7vw, 68px); }
  .lead { max-width: 590px; margin-inline: auto; }
  .hero-actions { flex-direction: row; align-items: center; }
  .hero-visual { width: min(100%, 600px); margin-inline: auto; }
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature:last-child { grid-column: 1 / -1; }
  .compatibility { flex-wrap: wrap; justify-content: center; gap: 26px; }
  .compat-note { text-align: center; }
  .steps { gap: 24px; }
  .faq { grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr); gap: 30px; }
  .price-card { padding: 24px; }
}

@media (max-width: 760px) {
  .wrap { width: calc(100% - 40px); }
  .header { height: auto; min-height: 88px; flex-wrap: wrap; gap: 4px 18px; padding-block: 8px; }
  .header .brand { order: 0; }
  .header .small { order: 1; min-height: 44px; font-size: 12px; padding-inline: 16px; }
  .header nav { order: 2; flex-basis: 100%; justify-content: space-between; gap: 8px; font-size: 12px; }
  .header nav a:nth-child(2) { display: inline-flex; }
  .hero { min-height: auto; gap: 12px; }
  .hero h1 { font-size: clamp(38px, 9.8vw, 64px); }
  .hero .eyebrow { font-size: 10px; letter-spacing: 1.1px; }
  .lead { font-size: 16px; line-height: 1.75; }
  .hero-note { font-size: 11px; gap: 10px; }
  .hero-visual { padding-bottom: 12px; }
  .tv { transform: none; }
  .screen { padding: clamp(10px, 3vw, 20px); }
  .games { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
  .game { padding: 8px 5px; }
  .game strong { font-size: clamp(8px, 2.3vw, 12px); letter-spacing: -.3px; }
  .game small { font-size: 8px; }
  .floating { position: relative; bottom: auto; right: auto; width: fit-content; max-width: 100%; margin: 8px auto 0; }
  .floating small { font-size: 10px; }
  .mockup-caption { font-size: 10px; margin-top: 14px; }
  .section .eyebrow, .cta .eyebrow { font-size: 10px; letter-spacing: 1.2px; }
  .section-title > p, .feature p, .steps p, .price-card > p, .questions p, .cta p:not(.eyebrow) {
    font-size: 14px; line-height: 1.8;
  }
  .feature h3, .steps h3 { font-size: 20px; }
  .tags span, .status { font-size: 11px; }
  .package-label { font-size: 10px; line-height: 1.8; }
  .price-card h3 { font-size: 24px; line-height: 1.35; }
  .price-card li, .questions summary { font-size: 14px; }
  .price-card > small, .pricing-note { font-size: 12px; line-height: 1.7; }
  .price-card > p br { display: none; }
  .price-card > p { margin-bottom: 0; }
  .button { min-height: 52px; font-size: 14px; }
  .text-link { font-size: 13px; }
  .handle, footer { font-size: 12px; }
  .footer-brand span { font-size: 11px; }
}

@media (max-width: 420px) {
  .wrap { width: calc(100% - 32px); }
  .hero { padding-top: 36px; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 8px; }
  .hero-actions .text-link { justify-content: center; }
  .hero .eyebrow { font-size: 9px; letter-spacing: .8px; }
  .hero-note { justify-content: center; }
  .hero-note i { display: none; }
  .feature, .price-card { padding: 22px 18px; }
  .price-card .button { gap: 10px; padding-inline: 16px; font-size: 13px; }
  .price { font-size: 40px; }
  .session strong { font-size: 34px; }
  .screen-wordmark { font-size: 16px; }
  .compatibility { gap: 18px; }
  .compatibility strong { font-size: 16px; }
  .cta { padding-inline: 18px; }
  .cta h2 { font-size: clamp(28px, 8.5vw, 35px); }
  .cta .button { width: 100%; padding-inline: 12px; gap: 12px; font-size: 13px; }
  .cta .eyebrow { font-size: 9px; letter-spacing: .5px; }
  footer .footer-brand { flex-basis: 100%; }
  footer { gap: 12px; }
}

@media (hover: none) {
  .button:hover { transform: none; }
}
