/* ============================================================
   our-technology.css – UNIWISP Our Technology (World‑Class)
   Scoped under #technologyPageContent – zero conflicts
   ============================================================ */

#technologyPageContent *,
#technologyPageContent *::before,
#technologyPageContent *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

#technologyPageContent {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #0f172a;
    line-height: 1.7;
    background: #f8fafc;
}

#technologyPageContent h1,
#technologyPageContent h2,
#technologyPageContent h3,
#technologyPageContent h4,
#technologyPageContent .font-serif {
    font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
}

/* ---------- HERO – Cinematic Technology ---------- */
#technologyPageContent .tech-hero {
    position: relative;
    min-height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0a1a12 0%, #1a4d2e 25%, #0f172a 60%, #1a1a2e 100%);
    background-size: 400% 400%;
    animation: heroFlow 18s ease-in-out infinite;
    overflow: hidden;
    isolation: isolate;
    border-radius: 0 0 4rem 4rem;
    padding: 5rem 0 4rem;
}

@keyframes heroFlow {
    0% { background-position: 0% 50%; }
    25% { background-position: 50% 25%; }
    50% { background-position: 100% 50%; }
    75% { background-position: 50% 75%; }
    100% { background-position: 0% 50%; }
}

/* Hero glowing orbs – tech themed */
#technologyPageContent .tech-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        radial-gradient(ellipse at 20% 30%, rgba(76, 175, 80, 0.20) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 70%, rgba(139, 0, 0, 0.15) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 50%, rgba(251, 191, 36, 0.06) 0%, transparent 70%);
}

/* Animated grid – tech matrix style */
#technologyPageContent .tech-hero .grid-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    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: 60px 60px;
    animation: gridMove 20s linear infinite;
}

@keyframes gridMove {
    0% { transform: translate(0, 0); }
    100% { transform: translate(60px, 60px); }
}

/* Floating icons – tech themed */
#technologyPageContent .tech-hero .floating-icons {
    position: absolute;
    z-index: 1;
    font-size: 3rem;
    opacity: 0.06;
    color: #fff;
    pointer-events: none;
    animation: floatIcon 14s ease-in-out infinite;
    filter: drop-shadow(0 0 30px rgba(76, 175, 80, 0.05));
}
#technologyPageContent .tech-hero .floating-icons:nth-child(3) { top: 10%; left: 4%; animation-delay: 0s; }
#technologyPageContent .tech-hero .floating-icons:nth-child(4) { top: 18%; right: 6%; animation-delay: 2.5s; }
#technologyPageContent .tech-hero .floating-icons:nth-child(5) { bottom: 20%; left: 5%; animation-delay: 5s; }
#technologyPageContent .tech-hero .floating-icons:nth-child(6) { bottom: 12%; right: 4%; animation-delay: 7.5s; }
#technologyPageContent .tech-hero .floating-icons:nth-child(7) { top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 8rem; opacity: 0.03; animation: none; }

@keyframes floatIcon {
    0%, 100% { transform: translateY(0) rotate(0deg) scale(1); }
    25% { transform: translateY(-25px) rotate(5deg) scale(1.05); }
    50% { transform: translateY(0) rotate(0deg) scale(1); }
    75% { transform: translateY(15px) rotate(-4deg) scale(0.95); }
}

/* Tech particles – circuit board style */
#technologyPageContent .tech-particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(76, 175, 80, 0.5);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
    animation: particleFloat 15s ease-in-out infinite;
    box-shadow: 0 0 20px rgba(76, 175, 80, 0.15);
}
#technologyPageContent .tech-particle:nth-child(8) { top: 8%; left: 12%; animation-delay: 0s; width: 6px; height: 6px; }
#technologyPageContent .tech-particle:nth-child(9) { top: 22%; right: 10%; animation-delay: 3.5s; }
#technologyPageContent .tech-particle:nth-child(10) { bottom: 16%; left: 18%; animation-delay: 7s; width: 7px; height: 7px; }
#technologyPageContent .tech-particle:nth-child(11) { bottom: 28%; right: 16%; animation-delay: 10.5s; }
#technologyPageContent .tech-particle:nth-child(12) { top: 50%; left: 6%; animation-delay: 2s; width: 5px; height: 5px; }
#technologyPageContent .tech-particle:nth-child(13) { top: 40%; right: 5%; animation-delay: 8s; }

@keyframes particleFloat {
    0%, 100% { transform: translateY(0) scale(1); opacity: 0.2; }
    50% { transform: translateY(-100px) scale(1.8); opacity: 0.9; }
}

/* ---------- HOME BUTTON – Premium Glass ---------- */
#technologyPageContent .tech-home-btn {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    z-index: 20;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.65rem 1.4rem;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 60px;
    color: #fff;
    font-weight: 500;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.5s cubic-bezier(0.2, 0.9, 0.4, 1.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    letter-spacing: 0.3px;
}
#technologyPageContent .tech-home-btn i {
    font-size: 1rem;
    transition: transform 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.2);
}
#technologyPageContent .tech-home-btn:hover {
    background: rgba(255, 255, 255, 0.20);
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
    border-color: rgba(255, 255, 255, 0.25);
}
#technologyPageContent .tech-home-btn:hover i {
    transform: translateX(-5px) scale(1.1);
}
#technologyPageContent .tech-home-btn:active {
    transform: scale(0.96);
    transition-duration: 0.1s;
}

/* ---------- HERO CONTENT ---------- */
#technologyPageContent .tech-hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

#technologyPageContent .tech-hero-content h1 {
    font-size: clamp(2.8rem, 6.5vw, 5rem);
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 700;
    line-height: 1.05;
    margin-bottom: 0.75rem;
    color: #fff;
    text-shadow: 0 2px 40px rgba(0, 0, 0, 0.2);
}
#technologyPageContent .tech-hero-content h1 .gradient-text {
    background: linear-gradient(135deg, #4caf50 0%, #fbbf24 30%, #1a4d2e 70%, #8b0000 100%);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: shimmerText 6s ease-in-out infinite;
}

@keyframes shimmerText {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

#technologyPageContent .tech-hero-content .hero-subtitle {
    font-size: clamp(1rem, 1.3vw, 1.25rem);
    color: rgba(255, 255, 255, 0.75);
    max-width: 620px;
    margin: 0 auto;
    line-height: 1.8;
    font-weight: 300;
    letter-spacing: 0.2px;
}

/* Hero button */
#technologyPageContent .tech-hero-content .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.85rem 2.2rem;
    border-radius: 60px;
    font-weight: 600;
    font-size: 0.95rem;
    background: linear-gradient(135deg, #1a4d2e, #0d3320, #8b0000);
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.2, 0.9, 0.4, 1.2);
    box-shadow: 0 8px 30px rgba(26, 77, 46, 0.25);
    text-decoration: none;
    letter-spacing: 0.3px;
    margin-top: 1.5rem;
}
#technologyPageContent .tech-hero-content .btn-primary:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 20px 40px -8px rgba(139, 0, 0, 0.3);
    gap: 1rem;
}
#technologyPageContent .tech-hero-content .btn-primary i {
    transition: transform 0.4s ease;
}
#technologyPageContent .tech-hero-content .btn-primary:hover i {
    transform: translateX(4px) scale(1.1);
}

/* Scroll indicator */
#technologyPageContent .tech-scroll-indicator {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    animation: bounceDown 2.5s ease-in-out infinite;
}
#technologyPageContent .tech-scroll-indicator .mouse {
    width: 22px;
    height: 36px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    position: relative;
    display: flex;
    justify-content: center;
}
#technologyPageContent .tech-scroll-indicator .mouse::after {
    content: '';
    width: 3px;
    height: 8px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    position: absolute;
    top: 6px;
    animation: scrollDot 2s ease-in-out infinite;
}
@keyframes scrollDot {
    0%, 100% { transform: translateY(0); opacity: 0.5; }
    50% { transform: translateY(16px); opacity: 1; }
}
@keyframes bounceDown {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(8px); }
}

/* ---------- TECH CARDS – Premium Glassmorphism ---------- */
#technologyPageContent .tech-card {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 2rem;
    padding: 2rem 1.75rem;
    text-align: center;
    transition: all 0.6s cubic-bezier(0.2, 0.9, 0.4, 1.2);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.03);
    position: relative;
    overflow: hidden;
}
#technologyPageContent .tech-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--card-accent, #1a4d2e);
    opacity: 0;
    transition: opacity 0.5s ease;
}
#technologyPageContent .tech-card:hover::before {
    opacity: 1;
}
#technologyPageContent .tech-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 35px 70px -20px rgba(26, 77, 46, 0.15);
    border-color: rgba(26, 77, 46, 0.08);
}
#technologyPageContent .tech-card .tech-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
    font-size: 2rem;
    transition: transform 0.5s cubic-bezier(0.2, 0.9, 0.4, 1.2);
}
#technologyPageContent .tech-card:hover .tech-icon {
    transform: scale(1.12) rotate(-4deg);
}
#technologyPageContent .tech-card h3 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.2rem;
}
#technologyPageContent .tech-card .tech-sub {
    font-size: 0.85rem;
    color: #64748b;
    margin-bottom: 0.75rem;
}
#technologyPageContent .tech-card p {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.7;
}

/* ---------- SECTION HEADERS ---------- */
#technologyPageContent .tech-section-header {
    text-align: center;
    margin-bottom: 3.5rem;
}
#technologyPageContent .tech-section-header .section-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #1a4d2e;
    background: rgba(26, 77, 46, 0.08);
    padding: 0.35rem 1.4rem;
    border-radius: 40px;
    margin-bottom: 0.75rem;
}
#technologyPageContent .tech-section-header .section-tag i {
    color: #4caf50;
}
#technologyPageContent .tech-section-header h2 {
    font-size: clamp(2rem, 3.5vw, 3.2rem);
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.15;
}
#technologyPageContent .tech-section-header h2 .gradient-text {
    background: linear-gradient(135deg, #1a4d2e, #8b0000, #4caf50);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
#technologyPageContent .tech-section-header p {
    color: #64748b;
    max-width: 580px;
    margin: 0.5rem auto 0;
    font-size: 1.05rem;
    font-weight: 300;
}

/* ---------- IMAGE SECTIONS – Premium ---------- */
#technologyPageContent .tech-image-section {
    padding: 4rem 0;
}
#technologyPageContent .tech-image-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
}
@media (min-width: 1024px) {
    #technologyPageContent .tech-image-grid {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
    }
}

#technologyPageContent .tech-image-wrapper {
    position: relative;
    border-radius: 2.5rem;
    overflow: hidden;
    box-shadow: 0 40px 80px -25px rgba(0, 0, 0, 0.2);
    transition: transform 0.8s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}
#technologyPageContent .tech-image-wrapper:hover {
    transform: scale(1.01) rotate(0.5deg);
}
#technologyPageContent .tech-image-wrapper img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
    transition: transform 1s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}
#technologyPageContent .tech-image-wrapper:hover img {
    transform: scale(1.05);
}
#technologyPageContent .tech-image-wrapper .image-glow {
    position: absolute;
    inset: 0;
    border-radius: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    pointer-events: none;
}

#technologyPageContent .tech-image-content .badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.3rem 1.2rem;
    border-radius: 40px;
    margin-bottom: 0.75rem;
}
#technologyPageContent .tech-image-content .badge.green {
    background: rgba(26, 77, 46, 0.1);
    color: #1a4d2e;
}
#technologyPageContent .tech-image-content .badge.red {
    background: rgba(139, 0, 0, 0.1);
    color: #8b0000;
}
#technologyPageContent .tech-image-content .badge.accent {
    background: rgba(76, 175, 80, 0.1);
    color: #4caf50;
}
#technologyPageContent .tech-image-content h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1.25rem;
}
#technologyPageContent .tech-image-content h2 .gradient-text {
    background: linear-gradient(135deg, #1a4d2e, #8b0000, #4caf50);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
#technologyPageContent .tech-image-content p {
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}
#technologyPageContent .tech-image-content ul {
    list-style: none;
    padding: 0;
}
#technologyPageContent .tech-image-content ul li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.4rem 0;
    color: #334155;
    font-size: 0.95rem;
}
#technologyPageContent .tech-image-content ul li i {
    color: #4caf50;
    margin-top: 0.15rem;
    flex-shrink: 0;
}

/* ---------- STATS CARDS – Premium ---------- */
#technologyPageContent .tech-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}
@media (min-width: 768px) {
    #technologyPageContent .tech-stats-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.5rem;
    }
}
#technologyPageContent .tech-stat-card {
    background: #fff;
    border-radius: 1.5rem;
    padding: 1.75rem 1.25rem;
    text-align: center;
    transition: all 0.5s cubic-bezier(0.2, 0.9, 0.4, 1.2);
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
}
#technologyPageContent .tech-stat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px -12px rgba(26, 77, 46, 0.12);
    border-color: rgba(26, 77, 46, 0.06);
}
#technologyPageContent .tech-stat-card .stat-number {
    font-size: 2.6rem;
    font-weight: 800;
    background: linear-gradient(135deg, #1a4d2e, #8b0000);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1.1;
}
#technologyPageContent .tech-stat-card .stat-label {
    font-size: 0.9rem;
    color: #64748b;
    font-weight: 500;
    margin-top: 0.15rem;
}

/* ---------- CTA SECTION – Premium ---------- */
#technologyPageContent .tech-cta-section {
    background: linear-gradient(135deg, #1a4d2e 0%, #8b0000 50%, #0f172a 100%);
    padding: 4rem 2rem;
    text-align: center;
    color: #fff;
    border-radius: 3rem;
    margin: 2rem 0;
}
@media (min-width: 768px) {
    #technologyPageContent .tech-cta-section {
        padding: 5rem 3rem;
    }
}
#technologyPageContent .tech-cta-section h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2rem, 3.5vw, 3.2rem);
    font-weight: 700;
    margin-bottom: 1rem;
}
#technologyPageContent .tech-cta-section p {
    font-size: 1.1rem;
    opacity: 0.8;
    max-width: 560px;
    margin: 0 auto 2rem;
}
#technologyPageContent .tech-cta-section .cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}
#technologyPageContent .tech-cta-section .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.85rem 2.2rem;
    border-radius: 60px;
    font-weight: 600;
    font-size: 0.95rem;
    background: linear-gradient(135deg, #4caf50, #059669);
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.2, 0.9, 0.4, 1.2);
    box-shadow: 0 8px 24px rgba(76, 175, 80, 0.2);
    text-decoration: none;
}
#technologyPageContent .tech-cta-section .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 32px -8px rgba(76, 175, 80, 0.3);
    gap: 1rem;
}
#technologyPageContent .tech-cta-section .btn-primary i {
    transition: transform 0.3s ease;
}
#technologyPageContent .tech-cta-section .btn-primary:hover i {
    transform: translateX(4px) scale(1.1);
}

/* ---------- HERO WAVE ---------- */
#technologyPageContent .tech-hero-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 4;
    line-height: 0;
}
#technologyPageContent .tech-hero-wave svg {
    display: block;
    width: 100%;
    height: 80px;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 992px) {
    #technologyPageContent .tech-hero {
        min-height: 70vh;
        padding: 4rem 0 3rem;
        border-radius: 0 0 3rem 3rem;
    }
    #technologyPageContent .tech-hero-content h1 {
        font-size: clamp(2.5rem, 5vw, 3.8rem);
    }
}
@media (max-width: 768px) {
    #technologyPageContent .tech-hero {
        min-height: 60vh;
        padding: 3.5rem 0 2.5rem;
        border-radius: 0 0 2rem 2rem;
    }
    #technologyPageContent .tech-home-btn {
        top: 1rem;
        left: 1rem;
        padding: 0.45rem 1rem;
        font-size: 0.8rem;
    }
    #technologyPageContent .tech-hero-content h1 {
        font-size: clamp(2rem, 4.5vw, 2.8rem);
    }
    #technologyPageContent .tech-hero-wave svg {
        height: 50px;
    }
    #technologyPageContent .tech-image-grid {
        gap: 2rem;
    }
    #technologyPageContent .tech-image-wrapper img {
        min-height: 200px;
    }
    #technologyPageContent .tech-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    #technologyPageContent .tech-stat-card .stat-number {
        font-size: 2rem;
    }
    #technologyPageContent .tech-stat-card {
        padding: 1.25rem 0.75rem;
    }
    #technologyPageContent .tech-scroll-indicator {
        display: none;
    }
}
@media (max-width: 480px) {
    #technologyPageContent .tech-hero {
        min-height: 50vh;
        padding: 2.5rem 0 2rem;
        border-radius: 0 0 1.5rem 1.5rem;
    }
    #technologyPageContent .tech-hero-content h1 {
        font-size: 1.8rem;
    }
    #technologyPageContent .tech-hero-content .hero-subtitle {
        font-size: 0.95rem;
    }
    #technologyPageContent .tech-home-btn {
        top: 0.75rem;
        left: 0.75rem;
        padding: 0.35rem 0.85rem;
        font-size: 0.7rem;
    }
    #technologyPageContent .tech-card {
        padding: 1.25rem 1rem;
    }
    #technologyPageContent .tech-card .tech-icon {
        width: 64px;
        height: 64px;
        font-size: 1.5rem;
    }
    #technologyPageContent .tech-image-grid {
        grid-template-columns: 1fr;
    }
    #technologyPageContent .tech-stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem;
    }
    #technologyPageContent .tech-stat-card .stat-number {
        font-size: 1.6rem;
    }
    #technologyPageContent .tech-stat-card .stat-label {
        font-size: 0.75rem;
    }
    #technologyPageContent .tech-cta-section .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    #technologyPageContent .tech-cta-section .cta-buttons .btn-primary {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
}

/* ---------- PRINT ---------- */
@media print {
    #technologyPageContent .tech-hero {
        background: #1a4d2e !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        min-height: auto;
        padding: 2rem 0;
    }
    #technologyPageContent .tech-hero .floating-icons,
    #technologyPageContent .tech-hero .grid-overlay,
    #technologyPageContent .tech-particle,
    #technologyPageContent .tech-scroll-indicator {
        display: none !important;
    }
    #technologyPageContent .tech-home-btn {
        display: none !important;
    }
    #technologyPageContent .tech-card {
        break-inside: avoid;
    }
    #technologyPageContent .tech-stat-card {
        break-inside: avoid;
    }
}

/* ---------- REDUCED MOTION ---------- */
@media (prefers-reduced-motion: reduce) {
    #technologyPageContent *,
    #technologyPageContent *::before,
    #technologyPageContent *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    #technologyPageContent .tech-hero {
        animation: none !important;
        background: linear-gradient(135deg, #0a1a12, #1a4d2e, #0f172a);
    }
    #technologyPageContent .tech-hero .grid-overlay {
        animation: none !important;
    }
}