/* ============================================
   MOBILE-FIX.CSS — Complete mobile fixes
   ============================================ */

/* ── GLOBAL: Prevent horizontal overflow ── */
html, body {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}

/* ── TEXT: Avoid orphan words + fit titles in 2 lines on mobile ── */
@media (max-width: 768px) {
  .hero-desc,
  .hero-title,
  .section-title,
  h1, h2, h3, p {
    text-wrap: balance;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
  }
  .section-title,
  .about-headline {
    font-size: 1.5rem !important;
    line-height: 1.25 !important;
  }
  .hero-title {
    font-size: 1.6rem !important;
    line-height: 1.2 !important;
  }
  .mkt-subtitle {
    font-size: .82rem !important;
    line-height: 1.4 !important;
  }

  /* ── GLOBAL: Buttons compact on ALL pages ── */
  .btn {
    padding: 10px 20px !important;
    font-size: .82rem !important;
    border-radius: 10px !important;
  }
  .btn-primary {
    padding: 10px 20px !important;
    font-size: .82rem !important;
  }
  .btn-ghost {
    padding: 10px 20px !important;
    font-size: .82rem !important;
  }
  /* Buttons side by side, never stacked */
  .hero-cta,
  .cta-row,
  .page-hero-cta,
  .sd-hero-cta {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    justify-content: center !important;
  }
  .hero-cta .btn,
  .cta-row .btn,
  .page-hero-cta .btn,
  .sd-hero-cta .btn {
    flex: 1 1 0% !important;
    min-width: 0 !important;
    text-align: center !important;
    white-space: nowrap !important;
  }
  /* Compact btn-lg on mobile */
  .btn-lg {
    padding: 10px 18px !important;
    font-size: .8rem !important;
  }

  /* ── MARKETING DETAILS: Hero compact on mobile ── */
  .mkt-hero {
    min-height: auto !important;
    padding: 70px 0 30px !important;
  }
  .mkt-hero h1 {
    font-size: 1.5rem !important;
    line-height: 1.2 !important;
    margin-bottom: 8px !important;
  }
  .mkt-hero-desc {
    font-size: .8rem !important;
    margin-bottom: 16px !important;
  }
  .mkt-hero-cta {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    margin-bottom: 20px !important;
  }
  .mkt-btn-gradient,
  .mkt-btn-glass {
    padding: 10px 16px !important;
    font-size: .78rem !important;
    border-radius: 10px !important;
    flex: 1 1 0% !important;
    min-width: 0 !important;
    text-align: center !important;
    white-space: nowrap !important;
    justify-content: center !important;
  }
  .mkt-hero-icon-wrap {
    width: 80px !important;
    height: 80px !important;
    margin-bottom: 12px !important;
  }
  .mkt-hero-icon {
    font-size: 2rem !important;
  }
  .mkt-hero-icon-ring {
    width: 80px !important;
    height: 80px !important;
  }
  .mkt-hero-badge {
    padding: 6px 16px !important;
    font-size: .7rem !important;
    margin-bottom: 16px !important;
  }

  /* ── CLOUD DETAILS: Hero compact on mobile ── */
  .cld-hero {
    min-height: auto !important;
    padding: 70px 0 30px !important;
  }
  .cld-hero h1 {
    font-size: 1.5rem !important;
    line-height: 1.2 !important;
    margin-bottom: 8px !important;
  }
  .cld-hero-desc {
    font-size: .8rem !important;
    margin-bottom: 16px !important;
  }
  .cld-hero-cta,
  .cld-cta-btns {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    margin-bottom: 20px !important;
  }
  .cld-btn-gradient,
  .cld-btn-glass {
    padding: 10px 16px !important;
    font-size: .78rem !important;
    border-radius: 10px !important;
    flex: 1 1 0% !important;
    min-width: 0 !important;
    text-align: center !important;
    white-space: nowrap !important;
    justify-content: center !important;
  }
  .cld-hero-icon-wrap {
    width: 80px !important;
    height: 80px !important;
    margin-bottom: 12px !important;
  }
  .cld-hero-icon {
    font-size: 2rem !important;
  }
  .cld-hero-ring {
    width: 80px !important;
    height: 80px !important;
  }
  .cld-hero-badge {
    padding: 6px 16px !important;
    font-size: .7rem !important;
    margin-bottom: 16px !important;
  }

  /* ── GLOBAL: Pricing grids → horizontal snap carousel ── */
  .hp-pricing-grid,
  .pricing-grid,
  .cld-pricing-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    gap: 16px !important;
    padding: 0 20px 16px !important;
    grid-template-columns: unset !important;
    /* Hide scrollbar */
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }
  .hp-pricing-grid::-webkit-scrollbar,
  .pricing-grid::-webkit-scrollbar,
  .cld-pricing-grid::-webkit-scrollbar {
    display: none !important;
  }
  /* Each card = 85% viewport snap center */
  .hp-pricing-grid > *,
  .pricing-grid > *,
  .cld-pricing-grid > * {
    flex: 0 0 85% !important;
    min-width: 0 !important;
    scroll-snap-align: center !important;
  }
  /* Featured card slightly bigger */
  .hp-pricing-grid > .featured,
  .pricing-grid > .featured,
  .cld-pricing-grid > .featured {
    flex: 0 0 88% !important;
  }

  /* ── CAROUSEL: Arrows + Dots ── */
  .carousel-wrap {
    position: relative;
  }
  .carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    z-index: 10;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: rgba(127, 86, 217, .85);
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0,0,0,.4);
    transition: background .2s, transform .2s;
    -webkit-tap-highlight-color: transparent;
  }
  .carousel-arrow:active {
    transform: translateY(-60%) scale(.9);
    background: rgba(127, 86, 217, 1);
  }
  .carousel-arrow--left {
    left: 4px;
  }
  .carousel-arrow--right {
    right: 4px;
  }
  .carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 12px 0 4px;
  }
  .carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,.25);
    transition: all .25s;
    cursor: pointer;
  }
  .carousel-dot.active {
    background: #7F56D9;
    width: 20px;
    border-radius: 4px;
  }

  /* ── GLOBAL: Page hero titles (high specificity to override premium.css) ── */
  body[data-page] .page-hero--premium h1 {
    font-size: 1.6rem !important;
    line-height: 1.2 !important;
    letter-spacing: -.3px !important;
    margin-bottom: 10px !important;
  }
  body[data-page] .page-hero--premium .page-hero-subtitle {
    font-size: .82rem !important;
    line-height: 1.5 !important;
    margin-bottom: 10px !important;
  }
  /* Reduce hero section height */
  body[data-page] .page-hero--premium {
    padding: 40px 0 60px !important;
    min-height: auto !important;
  }
  /* Shrink decorative badge */
  .page-hero--premium .ph-badge {
    width: 50px !important;
    height: 50px !important;
    font-size: 1.2rem !important;
    margin-bottom: 12px !important;
  }
  .page-hero--premium .ph-badge::after {
    width: 60px !important;
    height: 60px !important;
  }
  /* Fallback for pages without --premium */
  .page-hero h1 {
    font-size: 1.6rem !important;
    line-height: 1.2 !important;
  }
  .page-hero-subtitle {
    font-size: .82rem !important;
  }
  .page-hero {
    padding: 40px 0 60px !important;
  }

  .page-hero-title,
  .sd-hero-title,
  .mkt-hero h1 {
    font-size: 1.5rem !important;
    line-height: 1.2 !important;
  }
  .sd-hero-desc,
  .mkt-hero-desc {
    font-size: .82rem !important;
    line-height: 1.5 !important;
  }
  /* Section headers across all pages */
  .mkt-section-title {
    font-size: 1.3rem !important;
  }
  h2 {
    font-size: 1.4rem !important;
    line-height: 1.25 !important;
  }
  h3 {
    font-size: 1.1rem !important;
    line-height: 1.3 !important;
  }
}

/* ── Megamenu mobile toggle ── */
@media (max-width: 768px) {
  .has-megamenu .megamenu {
    display: none !important;
  }
  .has-megamenu .megamenu.open {
    display: block !important;
  }
}

/* ── Topbar on subpages — EXACT copy of premium.css index rules ── */
@media (max-width: 768px) {
  body[data-page] .topbar {
    display: block !important;
    position: relative;
    padding: 6px 0;
    font-size: .72rem;
  }
  body[data-page] .topbar .topbar-inner {
    flex-direction: column;
    gap: 4px;
    text-align: center;
  }
  body[data-page] .topbar .topbar-right {
    display: none;
  }
}

/* ── FIX: Smart Navbar — topbar + navbar hide/show together ── */
@media (max-width: 768px) {
  /* Topbar fixed at very top */
  body:has(.snap-container) .topbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 1001 !important;
    transition: transform .3s ease !important;
  }
  /* Navbar fixed below topbar */
  body:has(.snap-container) .navbar {
    position: fixed !important;
    top: 30px !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 1000 !important;
    background: rgba(10,14,26,.97) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    transition: transform .3s ease !important;
  }
  /* JS adds this class on scroll down — hides BOTH */
  body:has(.snap-container) .topbar.nav-hide,
  body:has(.snap-container) .navbar.nav-hide {
    transform: translateY(-100%) !important;
  }
  /* Content offset for both bars */
  body:has(.snap-container) .snap-container {
    padding-top: 90px !important;
  }
}

/* ── FIX #1: Mobile nav — FULL SCREEN overlay ── */
@media (max-width: 992px) {
  .nav-links {
    position: fixed !important;
    top: 0 !important;
    right: -100% !important;
    width: 100% !important;
    height: 100vh !important;
    background: #0a0e1a !important;
    backdrop-filter: none !important;
    flex-direction: column !important;
    padding: 90px 30px 30px !important;
    gap: 8px !important;
    transition: right .35s ease !important;
    z-index: 9990 !important;
    border-left: none !important;
    overflow-y: auto !important;
  }
  .nav-links.open {
    right: 0 !important;
  }

  /* Nav items styling */
  .nav-links li {
    width: 100%;
  }
  .nav-links li a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 14px 16px !important;
    font-size: .92rem !important;
    color: #e0e6f0 !important;
    border-radius: 10px !important;
    border-bottom: 1px solid rgba(255,255,255,.04) !important;
    text-decoration: none !important;
  }
  .nav-links li a:hover,
  .nav-links li a.nav-active {
    background: rgba(127,86,217,.08) !important;
    color: #fff !important;
  }

  /* Hamburger z-index above overlay */
  .hamburger {
    z-index: 9995 !important;
  }
  .navbar {
    z-index: 9994 !important;
  }
}

/* ── FIX #2: WhatsApp — no overlap ── */
@media (max-width: 768px) {
  .whatsapp-float {
    bottom: 20px !important;
    left: 20px !important;
    width: 48px !important;
    height: 48px !important;
    font-size: 1.3rem !important;
    z-index: 997 !important;
  }
  .whatsapp-float-tooltip { display: none !important; }
  .whatsapp-float-pulse { display: none !important; }
}

/* ── FIX #3: Hero — hide laptop, center tablet + phone ── */
@media (max-width: 768px) {
  .device-laptop {
    display: none !important;
  }
  .devices-showcase {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    margin: 0 auto !important;
    height: 300px !important;
    max-width: 90% !important;
  }
  .device-tablet,
  .device-phone {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
  }
}

/* ── FIX #4: Lang-switcher spacing ── */
@media (max-width: 992px) {
  .lang-switcher {
    margin-right: 14px !important;
  }
  .lang-btn {
    padding: 4px 8px !important;
    font-size: .65rem !important;
    min-width: 28px !important;
  }
}

/* ── FIX #5 & #6: Mobile mega-menus as accordions ── */
@media (max-width: 992px) {
  /* Show arrows */
  .mm-arrow {
    display: inline-block !important;
    font-size: .55rem !important;
    margin-left: auto !important;
    transition: transform .3s !important;
    color: #7F56D9 !important;
  }
  .has-megamenu.mm-mobile-open .mm-arrow {
    transform: rotate(180deg) !important;
  }

  /* Make mega-menu inline accordion */
  .has-megamenu {
    position: relative !important;
  }
  .megamenu {
    position: static !important;
    display: none !important;
    width: 100% !important;
    background: rgba(10,10,20,.95) !important;
    border: none !important;
    border-left: none !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 32px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.04) !important;
    margin: 6px 0 10px !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    pointer-events: all !important;
    max-height: 55vh;
    overflow-y: auto;
    scrollbar-width: none;
  }
  .megamenu::-webkit-scrollbar { display: none !important; }
  .megamenu::before { display: none !important; }

  /* Show when toggled */
  .has-megamenu.mm-mobile-open .megamenu {
    display: block !important;
  }
  .has-megamenu:hover .megamenu {
    display: none !important;
  }
  .has-megamenu.mm-mobile-open:hover .megamenu {
    display: block !important;
  }

  /* Inner */
  .mm-inner {
    padding: 12px !important;
    max-width: 100% !important;
  }
  .mm-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
  }
  .mm-col {
    padding: 0 !important;
    border: none !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  /* Category title — subtle inline divider */
  .mm-col-title {
    font-size: .55rem !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    color: rgba(167,139,250,.5) !important;
    padding: 4px 6px !important;
    margin-bottom: 4px !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(127,86,217,.08) !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
  }
  .mm-col-title i {
    font-size: .45rem !important;
  }

  /* Items: 2-column compact grid */
  .mm-col {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 4px !important;
  }
  .mm-col-title {
    grid-column: 1 / -1 !important;
  }

  .mm-item {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 8px !important;
    border-radius: 8px !important;
    margin: 0 !important;
    background: rgba(255,255,255,.02) !important;
    border: 1px solid rgba(255,255,255,.04) !important;
    transition: all .2s !important;
  }
  .mm-item::before {
    display: none !important;
  }
  .mm-item:active {
    background: rgba(127,86,217,.12) !important;
    border-color: rgba(127,86,217,.2) !important;
  }

  /* Icon: small, colored */
  .mm-item-icon {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    font-size: .6rem !important;
    border-radius: 6px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* Text: compact, close to icon */
  .mm-item-text {
    flex: 1 !important;
    min-width: 0 !important;
  }
  .mm-item-text h6 {
    color: rgba(255,255,255,.8) !important;
    font-size: .65rem !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  .mm-item-text p {
    display: none !important;
  }

  /* Footer: CTA sleek */
  .mm-footer {
    padding: 10px 0 0 !important;
    flex-direction: column !important;
    gap: 6px !important;
    border-top: 1px solid rgba(127,86,217,.08) !important;
    background: transparent !important;
    margin-top: 6px !important;
  }
  .mm-cta-btn {
    font-size: .68rem !important;
    padding: 8px 16px !important;
    text-align: center !important;
    background: linear-gradient(135deg, rgba(127,86,217,.15), rgba(167,139,250,.08)) !important;
    border: 1px solid rgba(127,86,217,.2) !important;
    border-radius: 8px !important;
    color: #c4b5fd !important;
    display: block !important;
  }
  .mm-all-link {
    text-align: center !important;
    font-size: .62rem !important;
    color: rgba(167,139,250,.5) !important;
    display: block !important;
    padding: 4px 0 !important;
  }
}

/* ── FIX #7: Footer — PREMIUM REDESIGN on mobile ── */
@media (max-width: 768px) {
  /* Hide newsletter on mobile */
  .newsletter {
    display: none !important;
  }

  .footer {
    padding: 32px 0 0 !important;
  }

  /* === LOGO + TAGLINE: centered, premium === */
  .footer-inner {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
    align-items: center !important;
    text-align: center !important;
  }
  .footer-about {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid rgba(255,255,255,.06) !important;
    width: 100% !important;
  }
  .footer-about .logo {
    margin-bottom: 6px !important;
  }
  .footer-about p {
    font-size: .75rem !important;
    color: rgba(255,255,255,.35) !important;
    max-width: 280px !important;
  }
  .footer-socials {
    justify-content: center !important;
    gap: 12px !important;
    margin-top: 12px !important;
  }
  .footer-socials a {
    width: 34px !important;
    height: 34px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 10px !important;
    background: rgba(255,255,255,.04) !important;
    border: 1px solid rgba(255,255,255,.06) !important;
    transition: all .3s !important;
  }

  /* === LINKS: 2 columns, compact === */
  .footer-col {
    width: 100% !important;
  }
  .footer-col:nth-child(2),
  .footer-col:nth-child(3) {
    display: inline-block !important;
    width: 48% !important;
    vertical-align: top !important;
    text-align: center !important;
  }
  .footer-col h4 {
    font-size: .7rem !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    color: rgba(255,255,255,.3) !important;
    margin-bottom: 10px !important;
    font-weight: 600 !important;
  }
  .footer-col ul {
    gap: 2px !important;
  }
  .footer-col a {
    font-size: .78rem !important;
    padding: 3px 0 !important;
    color: rgba(255,255,255,.55) !important;
  }

  /* === CONTACT: horizontal chips === */
  .footer-col:nth-child(4) {
    width: 100% !important;
    padding-top: 16px !important;
    border-top: 1px solid rgba(255,255,255,.06) !important;
  }
  .footer-col:nth-child(4) h4 {
    display: none !important;
  }
  .footer-contact {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 8px !important;
  }
  .footer-contact li {
    font-size: .7rem !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    padding: 5px 10px !important;
    border-radius: 20px !important;
    background: rgba(255,255,255,.03) !important;
    border: 1px solid rgba(255,255,255,.06) !important;
    color: rgba(255,255,255,.5) !important;
    margin: 0 !important;
  }
  .footer-contact li i {
    font-size: .55rem !important;
    color: #7F56D9 !important;
  }

  /* === COPYRIGHT === */
  .footer-bottom {
    margin-top: 20px !important;
    padding: 14px 0 !important;
    border-top: 1px solid rgba(255,255,255,.04) !important;
  }
  .footer-bottom p {
    font-size: .68rem !important;
    color: rgba(255,255,255,.25) !important;
    text-align: center !important;
  }
}

/* ── FIX #8: Product showcase — PREMIUM REDESIGN ── */
@media (max-width: 768px) {
  /* Force single column layout */
  .product-showcase {
    display: flex !important;
    flex-direction: column !important;
    max-width: 100% !important;
    overflow: hidden !important;
    gap: 0 !important;
  }
  .showcase-info,
  .showcase-visual {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
  }

  /* === VISUAL: hidden — no value on mobile === */
  .showcase-visual {
    display: none !important;
  }

  /* === INFO: centered, hierarchical === */
  #showcaseInfo {
    text-align: center !important;
    padding: 0 8px !important;
  }
  .showcase-cat {
    font-size: .6rem !important;
    letter-spacing: 2.5px !important;
    text-transform: uppercase !important;
    display: block !important;
    margin-bottom: 4px !important;
    opacity: .7 !important;
  }
  .showcase-title {
    font-size: 1.25rem !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin-bottom: 8px !important;
  }
  .showcase-desc {
    font-size: .76rem !important;
    color: rgba(255,255,255,.4) !important;
    line-height: 1.5 !important;
    max-width: 340px !important;
    margin: 0 auto 14px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  /* === FEATURES: wrapping rows — all visible === */
  .showcase-features {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 6px !important;
    margin-bottom: 14px !important;
    overflow: visible !important;
  }
  .showcase-feat {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    font-size: .65rem !important;
    padding: 5px 10px !important;
    border-radius: 20px !important;
    background: rgba(255,255,255,.04) !important;
    border: 1px solid rgba(255,255,255,.08) !important;
    white-space: nowrap !important;
    color: rgba(255,255,255,.65) !important;
  }
  .showcase-feat i {
    font-size: .5rem !important;
    color: #a78bfa !important;
  }

  /* === CTA: BOTH buttons on same line === */
  .showcase-cta-row {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
  }
  .showcase-cta-row .btn {
    flex: 1 1 0% !important;
    font-size: .7rem !important;
    padding: 10px 6px !important;
    border-radius: 10px !important;
    text-align: center !important;
    white-space: nowrap !important;
    min-width: 0 !important;
  }

  /* === NAVIGATION: refined dots + arrows === */
  .showcase-nav {
    margin-top: 16px !important;
  }
  .showcase-dot {
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    transition: all .3s !important;
  }
  .showcase-dot.active {
    width: 20px !important;
    border-radius: 3px !important;
  }
  .showcase-arrow {
    width: 32px !important;
    height: 32px !important;
    font-size: .7rem !important;
  }
}

/* ── FIX #9: Pricing plans — horizontal carousel on mobile ── */
@media (max-width: 768px) {
  .hp-pricing-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    gap: 16px !important;
    padding-bottom: 16px !important;
    scrollbar-width: none !important;
  }
  .hp-pricing-grid::-webkit-scrollbar {
    display: none !important;
  }
  .hp-plan {
    flex: 0 0 85% !important;
    scroll-snap-align: center !important;
    max-width: 85% !important;
  }
  /* Dots indicator */
  .hp-pricing-dots {
    display: flex !important;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
  }
  .hp-pricing-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,.2);
    transition: all .3s;
  }
  .hp-pricing-dots span.active {
    background: #7F56D9;
    width: 20px;
    border-radius: 4px;
  }
}

/* ── FIX #10: Hide contact quick strip on mobile ── */
@media (max-width: 768px) {
  .contact-quick-strip {
    display: none !important;
  }
}

/* ── FIX #11: Services — SPOTLIGHT on mobile ── */
@media (max-width: 768px) {
  .services-overview-grid {
    display: block !important;
    position: relative !important;
    min-height: 180px !important;
    overflow: hidden !important;
  }
  .svc-overview-card {
    position: absolute !important;
    inset: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 20px !important;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    opacity: 0 !important;
    transform: translateY(12px) !important;
    transition: opacity .4s ease, transform .4s ease !important;
    pointer-events: none !important;
  }
  .svc-overview-card.svc-spotlight-active {
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
    position: relative !important;
  }
  /* Icon: large, centered, with glow */
  .svc-overview-card .svc-overview-icon {
    width: 56px !important;
    height: 56px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 16px !important;
    font-size: 1.3rem !important;
    margin-bottom: 12px !important;
    position: relative !important;
  }
  .svc-overview-card .svc-overview-icon::after {
    content: '' !important;
    position: absolute !important;
    inset: -8px !important;
    border-radius: 20px !important;
    background: inherit !important;
    opacity: .35 !important;
    filter: blur(12px) !important;
    z-index: -1 !important;
  }
  /* Colors per service */
  .svc-overview-card:nth-child(1) .svc-overview-icon { background: rgba(127,86,217,.15) !important; color: #c084fc !important; }
  .svc-overview-card:nth-child(2) .svc-overview-icon { background: rgba(0,212,255,.15) !important; color: #67e8f9 !important; }
  .svc-overview-card:nth-child(3) .svc-overview-icon { background: rgba(243,115,53,.15) !important; color: #fdba74 !important; }
  .svc-overview-card:nth-child(4) .svc-overview-icon { background: rgba(34,197,94,.15) !important; color: #86efac !important; }
  .svc-overview-card:nth-child(5) .svc-overview-icon { background: rgba(251,191,36,.15) !important; color: #fde68a !important; }
  .svc-overview-card:nth-child(6) .svc-overview-icon { background: rgba(244,63,94,.15) !important; color: #fda4af !important; }
  /* Title */
  .svc-overview-card h3 {
    font-size: 1rem !important;
    font-weight: 700 !important;
    margin: 0 0 6px !important;
    display: block !important;
  }
  .svc-overview-card h3 .svc-overview-icon {
    display: flex !important;
    margin: 0 auto 12px !important;
  }
  /* Description: 2 lines max */
  .svc-overview-card p {
    font-size: .78rem !important;
    color: rgba(255,255,255,.45) !important;
    line-height: 1.45 !important;
    max-width: 300px !important;
    margin: 0 auto !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }
  /* Hide read more */
  .svc-overview-card .read-more {
    display: none !important;
  }

  /* Spotlight dots */
  .svc-spotlight-dots {
    display: flex !important;
    justify-content: center !important;
    gap: 6px !important;
    margin-top: 16px !important;
  }
  .svc-spotlight-dot {
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background: rgba(255,255,255,.15) !important;
    cursor: pointer !important;
    transition: all .3s !important;
  }
  .svc-spotlight-dot.active {
    width: 18px !important;
    border-radius: 3px !important;
    background: #7F56D9 !important;
  }
}

/* ── FIX #12: Marketing — STORY TABS on mobile ── */
@media (max-width: 768px) {
  /* Story tabs bar */
  .mkt-story-tabs {
    display: flex !important;
    gap: 6px;
    margin-bottom: 16px;
    padding: 0 4px;
  }
  .mkt-story-tab {
    flex: 1;
    height: 3px;
    border-radius: 3px;
    background: rgba(255,255,255,.12);
    cursor: pointer;
    transition: all .3s;
    position: relative;
    overflow: hidden;
  }
  .mkt-story-tab.active {
    background: rgba(255,255,255,.15);
  }
  .mkt-story-tab.active::after {
    content: '';
    position: absolute;
    top: 0; left: 0; bottom: 0;
    width: 100%;
    border-radius: 3px;
    animation: storyFill 5s linear forwards;
  }
  .mkt-story-tab:nth-child(1).active::after { background: #F37335; }
  .mkt-story-tab:nth-child(2).active::after { background: #7F56D9; }
  .mkt-story-tab:nth-child(3).active::after { background: #00d4ff; }

  @keyframes storyFill {
    from { width: 0; }
    to { width: 100%; }
  }

  /* Tab labels */
  .mkt-story-labels {
    display: flex !important;
    justify-content: space-between;
    margin-bottom: 12px;
    padding: 0 4px;
  }
  .mkt-story-label {
    font-size: .65rem;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: rgba(255,255,255,.35);
    cursor: pointer;
    transition: color .3s;
  }
  .mkt-story-label.active {
    color: rgba(255,255,255,.9);
    font-weight: 600;
  }

  /* Pillars: only show active */
  .mkt-pillars {
    display: block !important;
    position: relative !important;
  }
  .mkt-pillar {
    display: none !important;
    animation: storySlideIn .35s ease !important;
  }
  .mkt-pillar.mkt-story-active {
    display: block !important;
  }

  @keyframes storySlideIn {
    from { opacity: 0; transform: translateX(20px); }
    to { opacity: 1; transform: translateX(0); }
  }

  /* Compact the active pillar */
  .mkt-pillar.mkt-story-active .mkt-holo-floating-orbs {
    display: none !important;
  }
  .mkt-pillar.mkt-story-active .mkt-features-list li {
    font-size: .82rem !important;
    padding: 4px 0 !important;
  }

  /* CTA row */
  .mkt-cta-row {
    flex-direction: column !important;
    gap: 10px !important;
  }
  .mkt-cta-row .btn {
    font-size: .8rem !important;
    padding: 12px 16px !important;
    text-align: center !important;
  }
}

/* ── FIX #13: About — REDESIGN on mobile ── */
@media (max-width: 768px) {
  /* Hide original data-heavy elements (replaced by JS-injected versions) */
  .about-numbers,
  .about-caps {
    display: none !important;
  }

  /* Statement: centered, impactful */
  .about-statement {
    text-align: center !important;
    padding: 10px 0 0 !important;
  }
  .about-headline {
    font-size: 1.6rem !important;
    line-height: 1.2 !important;
  }

  /* Narrative paragraph (injected by JS) */
  .about-mobile-narrative {
    text-align: center !important;
    font-size: .88rem !important;
    line-height: 1.55 !important;
    color: rgba(255,255,255,.55) !important;
    margin: 14px auto 0 !important;
    max-width: 340px !important;
  }

  /* Compact stats strip (injected by JS) */
  .about-mobile-stats {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 4px 14px !important;
    margin: 18px 0 !important;
    padding: 12px 0 !important;
    border-top: 1px solid rgba(255,255,255,.06) !important;
    border-bottom: 1px solid rgba(255,255,255,.06) !important;
  }
  .about-mobile-stats span {
    font-size: .65rem !important;
    color: rgba(255,255,255,.4) !important;
    text-transform: uppercase !important;
    letter-spacing: .5px !important;
    white-space: nowrap !important;
  }
  .about-mobile-stats strong {
    color: #fff !important;
    font-weight: 800 !important;
    font-size: .8rem !important;
  }

  /* Capability tags (injected by JS) */
  .about-mobile-tags {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 8px !important;
    margin: 14px 0 !important;
  }
  .about-tag {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    font-size: .68rem !important;
    padding: 5px 10px !important;
    border-radius: 20px !important;
    border: 1px solid color-mix(in srgb, var(--tag-color) 25%, transparent) !important;
    color: var(--tag-color) !important;
    background: color-mix(in srgb, var(--tag-color) 6%, transparent) !important;
    letter-spacing: .3px !important;
  }
  .about-tag i {
    font-size: .6rem !important;
  }

  /* CTA */
  .about-cta-zone {
    text-align: center !important;
    margin-top: 16px !important;
  }
  .about-cta-zone .btn {
    width: 100% !important;
    font-size: .9rem !important;
    padding: 14px 20px !important;
  }
}


