/* ============================================
   BOXMAR — Mobile & Flagship Phone Styles
   Complete rewrite: Modern, Clean, Spacious
   
   Target: iPhone 16 Pro Max (430px) / S25 Ultra (412px)
   
   Breakpoints:
     @media (max-width: 1024px) — Tablet
     @media (max-width: 768px)  — Mobile
     @media (max-width: 576px)  — Flagship phones
   ============================================ */


/* ============================================
   TABLET — ≤1024px
   ============================================ */
@media (max-width: 1024px) {

    .top-bar-right {
        gap: var(--space-sm);
    }

    .top-bar a {
        font-size: 0.72rem;
    }

    .hero-camel-stage {
        width: 300px;
        height: 300px;
    }

    .camel-core {
        width: 220px;
        height: 220px;
    }

    .camel-svg {
        width: 180px;
        height: 158px;
    }

    .globe-camel-core {
        width: 260px;
        height: 260px;
    }

    .globe-camel-svg {
        width: 260px;
        height: 260px;
    }

    .hero-logo-img-large {
        width: 96px;
        height: 96px;
    }

    .hero-logo-display {
        top: -70px;
    }

    .hero-visual-content {
        height: 380px;
    }

    .hero-float-card {
        padding: var(--space-xs) var(--space-md);
        font-size: 0.82rem;
    }

    .camel-ring-3 {
        display: none;
    }

    .testimonial-card {
        padding: var(--space-2xl);
    }

    .quote-form-wrapper {
        padding: var(--space-2xl);
    }

    .cta-section {
        padding: var(--space-3xl) 0;
    }

    .page-hero {
        padding: 140px 0 60px;
    }

    .contact-grid {
        gap: var(--space-2xl);
    }

    .mv-card {
        padding: var(--space-lg);
    }

    .timeline::before {
        left: 30px;
    }

    .timeline-item,
    .timeline-item:nth-child(even) {
        flex-direction: row;
    }

    .timeline-year {
        width: 60px;
        height: 60px;
        font-size: 0.88rem;
    }

    .svc-photo-grid.grid-featured,
    .svc-photo-grid.grid-mosaic {
        grid-template-columns: 1.4fr 1fr;
        grid-template-rows: 240px 240px;
    }

    .svc-photo-grid.grid-featured .svc-photo-card:nth-child(4),
    .svc-photo-grid.grid-mosaic .svc-photo-card:nth-child(4) {
        display: none;
    }

    .svc-related-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .svc-stats-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .svc-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .svc-route-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-grid-v2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-globe-container {
        width: 300px;
        height: 300px;
    }

    .hv-ring-1 {
        width: 300px;
        height: 300px;
    }

    .hv-ring-2 {
        width: 240px;
        height: 240px;
    }

    .hv-ring-3 {
        width: 180px;
        height: 180px;
    }

    .hv-sphere {
        width: 130px;
        height: 130px;
    }

    .hv-logo {
        width: 90px;
    }

    .hv-pulse-1,
    .hv-pulse-2,
    .hv-pulse-3 {
        width: 130px;
        height: 130px;
    }

    .hero-modern-visual {
        height: 420px;
    }
}


/* ============================================
   MOBILE — ≤768px
   ============================================ */
@media (max-width: 768px) {

    /* Fix #1.3: Show compact phone on mobile instead of hiding all contact info */
    .top-bar-right {
        display: flex;
        gap: 0;
    }

    /* Hide email on mobile, keep phone visible for tap-to-call */
    .top-bar-right .top-bar-email {
        display: none;
    }

    .top-bar-right .top-bar-divider {
        display: none;
    }

    .top-bar-right .top-bar-phone {
        font-size: 0.72rem;
        font-weight: 700;
    }

    .top-bar {
        height: 36px;
    }

    .navbar {
        top: 36px;
    }

    .navbar.scrolled {
        top: 0;
    }

    .nav-links,
    .nav-actions .nav-cta {
        display: none;
    }

    .hamburger {
        display: flex;
    }

    .nav-logo-img {
        height: 78px;
    }

    .navbar.scrolled .nav-logo-img {
        height: 62px;
    }

    /* ── Hero Layout ── */
    .hero-split {
        grid-template-columns: 1fr;
        text-align: center;
        gap: var(--space-2xl);
    }

    .hero-text-content {
        margin: 0 auto;
    }

    .hero-desc {
        border-left: none;
        border-top: 3px solid var(--gold-400);
        border-radius: var(--radius-sm);
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-trust-row {
        justify-content: center;
    }

    .hero-stats-glass {
        flex-wrap: wrap;
        justify-content: center;
    }

    .hero-company-label {
        font-size: 0.68rem;
    }

    .hero-float-card {
        display: none;
    }

    .hero-visual-content {
        height: 340px;
    }

    .hero-camel-stage {
        width: 260px;
        height: 260px;
    }

    .camel-core {
        width: 200px;
        height: 200px;
    }

    .camel-svg {
        width: 160px;
        height: 140px;
    }

    .globe-camel-core {
        width: 220px;
        height: 220px;
    }

    .globe-camel-svg {
        width: 220px;
        height: 220px;
    }

    .hero-logo-img-large {
        width: 80px;
        height: 80px;
    }

    .hero-logo-display {
        top: -60px;
    }

    .camel-ring-2,
    .camel-ring-3 {
        display: none;
    }

    .hero-camel-watermark {
        display: none;
    }

    .hero-world-map {
        opacity: 0.25;
    }

    /* ── Divider ── */
    .camel-divider {
        padding: var(--space-sm) var(--space-md);
    }

    .camel-divider-icon {
        width: 60px;
        height: 44px;
    }

    /* ── Branded Divider ── */
    .branded-divider {
        padding: var(--space-sm) var(--space-md);
        gap: var(--space-md);
    }

    .branded-divider-line {
        max-width: 100px;
    }

    .branded-divider-text {
        font-size: 0.6rem;
        letter-spacing: 0.15em;
    }

    .branded-divider-dot {
        width: 5px;
        height: 5px;
    }

    /* ── About Section ── */
    .about-pills {
        gap: var(--space-xs);
    }

    .grid-wide-gap {
        gap: var(--space-2xl);
    }

    .grid-centered {
        max-width: 100%;
        gap: var(--space-lg);
    }

    /* ── Trust Bar ── */
    .trust-item {
        font-size: 0.8rem;
    }

    .trust-bar .container {
        flex-direction: column;
        gap: var(--space-md);
    }

    /* ── Bento Grid ── */
    .bento-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: auto;
    }

    .bento-card {
        min-height: 220px;
    }

    .bento-card.large {
        grid-column: span 2;
        grid-row: span 1;
        min-height: 280px;
    }

    .bento-card.tall {
        grid-column: span 1;
        grid-row: auto;
    }

    .bento-card.wide {
        grid-column: span 2;
    }

    /* ── Promise / Testimonial / Quote ── */
    .promise-card {
        padding: var(--space-lg);
    }

    .testimonial-card {
        padding: var(--space-xl) var(--space-lg);
    }

    .testimonial-quote {
        font-size: 1rem;
        max-width: 100%;
    }

    .quote-form-wrapper {
        padding: var(--space-xl);
        max-width: 100%;
    }

    .cta-section h2 {
        font-size: 1.5rem;
    }

    .cta-phone {
        font-size: 1.15rem;
    }

    /* ── Footer ── */
    .footer {
        padding: var(--space-3xl) 0 var(--space-lg);
    }

    .footer h4::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-about,
    .footer-links,
    .footer-contact {
        text-align: center;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-contact-item {
        justify-content: center;
    }

    /* ── Timeline ── */
    .timeline::before {
        left: 20px;
    }

    .timeline-item,
    .timeline-item:nth-child(even) {
        flex-direction: row;
        gap: var(--space-lg);
    }

    .timeline-year {
        width: 50px;
        height: 50px;
        font-size: 0.78rem;
    }

    .timeline-content {
        padding: var(--space-lg);
    }

    /* ── Page Hero ── */
    .page-hero {
        padding: 120px 0 50px;
    }

    .page-hero h1 {
        font-size: 1.8rem;
    }

    .page-hero-icon {
        width: 120px !important;
        height: 120px !important;
        right: 5%;
    }

    /* Fix #1.4: Stagger floating buttons to prevent overlap on small viewports */
    .chatbox-trigger {
        right: 16px;
        bottom: 16px;
        padding: 10px 16px;
        font-size: 0.78rem;
        z-index: var(--z-chat, 80);
    }

    .whatsapp-float {
        width: 44px;
        height: 44px;
        font-size: 1.2rem;
        bottom: 68px; /* chatbot trigger ~44px + 16px gap + 8px */
        right: 16px;
        z-index: var(--z-float, 50);
    }

    .scroll-top {
        width: 36px;
        height: 36px;
        right: 18px;
        bottom: 124px; /* whatsapp 68px + 44px + 12px gap */
        z-index: var(--z-float, 50);
    }

    .inquiry-float {
        display: none !important;
    }

    .chatbox {
        width: calc(100vw - 32px);
        right: 16px;
    }

    /* ── Service Pages ── */
    .svc-features-grid {
        grid-template-columns: 1fr;
    }

    .svc-process {
        grid-template-columns: repeat(2, 1fr);
    }

    .svc-process::before {
        display: none;
    }

    .svc-compare-grid {
        grid-template-columns: 1fr;
    }

    .svc-hero-stats {
        gap: var(--space-md);
    }

    .svc-hero-stat {
        min-width: 100px;
        padding: var(--space-sm) var(--space-md);
    }

    .svc-hero-stat .stat-val {
        font-size: 1.4rem;
    }

    .advantage-card,
    .feature-box {
        padding: var(--space-lg);
    }

    .feature-grid {
        grid-template-columns: 1fr;
    }

    .gmap-legend {
        display: none;
    }

    .gmap-stats-row {
        gap: var(--space-md);
    }

    .gmap-stat {
        min-width: 90px;
        padding: var(--space-md);
    }

    .gmap-stat-num {
        font-size: 1.6rem;
    }

    .svc-illustration {
        min-height: 200px;
        padding: var(--space-lg);
    }

    .svc-scene {
        padding: var(--space-2xl) var(--space-lg);
    }

    .svc-photo-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .svc-photo-grid.grid-featured,
    .svc-photo-grid.grid-mosaic {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .svc-photo-grid.grid-featured .svc-photo-card.featured,
    .svc-photo-grid.grid-mosaic .svc-photo-card:nth-child(1) {
        grid-row: span 1;
        grid-column: span 2;
        aspect-ratio: 16/9;
    }

    .svc-photo-grid.grid-featured .svc-photo-card:nth-child(4),
    .svc-photo-grid.grid-mosaic .svc-photo-card:nth-child(4) {
        display: block;
    }

    .svc-photo-card {
        aspect-ratio: 4/3;
    }

    .svc-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .svc-hero-image-banner {
        height: 280px;
    }

    .svc-hero-image-overlay {
        padding: var(--space-xl);
    }

    .svc-stats-row {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--space-md);
    }

    .svc-why-grid {
        grid-template-columns: 1fr;
    }

    .svc-route-grid {
        grid-template-columns: 1fr;
    }

    .svc-cta-banner {
        flex-direction: column;
        text-align: center;
    }

    .svc-cta-banner-actions {
        justify-content: center;
    }

    .svc-process {
        grid-template-columns: repeat(2, 1fr);
    }

    .svc-process::before {
        display: none;
    }

    /* ── V2 Sections ── */
    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .footer-grid-v2 {
        grid-template-columns: 1fr;
        gap: var(--space-2xl);
    }

    .footer-brand-v2 p {
        max-width: 100%;
    }

    .trust-item-v2 {
        padding: 10px 16px;
    }

    .trust-item-v2+.trust-item-v2::before {
        display: none;
    }

    .trust-bar-v2 .container {
        gap: var(--space-sm);
    }

    .quote-form-v2 {
        padding: var(--space-xl);
    }

    .form-steps-v2 {
        gap: var(--space-sm);
    }

    .network-stats-v2 {
        grid-template-columns: repeat(2, 1fr);
    }

    /* ── Globe Visual ── */
    .hero-globe-container {
        width: 260px;
        height: 260px;
    }

    .hv-ring-1 {
        width: 260px;
        height: 260px;
    }

    .hv-ring-2 {
        width: 200px;
        height: 200px;
    }

    .hv-ring-3 {
        width: 150px;
        height: 150px;
    }

    .hv-sphere {
        width: 110px;
        height: 110px;
    }

    .hv-logo {
        width: 76px;
    }

    .hv-pulse-1,
    .hv-pulse-2,
    .hv-pulse-3 {
        width: 110px;
        height: 110px;
    }

    .hero-modern-visual {
        height: 360px;
    }

    .hv-years-badge {
        width: 72px;
        height: 72px;
        top: 10px;
        right: 10px;
    }

    .hv-years-num {
        font-size: 1.7rem;
    }

    .hero-orb-3 {
        display: none;
    }

    .hv-orbit-3,
    .hv-orbit-4 {
        display: none;
    }

    .hv-connections {
        display: none;
    }

    .grid-bg {
        animation: none;
    }

    /* Animation simplification */
    .hv-ring-1 {
        animation-duration: 60s;
    }

    .hv-ring-2 {
        animation-duration: 40s;
    }

    .hv-sphere {
        animation-duration: 10s;
    }

    /* Kill decorative background animations */
    .hero-glow,
    .hero-glow-2,
    .grid-bg,
    .hero-camel-watermark,
    .camel-ring-1,
    .camel-ring-2,
    .camel-ring-3,
    .hero-logo-halo,
    .map-route,
    .map-route-gold,
    .map-route-blue,
    .map-route-silver,
    .city-pulse-ring,
    .city-pulse-ring-2 {
        animation: none !important;
    }

    /* Remove will-change on mobile for memory */
    .hero-glow,
    .hero-glow-2,
    .grid-bg,
    .hero-camel-watermark,
    .camel-ring-1,
    .camel-ring-2,
    .camel-ring-3,
    .hero-logo-halo,
    .camel-core,
    .hero-logo-img-large,
    .hero-float-card,
    .hero-orb,
    .hv-ring,
    .hv-sphere,
    .hv-orbit,
    .hv-pulse {
        will-change: auto;
    }

    /* Fix #3.2/3.3: Disable expensive animations on mobile for performance */
    .camel-core {
        box-shadow: 0 0 40px rgba(200, 146, 42, 0.2), inset 0 0 30px rgba(0, 0, 0, 0.5);
        animation: none;
    }

    /* Disable filter/shadow animations on mobile */
    .stat-glass-item:hover .num {
        filter: none;
        transform: none;
    }

    .hero-title-creative .gradient-text {
        animation: none;
        filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
    }

    .map-route-silk {
        filter: none;
    }

    .hero-logo-img-large {
        filter: drop-shadow(0 0 16px rgba(200, 146, 42, 0.5));
    }

    /* Expand will-change reset for more elements */
    .reveal,
    .bento-card,
    .svc-card,
    .feature-card,
    .info-card,
    .btn {
        will-change: auto;
    }

    .camel-svg {
        filter: drop-shadow(0 4px 12px rgba(200, 146, 42, 0.35));
    }

    /* Reduce blur for performance */
    .navbar.scrolled {
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
    }

    .nav-dropdown-menu {
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
    }

    .mobile-menu {
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
    }

    .hero-logo-img-large {
        animation-duration: 8s;
        filter: drop-shadow(0 0 16px rgba(200, 146, 42, 0.5));
    }

    .hero-stats-glass {
        flex-wrap: wrap;
        max-width: 100%;
        overflow: hidden;
    }
}


/* ============================================
   FLAGSHIP PHONES — ≤576px
   "Breathe and Glow" Design System
   Clean · Spacious · Modern · Premium
   ============================================ */
@media (max-width: 576px) {

    /* ── FORCE ALL REVEAL ELEMENTS VISIBLE ── */
    /* On mobile, scroll animations cause items to stay invisible */
    .reveal {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }

    .reveal-delay-1,
    .reveal-delay-2,
    .reveal-delay-3,
    .reveal-delay-4,
    .reveal-delay-5,
    .reveal-delay-6 {
        transition-delay: 0s !important;
    }

    /* Force hero entrance animations visible immediately */
    .hero-animate-in {
        opacity: 1 !important;
        transform: none !important;
        animation: none !important;
    }

    .hero-animate-in-delay-1,
    .hero-animate-in-delay-2,
    .hero-animate-in-delay-3,
    .hero-animate-in-delay-4,
    .hero-animate-in-delay-5,
    .hero-animate-in-delay-6 {
        animation-delay: 0s !important;
    }

    /* ── SECTION HEADERS — Compact mobile sizing ── */
    .section-label {
        font-size: 0.68rem !important;
        letter-spacing: 0.12em !important;
        margin-bottom: 4px !important;
    }

    .section-title {
        font-size: 1.35rem !important;
        line-height: 1.25 !important;
        margin-bottom: 8px !important;
    }

    .section-subtitle {
        font-size: 0.82rem !important;
        line-height: 1.6 !important;
        color: rgba(255, 255, 255, 0.55) !important;
        margin-bottom: 0 !important;
    }

    /* Override inline margin-bottom on section headers */
    .text-center[style*="margin-bottom"] {
        margin-bottom: 16px !important;
    }

    .section-header {
        margin-bottom: 16px !important;
    }

    /* ── BENTO CARDS v2 — Clean mobile overrides ── */
    .bento-card-v2 {
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        padding: 20px !important;
        border-radius: 14px !important;
        background: rgba(255, 255, 255, 0.03) !important;
        border: 1px solid rgba(255, 255, 255, 0.06) !important;
    }

    .bento-card-v2::before {
        display: none !important;
    }

    .bento-card-v2:hover {
        transform: none !important;
        box-shadow: none !important;
    }

    /* ── GLOBAL SECTION SPACING — Compact ── */
    .section {
        padding: 28px 0;
    }

    .container {
        padding: 0 16px;
    }

    .section--dark::before {
        opacity: 0.6;
    }

    /* ── CONTACT PAGE MOBILE ── */
    .contact-page-section {
        padding: 20px 0 !important;
    }

    .contact-grid {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }

    .contact-page-section .section-title {
        font-size: 1.3rem !important;
    }

    .contact-info-card {
        padding: 20px !important;
        border-radius: 14px !important;
    }

    .contact-info-item .icon {
        width: 36px !important;
        height: 36px !important;
    }

    .contact-info-item h4 {
        font-size: 0.85rem !important;
    }

    .contact-info-item p {
        font-size: 0.82rem !important;
    }

    /* ── HIDE REDUNDANT SECTIONS ── */
    /* Divider is purely decorative — waste of space */
    .camel-divider {
        display: none !important;
    }

    /* Stats v2 section duplicates hero mini-stats */
    .stats-section-v2 {
        display: none !important;
    }

    /* Hero trust badges duplicate trust bar items */
    .hero-trust-row {
        display: none !important;
    }

    /* ── BOTTOM PADDING for floating buttons ── */
    body {
        padding-bottom: 80px;
    }

    /* ── KILL ALL VISUAL NOISE ── */
    .hero-glow,
    .hero-glow-2,
    .grid-bg,
    .hero-camel-watermark,
    .hero-bg-pattern,
    .hero-dune-wave,
    .camel-ring-1,
    .camel-ring-2,
    .camel-ring-3,
    .hero-logo-halo,
    .hero-orb,
    .hero-orb-2,
    .hero-orb-3,
    .hero-float-card,
    .map-route,
    .map-route-gold,
    .map-route-blue,
    .map-route-silver,
    .city-pulse-ring,
    .city-pulse-ring-2,
    .hv-connections,
    .hv-orbit-3,
    .hv-orbit-4 {
        display: none !important;
    }


    /* ═══════════════════════════════════════
       1. HERO SECTION — Clean & Spacious
       ═══════════════════════════════════════ */
    .hero {
        padding: 100px 0 40px;
        min-height: auto;
    }

    /* Company badge — clean pill */
    .hero-company-label {
        font-size: 0.7rem;
        padding: 8px 18px;
        border-radius: var(--radius-full);
        background: rgba(200, 146, 42, 0.08);
        border: 1px solid rgba(200, 146, 42, 0.15);
        letter-spacing: 0.12em;
        margin-bottom: 28px;
    }

    /* Hero title — large, bold */
    .hero-title-creative {
        font-size: clamp(1.65rem, 7.5vw, 2.3rem);
        line-height: 1.12;
        letter-spacing: -0.03em;
        margin-bottom: 10px;
    }

    /* Subtitle */
    .hero-subtitle {
        font-size: 1.05rem;
        margin-bottom: 14px;
        opacity: 0.9;
        font-weight: 500;
    }

    /* Description — CLEAN PLAIN TEXT */
    .hero-desc {
        font-size: 0.88rem;
        line-height: 1.7;
        padding: 0 !important;
        margin: 0 auto 20px !important;
        max-width: 340px;
        border: none !important;
        border-top: none !important;
        border-left: none !important;
        border-radius: 0 !important;
        background: none !important;
        box-shadow: none !important;
        color: rgba(255, 255, 255, 0.55);
        text-align: center;
    }

    .hero-desc::before {
        display: none !important;
    }

    /* Buttons — full width, compact */
    .hero-buttons {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 20px;
        width: 100%;
    }

    .hero-buttons .btn {
        width: 100%;
        padding: 14px 20px;
        font-size: 0.92rem;
        border-radius: 12px;
        justify-content: center;
        font-weight: 700;
        letter-spacing: 0.02em;
    }

    .hero-buttons .btn-gold {
        box-shadow: 0 4px 20px rgba(200, 146, 42, 0.25);
    }

    .hero-buttons .btn-outline {
        border: 1px solid rgba(255, 255, 255, 0.12);
        background: rgba(255, 255, 255, 0.03);
    }

    /* Trust badges — clean 2x2 grid */
    .hero-trust-row {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin: 0 0 28px;
        width: 100%;
    }

    .hero-trust-item {
        font-size: 0.78rem;
        padding: 10px 14px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.06);
        color: rgba(255, 255, 255, 0.65);
        text-align: center;
        justify-content: center;
        white-space: nowrap;
    }

    .hero-trust-item svg,
    .hero-trust-item .trust-check {
        color: var(--gold-400);
        opacity: 0.7;
    }

    /* Stats — clean 2x2 grid, no heavy borders */
    .hero-stats-glass {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 12px !important;
        width: 100% !important;
        padding: 0 !important;
        margin-top: 0 !important;
        background: none !important;
        border: none !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        overflow: visible !important;
        border-radius: 0 !important;
    }

    /* Kill the animated gradient border pseudo from pages.css */
    .hero-stats-glass::before {
        display: none !important;
    }

    /* Kill separator borders between stat items */
    .stat-glass-item+.stat-glass-item {
        border-left: none !important;
    }

    .stat-glass-item {
        padding: 16px 12px !important;
        border-radius: 14px !important;
        background: rgba(255, 255, 255, 0.03) !important;
        border: 1px solid rgba(255, 255, 255, 0.06) !important;
        text-align: center;
    }

    .stat-glass-item:hover {
        background: rgba(255, 255, 255, 0.05) !important;
    }

    .stat-glass-item .num {
        font-size: 1.6rem;
        font-weight: 800;
        background: linear-gradient(135deg, var(--gold-300), var(--gold-500));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        line-height: 1.2;
        filter: none !important;
        transform: none !important;
    }

    .stat-glass-item .label {
        font-size: 0.68rem;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.45);
        margin-top: 4px;
    }

    /* Globe / Visual — HIDE on flagship phones, too much visual noise */
    .hero-modern-visual,
    .hero-visual-content,
    .hero-camel-stage,
    .hero-globe-container,
    .hero-scroll-indicator {
        display: none !important;
    }

    .hero-world-map {
        opacity: 0.08 !important;
    }


    /* ═══════════════════════════════════════
       1b. DIVIDER — Ultra-clean
       Override desktop border-top/bottom and heavy background
       ═══════════════════════════════════════ */
    .camel-divider {
        background: #050E1C !important;
        border-top: 1px solid rgba(255, 255, 255, 0.04) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.04) !important;
        padding: 12px 16px !important;
        gap: 12px !important;
    }

    .camel-divider::before {
        display: none !important;
    }

    .camel-divider-line {
        background: linear-gradient(90deg, transparent, rgba(200, 146, 42, 0.15), transparent) !important;
    }

    .camel-divider-line::after {
        display: none !important;
    }

    .camel-divider-icon {
        width: 40px !important;
        height: 30px !important;
        opacity: 0.5 !important;
        animation: none !important;
        filter: none !important;
    }

    /* ── Company Label clean ── */
    .hero-company-label {
        display: inline-flex !important;
        font-size: 0.65rem !important;
        padding: 6px 14px !important;
        border-radius: 40px !important;
        background: rgba(200, 146, 42, 0.06) !important;
        border: 1px solid rgba(200, 146, 42, 0.1) !important;
        letter-spacing: 0.12em !important;
        margin-bottom: 24px !important;
        box-shadow: none !important;
    }


    /* ═══════════════════════════════════════
       2. TRUST BAR — Vertical card stack
       Kill content-visibility that hides content,
       switch to reliable vertical layout
       ═══════════════════════════════════════ */

    /* Kill Chrome content-visibility lazy rendering */
    .trust-bar-v2,
    .section,
    .testimonials-v2,
    .stats-section-v2,
    .mv-section-v2,
    .cta-section-v2,
    .footer-v2 {
        content-visibility: visible !important;
        contain-intrinsic-size: auto !important;
        contain: none !important;
    }

    .trust-bar-v2 {
        padding: 20px 0 !important;
        background: #050E1C !important;
        border-top: none !important;
        border-bottom: none !important;
        box-shadow: none !important;
        overflow: visible !important;
    }

    .trust-bar-v2::before {
        display: none !important;
    }

    .trust-bar-v2 .container {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 8px !important;
        padding: 0 16px !important;
    }

    .trust-item-v2 {
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        padding: 10px 12px !important;
        border-radius: 10px !important;
        background: rgba(200, 146, 42, 0.06) !important;
        border: 1px solid rgba(200, 146, 42, 0.12) !important;
        min-width: 0 !important;
        width: 100% !important;
    }

    /* Last item spans full width if odd number */
    .trust-item-v2:last-child:nth-child(odd) {
        grid-column: 1 / -1 !important;
    }

    .trust-item-v2+.trust-item-v2::before {
        display: none !important;
    }

    .trust-item-v2 .trust-icon {
        width: 30px !important;
        height: 30px !important;
        min-width: 30px !important;
        border-radius: 8px !important;
        background: rgba(200, 146, 42, 0.1) !important;
        border: 1px solid rgba(200, 146, 42, 0.15) !important;
        box-shadow: none !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-shrink: 0 !important;
    }

    .trust-item-v2 .trust-icon svg {
        width: 14px !important;
        height: 14px !important;
    }

    .trust-item-v2 .trust-text {
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
        flex: 1 !important;
        min-width: 0 !important;
    }

    .trust-item-v2 .trust-label {
        font-size: 0.72rem !important;
        font-weight: 600 !important;
        color: rgba(255, 255, 255, 0.9) !important;
        display: block !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        line-height: 1.3 !important;
    }

    .trust-item-v2 .trust-sub {
        font-size: 0.62rem !important;
        color: rgba(255, 255, 255, 0.35) !important;
        display: block !important;
    }


    /* ═══════════════════════════════════════
       3. GLOBAL NETWORK MAP
       ═══════════════════════════════════════ */
    .global-network-section {
        padding: 24px 0 !important;
    }

    .global-map-container {
        border-radius: 12px;
        margin: 0;
        overflow: hidden;
    }

    .gmap-legend {
        display: none;
    }

    .network-stats-v2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        margin-top: 16px;
    }

    .network-stat-v2 {
        padding: 12px 10px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.06);
        text-align: center;
    }

    .network-stat-num-v2 {
        font-size: 1.3rem;
        font-weight: 800;
    }

    .network-stat-label-v2 {
        font-size: 0.65rem;
        color: rgba(255, 255, 255, 0.45);
        text-transform: uppercase;
        letter-spacing: 0.08em;
    }


    /* ═══════════════════════════════════════
       4. BENTO GRID (Services)
       ═══════════════════════════════════════ */
    .bento-grid {
        grid-template-columns: 1fr !important;
        gap: 10px;
    }

    .bento-card {
        min-height: 120px;
        border-radius: 12px;
        padding: 18px 16px;
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.06);
    }

    .bento-card.large,
    .bento-card.tall,
    .bento-card.wide {
        grid-column: span 1;
        grid-row: span 1;
        min-height: 160px;
    }

    .bento-card .bento-content h3 {
        font-size: 1.1rem;
        margin-bottom: 6px;
    }

    .bento-card .bento-content p {
        font-size: 0.85rem;
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.55);
    }

    .bento-card .bento-icon {
        width: 44px;
        height: 44px;
        border-radius: 12px;
        margin-bottom: 14px;
    }

    .bento-large-visual {
        width: 70px;
        height: 70px;
        opacity: 0.06;
    }

    .bento-arrow {
        width: 30px;
        height: 30px;
    }


    /* ═══════════════════════════════════════
       5. ABOUT / PROMISE / MISSION & VISION
       ═══════════════════════════════════════ */
    .about-section-v2 .grid-2 {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .about-stat-pill {
        padding: 10px 14px;
        border-radius: 10px;
    }

    .about-stat-pill .pill-num {
        font-size: 1rem;
        min-width: 42px;
    }

    .about-stat-pill .pill-label {
        font-size: 0.78rem;
    }

    .promise-grid-v2 {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .promise-card-v2 {
        padding: 14px 16px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.03) !important;
        border: 1px solid rgba(255, 255, 255, 0.06) !important;
        box-shadow: none !important;
    }

    .promise-card-v2 h4 {
        font-size: 0.88rem;
        color: rgba(255, 255, 255, 0.9) !important;
    }

    .promise-card-v2 p {
        font-size: 0.78rem;
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.5) !important;
    }

    /* CRITICAL: override desktop light section backgrounds */
    .mv-section-v2 {
        background: var(--navy-900) !important;
    }

    .mv-section-v2 .grid-2 {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    /* CRITICAL: override desktop white background */
    .mv-card-v2 {
        padding: 18px 16px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.04) !important;
        border: 1px solid rgba(255, 255, 255, 0.08) !important;
        box-shadow: none !important;
    }

    .mv-card-v2::before {
        display: none !important;
    }

    .mv-card-v2:hover {
        transform: none !important;
    }

    .mv-icon-v2 {
        width: 48px !important;
        height: 48px !important;
        border-radius: 12px !important;
        margin-bottom: 12px !important;
    }

    .mv-card-v2 h3 {
        font-size: 1rem;
        color: rgba(255, 255, 255, 0.95) !important;
    }

    .mv-card-v2 p {
        font-size: 0.82rem;
        line-height: 1.65;
        color: rgba(255, 255, 255, 0.55) !important;
    }


    /* ═══════════════════════════════════════
       6. STATS SECTION
       ═══════════════════════════════════════ */
    .stats-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .stat-card-v2 {
        padding: 20px 16px;
        border-radius: 14px;
        text-align: center;
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.06);
    }

    .stat-icon-v2 {
        margin: 0 auto 10px;
    }

    .stat-number-v2 {
        font-size: 1.8rem;
        font-weight: 800;
    }

    .stat-label-v2 {
        font-size: 0.72rem;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        color: rgba(255, 255, 255, 0.45);
    }


    /* ═══════════════════════════════════════
       7. TESTIMONIALS — Horizontal scroll
       ═══════════════════════════════════════ */
    .testimonials-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 14px;
        padding-bottom: 12px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .testimonials-grid::-webkit-scrollbar {
        display: none;
    }

    .testimonial-card-v2 {
        scroll-snap-align: center;
        min-width: 78vw;
        flex-shrink: 0;
        padding: 18px 16px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.03) !important;
        border: 1px solid rgba(255, 255, 255, 0.06) !important;
        box-shadow: none !important;
    }

    .testimonial-quote-v2 {
        font-size: 0.85rem;
        line-height: 1.65;
        color: rgba(255, 255, 255, 0.7) !important;
    }

    .testimonial-name-v2 {
        font-size: 0.88rem;
        color: rgba(255, 255, 255, 0.9) !important;
    }

    .testimonial-role-v2 {
        font-size: 0.72rem;
        color: rgba(255, 255, 255, 0.4) !important;
    }

    /* Override light section backgrounds */
    .testimonials-section-v2 {
        background: var(--navy-900) !important;
    }


    /* ═══════════════════════════════════════
       8. FAQ
       ═══════════════════════════════════════ */
    .faq-question-v2 {
        padding: 18px 16px;
        font-size: 0.92rem;
        min-height: 52px;
        gap: 12px;
        border-radius: 12px;
    }

    .faq-icon-v2 {
        width: 28px;
        height: 28px;
        font-size: 1.1rem;
        flex-shrink: 0;
    }

    .faq-answer-inner-v2 {
        padding: 0 16px 18px;
        font-size: 0.88rem;
        line-height: 1.8;
        color: rgba(255, 255, 255, 0.55);
    }

    .faq-item-v2 {
        border-radius: 14px;
        margin-bottom: 10px;
        background: rgba(255, 255, 255, 0.02);
        border: 1px solid rgba(255, 255, 255, 0.05);
    }


    /* ═══════════════════════════════════════
       9. QUOTE FORM
       ═══════════════════════════════════════ */
    .quote-form-v2 {
        padding: 24px 20px;
        border-radius: 20px;
    }

    .form-steps-v2 {
        gap: 6px;
        margin-bottom: 24px;
        flex-wrap: nowrap;
        overflow: visible;
    }

    .form-step-v2 {
        flex: 1;
    }

    .form-step-num-v2 {
        width: 34px;
        height: 34px;
        font-size: 0.82rem;
    }

    .form-step-label-v2 {
        font-size: 0.68rem;
    }

    .form-control {
        padding: 14px 16px;
        font-size: 1rem;
        border-radius: 12px;
        min-height: 50px;
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(255, 255, 255, 0.08);
    }

    .form-control:focus {
        border-color: rgba(200, 146, 42, 0.3);
        box-shadow: 0 0 0 3px rgba(200, 146, 42, 0.08);
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .form-nav {
        gap: 10px;
        flex-direction: column;
    }

    .form-nav .btn {
        width: 100%;
        justify-content: center;
        padding: 14px;
        font-size: 0.95rem;
        border-radius: 12px;
    }


    /* ═══════════════════════════════════════
       9b. CATALOG QR — Stacked
       ═══════════════════════════════════════ */
    .catalog-qr-section {
        padding: 24px 0 !important;
    }

    .catalog-qr-card {
        padding: 20px !important;
        border-radius: 14px !important;
    }

    .catalog-qr-card::before {
        display: none !important;
    }

    .catalog-qr-content {
        flex-direction: column !important;
        gap: 20px !important;
        text-align: center;
    }

    .catalog-qr-text .section-label {
        justify-content: center !important;
    }

    .catalog-qr-desc {
        font-size: 0.82rem !important;
        line-height: 1.65 !important;
        margin-bottom: 16px !important;
        max-width: 100% !important;
    }

    .catalog-qr-btn {
        width: 100% !important;
        justify-content: center !important;
        padding: 14px 20px !important;
        border-radius: 12px !important;
        font-size: 0.92rem !important;
    }

    .catalog-qr-image-wrapper {
        padding: 12px !important;
        border-radius: 12px !important;
    }

    .catalog-qr-img {
        width: 160px !important;
        height: 160px !important;
    }

    .catalog-qr-scan-hint {
        font-size: 0.65rem !important;
        margin-top: 8px !important;
    }


    /* ═══════════════════════════════════════
       10. CTA SECTION
       ═══════════════════════════════════════ */
    .cta-inner-v2 {
        padding: 24px 16px;
        border-radius: 16px;
        text-align: center;
    }

    .cta-inner-v2 h2 {
        font-size: 1.2rem;
        line-height: 1.3;
    }

    .cta-inner-v2 p {
        font-size: 0.88rem;
        color: rgba(255, 255, 255, 0.55);
    }

    .cta-buttons-v2 {
        flex-direction: column;
        gap: 10px;
    }

    .cta-buttons-v2 .btn {
        width: 100%;
        justify-content: center;
        padding: 14px;
        font-size: 0.95rem;
        border-radius: 12px;
    }

    .cta-phone-v2 {
        font-size: 0.85rem;
    }


    /* ═══════════════════════════════════════
       11. FOOTER
       ═══════════════════════════════════════ */
    .footer-grid-v2 {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: center;
    }

    .footer-brand-v2 p {
        max-width: 100%;
    }

    .footer-v2 {
        padding: 48px 0 24px;
    }

    .footer-links-v2 h4,
    .footer-contact-v2 h4 {
        font-size: 0.9rem;
        margin-bottom: 16px;
    }

    .footer-links-v2 a {
        font-size: 0.85rem;
        padding: 6px 0;
    }

    .footer-bottom-v2 {
        font-size: 0.72rem;
        flex-direction: column;
        gap: 8px;
        text-align: center;
        padding-top: 24px;
    }

    .footer-social-v2 {
        justify-content: center;
        gap: 12px;
    }


    /* ═══════════════════════════════════════
       12. FLOATING BUTTONS — No overlap
       ═══════════════════════════════════════ */
    .whatsapp-float {
        position: fixed;
        bottom: 80px;
        right: 20px;
        width: 48px;
        height: 48px;
        font-size: 1.3rem;
        border-radius: 16px;
        z-index: var(--z-float);
        box-shadow: 0 4px 16px rgba(37, 211, 102, 0.3);
    }

    .scroll-top {
        position: fixed;
        width: 38px;
        height: 38px;
        right: 22px;
        bottom: 138px;
        border-radius: 12px;
        font-size: 0.9rem;
        z-index: var(--z-float);
    }

    .chatbox-trigger {
        position: fixed;
        left: 20px;
        bottom: 20px;
        right: auto;
        padding: 10px 18px;
        font-size: 0.78rem;
        border-radius: 14px;
        z-index: var(--z-float);
    }

    .chatbox {
        width: calc(100vw - 32px);
        right: 16px;
        bottom: 16px;
        max-height: 80vh;
        border-radius: 20px;
    }

    .inquiry-float {
        display: none !important;
    }


    /* ═══════════════════════════════════════
       13. SERVICE PAGES
       ═══════════════════════════════════════ */
    .page-hero {
        padding: 100px 0 40px;
    }

    .page-hero h1 {
        font-size: 1.6rem;
    }

    .page-hero-icon {
        width: 80px !important;
        height: 80px !important;
        right: 5%;
        opacity: 0.15;
    }

    .svc-features-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .svc-process {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .svc-process::before {
        display: none;
    }

    .svc-process-step {
        padding: 20px;
        border-radius: 14px;
    }

    .svc-compare-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .svc-hero-stats {
        gap: 10px;
        flex-wrap: wrap;
    }

    .svc-hero-stat {
        min-width: 90px;
        padding: 10px 14px;
    }

    .svc-hero-stat .stat-val {
        font-size: 1.3rem;
    }

    .svc-photo-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .svc-photo-grid.grid-featured,
    .svc-photo-grid.grid-mosaic {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .svc-photo-grid.grid-featured .svc-photo-card.featured,
    .svc-photo-grid.grid-mosaic .svc-photo-card:nth-child(1) {
        grid-column: span 1;
        aspect-ratio: 16/10;
    }

    .svc-photo-card {
        aspect-ratio: 16/10;
        border-radius: 14px;
    }

    .svc-related-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .svc-hero-image-banner {
        height: 220px;
        border-radius: 16px;
    }

    .svc-hero-image-overlay {
        padding: 20px;
    }

    .svc-stats-row {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .svc-why-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .svc-route-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .svc-cta-banner {
        flex-direction: column;
        text-align: center;
        padding: 24px 20px;
        border-radius: 16px;
    }

    .svc-cta-banner-actions {
        justify-content: center;
    }

    .svc-illustration {
        min-height: 160px;
        padding: 20px;
        border-radius: 14px;
    }

    .svc-scene {
        padding: 28px 20px;
        border-radius: 16px;
    }

    .advantage-card,
    .feature-box {
        padding: 20px;
        border-radius: 14px;
    }

    .feature-grid {
        grid-template-columns: 1fr;
    }

    /* ── Dividers ── */
    .camel-divider {
        padding: 8px 16px;
    }

    .camel-divider-icon {
        width: 48px;
        height: 36px;
    }

    /* ── Tracking (v1) ── */
    .tracking-form-wrapper {
        padding: 20px;
        border-radius: 16px;
    }

    /* ── Timeline ── */
    .timeline::before {
        left: 16px;
    }

    .timeline-year {
        width: 44px;
        height: 44px;
        font-size: 0.72rem;
    }

    .timeline-content {
        padding: 16px;
        border-radius: 12px;
    }


    /* ═══════════════════════════════════════
       14. V1 LEGACY COMPONENTS
       ═══════════════════════════════════════ */
    .testimonial-card {
        padding: 20px;
        border-radius: 14px;
    }

    .testimonial-quote {
        font-size: 0.92rem;
    }

    .quote-form-wrapper {
        padding: 20px;
        border-radius: 16px;
    }

    .cta-section h2 {
        font-size: 1.3rem;
    }

    .cta-phone {
        font-size: 1rem;
    }

    .promise-card {
        padding: 16px;
        border-radius: 12px;
    }

    .mv-card {
        padding: 16px;
        border-radius: 12px;
    }

    .gmap-stats-row {
        gap: 10px;
    }

    .gmap-stat {
        min-width: 80px;
        padding: 14px;
    }

    .gmap-stat-num {
        font-size: 1.4rem;
    }
}