@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

:root {
    --color-bg-base: #F5F7FA;
    --color-surface-1: #FFFFFF;
    --color-surface-2: #FFFFFF;
    --color-surface-glass: rgba(255, 255, 255, 0.7);
    
    --color-text-primary: #0F172A;
    --color-text-secondary: #475569;
    --color-text-dimmed: #94A3B8;
    
    --color-border: rgba(15, 23, 42, 0.08);
    --color-border-glow: rgba(37, 99, 235, 0.15); /* Soft accent glow instead of harsh white */
    
    --color-accent: #2563EB;
    --color-accent-soft: #DBEAFE;
    --color-hover: #1D4ED8;
    --color-success: #10B981;
    
    --easing-premium: cubic-bezier(0.16, 1, 0.3, 1);
    --easing-reveal: cubic-bezier(0.25, 1, 0.5, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

/* Keep html.dark selector but map it to light enterprise styles */
html.dark, html {
    background-color: var(--color-bg-base);
    color: var(--color-text-primary);
    font-family: 'Plus Jakarta Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    position: relative;
    /* Add bottom padding in mobile to avoid action bar overlapping footer */
}

/* GLOBALS: Textures & Glows (Subtle, light mode) */
.noise-overlay {
    position: fixed; top: 0; left: 0; right: 0; bottom: 0;
    pointer-events: none; z-index: 9999; opacity: 0.015; /* Much softer */
    background: url('data:image/svg+xml;utf8,%3Csvg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"%3E%3Cfilter id="noiseFilter"%3E%3CfeTurbulence type="fractalNoise" baseFrequency="0.85" numOctaves="3" stitchTiles="stitch"/%3E%3C/filter%3E%3Crect width="100%25" height="100%25" filter="url(%23noiseFilter)"/%3E%3C/svg%3E');
}
#ambient-glow {
    position: fixed; width: 800px; height: 800px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.03) 0%, transparent 60%);
    border-radius: 50%; transform: translate(-50%, -50%);
    pointer-events: none; z-index: 0; mix-blend-mode: multiply; /* Better for light backgrounds */
}

/* TYPOGRAPHY */
h1, h2, h3, h4 { letter-spacing: -0.03em; font-weight: 600; line-height: 1.1; }
.text-dimmed { color: var(--color-text-dimmed); }
.text-accent { color: var(--color-accent); }
.text-secondary { color: var(--color-text-secondary); }

/* FLOATING CONTROLS */
.floating-widgets {
    position: fixed; bottom: 24px; right: 24px; z-index: 9900;
    display: flex; flex-direction: column; gap: 12px; align-items: flex-end;
}
.float-btn, .float-pta {
    display: inline-flex; align-items: center; justify-content: center; gap: 12px;
    padding: 14px 24px; border-radius: 100px; text-decoration: none;
    font-weight: 700; font-size: 0.85rem; letter-spacing: 0.02em; text-transform: uppercase;
    transition: all 0.4s var(--easing-premium); line-height: 1;
    box-shadow: 0 10px 30px rgba(15,23,42,0.05);
}
.float-whatsapp { background: rgba(37, 211, 102, 0.1); color: #16a34a; border: 1px solid rgba(37, 211, 102, 0.2); backdrop-filter: blur(20px); }
.float-whatsapp:hover { background: #25D366; color: #FFFFFF; transform: translateY(-4px); box-shadow: 0 10px 40px rgba(37,211,102,0.2); border-color: #25D366; }
.float-instagram { background: rgba(225, 48, 108, 0.1); color: #E1306C; border: 1px solid rgba(225, 48, 108, 0.2); backdrop-filter: blur(20px); }
.float-instagram:hover { background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); color: #FFFFFF; transform: translateY(-4px); box-shadow: 0 10px 40px rgba(225,48,108,0.2); border-color: transparent; }
.float-pta { background: var(--color-text-primary); color: #FFFFFF; border: 1px solid var(--color-text-primary); }
.float-pta:hover { transform: translateY(-4px); background: var(--color-hover); box-shadow: 0 10px 30px rgba(37,99,235,0.2); border-color: var(--color-hover); }

/* MEGA NAVIGATION */
.nav-enterprise {
    position: fixed; top: 0; width: 100%; z-index: 10000;
    padding: 24px 40px; transition: all 0.5s var(--easing-premium);
    background: transparent; border-bottom: 1px solid transparent;
}
.nav-enterprise.scrolled {
    padding: 16px 40px; background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--color-border);
    box-shadow: 0 4px 30px rgba(15,23,42,0.02);
}
.nav-container {
    max-width: 1800px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center;
}
.nav-logo-container { display: flex; align-items: center; text-decoration: none; gap: 16px; }
.real-logo { height: 60px; width: auto; mix-blend-mode: multiply; //**filter: grayscale(1); opacity: 0.9;**/ }
.logo-separator { width: 1px; height: 20px; background: var(--color-border); }
.logo-tagline { font-size: 0.65rem; color: var(--color-text-secondary); text-transform: uppercase; letter-spacing: 0.1em; font-weight: 600; }

.nav-menu { display: flex; align-items: center; gap: 32px; }
.nav-link {
    color: var(--color-text-secondary); font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em;
    text-decoration: none; transition: color 0.3s; position: relative; padding: 8px 0;
}
.nav-link:hover, .nav-link.active { color: var(--color-text-primary); }
.nav-link::after {
    content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: var(--color-accent);
    transform: scaleX(0); transform-origin: right; transition: transform 0.4s var(--easing-premium);
}
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); transform-origin: left; }

/* BUTTONS */
.btn-solid {
    padding: 16px 32px; background: var(--color-text-primary); color: #FFFFFF;
    border-radius: 100px; font-size: 0.85rem; font-weight: 600; text-decoration: none;
    display: inline-flex; align-items: center; gap: 12px; text-transform: uppercase; letter-spacing: 0.05em;
    transition: all 0.4s var(--easing-premium); border: none; cursor: pointer;
    box-shadow: 0 4px 15px rgba(15,23,42,0.05);
}
.btn-solid:hover { transform: translateY(-2px); background: var(--color-hover); box-shadow: 0 10px 25px rgba(37,99,235,0.15); color: #FFFFFF !important; }
.btn-ghost {
    padding: 14px 32px; border: 2px solid rgba(15,23,42,0.15); border-radius: 100px;
    color: var(--color-text-primary); font-size: 0.85rem; font-weight: 700; text-decoration: none;
    text-transform: uppercase; letter-spacing: 0.05em; transition: all 0.4s var(--easing-premium); display: inline-flex; align-items: center; gap: 8px;
    background: transparent;
}
.btn-ghost:hover { border-color: var(--color-accent); background: rgba(37,99,235,0.03); color: var(--color-accent); box-shadow: 0 4px 15px rgba(37,99,235,0.1); }

/* ==== SECTIONS ARCHITECTURE & CONTAINERS ==== */
.section-pad { padding: clamp(60px, 8vw, 120px) clamp(20px, 4vw, 40px); position: relative; }
.container { max-width: 1400px; margin: 0 auto; width: 100%; position: relative; z-index: 2; }
.container-wide { max-width: 1800px; margin: 0 auto; width: 100%; position: relative; z-index: 2; }
.container-narrow { max-width: 1000px; margin: 0 auto; width: 100%; position: relative; z-index: 2; }

/* REUSABLE GRIDS */
.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 80px); align-items: center; }
.stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 4vw, 40px); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 4vw, 40px); }

/* REUSABLE UTILITIES */
.full-width { grid-column: 1 / -1; }
.flex-between { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.flex-center { display: flex; justify-content: center; align-items: center; gap: 16px; flex-wrap: wrap; }
.flex-column { display: flex; flex-direction: column; gap: 20px; }

.section-header { margin-bottom: clamp(40px, 6vw, 80px); max-width: 900px; }
.sh-badge {
    display: inline-flex; align-items: center; gap: 8px; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--color-accent); margin-bottom: 24px; border: 1px solid var(--color-accent-soft); background: var(--color-accent-soft); padding: 8px 16px; border-radius: 100px; font-weight: 600;
}
.sh-title { font-size: clamp(2.5rem, 5vw, 4.5rem); margin-bottom: 24px; color: var(--color-text-primary); }
.sh-desc { font-size: 1.2rem; color: var(--color-text-secondary); line-height: 1.6; font-weight: 400; }

/* 1. HERO MASIVO */
.hero-massive {
    height: 100vh; min-height: 900px; position: relative; display: flex; align-items: center; overflow: hidden;
}
.hero-video-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; background: var(--color-bg-base); }
.hero-video-wrapper video { width: 100%; height: 100%; object-fit: cover; opacity: 0.4; filter: grayscale(0.2); }
.hero-gradient { position: absolute; top:0; left:0; width:100%; height:100%; background: linear-gradient(to right, rgba(245,247,250,0.95) 0%, rgba(245,247,250,0.7) 50%, rgba(245,247,250,0.2) 100%); z-index: 1; }
.hero-content { position: relative; z-index: 2; width: 100%; margin: 0 auto; padding: 0 clamp(20px, 4vw, 40px); }
.hero-huge-title { font-size: clamp(3rem, 6.5vw, 6rem); line-height: 1.05; margin-bottom: 30px; letter-spacing: -0.03em; font-weight: 600; color: var(--color-text-primary); }
.hero-meta { display: flex; gap: 40px; margin-top: 60px; border-top: 1px solid var(--color-border); padding-top: 40px; max-width: 800px; }
.h-metric { display: flex; flex-direction: column; gap: 4px; }
.hm-val { font-size: 2.2rem; font-weight: 400; color: var(--color-text-primary); }
.hm-lbl { font-size: 0.7rem; color: var(--color-text-secondary); text-transform: uppercase; letter-spacing: 0.05em; font-weight: 600; }

/* 2. TRUSTED BY / LOGOS MARQUEE */
.trusted-marquee {
    border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); padding: 0; height: 80px; background: var(--color-surface-1); overflow: hidden; white-space: nowrap; display: flex; align-items: center;
}
.trusted-lbl { padding: 0 40px; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--color-text-dimmed); font-weight: 600; border-right: 1px solid var(--color-border); }
.marquee-track { display: inline-flex; animation: scrollMarquee 30s linear infinite; gap: 100px; padding-left: 100px; align-items: center; }
.m-logo { font-size: 1.2rem; color: var(--color-text-dimmed); display: inline-flex; align-items: center; gap: 12px; font-weight: 500; opacity: 0.4; }
@keyframes scrollMarquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* 3. ECOSISTEMA BENTO GRID */
.bento-ecosystem { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(340px, auto); gap: clamp(16px, 2vw, 24px); }
.bento-card {
    position: relative; background: var(--color-surface-1); border: 1px solid var(--color-border); border-radius: 20px; padding: clamp(24px, 3vw, 40px); overflow: hidden; display: flex; flex-direction: column; transition: all 0.4s var(--easing-premium); box-shadow: 0 4px 15px rgba(15,23,42,0.02);
}
.bento-card:hover { border-color: rgba(37,99,235,0.2); box-shadow: 0 20px 40px rgba(15,23,42,0.06); transform: translateY(-4px); }
.b-span-2 { grid-column: span 2; }
.b-span-row-2 { grid-row: span 2; }
.b-title { font-size: 1.8rem; margin-bottom: 16px; z-index: 2; position: relative; color: var(--color-text-primary); }
.b-desc { color: var(--color-text-secondary); font-size: 1.05rem; line-height: 1.6; z-index: 2; position: relative; max-width: 85%; }
.b-img-bg { position: absolute; top:0; right:0; width: 100%; height: 100%; object-fit: cover; opacity: 0.8; z-index: 0; transition: transform 10s ease, opacity 0.5s; mask-image: linear-gradient(to left, black, transparent); -webkit-mask-image: linear-gradient(to left, black, transparent); filter: grayscale(0.2); mix-blend-mode: multiply; }
.bento-card:hover .b-img-bg { transform: scale(1.05); opacity: 1; }
.b-glass-blur { position: absolute; bottom: 0; left: 0; width: 100%; height: 60%; background: linear-gradient(to top, var(--color-surface-1) 20%, transparent); z-index: 1; pointer-events:none; }
.b-icon { font-size: 2.5rem; margin-bottom: auto; z-index: 2; position: relative; color: var(--color-accent); }

/* 4. MODERN SLIDER (PASOS PRÁCTICOS) */
.slider-section { position: relative; }
.slider-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 40px; }
.slider-controls { display: flex; gap: 12px; }
.slider-btn { width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--color-border); background: var(--color-surface-1); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.3s; color: var(--color-text-primary); }
.slider-btn:hover { background: var(--color-bg-base); border-color: var(--color-text-dimmed); transform: translateY(-2px); box-shadow: 0 4px 15px rgba(15,23,42,0.05); }
.slider-track-container { width: 100%; position: relative; padding-left: max(40px, calc((100% - 1400px) / 2)); padding-right: 40px; padding-bottom: 20px; }
.slider-track { display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; padding-right: 40px; }
.slider-track::-webkit-scrollbar { display: none; }
.slider-card { flex: 0 0 420px; scroll-snap-align: start; background: var(--color-surface-1); border: 1px solid var(--color-border); border-radius: 20px; overflow: hidden; transition: all 0.4s var(--easing-premium); box-shadow: 0 4px 15px rgba(15,23,42,0.02); display: flex; flex-direction: column; }
.slider-card:hover { transform: translateY(-8px); border-color: rgba(37,99,235,0.2); box-shadow: 0 20px 40px rgba(15,23,42,0.06); }
.sc-img-wrapper { position: relative; height: 260px; width: 100%; overflow: hidden; background: var(--color-bg-base); }
.sc-img-wrapper img, .sc-img-wrapper video { width: 100%; height: 100%; object-fit: cover; opacity: 0.9; transition: transform 0.5s; mix-blend-mode: multiply; filter: grayscale(0.2); }
.slider-card:hover .sc-img-wrapper img, .slider-card:hover .sc-img-wrapper video { transform: scale(1.05); opacity: 1; }
.sc-step-badge { position: absolute; top: 20px; left: 20px; background: rgba(255,255,255,0.95); backdrop-filter: blur(10px); padding: 8px 16px; border-radius: 100px; font-size: 0.75rem; font-weight: 700; color: var(--color-text-primary); text-transform: uppercase; letter-spacing: 0.05em; border: 1px solid rgba(15,23,42,0.1); box-shadow: 0 4px 10px rgba(15,23,42,0.05); }
.sc-content { padding: 40px; display: flex; flex-direction: column; flex-grow: 1; border-top: 1px solid var(--color-border); background: var(--color-surface-1); }
.sc-content h3 { font-size: 1.6rem; margin-bottom: 16px; color: var(--color-text-primary); }
.sc-content p { color: var(--color-text-secondary); font-size: 1.05rem; line-height: 1.6; }
.slider-progress-track { width: 100%; height: 4px; background: var(--color-border); border-radius: 4px; overflow: hidden; }
.slider-progress-fill { height: 100%; background: var(--color-text-primary); width: 33.33%; transition: width 0.3s cubic-bezier(0.16, 1, 0.3, 1); }

/* 5. DASHBOARD FAKE ENTERPRISE */
.dashboard-mockup-wrapper {
    position: relative; border-radius: 24px; padding: 30px; background: var(--color-surface-1); border: 1px solid var(--color-border); box-shadow: 0 30px 80px rgba(15,23,42,0.06); overflow: hidden; margin-top: 60px;
}
.dash-header { display: flex; gap: 8px; margin-bottom: 20px; padding: 0 10px; }
.d-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--color-border); }
.dash-img { width: 100%; display: block; border-radius: 12px; opacity: 0.9; }
.dash-floating-card { position: absolute; right: -20px; bottom: 40px; background: rgba(255,255,255,0.9); backdrop-filter: blur(20px); border: 1px solid var(--color-border); padding: 30px; border-radius: 16px; width: 320px; animation: float 6s ease-in-out infinite; box-shadow: 0 20px 40px rgba(15,23,42,0.08); }
.df-kpi { font-size: 2.5rem; color: var(--color-text-primary); font-weight: 400; }
.df-lbl { font-size: 0.8rem; text-transform: uppercase; color: var(--color-text-secondary); letter-spacing: 0.05em; font-weight: 600; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }

/* 6. CATALOG / PRODUCT CARDS (PREMIUM) */
.hardware-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: clamp(20px, 4vw, 40px); }
.hw-card-premium {
    display: flex; flex-direction: column; background: var(--color-surface-1); border: 1px solid var(--color-border); border-radius: 20px; overflow: hidden; text-decoration: none; color: inherit; transition: all 0.5s var(--easing-premium); box-shadow: 0 4px 15px rgba(15,23,42,0.02); height: 100%;
}
.hw-card-premium:hover { transform: translateY(-8px); border-color: rgba(37,99,235,0.2); box-shadow: 0 20px 40px rgba(15,23,42,0.06); }
.hw-visual { position: relative; height: 280px; width: 100%; overflow: hidden; background: var(--color-bg-base); }
.hw-visual img, .hw-visual video { width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.1); transition: opacity 0.5s, transform 0.6s var(--easing-premium); mix-blend-mode: multiply; }
.hw-card-premium:hover .hw-visual img, .hw-card-premium:hover .hw-visual video { transform: scale(1.05); filter: grayscale(0); }
.hw-data { padding: 40px; display: flex; flex-direction: column; flex-grow: 1; border-top: 1px solid var(--color-border); background: var(--color-surface-1); }
.hw-cat { font-size: 0.75rem; color: var(--color-accent); text-transform: uppercase; letter-spacing: 0.1em; font-weight: 700; margin-bottom: 12px; }
.hw-title { font-size: 1.7rem; margin-bottom: 16px; color: var(--color-text-primary); }
.hw-desc { color: var(--color-text-secondary); font-size: 1rem; line-height: 1.6; margin-bottom: 30px; }
.hw-specs { list-style: none; padding: 24px 0; border-top: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border); margin-bottom: 24px; flex-grow: 1; }
.hw-specs li { display: flex; align-items: center; gap: 10px; font-size: 0.95rem; color: var(--color-text-secondary); margin-bottom: 12px; }
.hw-specs li:last-child { margin-bottom: 0; }
.hw-specs i { color: var(--color-success); font-size: 1.2rem; }
.hw-cta { font-size: 0.85rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; color: var(--color-text-primary); display: flex; align-items: center; gap: 8px; transition: gap 0.3s; }
.hw-card-premium:hover .hw-cta { gap: 14px; color: var(--color-accent); }

/* 7. MEGA FOOTER */
.enterprise-footer { background: var(--color-surface-1); border-top: 1px solid var(--color-border); padding: clamp(60px, 8vw, 120px) clamp(20px, 4vw, 40px) 40px; }
.footer-grid { max-width: 1800px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: clamp(30px, 5vw, 60px); margin-bottom: clamp(40px, 6vw, 80px); }
.f-brand .real-logo { height: 40px; margin-bottom: 24px; mix-blend-mode: multiply; filter: grayscale(1); }
.f-brand p { color: var(--color-text-secondary); max-width: 400px; line-height: 1.6; font-size: 1.05rem; }
.f-col h4 { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--color-text-primary); font-weight: 600; margin-bottom: 24px; }
.f-col ul { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.f-col a { color: var(--color-text-secondary); text-decoration: none; font-size: 0.95rem; font-weight: 500; transition: color 0.3s; }
.f-col a:hover { color: var(--color-accent); }
.footer-bottom { max-width: 1800px; margin: 0 auto; border-top: 1px solid var(--color-border); padding-top: 40px; display: flex; justify-content: space-between; color: var(--color-text-dimmed); font-size: 0.85rem; }

/* ANIMATION CLASSES */
.fade-up { opacity: 0; transform: translateY(40px); }
.fade-up.is-visible { transition: opacity 1.2s var(--easing-reveal), transform 1.2s var(--easing-reveal); opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 0.1s; } .delay-2 { transition-delay: 0.2s; }

/* MOBILE MENU */
.mobile-menu-btn { display: none; background: transparent; border: none; font-size: 2rem; color: var(--color-text-primary); cursor: pointer; z-index: 10001; }
.mobile-only-logo { display: none; }
body.menu-open { overflow: hidden; }

.scroll-arrow { display: none; }

/* RESPONSIVE */
@media (max-width: 1400px) {
    .bento-ecosystem { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 992px) {
    /* MENU DRAWER (HIDDEN ON DESKTOP) */
    .nav-enterprise { padding: 16px 20px; }
    .nav-enterprise.scrolled { padding: 12px 20px; }
    
    .mobile-menu-btn { display: block; }
    .nav-menu {
        position: fixed; top: 0; left: 0; width: 100%; height: 100vh;
        background: rgba(255, 255, 255, 0.98); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
        flex-direction: column; justify-content: center; gap: 40px;
        opacity: 0; pointer-events: none; visibility: hidden; transition: all 0.4s var(--easing-premium);
        z-index: 10000;
    }
    .nav-menu.active { opacity: 1; pointer-events: all; visibility: visible; }
    .nav-menu .nav-link { font-size: 1.5rem; }
    .mobile-only-logo { display: flex; align-items: center; justify-content: center; margin-bottom: 20px; width: 100%; margin-top: -40px; }
    
    .b-span-row-2 { grid-row: span 1; }
    .dashboard-mockup-wrapper { padding: 20px; margin-top: 40px; }
    .dash-floating-card { display: none; }
    .hero-meta { flex-wrap: wrap; }
    
    .glass-panel { padding: 40px !important; }
    
    /* Responsive overrides for our utility grids */
    .split-grid { grid-template-columns: 1fr; gap: 40px; }
    .steps-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .hero-massive { height: auto; min-height: auto; padding: 120px 0 60px 0; align-items: flex-start; }
    .hero-meta { flex-direction: column; gap: 24px; margin-top: 40px; border-top: none; padding-top: 0; }
    .scroll-arrow { display: flex; align-items: center; justify-content: center; color: var(--color-text-secondary); font-size: 1.2rem; padding: 0 4px; pointer-events: none; }
    .catalog-tabs-wrapper { padding: 10px 5px; align-items: center; }
    .catalog-tabs { max-width: calc(100% - 30px); }

    .bento-ecosystem { grid-template-columns: 1fr; }
    .b-span-2 { grid-column: span 1; }
    .catalog-grid { grid-template-columns: 1fr; }
    .slider-header { flex-direction: column; align-items: flex-start; gap: 24px; }
    .slider-card { flex: 0 0 85vw; }
    .slider-track-container { padding-left: 20px; padding-right: 20px; }
    .sc-content { padding: 24px; }
    .sc-content h3 { font-size: 1.3rem; }
    .slider-controls { margin-top: 16px; }
    
    .footer-grid { grid-template-columns: 1fr; gap: 40px; }
    
    /* FLOATING WIDGETS APP-LIKE ACTION BAR */
    body { padding-bottom: 120px; } /* Ensure action bar does not hide footer content */
    .floating-widgets {
        flex-direction: row; bottom: 0; right: 0; width: 100%;
        background: rgba(255, 255, 255, 0.98); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
        border-top: 1px solid var(--color-border); padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
        justify-content: center; align-items: center; border-radius: 0; gap: 12px; box-shadow: 0 -10px 20px rgba(15,23,42,0.02); z-index: 10000;
    }
    .float-btn, .float-pta { 
        height: 52px; padding: 0 12px; font-size: 0.8rem; border-radius: 8px; 
        flex: 1; text-align: center; justify-content: center; box-shadow: none; 
        margin: 0; display: flex; align-items: center; white-space: normal; line-height: 1.2; 
    }
    .float-instagram {
        position: absolute; right: 16px; bottom: calc(100% + 16px);
        flex: 0 0 auto !important; width: 50px; height: 50px;
        padding: 0 !important; margin: 0; border-radius: 50% !important;
        box-shadow: 0 10px 30px rgba(225,48,108,0.2) !important;
    }
    
    .contact-layout form { margin-top: 20px; }
    .form-grid { grid-template-columns: 1fr; }
    .catalog-tab { padding: 10px 20px; font-size: 0.8rem; }
    .stats-grid { grid-template-columns: 1fr; }
}

.catalog-tabs-wrapper {
    position: sticky;
    top: 80px;
    z-index: 990;
    display: flex;
    justify-content: center;
    padding: 20px 40px;
    transition: all 0.3s var(--easing-premium);
}
.catalog-tabs-wrapper.is-stuck {
    padding: 10px 40px;
}
.catalog-tabs {
    display: flex;
    gap: 8px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(15, 23, 42, 0.08);
    padding: 8px;
    border-radius: 100px;
    box-shadow: 0 10px 40px rgba(15,23,42,0.05);
    overflow-x: auto;
    scrollbar-width: none;
    max-width: 100%;
}
.catalog-tabs::-webkit-scrollbar { display: none; }
.catalog-tab {
    padding: 12px 28px;
    border-radius: 100px;
    text-decoration: none;
    color: var(--color-text-secondary);
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.4s var(--easing-premium);
    white-space: nowrap;
}
.catalog-tab:hover {
    color: var(--color-text-primary);
    background: rgba(15, 23, 42, 0.03);
}
.catalog-tab.active {
    background: var(--color-accent);
    color: #FFFFFF;
    box-shadow: 0 4px 15px rgba(37,99,235,0.3);
}