/* ============================================
   MOBILE — max-width: 768px
   ============================================ */

@media (max-width: 768px) {

  /* ---- SECTION SPACING (Fix 1) ---- */
  #why, .why-section {
    padding: 50px 24px !important;
    margin: 0 !important;
  }

  #packages, .packages-section {
    padding: 50px 24px !important;
    margin: 0 !important;
  }

  #cards, .cards-section {
    padding: 50px 0 !important;
    margin: 0 !important;
  }

  #process, .process-section {
    padding: 50px 24px !important;
    margin: 0 !important;
  }

  /* ---- SOCIAL PRICING BLOCK (Fix 2) ---- */
  .packages-social {
    padding: 40px 0 !important;
    margin-top: 40px !important;
    text-align: center !important;
  }

  .packages-social-title {
    font-size: clamp(20px, 6vw, 32px) !important;
    margin-bottom: 16px !important;
  }

  .packages-social-desc,
  .packages-social-cta-text {
    font-size: 14px !important;
    padding: 0 !important;
    max-width: 100% !important;
  }

  .packages-social-btn {
    width: 100% !important;
    text-align: center !important;
    display: block !important;
    box-sizing: border-box !important;
  }

  /* ---- PROOF STRIP ---- */
  .proof-strip, #proof {
    padding: 24px 20px !important;
    margin: 0 !important;
    min-height: unset !important;
  }


  /* ---- SECTION SPACING ---- */
  section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .hero-section, #hero {
    padding-bottom: 40px !important;
    margin-bottom: 0 !important;
  }

  #services, .services-section {
    height: auto !important;
    min-height: unset !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #results, .results-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    margin: 0 !important;
  }

  #packages, .packages-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    margin: 0 !important;
  }

  #cards, .cards-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    margin-bottom: 0 !important;
  }

  #process, .process-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    margin: 0 !important;
  }

  #contact, .contact-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  /* Hide cursor completely */
  body { cursor: auto !important; }
  .cursor-dot,
  .cursor-ring { display: none !important; }

  /* Overflow */
  html, body { overflow-x: hidden; }

  /* ---- NAVBAR ---- */
  .navbar-inner {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center;
    padding: 0 24px;
    grid-template-columns: unset !important;
  }

  .navbar-spacer {
    display: none !important;
  }

  .navbar-logo {
    justify-content: flex-start;
    flex-shrink: 0;
  }

  .navbar-cta {
    flex-shrink: 0;
  }

  .btn-outline-nav {
    font-size: 10px;
    padding: 8px 16px;
    letter-spacing: 0.02em;
  }

  /* ---- HERO ---- */
  .hero {
    min-height: 100svh !important;
    padding-top: 100px !important;
    padding-bottom: 60px !important;
    justify-content: center;
  }

  .hero-label {
    font-size: 7px !important;
    letter-spacing: 0.1em !important;
    white-space: nowrap !important;
    transform: scale(0.85);
    transform-origin: left center;
  }

  .hero {
    padding: 120px 24px 80px;
  }

  .hero-content {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hero-left {
    align-items: flex-start;
  }

  .hero-headline {
    font-size: clamp(26px, 8vw, 44px);
  }

  .hero-buttons {
    flex-direction: column;
    width: 100%;
  }

  .hero-buttons .btn-filled,
  .hero-buttons .btn-outline {
    text-align: center;
    width: 100%;
  }

  .hero-graphic {
    display: none;
  }

  /* ---- PROOF STRIP ---- */
  .proof-inner {
    gap: 0;
    padding: 0 16px;
  }

  .proof-number {
    font-size: clamp(22px, 6vw, 32px);
  }

  /* ---- SERVICES ---- */
  .services-section {
    height: auto !important;
    min-height: unset !important;
  }

  .services-track-wrapper {
    position: relative !important;
    height: auto !important;
    min-height: unset !important;
    overflow: visible;
  }

  .services-track {
    display: flex;
    flex-direction: column;
    width: 100%;
    transform: none !important;
  }

  .service-panel {
    width: 100%;
    height: auto !important;
    min-height: unset !important;
    padding: 48px 24px;
  }

  .panel-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .panel-graphic {
    min-height: 200px;
  }

  .panel-headline {
    font-size: clamp(32px, 9vw, 56px);
  }

  .ghost-number {
    display: none;
  }

  .services-dots {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    justify-content: center;
    padding: 24px 0;
    opacity: 1;
  }

  /* ---- WHY SECTION ---- */
  .why-section {
    padding: 80px 24px;
  }

  .why-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .why-graphic {
    width: 100%;
    height: 1px;
    min-height: 0;
    align-self: auto;
  }

  .why-headline {
    font-size: clamp(28px, 7vw, 48px);
    line-height: 1.25;
  }

  /* ---- PACKAGES ---- */
  .packages-section {
    padding: 80px 24px;
  }

  .packages-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  /* ---- CARDS ---- */
  .cards-section {
    padding: 80px 0 80px;
  }

  .cards-header {
    grid-template-columns: 1fr;
    padding: 0 24px;
    margin-bottom: 48px;
  }

  .cards-grid {
    grid-template-columns: 1fr;
    padding: 0 12px;
  }

  .cards-col {
    transform: none !important;
  }

  .card-item {
    height: 360px;
  }

  /* ---- PROCESS ---- */
  .process-section {
    padding: 80px 24px;
  }

  .process-track {
    grid-template-columns: 1fr 1fr;
    gap: 48px 24px;
  }

  .process-line {
    display: none;
  }

  .process-step {
    padding: 0;
  }

  /* ---- CONTACT ---- */
  .contact-section {
    padding: 80px 24px;
    align-items: flex-start;
    padding-top: 100px;
  }

  .contact-inner {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .pills-row {
    flex-direction: column;
  }

  .pill {
    width: 100%;
    text-align: center;
  }

  /* ---- FOOTER ---- */
  .site-footer {
    height: auto;
    padding: 32px 24px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: center;
    padding: 0;
  }

  .footer-social {
    justify-content: center;
  }

}

@media (max-width: 480px) {
  .proof-inner {
    flex-direction: column;
    gap: 24px;
  }

  .proof-divider {
    width: 60px;
    height: 1px;
  }
}
