/* mobile.css — All responsive/mobile styles for jbsync.com */
/* Extracted to separate file to avoid CSS cascade conflicts */

/* ── Responsive showcase ── */
@media(max-width:1024px){
  .showcase-grid{grid-template-columns:1fr 1fr}
  .showcase-grid > :last-child{grid-column:span 2}
}
@media(max-width:768px){
  .showcase-grid{grid-template-columns:1fr}
  .showcase-grid > :last-child{grid-column:span 1}
  .agents-compact-grid{grid-template-columns:1fr}
}

@media(max-width:767px){
  .jbs-chat{bottom:0;right:0;left:0;width:100%;height:100%;border-radius:0}
  .jbs-welcome{right:12px;bottom:84px;max-width:240px;font-size:13px}
  .jbs-chat-btn{bottom:24px;right:16px;width:48px;height:48px}
  .jbs-chat-btn svg{width:22px;height:22px}
}

/* ── Responsive ── */
/* ── Tablet ── */
@media(max-width:1024px){
  .hero-split{grid-template-columns:1fr;gap:48px}
  .hero-text{text-align:center}
  .hero-btns{justify-content:center}
  .hero-proof-bar{justify-content:center}
  .phone-3d{margin-top:16px}
  .phone-frame{width:280px;height:580px;transform:rotateY(0) rotateX(0)}
  .phone-3d::after{display:none}
  .stats-row{grid-template-columns:repeat(2,1fr);gap:16px}
  .step-connector{display:none}
  .footer-grid{grid-template-columns:1fr 1fr}
}

/* ═══════════════════════════════════════════
   MOBILE — 768px and below
   Eigen mobiele ervaring, niet alleen verkleind
   ═══════════════════════════════════════════ */
@media(max-width:768px){

  /* ── Base resets ── */
  html{-webkit-text-size-adjust:100%;overflow-y:auto}
  body{min-width:320px;font-size:16px;overflow-x:clip}
  img,video,svg:not(.jbs-chat-btn svg):not(.faq-icon):not(nav svg){max-width:100%;height:auto}
  section,.container{max-width:100vw;overflow-x:clip}
  *{overflow-wrap:break-word;word-wrap:break-word}
  input,select,textarea{font-size:16px}

  /* ── Spacing rhythm: compact sections to keep page short on mobile ── */
  section{padding:40px 20px}
  .container{padding:0}
  h2{font-size:clamp(1.35rem,4.5vw,1.7rem);line-height:1.2;text-transform:none}
  .section-badge{font-size:10px;padding:5px 12px;letter-spacing:.08em;margin-bottom:10px}
  .section-subtitle{font-size:13px;line-height:1.55;margin-top:8px}

  /* ── Navigation ── */
  .nav-inner{height:56px;padding:0 16px}
  .nav-logo img,.nav-logo svg:first-child{height:28px;width:auto}
  .nav-logo span{font-size:18px !important}
  .nav-links{display:none}
  .nav-right .btn-cta,.nav-right .btn-voice,.nav-right .nav-login{display:none}
  .hamburger{display:flex}
  #theme-toggle{display:none}
  #mobile-menu{top:56px}
  #mobile-menu a{padding:16px;font-size:16px;border-radius:10px}

  /* ── HERO ── */
  #hero{padding:100px 20px 48px}
  .hero-split{grid-template-columns:1fr;gap:24px}
  .hero-text{text-align:center;max-width:100%}
  .hero-badge{font-size:11px;padding:8px 16px;max-width:90%;margin:0 auto}
  .hero-headline{
    font-size:clamp(1.75rem,5.5vw,2.2rem) !important;
    line-height:1.2 !important;
    font-weight:800;
    margin-top:16px !important;
    margin-bottom:16px !important;
  }
  .hero-sub,.hero-text p{
    font-size:15px !important;line-height:1.6 !important;
    color:var(--color-text-secondary);
    max-width:100% !important;margin:0 auto 24px !important;
  }
  .hero-btns{
    flex-direction:column;align-items:stretch;gap:12px;
  }
  .hero-btns .btn-cta,.hero-btns .btn-outline{
    width:100%;justify-content:center;
    height:48px;font-size:15px;
  }
  .hero-proof-bar{
    font-size:12px;justify-content:center;
    flex-wrap:wrap;gap:6px 14px;margin-top:24px;
  }
  .hero-proof-dot{display:none}
  .phone-3d{display:none}

  /* ── Chat widget ── */
  .jbs-chat-btn{bottom:20px;right:16px;width:48px;height:48px}
  .jbs-chat-btn svg{width:22px;height:22px}
  .jbs-welcome{bottom:78px;right:12px;max-width:220px;font-size:12px;padding:10px 14px}

  /* ── Social proof / trust badges ── */
  #social-proof{padding:32px 20px}
  #social-proof blockquote,#social-proof p{font-size:15px;line-height:1.6}
  .trust-badges{gap:8px;margin-top:16px}
  .trust-badge{font-size:12px;padding:8px 14px}

  /* ── Social proof quote ── */
  [style*="font-style:italic"][style*="max-width:560px"]{
    font-size:14px !important;
    max-width:100% !important;
    padding:0 8px;
  }

  /* ── Stats / KPI section ── */
  .stats-row{grid-template-columns:repeat(2,1fr);gap:10px;margin-top:24px !important}
  .stat-item{
    padding:16px 12px;
    text-align:center;
    border-radius:var(--border-radius-card);
  }
  .stat-icon{font-size:22px;margin-bottom:6px}
  .stat-number{font-size:clamp(1.6rem,5vw,2rem);font-weight:700}
  .stat-label{font-size:12px;margin-top:4px}
  .stat-item > div[style*="font-size:13px"]{font-size:11px !important;margin-top:2px !important}
  #cijfers,.stats-section{padding-bottom:32px}

  /* ── Section headers with inline margin-bottom:64px ── */
  [style*="margin-bottom:64px"]{margin-bottom:24px !important}
  [style*="margin-bottom:56px"]{margin-bottom:20px !important}

  /* ── How it works (3 steps) ── */
  #hoe-het-werkt .container > div:first-child{margin-bottom:24px !important}
  #steps-grid,[id="steps-grid"]{grid-template-columns:1fr !important;gap:10px !important}
  .step-card{
    padding:18px !important;
    border-radius:14px;
  }
  .step-number{font-size:2rem !important;opacity:.25;margin-bottom:0}
  .step-card h3{font-size:15px}
  .step-card p{font-size:13px !important;line-height:1.55 !important}
  .step-card div[style*="font-size:2rem"]{font-size:1.3rem !important;margin-bottom:6px !important}
  .step-connector{display:none}

  /* ── Dashboard mockup section ── */
  #dashboard{padding:40px 16px}
  .dash-mockup{
    max-width:100%;overflow:hidden;
    border-radius:12px;
    margin-top:24px;
  }
  .dash-topbar{padding:10px 14px;font-size:13px}
  .dash-search-placeholder{display:none !important}
  .dash-kpi-grid{grid-template-columns:repeat(2,1fr);gap:8px}
  .dash-kpi{padding:12px 10px}
  .dash-kpi-label{font-size:10px}
  .dash-kpi-value{font-size:1.3rem}
  .dash-kpi-sub{font-size:10px}
  .dash-agent-sidebar{display:none}
  .dash-chat-section h3{font-size:14px;padding:12px 14px}
  .dash-chat-header-bar{font-size:12px;padding:8px 12px}
  .dash-chat-messages{padding:12px;gap:8px}
  .dash-msg{max-width:92%;font-size:12px;padding:8px 10px}
  .dash-chat-input{padding:8px 12px}
  .dash-chat-input input{font-size:12px}
  .dash-features{
    flex-direction:column;gap:24px;margin-top:32px;
    text-align:center;align-items:center;
  }
  .dash-features > div{max-width:280px;margin:0 auto}
  .dash-feature-item{font-size:13px}
  .dash-feature-item svg{width:20px;height:20px}

  /* ── Agents showcase ── */
  #agents{padding:40px 20px}
  .showcase-grid{grid-template-columns:1fr;gap:16px}
  .showcase-grid > :last-child{grid-column:span 1}
  .showcase-card{
    padding:24px 20px;
    border-radius:16px;
  }
  .showcase-card:hover{transform:none}
  .showcase-icon{width:48px;height:48px;border-radius:12px}
  .showcase-card h3{font-size:1.1rem}
  .showcase-desc{font-size:14px;line-height:1.6}
  /* Agents compact list */
  .agents-compact-grid{grid-template-columns:1fr}
  .agent-compact{padding:14px 16px;gap:12px}
  .agent-compact-icon{width:32px;height:32px;border-radius:8px}
  .agent-compact-name{font-size:13px}
  .agent-compact-desc{
    white-space:normal;overflow:visible;text-overflow:initial;
    line-height:1.4;font-size:12px;
  }
  /* Toggle button */
  #agents-toggle{font-size:14px;padding:14px 28px}

  /* ── Pakketten (most important for conversion) ── */
  #pakketten{padding:40px 20px}
  .pricing-grid{
    grid-template-columns:1fr;gap:20px;
  }
  .pricing-card{
    padding:28px 24px;
    border-radius:20px;
  }
  .pricing-card:hover{transform:none;box-shadow:0 4px 24px var(--color-shadow)}
  .pricing-card.featured{
    transform:none;
    border-width:2px;
  }
  .pricing-card.featured:hover{transform:none}
  .pricing-badge{
    font-size:11px;padding:5px 14px;top:-12px;
  }
  .price-tier{font-size:11px;letter-spacing:.1em}
  .price-tagline{font-size:1rem;margin:10px 0 6px}
  .price-tagline-sub{font-size:13px;line-height:1.6;margin-bottom:16px}
  .price-hr{margin:16px 0}
  .price-amount{font-size:2.2rem;font-weight:800}
  .price-period{font-size:14px}
  .price-anchor{font-size:12px;margin-top:6px;font-style:italic}
  .price-setup{font-size:12px;margin-top:4px}
  .price-features{margin:20px 0;gap:8px}
  .price-features li{font-size:14px;line-height:1.5;gap:8px}
  .pricing-card .btn-cta,.pricing-card .btn-outline{
    height:48px;border-radius:12px;font-size:15px;
  }
  /* Add-ons */
  .addons-grid{grid-template-columns:1fr;gap:12px}
  .addon-card{padding:20px;text-align:left;border-radius:12px}
  .addon-price{font-size:1rem}
  .addon-name{font-size:14px;margin-top:4px}
  .addon-note{font-size:12px;margin-top:4px;line-height:1.5}

  /* ── FAQ ── */
  #faq{padding:40px 20px}
  #faq .container{max-width:100%}
  .faq-q{
    padding:14px 0;min-height:48px;
    font-size:14px;font-weight:600;gap:10px;
  }
  .faq-a{font-size:13px;line-height:1.6}
  .faq-item.open .faq-a{padding-bottom:14px}
  .faq-wrap{margin-top:20px}

  /* ── Contact ── */
  #contact{padding:40px 20px}
  #contact-grid,div[id="contact-grid"]{grid-template-columns:1fr !important;gap:36px !important}
  #contact h2{font-size:clamp(1.4rem,5vw,1.8rem) !important;line-height:1.2 !important}
  #contact p[style*="font-size:16px"]{font-size:14px !important;max-width:100% !important}
  #contact div[style*="font-size:15px"]{font-size:14px !important}
  .scarcity{font-size:13px;padding:10px 14px}
  .contact-form-card{padding:24px;border-radius:16px}
  .contact-form-title{font-size:16px}
  .contact-form-subtitle{font-size:13px;margin-bottom:20px}
  .contact-form{max-width:100% !important;gap:12px}
  .contact-form div[style*="grid-template-columns"]{grid-template-columns:1fr !important;gap:12px !important}
  .form-label{font-size:13px;font-weight:500}
  .form-input{padding:12px 16px;min-height:48px;border-radius:10px}
  textarea.form-input{min-height:100px}
  .contact-form button[type="submit"]{
    width:100% !important;height:52px;font-size:16px;font-weight:600;
    border-radius:12px;margin-top:4px;
  }
  .form-privacy{font-size:12px}

  /* ── Footer ── */
  /* Extra bottom padding so floating chat/WhatsApp buttons don't cover content */
  footer{padding:28px 20px 88px}
  .footer-grid{
    grid-template-columns:1fr 1fr;gap:18px 16px;
    text-align:left;padding-bottom:18px;
  }
  /* Brand+address block spans both columns */
  .footer-grid > :first-child{grid-column:1/-1;text-align:center;margin-bottom:4px}
  .footer-logo{justify-content:center}
  .footer-tagline{font-size:12px;margin-bottom:8px}
  .footer-address{font-size:11px;line-height:1.6}
  .footer-col-title{font-size:11px;margin-bottom:8px}
  .footer-links{gap:6px}
  .footer-links a{font-size:12px;padding:2px 0;display:inline-block}
  .footer-bottom{
    flex-direction:column;gap:12px;text-align:center;margin-top:18px;
  }
  .footer-copy{font-size:11px}
  .footer-badges{justify-content:center;flex-wrap:wrap;gap:6px}
  .footer-badge{font-size:10px;padding:5px 9px}

  /* ── Tap targets ── */
  .btn-cta,.btn-outline,.faq-q,.hamburger,#mobile-menu a,.nav-login{min-height:44px}

  /* ── Animations: lighter on mobile ── */
  .animate-hidden{transition-duration:.4s}
  .showcase-card,.pricing-card,.stat-item{transition:none}

  /* ── Comparison block ── */
  .compare-block{grid-template-columns:1fr;gap:16px}
  .compare-card--jbsync{order:-1}
}

/* ═══════════════════════════════════════════
   SMALL MOBILE — 480px and below
   Extra compact for iPhone SE / small Android
   ═══════════════════════════════════════════ */
@media(max-width:480px){
  section{padding:32px 16px}

  /* Hero */
  #hero{padding:88px 16px 32px}
  .hero-headline{font-size:clamp(1.5rem,6vw,1.9rem) !important}
  .hero-sub,.hero-text p{font-size:14px !important}
  .hero-badge{font-size:10px;padding:6px 12px}
  .hero-proof-bar{font-size:11px;gap:4px 10px}

  /* Typography */
  h2{font-size:clamp(1.3rem,5vw,1.6rem) !important}
  .section-subtitle{font-size:13px !important}
  .section-badge{font-size:10px;padding:5px 12px}

  /* Stats */
  .stats-row{gap:8px}
  .stat-item{padding:14px 10px}
  .stat-number{font-size:1.5rem}
  .stat-item > div[style*="font-size"]{font-size:11px !important}

  /* Steps */
  .step-card{padding:20px !important}
  .step-number{font-size:2rem !important}
  .step-card h3{font-size:15px}
  .step-card p{font-size:13px}

  /* Dashboard */
  .dash-kpi-value{font-size:1.1rem}
  .dash-kpi-label{font-size:9px}
  .dash-msg{font-size:11px}

  /* Agents */
  .showcase-card{padding:20px 16px}
  .showcase-card h3{font-size:1rem}
  .agent-compact{padding:12px 14px}

  /* Pricing */
  .pricing-card{padding:24px 20px}
  .price-amount{font-size:2rem}
  .price-tagline{font-size:0.95rem}
  .price-tagline-sub{font-size:12px}
  .pricing-badge{font-size:10px;padding:4px 12px}

  /* FAQ */
  .faq-q{font-size:14px;padding:16px 0}
  .faq-a{font-size:13px}

  /* Comparison */
  .compare-card{padding:24px 16px}
  .compare-row{font-size:12px}

  /* Contact */
  .contact-form-card{padding:20px;border-radius:14px}
  .contact-form-title{font-size:15px}
  .form-input{padding:11px 14px}

  /* Footer */
  .footer-grid{gap:24px}
  .footer-badge{font-size:10px;padding:5px 8px}

  /* Nav */
  .nav-logo span{font-size:16px !important}
  .nav-logo svg{width:26px !important;height:28px !important}

  /* Chat */
  .jbs-welcome{display:none}
  .jbs-chat-btn{bottom:16px;right:12px;width:44px;height:44px}
  .jbs-chat-btn svg{width:20px;height:20px}
}

/* Reduced motion override */
@media(prefers-reduced-motion:reduce){
  .reveal,.animate-hidden,.animate-hidden-left,.animate-hidden-right,.stagger-children>*{
    opacity:1!important;
    transform:none!important;
    transition:none!important;
  }
  body.loading{opacity:1}
}

/* ═══════════════════════════════════════════
   NEW PAGES — / (choice) and /voice
   ═══════════════════════════════════════════ */

/* Tablet — choice page */
@media(max-width:1024px){
  .choice-grid{grid-template-columns:1fr;gap:24px;max-width:560px}
  .choice-card{min-height:auto;padding:36px 32px 32px}
  .intro-grid{grid-template-columns:1fr;gap:40px}
  .voice-hero-grid{grid-template-columns:1fr;gap:48px}
  .phone-wrap{order:-1;transform:scale(.9)}
}

/* Tablet — voice page */
@media(max-width:1024px){
  .features-grid{grid-template-columns:repeat(2,1fr)}
  .steps-grid{grid-template-columns:1fr;max-width:560px;margin-left:auto;margin-right:auto}
  .problem-grid{grid-template-columns:1fr;max-width:560px;margin-left:auto;margin-right:auto}
}

/* Mobile — both new pages */
@media(max-width:768px){
  /* Choice hero */
  #choice-hero{padding-top:96px;padding-bottom:40px}
  .choice-headline{font-size:clamp(1.85rem,8.5vw,2.5rem)}
  .choice-sub{font-size:0.95rem;margin-bottom:24px}
  .choice-grid{gap:14px;padding:0 4px}
  .choice-card{padding:24px 20px 22px;min-height:auto;border-radius:18px}
  .choice-card h2{font-size:1.3rem}
  .choice-card-tagline{font-size:13px}
  .choice-card-desc{font-size:13px;margin-bottom:14px}
  .choice-features li{font-size:13px}
  .choice-card-cta{font-size:13.5px;padding:11px 16px}
  .choice-card-icon{width:52px;height:52px;border-radius:14px}
  .choice-card-icon svg{width:26px;height:26px}

  /* Social strip */
  #social-strip{padding:24px 16px}
  .social-badge{padding:9px 14px;font-size:12px}

  /* Intro */
  #intro{padding:40px 20px}
  .intro-text h2{font-size:1.4rem}
  .intro-text p{font-size:14px;line-height:1.55}
  .intro-stats{gap:10px}
  .intro-stat{padding:14px 12px}
  .intro-stat-num{font-size:1.6rem}
  .intro-stat-label{font-size:10.5px}

  /* Voice hero — compacter */
  #voice-hero{padding-top:88px;padding-bottom:32px}
  .voice-hero-grid{padding:0 20px;gap:24px}
  .voice-headline{font-size:clamp(1.7rem,7.5vw,2.3rem);margin-bottom:12px;line-height:1.1}
  .voice-sub{font-size:0.95rem;margin-bottom:18px;line-height:1.55}
  .voice-eyebrow{font-size:10px;padding:5px 12px;margin-bottom:14px}
  .voice-hero-cta{flex-direction:column;align-items:stretch;gap:10px;margin-bottom:16px}
  .voice-hero-cta a{justify-content:center;text-align:center}
  .voice-hero-meta{gap:10px 16px;font-size:12px;justify-content:center}
  .phone{transform:scale(.65);transform-origin:top center}
  .phone-wrap{margin-bottom:-160px;margin-top:-20px}

  /* Voice sections — section padding compact */
  #problem,#how,#features,#compare,#onboarding,#pricing{padding:40px 20px}
  /* h2 section title (used as .section-eyebrow on voice page) — readable + no caps */
  h2.section-eyebrow{
    font-size:1.25rem;text-transform:none;letter-spacing:-0.01em;
    font-weight:800;line-height:1.25;color:var(--color-text-primary);
    display:block;margin-top:8px !important;margin-bottom:6px;
  }
  #problem .section-subtitle,#how .section-subtitle,#features .section-subtitle,
  #compare .section-subtitle,#onboarding .section-subtitle,#pricing .section-subtitle,
  #faq .section-subtitle{font-size:13px;line-height:1.55;margin-top:6px}

  /* Problem cards — compact */
  .problem-grid{margin-top:20px;gap:10px}
  .problem-card{padding:16px}
  .problem-icon{width:40px;height:40px;border-radius:10px;margin-bottom:10px}
  .problem-icon svg{width:20px;height:20px}
  .problem-card h3{font-size:1rem;margin-bottom:6px}
  .problem-card p{font-size:13px;line-height:1.5}

  /* How it works steps — compact */
  .steps-grid{margin-top:24px;gap:14px}
  .step{padding:24px 18px 16px}
  .step-num{width:34px;height:34px;font-size:14px;top:-15px;left:18px;border-radius:10px}
  .step-icon{width:38px;height:38px;border-radius:10px;margin:8px 0 10px}
  .step-icon svg{width:20px;height:20px}
  .step h3{font-size:1.05rem;margin-bottom:5px}
  .step p{font-size:13px;line-height:1.55}

  /* Features — 2-col compact */
  .features-grid{grid-template-columns:repeat(2,1fr);gap:8px;margin-top:20px;padding:0 4px}
  .feature{padding:14px 12px;border-radius:12px}
  .feature-icon{width:34px;height:34px;border-radius:9px;margin-bottom:8px}
  .feature-icon svg{width:18px;height:18px}
  .feature h3{font-size:0.9rem;line-height:1.25;margin-bottom:4px}
  .feature p{font-size:11.5px;line-height:1.4}

  /* Comparison table — compact */
  .compare-table{margin-top:20px;border-radius:14px}
  .compare-row{grid-template-columns:1fr 1fr}
  .compare-row > div{padding:10px 12px;font-size:12px;line-height:1.4}
  .compare-row.header > div{font-size:10.5px;padding:9px 12px}
  .compare-row.header > div:first-child{display:none}
  .compare-row > div:first-child:not(.compare-trad):not(.compare-voice){
    grid-column:1/-1;background:var(--color-bg-section);
    font-weight:700;font-size:11.5px;padding:8px 12px;
  }

  /* Onboarding — compact */
  .onboarding-wrap{margin-top:20px}
  .onboarding-list{gap:8px}
  .onboarding-list li{padding:13px 14px 13px 50px;border-radius:12px}
  .onboarding-list li::before{font-size:1rem;left:14px}
  .onboarding-list li strong{font-size:13.5px;margin-bottom:2px}
  .onboarding-list li span{font-size:12.5px;line-height:1.45}

  /* Pricing card — voice page only (#pricing scope avoids touching installaties) */
  #pricing .pricing-card{padding:26px 22px;border-radius:18px;margin-top:20px}
  #pricing .pricing-badge{font-size:10px;padding:4px 12px;margin-bottom:10px;top:auto}
  #pricing .pricing-card h3{font-size:1.3rem;margin-bottom:6px}
  #pricing .pricing-card > p{font-size:13px;margin-bottom:16px;line-height:1.5}
  #pricing .pricing-features{margin-bottom:18px;gap:8px}
  #pricing .pricing-features li{font-size:13px;line-height:1.45;gap:8px}
  #pricing .pricing-note{font-size:11.5px;margin-top:10px}
  #pricing .btn-voice-lg{font-size:15px;padding:13px 24px}

  /* FAB menu — narrower on mobile */
  .jbs-fab-menu{right:14px;bottom:80px;min-width:200px}
  .jbs-fab-menu-item{padding:11px 12px;font-size:13.5px}
}

/* Small mobile (320-480) — extra compact */
@media(max-width:480px){
  .choice-card{padding:20px 18px 18px}
  .choice-card h2{font-size:1.2rem}
  .choice-headline{font-size:1.7rem}
  .choice-sub{font-size:0.9rem;margin-bottom:18px}

  /* Voice hero — phone hidden on smallest, more compact */
  #voice-hero{padding-top:84px;padding-bottom:24px}
  .voice-headline{font-size:1.55rem;margin-bottom:10px}
  .voice-sub{font-size:0.88rem;margin-bottom:14px}
  .voice-hero-meta{font-size:11px}
  .phone-wrap{display:none}

  /* Sections — extra compact */
  #problem,#how,#features,#compare,#onboarding,#pricing{padding:28px 16px}

  /* h2 even smaller */
  h2.section-eyebrow{font-size:1.1rem}

  /* Problem */
  .problem-grid{margin-top:16px;gap:8px}
  .problem-card{padding:13px}
  .problem-icon{width:34px;height:34px;margin-bottom:8px}
  .problem-icon svg{width:18px;height:18px}
  .problem-card h3{font-size:0.95rem;margin-bottom:4px}
  .problem-card p{font-size:12px}

  /* Steps */
  .steps-grid{margin-top:20px;gap:12px}
  .step{padding:22px 14px 14px}
  .step-num{width:30px;height:30px;font-size:13px;top:-13px;left:14px}
  .step-icon{width:34px;height:34px;margin:6px 0 8px}
  .step h3{font-size:0.98rem}
  .step p{font-size:12px}

  /* Features — hide descriptions on smallest */
  .features-grid{gap:6px;margin-top:16px}
  .feature{padding:12px 10px}
  .feature-icon{width:30px;height:30px;margin-bottom:6px}
  .feature-icon svg{width:16px;height:16px}
  .feature h3{font-size:0.82rem;margin-bottom:0}
  .feature p{display:none}

  /* Comparison */
  .compare-table{margin-top:16px}
  .compare-row > div{padding:8px 10px;font-size:11px}
  .compare-row > div:first-child:not(.compare-trad):not(.compare-voice){
    font-size:10.5px;padding:7px 10px;
  }

  /* Onboarding — hide descriptions on smallest */
  .onboarding-wrap{margin-top:16px}
  .onboarding-list{gap:6px}
  .onboarding-list li{padding:11px 12px 11px 42px}
  .onboarding-list li::before{font-size:0.95rem;left:12px}
  .onboarding-list li strong{font-size:13px;margin-bottom:0}
  .onboarding-list li span{display:none}

  /* Pricing */
  #pricing .pricing-card{padding:22px 18px;margin-top:16px}
  #pricing .pricing-card h3{font-size:1.2rem}
  #pricing .pricing-features li{font-size:12.5px}
  #pricing .pricing-features{margin-bottom:14px;gap:7px}

  /* Intro */
  #intro{padding:28px 16px}
  .intro-text h2{font-size:1.25rem}
  .intro-stat{padding:12px 10px}
  .intro-stat-num{font-size:1.4rem}

  /* Social strip */
  #social-strip{padding:18px 16px}
  .social-badge{padding:8px 12px;font-size:11.5px}
}
