/* ===== 📱 Alleen mobiele aanpassingen ===== */
@media (max-width: 900px) {

  /* Global */
  html {
    margin: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
    background-color: #fdfee9;
    overscroll-behavior-x: none;
    touch-action: pan-y;
  }

  body {
    margin: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
    overscroll-behavior-x: none;
    touch-action: pan-y;
  }

  body.home-page {
    background-color: #fdfee9 !important;
    background-image: none !important;
  }

  main,
  header,
  footer {
    max-width: 100%;
    box-sizing: border-box;
  }

  .deals-section,
  .deals-grid,
  .deal-card,
  .wrap,
  .grid {
    max-width: 100%;
    overflow-x: clip;
    box-sizing: border-box;
  }

  /* Header */
  header {
    padding: 0.2rem 2vw;
  }
  .header-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
    position: relative;
  }
  .logo-container {
    gap: 2vw;
  }
  .phoney-logo {
    width: 24vw;
    height: auto;
    margin-top: 0.3rem;
  }
  .logo-text {
    font-size: 7vw;
    margin-left: 0;
  }

  /* Timer */
  .timer-wrapper {
    margin: 1rem 0 0;
    padding-left: 0;
    width: 90%;
    justify-content: center;
  }
  .timerlogo img {
    height: 50vw;
    width: auto;
  }
  #drop-timer {
    font-size: 3vw;
    padding: 1rem 1.2rem;
    border-radius: 6vw;
    margin-left: 25vw;
  }

  /* Hamburger knop */
  .menu-toggle {
    display: block;
    position: absolute;
    top: 3.15rem;
    right: 1rem;
    font-size: 6vw;
    line-height: 1;
    background: transparent;
    border: none;
    color: #042698;
    cursor: pointer;
    z-index: 3000;
  }

  /* Language switch mobiel */
  .language-switch-mobile {
    z-index: 3100;
    background: #fdfee9;
    border-radius: 20px;
    padding: 4px 8px;
    font-size: 3.5vw;
    display: flex;
    align-items: center;
    gap: .4rem;
  }
  .language-switch-mobile .flag-icon {
    z-index: 9999;
    width: 5vw;
    height: auto;
    background-color: #fdfee9;
  }

  .language-switch-mobile .dropdown-content {
    top: 95%;
    right: 15%;
    border-radius: 12px;
    display: none;
    min-width: 3rem;
    padding: .4rem 0;
    font-size: 9vw;
    z-index: 9999;
  }
  .language-switch-mobile.open .dropdown-content {
    display: block;
  }

  .nav-buttons .language-switch { display: none; }

  nav a{
    background-color: transparent;
  }

  nav a {
    font-family: "Audiowide", sans-serif;
    text-decoration: none;
    background-color: #9bd4e4;
    border-color: #042698;
    border: 0.2vw solid #042698;
    color: #042698;
    padding: 1.2vh 0vw;
    font-size: 1vw;
    border-radius: 0.5vw;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    white-space: nowrap;
  }

  nav a:hover {
    background-color: #6A1B9A;
    color: white;
    transform: translateY(-0.2vw);
  }

  .nav-buttons {
    display: none;
    position: absolute;
    top: 5.2rem;
    right: 0.5rem;
    background: #fdfee9;
    border: 2px solid #042698;
    border-radius: 12px;
    padding: 8px 10px;
    z-index: 2000;
    flex-direction: column;
    align-items: flex-start;
    min-width: 20vw;
    box-shadow: 0 6px 14px rgba(0,0,0,0.12);
    transition: all 0.2s ease-in-out;
  }
  .nav-buttons.active {
    display: flex;
  }

  .nav-buttons .button {
    font-size: 3.4vw;
    padding: 8px 10px;
    border-radius: 6px;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
  }

  .nav-buttons .dropdown-content a {
    font-size: 3vw;
    padding: 6px 8px;
    border-radius: 8px;
    min-width: auto;
    margin-right: 2vw;
    background-color: #fdfee9;
    border-color: #042698;
    border-style: solid;
  }

  .blauwelijn {
    background-color: #042698;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    height: 3px;
    min-height: 3px;
    line-height: 0;
    overflow: hidden;
  }
  .recommendations-bar { padding: 1rem 0; }
  .recommendations-bar h2 { font-size: 7vw; }
  body.home-page .recommendations-bar {
    padding: .85rem 1rem;
    background-color: #042698;
    box-shadow: 0 10px 20px rgba(4,38,152,.16);
  }
  body.home-page .recommendations-bar h2 {
    font-size: clamp(.82rem, 4vw, 1.08rem);
    line-height: 1.05;
    white-space: normal;
    text-wrap: balance;
  }

  /* Info section */
  .info-section {
    min-height: 25vh;
    max-height: 60vh;
    padding: 1.2rem;
    background-position: center 24px;
    background-size: cover;
    border-radius: 0;
    background-color: #9bd4e4;
    box-shadow: none;
  }
  .info-section h1 { font-size: 7vw; }
  .info-section h2 { font-size: 6vw; }
  .info-section dt { font-size: 5vw; }
  .info-section dd { font-size: 4.5vw; padding-bottom: 1rem; }
  .info-section-contact,
  .info-section-login,
  .info-section-terms {
    margin: 1.2rem 4vw;
    padding: 1.2rem;
    max-width: 100%;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
  }

  main {
    background-color: #9bd4e4;
    padding-bottom: 1rem;
  }

  /* Carousel */
  .carousel-section {
    padding: .65rem .65rem .8rem;
    background-color: #9bd4e4;
  }
  body.home-page .carousel-section {
    padding: .65rem .65rem .8rem;
    background-color: #9bd4e4;
  }
  .section-shell {
    padding: .58rem;
    background: linear-gradient(180deg, rgba(255,255,255,.82) 0%, rgba(248,246,241,.96) 100%);
    border: 1px solid rgba(32,48,66,.1);
    box-shadow: 0 14px 28px rgba(32,48,66,.06);
    border-radius: 18px;
  }
  body.home-page .section-shell {
    padding: .58rem;
    background: linear-gradient(180deg, rgba(255,255,255,.82) 0%, rgba(248,246,241,.96) 100%);
    border: 1px solid rgba(32,48,66,.1);
    box-shadow: 0 14px 28px rgba(32,48,66,.06);
    border-radius: 18px;
  }
  body.home-page .mobile-section-title{
    display:flex;
    justify-content:center;
    margin: 0 0 .55rem;
    padding: 0;
  }
  body.home-page .mobile-section-title h2{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin:0;
    padding:0;
    border-radius:0;
    border:0;
    background:transparent;
    box-shadow:none;
    color:#042698;
    font-family:"Racing Sans One", sans-serif;
    font-size:1.38rem;
    font-weight:500;
    line-height:1;
  }
  #myCarousel {
    border-radius: 18px;
    background:
      radial-gradient(circle at top, rgba(255,255,255,.36), transparent 38%),
      linear-gradient(180deg, #e3ebee 0%, #cfdbe0 100%);
    border: 1px solid rgba(32,48,66,.08);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 10px 20px rgba(32,48,66,.08);
    overflow: hidden;
  }
  #myCarousel .carousel-item {
    background-color: transparent;
    min-height: 335px;
  }
  #myCarousel .carousel-item::before {
    display: block;
    inset: 7% 5% 7% 5%;
    border-radius: 22px;
  }
  #myCarousel .carousel-item img {
    position: relative;
    z-index: 1;
    max-height: 280px;
    width: auto;
    max-width: 96%;
    height: auto;
    object-fit: contain;
    margin: .35rem auto 0;
    filter: drop-shadow(0 14px 18px rgba(32,48,66,.14));
    transform: none !important;
  }
  #myCarousel .carousel-caption {
    position: absolute;
    left: 50%;
    bottom: .55rem;
    top: auto;
    transform: translateX(-50%);
    width: calc(100% - .9rem);
    padding: .52rem .64rem;
    display: grid !important;
    grid-template-columns: 1fr;
    gap: .32rem;
    background: rgba(244,241,234,.92);
    color: #203042;
    font-size: .9rem;
    line-height: 1.3;
    border: 1px solid rgba(32,48,66,.08);
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(32,48,66,.12);
    text-align: left;
    backdrop-filter: blur(10px);
    z-index: 3;
  }
  .carousel-copy {
    min-width: initial;
  }
  .carousel-meta {
    display: none;
  }
  #myCarousel .carousel-caption h5 {
    font-size: .94rem;
    margin-bottom: .12rem;
    color: #203042;
  }
  #myCarousel .carousel-caption p {
    font-size: .72rem;
    margin-bottom: .08rem;
    color: #55606c;
  }
  #myCarousel .carousel-cta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .4rem;
    margin-top: .1rem;
  }
  #myCarousel .carousel-caption .carousel-price {
    display: inline-flex;
    margin-bottom: 0;
    font-size: .94rem;
    color: #203042;
  }
  #myCarousel .carousel-caption .btn {
    display: inline-flex;
    border-radius: 999px;
    white-space: nowrap;
    padding: .36rem .7rem;
    font-size: .76rem;
  }
  .models-bar{
    padding: .55rem 0;
    background-color: #042698;
  }
  body.home-page .models-bar{
    padding: 0 0 .55rem;
    background-color: transparent;
  }
  .models-bar h2{
    font-size: 1.25rem;
    display: block;
    padding: 0;
    border: none;
    background: none;
    box-shadow: none;
    color: #fff;
  }
  body.home-page .models-bar h2{
    font-size: 1.38rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: #042698;
  }
  .models-grid{
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: .45rem;
    padding: .2rem .15rem .35rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }
  .models-grid::-webkit-scrollbar{
    display: none;
  }
  .model-mini{
    flex: 0 0 92px;
    max-width: 96px;
    scroll-snap-align: start;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(32,48,66,.12);
    box-shadow: 0 10px 20px rgba(32,48,66,.06);
    padding: .16rem .12rem .2rem;
    border-radius: 14px;
  }
  .model-mini-name{
    font-size: .6rem;
    margin-bottom: .12rem;
    min-height: 2.2em;
  }
  .model-mini-thumb{
    width: auto;
    height: 96px;
    max-width: 76px;
    object-fit: contain;
    object-position: center;
  }

  .why-phoney{
    background: linear-gradient(180deg, rgba(255,255,255,.94) 0%, rgba(247,244,239,.96) 100%);
    border: 1px solid rgba(32,48,66,.1);
    border-radius: 18px;
    box-shadow: 0 14px 28px rgba(32,48,66,.06);
    margin: .9rem auto;
    padding: .9rem !important;
  }
  body.home-page .why-phoney{
    background: linear-gradient(180deg, rgba(255,255,255,.94) 0%, rgba(247,244,239,.96) 100%);
    border: 1px solid rgba(32,48,66,.1);
    border-radius: 18px;
    box-shadow: 0 14px 28px rgba(32,48,66,.06);
    margin: .9rem auto;
    padding: .9rem !important;
  }
  .why-phoney-panels{
    display: none;
  }
  .why-phoney-intro{
    display: none;
  }
  .why-summary-label{
    display: none;
  }
  .why-mobile-card{
    display: block;
    width: 100%;
    padding: .82rem .78rem;
    border-radius: 14px;
    background: #fdfee9;
    border: 2px solid #042698;
    box-shadow: 0 6px 14px rgba(4,38,152,.08);
  }
  .why-mobile-card strong{
    display: block;
    margin: 0 0 .18rem;
    color: #042698;
    font-size: 1.02rem;
    line-height: 1.04;
    font-family: "Unbounded", sans-serif;
  }
  .why-mobile-card p{
    margin: 0;
    color: #10214f;
    font-size: .76rem;
    line-height: 1.28;
  }
  .why-phoney h3{
    font-size: 1.1rem;
  }
  .why-phoney p{
    font-size: .85rem;
    line-height: 1.35;
  }
  .why-phoney ul{
    margin: 0 0 .65rem 1rem;
  }
  .why-phoney li{
    font-size: .82rem;
    line-height: 1.35;
  }
  .why-dropdown{
    padding: 0;
    border-radius: 14px;
    margin-bottom: .65rem;
    overflow: hidden;
    pointer-events: none;
  }
  .why-dropdown > :not(summary) {
    display: none;
  }
  .why-sub-dropdown{
    padding: .45rem .5rem;
    border-radius: 8px;
    margin-top: .45rem;
  }
  .why-dropdown summary{
    padding: 0;
    font-size: .85rem;
    list-style: none;
  }
  .why-dropdown summary::-webkit-details-marker{
    display: none;
  }
  .why-dropdown summary::before{
    display: none !important;
    content: none !important;
  }
  .why-sub-dropdown summary{
    font-size: .82rem;
  }

  .deals-section .deals-grid {
    box-sizing: border-box;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
    align-items: stretch;
    width: 100%;
  }

  .deals-section .deal-card {
    min-width: 0;
    margin: 0;
    box-sizing: border-box;
    height: 100%;
  }
  .deals-section .deal-card .model {
    margin: 0 0 .4rem 0;
    font-weight: 600;
    font-size: clamp(12px, 3.6vw, 16px);
    text-align: center;
    line-height: 1.2;
    min-height: 2.4em;
  }

  .deals-section .deal-card .deal-row { min-width: 0; }
  body.stock-page .deals-section .deal-card .chip {
    min-width: 20%;
    max-width: 100%;
    font-size: clamp(11px, 2.9vw, 13px);
    padding: 0.46rem 0.66rem;
    border-radius: 14px;
  }
  .deals-section .deal-card .model {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    overflow-wrap: anywhere;
    max-height: none;
  }

  .deals-section .deal-card .chip.price .old {
    opacity: .7;
    text-decoration: line-through;
    font-weight: 500;
    font-size: 0.9em;
  }

  .deals-section .deal-card .deal-media {
    display: block;
    height: 32vw;
    max-height: 32vw;
  }

  .deals-section .deal-card .deal-media img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 32vw;
    object-fit: contain;
  }

  .deal-card--coming-soon .coming-soon-kicker{
    display: none;
  }
  body.stock-page .deals-section .deal-card--coming-soon{
    min-height: 0;
    display: grid;
    grid-template-rows: auto auto auto auto;
    justify-content: stretch;
  }
  body.stock-page .deals-section .deal-media--coming-soon-spacer{
    aspect-ratio: auto;
    height: 32vw;
    max-height: 32vw;
  }
  body.stock-page .deals-section .deal-card--coming-soon .deal-row--coming-soon{
    margin-top: 0;
  }

  #map { height: 40vh; }

  footer { padding: .35rem .45rem .45rem; }
  .footer-container {
    max-width: 100%;
    padding: 0 .3rem;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: .35rem;
  }
  .footer-column { min-width: 0; margin: .1rem 0; flex: 1 1 0; }
  .footer-column h3 { font-size: 3.25vw; margin-bottom: .05rem; line-height: 1.15; }
  .footer-column ul { margin: 0; }
  .footer-column ul li { margin-bottom: .1rem; }
  .footer-column ul li a {
    font-size: 3vw;
    line-height: 1.2;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .language-selector { margin-top: .15rem; }
  .language-selector label { display: block; font-size: 3.4vw; margin-bottom: .1rem; }
  .language-selector select { font-size: 3.9vw; padding: .35rem .55rem; }
  .social { display: flex; gap: 1.6vw; justify-content: flex-start; margin: .2rem 0 0; }
  .social i { font-size: 3vw; }
  .social a { font-size: 2.8vw; line-height: 1.15; }
  .social-media { gap: 7.5vw; justify-content: center; }
  .social-media a { font-size: 5.8vw; }
  .footer-bottom { font-size: 2.8vw; margin-top: .2rem; }

  .mobile-only { display: block; }

  .dropdown-content a:hover {
    background-color: #6A1B9A;
    color: white;
  }

  body.stock-page .deals-section .deals-grid .deal-card h3.model {
    display: block !important;
    height: auto !important;
    min-height: 2.4em !important;
    max-height: none !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }
}
