/* SlideCV short mobile landing override */
@media (max-width: 860px) {
  html,
  body {
    overflow-x: hidden !important;
    max-width: 100% !important;
  }

  .hero-section {
    padding-bottom: 30px !important;
  }

  .hero-visual,
  .hero-visual-wrapper,
  .hero-preview,
  .resume-preview-wrapper {
    display: none !important;
  }

  .trust-section,
  .outcomes-section,
  .stats-section,
  section:has(.stats-grid),
  section:has(.outcomes-grid) {
    display: none !important;
  }

  .features-section {
    display: none !important;
  }

  .templates-section {
    padding: 46px 0 36px !important;
  }

  .template-showcase-grid > *:nth-child(n+3),
  .showcase-grid > *:nth-child(n+3),
  .templates-showcase-grid > *:nth-child(n+3),
  .templates-grid > *:nth-child(n+3) {
    display: none !important;
  }

  .pricing-section {
    padding: 46px 0 34px !important;
  }

  .pricing-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .pricing-card:nth-child(3) {
    display: none !important;
  }

  .pricing-card.popular {
    order: -1 !important;
  }

  .faq-section {
    padding: 42px 0 28px !important;
  }

  .faq-accordion-wrapper .faq-item:nth-child(n+3) {
    display: none !important;
  }

  .main-footer {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    border-radius: 24px 24px 0 0 !important;
    padding: 34px 0 24px !important;
  }

  .main-footer .container {
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    margin: 0 auto !important;
    overflow: hidden !important;
  }

  .footer-top {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .footer-brand-col {
    width: 100% !important;
    max-width: 100% !important;
  }

  .footer-links-col,
  .footer-newsletter-col {
    display: none !important;
  }

  .footer-contact-card {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .footer-contact-pill {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .footer-divider {
    margin: 28px 0 18px !important;
  }

  .footer-bottom {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    text-align: left !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .footer-copyright {
    max-width: 100% !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
    word-break: normal !important;
  }

  .footer-legal-links {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px 16px !important;
    justify-content: flex-start !important;
    max-width: 100% !important;
  }

  .footer-legal-links a {
    font-size: 13px !important;
    white-space: nowrap !important;
  }

  .slidecv-mobile-sticky-cta {
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 10px 44px 10px 12px !important;
    border-radius: 18px !important;
  }

  .slidecv-mobile-sticky-copy span {
    display: none !important;
  }

  .slidecv-mobile-sticky-copy strong {
    font-size: 14px !important;
  }

  .slidecv-mobile-sticky-action {
    width: auto !important;
    min-height: 42px !important;
    padding: 0 14px !important;
    border-radius: 13px !important;
    font-size: 13px !important;
  }

  .slidecv-mobile-sticky-close {
    top: 9px !important;
    right: 9px !important;
    width: 26px !important;
    height: 26px !important;
    font-size: 16px !important;
  }
}
