html, body {
  overflow-x: hidden;
}

@media (max-width: 850px) {
  body {
    padding-bottom: 74px; /* clearance for sticky mobile CTA */
  }

  .wrap {
    padding: 0 16px;
  }

  .top {
    font-size: 11px;
    padding: 7px 12px;
    letter-spacing: .02em;
    line-height: 1.3;
  }

  nav {
    padding: 16px 0;
  }

  .navlinks {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 65px;
    background-position: 68% center;
  }

  .hero .wrap {
    padding-bottom: 16px;
  }

  h1 {
    font-size: clamp(30px, 8.5vw, 46px);
    line-height: 1.05;
    margin: 14px 0 18px;
  }

  .hero p {
    font-size: 15px;
    line-height: 1.5;
  }

  .cta-price {
    font-size: 13.5px;
    margin-top: 14px;
  }

  .actions {
    flex-direction: column;
    gap: 10px;
    margin-top: 14px;
  }

  .actions .btn {
    width: 100%;
    text-align: center;
    padding: 14px 16px;
    font-size: 13px;
    white-space: normal;
    line-height: 1.3;
  }

  .trust {
    gap: 10px 16px;
    font-size: 11.5px;
    margin-top: 16px;
  }

  #valassz {
    padding-top: 8px;
    padding-bottom: 40px;
  }

  section {
    padding: 54px 0;
  }

  .section-head {
    margin-bottom: 30px;
  }

  h2 {
    font-size: clamp(26px, 7vw, 38px);
    line-height: 1.1;
    margin: 8px 0 12px;
  }

  .lead {
    font-size: 15px;
    line-height: 1.5;
  }

  .cards, .reviews, .split, .price, .detail, .versus {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .card, .review, .copy, .selector, .detail-copy, .pricecard, .math, .proofbox {
    padding: 20px 18px;
    border-radius: 8px;
  }

  .visual {
    min-height: auto;
  }

  .visual .caption {
    padding: 20px;
    font-size: 20px;
    line-height: 1.15;
  }

  .detail-img {
    min-height: 260px;
  }

  .fields {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
  }

  .field {
    font-size: 15px;
    padding: 14px 12px;
    border-radius: 6px;
    width: 100%;
    box-sizing: border-box;
    max-width: 100%;
  }

  .selector-status {
    font-size: 13px;
    margin-top: 14px;
    min-height: auto;
    line-height: 1.4;
  }

  .selector-result {
    padding: 14px;
    margin-top: 16px;
    font-size: 14px;
    word-break: break-word;
  }

  .selector-result strong {
    font-size: 16px;
  }

  .pricecard .pricebig {
    font-size: clamp(34px, 9vw, 44px);
  }

  .pricecard .btn {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }

  .math .row {
    font-size: 14px;
    padding: 12px 0;
    gap: 8px;
  }

  .versus > div {
    padding: 18px 16px;
  }

  .youtube-wrap {
    margin-top: 20px;
    border-radius: 6px;
  }

  .faq details {
    padding: 16px 0;
  }

  .faq summary {
    font-size: 16px;
  }

  .faq p {
    font-size: 14px;
  }

  .final {
    padding: 60px 0 80px;
  }

  .foot {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .mobile-cta {
    display: block;
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(11, 13, 14, .95);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid var(--line);
    box-shadow: 0 -4px 16px rgba(0,0,0,.5);
  }

  .mobile-cta .btn {
    width: 100%;
    min-height: 48px;
    font-size: 13.5px;
    padding: 10px 16px;
    letter-spacing: .02em;
    box-shadow: 0 2px 10px rgba(217,255,53,.2);
  }

  /* Mobile Cookie Consent Styles */
  .cookie-banner {
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    width: 100%;
    max-width: 100%;
    border-radius: 14px 14px 0 0;
    padding: 16px 16px calc(16px + env(safe-area-inset-bottom, 0px));
    box-sizing: border-box;
    z-index: 100001;
  }

  .cookie-banner.visible {
    transform: translateY(0);
  }

  .cookie-banner-wrap {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .cookie-banner-title {
    font-size: 14px;
  }

  .cookie-banner-text {
    font-size: 12px;
  }

  .cookie-banner-actions {
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }

  .cookie-banner-actions .cookie-btn {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 12px 16px;
  }

  .cookie-modal-backdrop {
    padding: 12px;
  }

  .cookie-modal {
    max-height: 90vh;
    border-radius: 10px;
  }

  .cookie-modal-header {
    padding: 14px 16px;
  }

  .cookie-modal-heading h3 {
    font-size: 16px;
  }

  .cookie-modal-body {
    padding: 16px;
  }

  .cookie-modal-intro {
    font-size: 12px;
    margin-bottom: 14px;
  }

  .cookie-category-card {
    padding: 12px 14px;
  }

  .cookie-category-header {
    gap: 10px;
  }

  .cookie-category-title-wrap h4 {
    font-size: 14px;
  }

  .cookie-category-desc {
    font-size: 12px;
  }

  .cookie-modal-footer {
    flex-direction: column;
    padding: 12px 16px;
    gap: 8px;
  }

  .cookie-modal-footer .cookie-btn {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 12px 16px;
  }

  .cookie-floating-btn {
    bottom: 74px;
    left: 14px;
    width: 38px;
    height: 38px;
    font-size: 17px;
  }

  .cookie-placeholder-content {
    padding: 8px;
  }

  .cookie-placeholder-content h4 {
    font-size: 15px;
  }

  .cookie-placeholder-content p {
    font-size: 12px;
  }

  .placeholder-icon-wrap {
    width: 48px;
    height: 48px;
  }

  .placeholder-icon-wrap svg {
    width: 30px;
    height: 30px;
  }

  .placeholder-actions .btn-sm {
    width: 100%;
    box-sizing: border-box;
  }
}
