
/* --- VIDEO HERO (Landing Page) --- */
.hero-video-section {
    height: 100vh; width: 100%; position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
    overflow: hidden; z-index: 10;
}
.video-bg {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    -o-object-fit: cover;
       object-fit: cover; opacity: 1;
}
.hero-titles-wrapper {
    position: absolute; top: 50%; left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start;
    z-index: 20; opacity: 0; pointer-events: none; 
}
.heading-raclan {
    font-size: 20rem; color: rgba(255, 255, 255, 0.4);
    line-height: 0.75; margin: 0; opacity: 0; 
}
.heading-safe {
    font-size: 80px; color: rgba(255, 255, 255, 0.4);
    margin: 0; opacity: 0; 
}
.scroll-hint {
    position: absolute; bottom: 80px; left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); text-align: center;
    font-family: 'UniSans', sans-serif; font-weight: 800;
    font-size: 0.7rem; letter-spacing: 3px; opacity: 0.5; pointer-events: none;
}

/* --- SPLIT GATE SECTION (Landing Page) --- */
#gate-scroll-container { height: 100vh; width: 100%; position: relative; z-index: 20; }
.gate-container { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; height: 100%; position: relative; }
.panel {
    position: relative; height: 100%; width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;
    overflow: hidden; -webkit-transition: width 0.8s cubic-bezier(0.25, 1, 0.5, 1); transition: width 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.panel.industry {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.9))), url('https://images.unsplash.com/photo-1581091226825-a6a2a5aee158?q=80&w=2070&auto=format&fit=crop');
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.9)), url('https://images.unsplash.com/photo-1581091226825-a6a2a5aee158?q=80&w=2070&auto=format&fit=crop');
    background-size: cover; background-position: center;
    border-right: 1px solid rgba(255, 255, 255, 0.1); -webkit-filter: grayscale(30%); filter: grayscale(30%);
}
.panel.product {
   
   
   
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.7))), url('https://raclan.eu/assets/images/Rambss-all.webp?q=80&w=2070&auto=format&fit=crop');
   
   
   
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7)), url('https://raclan.eu/assets/images/Rambss-all.webp?q=80&w=2070&auto=format&fit=crop');
    background-size: cover; background-position: center;
    border-left: 1px solid rgba(255, 255, 255, 0.1); -webkit-filter: grayscale(30%); filter: grayscale(30%);
}
.content-wrap { z-index: 10; text-align: center; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
.panel h2 { font-size: 3.5vw; letter-spacing: 4px; margin-bottom: 10px; text-shadow: 0 10px 30px rgba(0,0,0,0.8); }

/* --- GLASS CARDS & DASHBOARDS --- */
.dashboard-wrapper {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    z-index: 50; 
    display: block; 
    overflow-y: auto; 
    overflow-x: hidden;
    opacity: 0; 
    visibility: hidden; 
    background: rgba(10, 10, 12, 0.98); 
    -webkit-overflow-scrolling: touch;

}

.orbit-click-layer {
    -ms-touch-action: pan-y !important;
        touch-action: pan-y !important;
}
#dashboard-ind .dashboard-header {
    position: sticky; top: 0; z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
    padding: 24px 4vw 20px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(8, 8, 10, 1)), to(rgba(8, 8, 10, 0)));
    background: linear-gradient(to bottom, rgba(8, 8, 10, 1) 70%, rgba(8, 8, 10, 0) 100%);
}
.glass-card {
    background: rgba(20, 20, 25, 0.6); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15); border-top: 2px solid var(--accent-tech);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
    padding: clamp(15px, 3vh, 30px) clamp(15px, 2vw, 30px);
    text-align: center; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; width: 100%; height: 100%; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}
.glass-card:hover { border-color: var(--accent-tech); -webkit-box-shadow: 0 0 30px rgba(0, 229, 255, 0.15); box-shadow: 0 0 30px rgba(0, 229, 255, 0.15); }
.glass-card img {
    max-width: 90%; height: clamp(120px, 25vh, 220px); -o-object-fit: contain; object-fit: contain;
    -webkit-filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.8));
            filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.8));
    margin: clamp(10px, 2vh, 20px) 0; pointer-events: none;
}

/* =============================================
   SPITZER SECTORS LAYOUT
   ============================================= */
.spitzer-layout {
    display: grid; grid-template-columns: 28% 46% 26%;
    width: 100%; min-height: 100%;
}
.spitzer-col-left {
    position: sticky; top: 0; height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end;
    padding: 0 0 8vh 4vw; pointer-events: none; z-index: 10;
}
.spitzer-counter {
    font-family: 'Orbitron', sans-serif; font-size: clamp(5rem, 10vw, 9rem);
    font-weight: 900; line-height: 1; color: #fff; letter-spacing: -4px;
    margin: 0 0 4px 0; -webkit-transition: opacity 0.2s ease; transition: opacity 0.2s ease;
}
.spitzer-counter-total {
    font-family: 'Orbitron', sans-serif; font-size: clamp(1rem, 2vw, 1.6rem);
    font-weight: 700; color: rgba(255, 255, 255, 0.3);
    letter-spacing: 2px; margin-bottom: 24px;
}
.spitzer-title {
    font-family: 'Orbitron', sans-serif; font-size: clamp(2rem, 4vw, 4.5rem);
    font-weight: 900; line-height: 0.92; color: #fff; margin: 0; letter-spacing: -2px;
}
.spitzer-col-mid { padding: 15vh 2vw 55vh 2vw; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 4vh; }
.spitzer-img-card {
    width: 100%; position: relative; overflow: hidden; -ms-flex-negative: 0; flex-shrink: 0;
    display: block; text-decoration: none; color: inherit; cursor: pointer;
}
.spitzer-img-card img {
    width: 100%; aspect-ratio: 16 / 10; -o-object-fit: cover; object-fit: cover; display: block;
    -webkit-filter: brightness(0.5) saturate(0.6);
            filter: brightness(0.5) saturate(0.6); -webkit-transition: -webkit-filter 0.6s ease; transition: -webkit-filter 0.6s ease; transition: filter 0.6s ease; transition: filter 0.6s ease, -webkit-filter 0.6s ease;
}
.spitzer-img-card.active img { -webkit-filter: brightness(1) saturate(1); filter: brightness(1) saturate(1); }
.spitzer-img-card .spitzer-bar {
    position: absolute; top: 0; left: 0; width: 3px; height: 0%;
    background: var(--accent-tech, #00e5ff); z-index: 5;
    -webkit-transition: height 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    transition: height 0.5s cubic-bezier(0.2, 1, 0.3, 1); pointer-events: none;
}
.spitzer-img-card.active .spitzer-bar { height: 100%; }
.spitzer-col-right {
    position: sticky; top: 0; height: 100vh; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; padding: 15vh 4vw 0 0; z-index: 10;
}
.spitzer-nav-list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; gap: 10px; }
.spitzer-nav-item {
    font-family: 'Orbitron', sans-serif; font-size: clamp(0.85rem, 1.4vw, 1.3rem);
    font-weight: 700; letter-spacing: 3px; text-transform: uppercase;
    color: rgba(255, 255, 255, 0.15); cursor: pointer; padding: 6px 0; text-align: right;
    -webkit-transition: color 0.4s ease, letter-spacing 0.4s ease, -webkit-transform 0.4s ease;
    transition: color 0.4s ease, letter-spacing 0.4s ease, -webkit-transform 0.4s ease;
    transition: color 0.4s ease, transform 0.4s ease, letter-spacing 0.4s ease;
    transition: color 0.4s ease, transform 0.4s ease, letter-spacing 0.4s ease, -webkit-transform 0.4s ease; position: relative;
}
.spitzer-nav-item::after {
    content: ''; position: absolute; right: 0; bottom: 2px; width: 0; height: 2px;
    background: var(--accent-tech, #00e5ff); -webkit-transition: width 0.4s cubic-bezier(0.2, 1, 0.3, 1); transition: width 0.4s cubic-bezier(0.2, 1, 0.3, 1);
}
.spitzer-nav-item.active { color: #fff; letter-spacing: 4px; }
.spitzer-nav-item.active::after { width: 100%; }
.spitzer-progress-track {
    width: 1px; height: 60px; background: rgba(255, 255, 255, 0.08);
    margin-top: 30px; -ms-flex-item-align: end; align-self: flex-end; position: relative; overflow: hidden;
}
.spitzer-progress-fill {
    width: 100%; background: var(--accent-tech, #00e5ff); height: 0%; -webkit-transition: height 0.1s linear; transition: height 0.1s linear;
}

/* =============================================
   EXPLAIN SECTION
   ============================================= */
.explain-section { position: relative; background: var(--bg-deep, #08080a); z-index: 15; }
.explain-inner {
    display: grid; grid-template-columns: 1fr 1fr; min-height: 100vh;
    background: radial-gradient(circle at 75% 50%, #2a2e33 0%, var(--bg-deep) 80%); position: relative;
}
.explain-left { position: relative; z-index: 5; }
.explain-trigger { height: 60vh; pointer-events: none; }
.explain-sticky {
    position: sticky; top: 0; height: 100vh; display: -webkit-box; display: -ms-flexbox; display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; pointer-events: none;
}
.explain-panel {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
    padding: 0 6vw 0 8vw; pointer-events: auto; opacity: 0; -webkit-filter: blur(16px); filter: blur(16px);
    -webkit-transform: scale(0.97);
            transform: scale(0.97); -webkit-transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1), -webkit-filter 0.5s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1), -webkit-filter 0.5s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1), filter 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1), filter 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), -webkit-filter 0.5s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, filter, transform;
}
.explain-panel.is-visible { opacity: 1; -webkit-filter: blur(0px); filter: blur(0px); -webkit-transform: scale(1); transform: scale(1); }
.explain-step {
    font-family: 'Orbitron', sans-serif; font-size: 2.5vw; font-weight: 700;
    letter-spacing: 5px; color: var(--accent-tech, #00e5ff); text-transform: uppercase; margin-bottom: 20px;
}
.explain-heading {
    font-family: 'Orbitron', sans-serif; font-size: clamp(1.8rem, 3.5vw, 3rem);
    font-weight: 900; line-height: 1.05; letter-spacing: -1px; color: #fff; margin-bottom: 24px;
}
.explain-body {
    font-family: 'Inter', sans-serif; font-size: clamp(0.9rem, 1.2vw, 1.05rem);
    line-height: 1.8; color: rgba(255, 255, 255, 0.5); max-width: 440px; font-weight: 300;
    border-left: 2px solid var(--accent-tech, #00e5ff); padding-left: 20px;
}
.explain-dots { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 10px; margin-top: 40px; }
.explain-dot {
    width: 6px; height: 6px; border-radius: 50%; background: rgba(255, 255, 255, 0.15);
    -webkit-transition: background 0.4s ease, -webkit-transform 0.4s ease;
    transition: background 0.4s ease, -webkit-transform 0.4s ease;
    transition: background 0.4s ease, transform 0.4s ease;
    transition: background 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
.explain-dot.active { background: var(--accent-tech, #00e5ff); -webkit-transform: scale(1.4); transform: scale(1.4); }
.explain-right {
    position: sticky; top: 0; height: 100vh; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; z-index: 4; background: radial-gradient(circle at center, rgba(0, 229, 255, 0.04) 0%, transparent 70%);
}
.explain-right::before {
    content: ''; position: absolute; inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 50px 50px; pointer-events: none; z-index: 1;
}
.explain-right>* { position: relative; z-index: 2; }


/* =============================================
   PRODUCT HERO & BUTTONS (Restored!)
   ============================================= */
.product-hero {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: radial-gradient(circle at 75% 50%, #2a2e33 0%, var(--bg-deep) 80%);
    position: relative;
    overflow: hidden;
}
.product-hero::before {
    content: '';
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
    z-index: 1;
}
.hero-info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 140px 6% 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;
    z-index: 10;
}
.hero-visual {
    -webkit-box-flex: 1.2;
        -ms-flex: 1.2;
            flex: 1.2;
    position: relative;
    z-index: 5;
    background: radial-gradient(circle at center, rgba(0, 229, 255, 0.08) 0%, transparent 60%);
}
#three-canvas { width: 100%; height: 100%; cursor: -webkit-grab; cursor: grab; }
.editorial-title {
    font-size: clamp(3rem, 7vw, 6rem);
    line-height: 0.9;
    margin-bottom: 20px;
    text-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
.editorial-tagline {
    font-family: 'UniSans', sans-serif;
    font-weight: 300;
    font-size: 1.8rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.editorial-desc {
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 1.1rem;
    line-height: 1.7;
    max-width: 480px;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.6);
    border-left: 2px solid var(--accent-tech);
    padding-left: 20px;
}

/* --- BUTTONS --- */
.cta-tactical {
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 14px 30px;
    font-family: 'UniSans', sans-serif;
    font-weight: 800;
    font-size: 0.8rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    cursor: pointer;
}
.cta-tactical:hover {
    border-color: var(--accent-tech);
    background: var(--accent-tech);
    color: var(--bg-dark);
    -webkit-box-shadow: 0 0 20px var(--accent-tech);
            box-shadow: 0 0 20px var(--accent-tech);
    letter-spacing: 5px;
}
.btn-editorial, .btn-outline-info {
    background: transparent;
    color: var(--text-white);
    border: 1px solid rgba(0, 229, 255, 0.5);
    font-family: 'UniSans', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    display: inline-block;
    cursor: pointer;
}
.btn-editorial { padding: 16px 40px; }
.btn-outline-info { padding: 10px 16px; width: 100%; border-radius: 4px; font-size: clamp(0.7rem, 1.5vh, 0.85rem); }
.btn-editorial:hover, .btn-outline-info:hover {
    background: var(--accent-tech);
    color: var(--bg-deep);
    -webkit-box-shadow: 0 0 20px rgba(0, 229, 255, 0.2);
            box-shadow: 0 0 20px rgba(0, 229, 255, 0.2);
    border-color: var(--accent-tech);
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
}


/* =============================================
   3D ORBIT CAROUSEL & PRODUCT CARDS
   ============================================= */
.orbit-container {
    background: #0a0a0f; height: 90vh; position: relative; overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-perspective: 1500px; perspective: 1500px;
    z-index: 10; cursor: default !important;
}
.orbit-container * { cursor: default; }
.orbit-container::before {
    content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 40px 40px; pointer-events: none; z-index: 0;
}
.globe-wireframe {
    position: absolute; width: 80vw; height: 80vw; border: 1px solid rgba(0, 240, 255, 0.1);
    border-radius: 50%; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%) rotateX(70deg); transform: translate(-50%, -50%) rotateX(70deg);
    background: radial-gradient(circle, rgba(0, 240, 255, 0.05) 0%, transparent 60%); z-index: 1; pointer-events: none;
}
.carousel-3d {
    width: clamp(280px, 22vw, 380px); height: clamp(400px, 55vh, 550px);
    position: relative; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; z-index: 2; cursor: default !important; pointer-events: none;
}
.prod-cell {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background-color: rgba(18, 20, 28, 0.66); background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.03)), color-stop(40%, transparent)); background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, transparent 40%);
    border: 1px solid rgba(255, 255, 255, 0.12); border-top: 2px solid #c6c8ce;
    padding: 0; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-transition: 0.4s ease; transition: 0.4s ease;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; -webkit-backface-visibility: visible; backface-visibility: visible; overflow: hidden; pointer-events: none; cursor: default !important;
}
.prod-cell-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
    width: 100%; height: 100%; padding: 28px 24px; text-decoration: none; color: inherit; gap: 0; cursor: default !important;
}
.prod-cell .editorial-label {
    font-family: 'Orbitron', sans-serif; font-size: 0.45rem; font-weight: 700;
    letter-spacing: 4px; color: var(--accent-tech, #00e5ff); text-transform: uppercase;
    margin-bottom: 16px; opacity: 0.7; -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease;
}
.prod-cell img {
    max-height: clamp(140px, 22vh, 220px); max-width: 85%; -o-object-fit: contain; object-fit: contain;
    -webkit-filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.4));
            filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.4)); margin-bottom: 20px;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), -webkit-filter 0.5s ease;
    transition: -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), -webkit-filter 0.5s ease;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), filter 0.5s ease;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), filter 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), -webkit-filter 0.5s ease;
}
.prod-cell-name {
    /* font-family: 'Orbitron', sans-serif; font-size: clamp(0.75rem, 1.2vw, 1rem); */
    font-weight: 700; letter-spacing: 2px; color: #fff; margin: 0 0 6px 0;
}
.prod-cell-sub {
    font-family: 'Inter', sans-serif; font-size: 0.7rem; font-weight: 400; color: rgba(255, 255, 255, 0.5);
    margin: 0 0 16px 0; line-height: 1.5; max-width: 90%;
}
.prod-cell-arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 36px; height: 36px;
    border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.18); color: rgba(255, 255, 255, 0.4);
    font-size: 1rem; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; margin-top: auto;
}
.prod-cell.is-hovered {
    background-color: rgba(22, 28, 38, 0.98); border-color: #c6c8ce;
    -webkit-box-shadow: 0 0 60px rgba(0, 229, 255, 0.1), inset 0 1px 0 rgba(0, 229, 255, 0.2), 0 4px 40px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 60px rgba(0, 229, 255, 0.1), inset 0 1px 0 rgba(0, 229, 255, 0.2), 0 4px 40px rgba(0, 0, 0, 0.5);
}
.prod-cell.is-hovered .editorial-label { opacity: 1; }
.prod-cell.is-hovered img { -webkit-transform: scale(1.06) translateY(-4px); transform: scale(1.06) translateY(-4px); -webkit-filter: drop-shadow(0 12px 32px rgba(0, 229, 255, 0.15)); filter: drop-shadow(0 12px 32px rgba(0, 229, 255, 0.15)); }
.prod-cell.is-hovered .prod-cell-arrow { border-color: var(--accent-tech, #00e5ff); color: var(--accent-tech, #00e5ff); -webkit-transform: translateX(3px); transform: translateX(3px); }

.orbit-click-layer {
    position: absolute; top: 50%; left: 50%; width: clamp(280px, 22vw, 380px);
    height: clamp(400px, 55vh, 550px); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 3; cursor: pointer;
}
.orbit-slider {
    position: absolute; bottom: 40px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%);
    z-index: 20; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 16px; width: clamp(200px, 30vw, 400px);
}
.orbit-slider-dots { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 12px; }
.orbit-slider-dot {
    width: 8px; height: 8px; border-radius: 50%; background: rgba(255, 255, 255, 0.15);
    cursor: pointer !important; -webkit-transition: background 0.3s ease, -webkit-transform 0.3s ease; transition: background 0.3s ease, -webkit-transform 0.3s ease; transition: background 0.3s ease, transform 0.3s ease; transition: background 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.orbit-slider-dot.active { background: var(--accent-tech, #00e5ff); -webkit-transform: scale(1.4); transform: scale(1.4); }
.orbit-slider-dot:hover { background: rgba(255, 255, 255, 0.4); }
.orbit-slider-track {
    width: 100%; height: 2px; background: rgba(255, 255, 255, 0.1); border-radius: 2px;
    position: relative; cursor: pointer !important; padding: 10px 0; background-clip: content-box;
}
.orbit-slider-fill {
    position: absolute; top: 10px; left: 0; height: 2px; background: var(--accent-tech, #00e5ff);
    border-radius: 2px; width: 0%; -webkit-transition: width 0.3s ease; transition: width 0.3s ease; pointer-events: none;
}
.orbit-slider-thumb {
    position: absolute; top: 50%; left: 0%; width: 14px; height: 14px;
    background: var(--accent-tech, #00e5ff); border-radius: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
    -webkit-transition: left 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: left 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: left 0.3s ease, box-shadow 0.3s ease;
    transition: left 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease; cursor: -webkit-grab !important; cursor: grab !important; -webkit-box-shadow: 0 0 10px rgba(0, 229, 255, 0.3); box-shadow: 0 0 10px rgba(0, 229, 255, 0.3);
}
.orbit-slider-thumb:hover { -webkit-box-shadow: 0 0 20px rgba(0, 229, 255, 0.5); box-shadow: 0 0 20px rgba(0, 229, 255, 0.5); }
.orbit-slider-thumb:active { cursor: -webkit-grabbing !important; cursor: grabbing !important; -webkit-transform: translate(-50%, -50%) scale(1.2); transform: translate(-50%, -50%) scale(1.2); }

/* --- DOSSIER TABLES & SPECS (Product Page) --- */
.dossier-section { background-color: var(--bg-deep); padding: 100px 0 200px; }
.dossier-label {
    font-family: 'UniSans', sans-serif; font-weight: 800; text-transform: uppercase;
    font-size: 1.2rem; letter-spacing: 4px; margin-bottom: 20px;
}
.tech-callout { border-bottom: 1px solid rgba(255, 255, 255, 0.1); padding-bottom: 15px; margin-bottom: 20px; }
.tech-callout span { font-size: 0.65rem; letter-spacing: 2px; color: var(--accent-tech); display: block; margin-bottom: 8px; }
.tech-callout h4 { font-size: 1.4rem; margin: 0; color: #fff; }
.blueprint-section { padding: 120px 0; background: radial-gradient(circle at bottom right, #111 0%, var(--bg-deep) 100%); }
.blueprint-table { border-top: 1px solid rgba(0, 229, 255, 0.2); padding-top: 20px; }
.spec-row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 25px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.05); -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.spec-row:hover { background: rgba(0, 229, 255, 0.02); padding-left: 20px; border-bottom-color: var(--accent-tech); }
.spec-id { font-family: 'UniSans', sans-serif; font-weight: 800; font-size: 0.7rem; color: var(--accent-tech); width: 60px; }
.spec-name { font-weight: 600; text-transform: uppercase; letter-spacing: 2px; font-size: 0.9rem; color: #ccc; white-space: nowrap; }
.spec-line { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; height: 1px; background: repeating-linear-gradient(90deg, #333, #333 4px, transparent 4px, transparent 8px); margin: 0 30px; opacity: 0.5; }
.spec-data { font-family: 'UniSans', sans-serif; font-weight: 800; font-size: 1.1rem; color: white; text-align: right; }

/* Image Clusters */
.image-cluster { position: relative; padding: 40px; }
.cluster-main { width: 90%; z-index: 2; position: relative; background: #111; padding: 10px; border: 1px solid rgba(255, 255, 255, 0.05); }
.cluster-sub { position: absolute; bottom: -50px; right: 0px; width: 50%; z-index: 3; background: #111; padding: 8px; border: 1px solid var(--accent-tech); -webkit-box-shadow: 0 30px 60px rgba(0, 0, 0, 0.8); box-shadow: 0 30px 60px rgba(0, 0, 0, 0.8); }
.image-cluster img { -webkit-filter: contrast(1.1); filter: contrast(1.1); -webkit-transition: 0.5s ease; transition: 0.5s ease; }
.image-cluster:hover .cluster-sub img { -webkit-transform: scale(1.05); transform: scale(1.05); }

/* Center Badge */
.center-badge {
    position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
    width: 50px; height: 50px; background: white; color: black; border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
    font-family: 'UniSans', sans-serif; font-weight: 800; font-size: 0.8rem; z-index: 20; pointer-events: none;
}

/* =============================================
   ABOUT PAGE EFFECTS (Hero, Grids, Parallax)
   ============================================= */
.ambient-glow {
    position: fixed; top: -20%; right: -10%; width: 50vw; height: 50vh;
    background: radial-gradient(circle, var(--accent-glow) 0%, transparent 70%);
    -webkit-filter: blur(120px);
            filter: blur(120px); opacity: 0.15; pointer-events: none; z-index: 0;
}
.grid-overlay {
    position: fixed; inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
    background-size: 40px 40px; pointer-events: none; z-index: 0;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, black), to(transparent));
    -webkit-mask-image: linear-gradient(to bottom, black 20%, transparent 100%);
            mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, black), to(transparent));
            mask-image: linear-gradient(to bottom, black 20%, transparent 100%);
}
.about-hero {
    position: relative; z-index: 1; padding: 180px 5vw 100px; min-height: 60vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-bottom: 1px solid var(--border); overflow: hidden;
}
.hero-bg-image {
    position: absolute; inset: 0; background-image: url('../assets/images/Mineralka-spredaj.jpg');
    background-size: cover; background-position: center; opacity: 0.8;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, black), to(transparent));
    -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
            mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, black), to(transparent));
            mask-image: linear-gradient(to bottom, black 60%, transparent 100%); z-index: -1;
}
.hero-bg-overlay {
    position: absolute; inset: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(5, 6, 8, 0.55)), to(rgba(5, 6, 8, 0.1)));
    background: linear-gradient(90deg, rgba(5, 6, 8, 0.55) 0%, rgba(5, 6, 8, 0.1) 100%); z-index: -1;
}
.section-label {
    font-family: 'Orbitron', sans-serif; font-size: 0.8rem; font-weight: 700;
    letter-spacing: 4px; color: var(--accent-tech); margin-bottom: 16px;
    display: inline-block; padding: 6px 16px; background: rgba(0, 229, 255, 0.1);
    border-radius: 20px; border: 1px solid rgba(0, 229, 255, 0.2);
    -webkit-animation: fadeUp 0.8s ease forwards 0.2s;
            animation: fadeUp 0.8s ease forwards 0.2s; opacity: 0;
}
.hero-title {
    font-family: 'Orbitron', sans-serif; font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 900; line-height: 1.1; color: var(--text-white); margin: 0 0 24px 0;
    opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); -webkit-animation: fadeUp 0.8s ease forwards 0.4s; animation: fadeUp 0.8s ease forwards 0.4s;
}
.hero-sub {
    font-size: clamp(1rem, 1.2vw, 1.15rem); line-height: 1.6; color: var(--text-grey);
    max-width: 600px; opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); -webkit-animation: fadeUp 0.8s ease forwards 0.6s; animation: fadeUp 0.8s ease forwards 0.6s;
}
@-webkit-keyframes fadeUp { to { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } }
@keyframes fadeUp { to { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } }

.mid-image-banner {
    width: 100%; height: 400px; background-image: url('../assets/images/mineralka.jpg');
    background-attachment: fixed; background-position: center; position: relative;
    border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
}
.mid-image-banner::after { content: ''; position: absolute; inset: 0; background: rgba(5, 6, 8, 0.6); }


/* =============================================
   CONTACT PAGE LAYOUTS (Hero, Grids, Partners)
   ============================================= */
.contact-hero {
    position: relative; z-index: 1; padding: 180px 5vw 80px;
    border-bottom: 1px solid var(--border); overflow: hidden;
}
.contact-hero .hero-bg-image {
    position: absolute; top: 0; right: 0; width: 100%; height: 100%;
    background-image: url('https://raclan.eu/assets/images/map.jpg');
    background-size: cover; background-position: center; opacity: 0.15;
    -webkit-mask-image: -webkit-gradient(linear, right top, left top, color-stop(70%, black), to(transparent));
    -webkit-mask-image: linear-gradient(to left, black 70%, transparent 100%);
            mask-image: -webkit-gradient(linear, right top, left top, color-stop(70%, black), to(transparent));
            mask-image: linear-gradient(to left, black 70%, transparent 100%); z-index: -1;
}
.contact-hero-label {
    font-family: 'Orbitron', sans-serif; font-size: 0.8rem; font-weight: 700;
    letter-spacing: 4px; color: var(--accent-tech); margin-bottom: 16px;
    display: inline-block; padding: 6px 16px; background: rgba(0, 229, 255, 0.1);
    border-radius: 20px; border: 1px solid rgba(0, 229, 255, 0.2);
    -webkit-animation: fadeUp 0.8s ease forwards 0.2s;
            animation: fadeUp 0.8s ease forwards 0.2s; opacity: 0;
}
.contact-hero-title {
    font-family: 'Orbitron', sans-serif; font-size: clamp(3rem, 6vw, 5.5rem);
    font-weight: 900; line-height: 1.1; color: var(--text-white); margin: 0 0 24px 0;
    opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); -webkit-animation: fadeUp 0.8s ease forwards 0.4s; animation: fadeUp 0.8s ease forwards 0.4s;
}
.contact-hero-sub {
    font-size: clamp(1rem, 1.2vw, 1.15rem); line-height: 1.6; color: var(--text-grey);
    max-width: 500px; opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); -webkit-animation: fadeUp 0.8s ease forwards 0.6s; animation: fadeUp 0.8s ease forwards 0.6s;
}

.contact-grid {
    position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1.2fr;
    gap: 40px; padding: 80px 5vw; max-width: 1400px; margin: 0 auto;
}

/* Partners Layout & Map Background */
.partners-section {
    position: relative; z-index: 1; padding: 100px 5vw;
    background-color: var(--bg-surface); border-top: 1px solid var(--border); overflow: hidden;
}
.partners-section::before {
    content: ''; position: absolute; top: 50%; left: 50%; width: 100%; height: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); background-image: url('assets/images/world-map.svg');
    background-size: cover; background-position: center; background-repeat: no-repeat;
    opacity: 0.08; -webkit-filter: invert(1); filter: invert(1); pointer-events: none; z-index: 0;
}
.partners-header {
    position: relative; z-index: 2; text-align: center; margin-bottom: 60px;
    max-width: 600px; margin-left: auto; margin-right: auto;
}
.partners-title {
    font-family: 'Orbitron', sans-serif; font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900; color: var(--text-white); margin-bottom: 16px;
}
.partners-subtitle { font-size: 1rem; color: var(--text-grey); }
.partners-grid {
    position: relative; z-index: 2; display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 24px;
    max-width: 1400px; margin: 0 auto;
}

/* =============================================
   TECHNOLOGY PAGE LAYOUTS (Hero & Problem)
   ============================================= */
.tech-hero {
    position: relative; z-index: 1; padding: 200px 0 100px;
    min-height: 80vh; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;
    border-bottom: 1px solid var(--border); overflow: hidden;
}
.tech-hero .hero-bg {
    position: absolute; inset: 0;
    background-image: url('https://raclan.eu/assets/images/industry.jpg');
    background-size: cover; background-position: center; opacity: 0.2;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, black), to(transparent));
    -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
            mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, black), to(transparent));
            mask-image: linear-gradient(to bottom, black 50%, transparent 100%); z-index: -1;
}
.tech-hero .hero-title {
    font-family: 'Orbitron', sans-serif; font-size: clamp(3rem, 6vw, 5.5rem);
    font-weight: 900; line-height: 1.05; color: var(--text-white); margin: 0 0 30px 0;
}
.tech-hero .hero-sub {
    font-size: 1.25rem; line-height: 1.6; color: var(--text-grey); max-width: 700px;
}

.problem-section {
    padding: 120px 0; background: #020203;
    border-bottom: 1px solid var(--border); position: relative;
}
.problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.problem-image {
    width: 100%; border-radius: var(--radius);
    border: 1px solid rgba(255, 51, 102, 0.3);
    -webkit-box-shadow: 0 0 50px rgba(255, 51, 102, 0.15);
            box-shadow: 0 0 50px rgba(255, 51, 102, 0.15);
}
.danger-label {
    font-family: 'Orbitron', sans-serif; color: var(--danger);
    font-weight: 700; letter-spacing: 3px; margin-bottom: 20px; display: block;
}

/* =============================================
   MOBILE MEDIA QUERIES (@media max-width: 768px)
   ============================================= */
@media (max-width: 768px) {
    .spitzer-layout { grid-template-columns: 0% 70% 30%; }
    .explain-inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
    .explain-right { position: sticky; top: 0; height: 45vh; -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; z-index: 1; }
    .explain-left { position: relative; z-index: 2; }
    .explain-sticky { height: 55vh; top: 45vh; }
    .explain-panel { padding: 30px 24px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
    .explain-trigger { height: 80vh; }
    .gate-container { -webkit-box-orient: vertical !important; -webkit-box-direction: normal !important; -ms-flex-direction: column !important; flex-direction: column !important; height: 100vh; display: -webkit-box; display: -ms-flexbox; display: flex; }
    .panel { width: 100% !important; height: 50%; }
    .dashboard-wrapper { height: 100%; }
    .spitzer-counter, .spitzer-counter-total { display: none !important; }
    .spitzer-col-left { padding: 30px 24px 10px; }
    .carousel-3d, .orbit-click-layer { width: 220px !important; height: 320px !important; }
    .prod-cell-link { padding: 16px 12px; }
    .prod-cell img { max-height: 110px !important; margin-bottom: 12px; }
    .prod-cell-name { font-size: 0.85rem; }
    .prod-cell-sub { font-size: 0.65rem; margin-bottom: 10px; }
    .prod-cell-arrow { width: 30px; height: 30px; font-size: 0.85rem; }
    
    /* Product Detail Page Mobile Fixes */
    .product-hero { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; height: auto; min-height: 100vh; }
    .hero-visual { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; height: 50vh; width: 100%; -webkit-box-flex: 0; -ms-flex: none; flex: none; }
    .hero-info { padding: 40px 24px 60px !important; -webkit-box-flex: 0; -ms-flex: none; flex: none; }
    .editorial-title { font-size: 2.8rem !important; }
    .editorial-tagline { font-size: 1.2rem !important; }
    
    .dashboard-header {
        position: fixed; top: 0; left: 0; width: 100%;
        padding: 16px 20px; background: rgba(8, 8, 10, 0.85);
        -webkit-backdrop-filter: blur(10px);
                backdrop-filter: blur(10px); z-index: 999;
    }
    
    .section-wrap .col-lg-6, .align-items-stretch .col-lg-5 {
        padding: 40px 24px !important; border-left: none !important; border-right: none !important;
    }
    .section-wrap .col-lg-6:last-child { border-top: 1px solid var(--border) !important; }
    
    .section-wrap .col-lg-6 > div {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important; -webkit-box-align: start !important; -ms-flex-align: start !important; align-items: flex-start !important;
        gap: 8px !important; padding: 20px 0 !important;
    }
    .section-wrap .col-lg-6 > div span:first-child {
        font-size: 2.2rem !important; min-width: auto !important;
    }
    
    .align-items-stretch .col-lg-7 {
        padding: 0 !important; border-top: 1px solid var(--border) !important;
        grid-template-columns: 1fr !important; grid-template-rows: auto !important;
    }
    .align-items-stretch .col-lg-7 > div { height: 250px !important; }
    .align-items-stretch .col-lg-7 > div[style*="span 2"] {
        grid-row: span 1 !important; height: 350px !important;
    }
    /* About Page Mobile Fixes */
    .about-hero { padding: 140px 5vw 100px; }
    .text-block { padding: 30px; }
    .timeline::before { left: 15px; }
    .timeline-item { padding-left: 45px; }
    .timeline-item::before { left: 9px; }


    /* Contact Page Mobile Fixes */
    .contact-grid { grid-template-columns: 1fr; }
    .contact-hero .hero-bg-image {
        width: 100%; opacity: 0.08;
        -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
        -webkit-mask-image: linear-gradient(to top, black 0%, transparent 100%);
                mask-image: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
                mask-image: linear-gradient(to top, black 0%, transparent 100%);
    }
    .contact-hero { padding: 140px 5vw 60px; }

    /* Technology Page Mobile Fixes */
    .problem-grid, .feature-row { grid-template-columns: 1fr; gap: 40px; }
    .feature-row.reverse { direction: ltr; }
    .feature-step { font-size: 3.5rem; }
}