/* Additional site-specific styles */
.pagination { display: flex; justify-content: space-between; margin: 24px 0; }
.primary-nav ul { display: flex; gap: 16px; list-style: none; margin: 0; padding: 0; }
.footer-nav ul { display: flex; gap: 12px; list-style: none; margin: 0 0 12px 0; padding: 0; flex-wrap: wrap; }
img { max-width: 100%; height: auto; display: block; }

/* Hide New Entrance menu item */
.menu-item-83 {
    display: none !important;
}

/* Footer */
.site-footer { 
    background: 
        radial-gradient(900px 600px at 10% 120%, rgba(6,182,212,0.10), transparent 60%),
        radial-gradient(800px 500px at 110% -10%, rgba(59,130,246,0.08), transparent 60%),
        linear-gradient(180deg, #0a0f1a 0%, #0a1322 60%, #0a172b 100%);
    color: rgba(255,255,255,0.95);
    padding: 72px 0 28px;
    border-top: 1px solid rgba(255,255,255,0.08);
    position: relative;
    overflow: hidden;
}
.site-footer .container { position: relative; z-index: 1; }
.site-footer a { color: rgba(255,255,255,0.95); text-decoration: none; transition: color 0.2s ease; font-weight: 600; }
.site-footer a:hover { color: #06b6d4; }
.site-footer p { margin: 0; color: rgba(255,255,255,0.85); }

/* Layout */
.footer-grid { 
    display: grid; 
    grid-template-columns: 1.2fr 1fr 1fr 1.2fr; 
    gap: 28px; 
}
@media (max-width: 1024px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .footer-grid { grid-template-columns: 1fr; } }

/* Brand */
.footer-brand .brand { display: inline-flex; align-items: center; gap: 12px; }
.footer-brand .footer-logo { height: 80px; width: auto; }
.footer-brand .brand-text { display: flex; flex-direction: column; line-height: 1.2; }
.footer-brand .brand-name { font-size: 16px; font-weight: 800; letter-spacing: -0.5px; }
.footer-brand .tech-part { color: #00478A; }
.footer-brand .nc-part { color: #00909D; }
.footer-brand .brand-tagline { font-size: 8.8px; color: rgba(255,255,255,0.7); font-weight: 500; text-transform: uppercase; letter-spacing: 0.5px; margin-top: -2px; }
.footer-brand .brand__tagline { margin: 8px 0 16px; color: rgba(255,255,255,0.8); }
.socials { display:flex; gap:10px; padding:0; margin:16px 0 0; list-style:none; }
.socials a { display:inline-flex; width:36px; height:36px; align-items:center; justify-content:center; border:1px solid rgba(255,255,255,0.2); border-radius:10px; background: rgba(255,255,255,0.04); }
.socials a:hover { background: rgba(6,182,212,0.15); border-color: rgba(6,182,212,0.5); }

/* Headings */
.footer-heading { margin: 0 0 12px; font-size: 14px; text-transform: uppercase; letter-spacing: 0.12em; color: rgba(255,255,255,0.7); }

/* Links */
.footer-links .menu { list-style:none; padding:0; margin:0; display:grid; gap:8px; }
.footer-links .menu a { padding: 6px 0; font-size: 15px; color: rgba(255,255,255,0.92); }
.footer-links .menu a:hover { color: #06b6d4; }

/* Newsletter */
.footer-newsletter .muted { color: rgba(255,255,255,0.75); margin: 0 0 12px; }
.footer-newsletter .tiny { font-size: 12px; opacity: 0.8; margin-top: 10px; }
.newsletter-form { display:flex; gap:10px; flex-wrap:wrap; }
.newsletter-form input[type="email"] { 
    background: rgba(255,255,255,0.06); 
    border: 1px solid rgba(255,255,255,0.18); 
    color:#fff; 
    padding: 10px 12px; 
    border-radius: 10px; 
    min-width: 220px;
}
.newsletter-form input::placeholder { color: rgba(255,255,255,0.6); }
.newsletter-form .btn { 
    background: linear-gradient(135deg, #06b6d4, #3b82f6); 
    color:#fff; 
    border: none; 
    padding: 10px 14px; 
    border-radius: 10px; 
    cursor: pointer; 
    font-weight: 700;
}
.newsletter-form .btn:hover { filter: brightness(1.05); }

/* Bottom */
.footer-bottom { 
    display:flex; 
    align-items:center; 
    justify-content:space-between; 
    gap: 16px; 
    border-top: 1px solid rgba(255,255,255,0.08); 
    margin-top: 32px; 
    padding-top: 18px; 
}
@media (max-width: 640px) { .footer-bottom { flex-direction: column; align-items: flex-start; } }
.footer-bottom .legal { display:flex; list-style:none; gap:16px; margin:0; padding:0; flex-wrap:wrap; }
.footer-bottom .copyright { margin:0; color: rgba(255,255,255,0.75); font-size: 14px; }
.footer-bottom .legal a { color: rgba(255,255,255,0.85); }

/* Ensure dark footer wins over base theme (higher specificity) */
footer.site-footer {
    background: 
        radial-gradient(900px 600px at 10% 120%, rgba(6,182,212,0.10), transparent 60%),
        radial-gradient(800px 500px at 110% -10%, rgba(59,130,246,0.08), transparent 60%),
        linear-gradient(180deg, #0a0f1a 0%, #0a1322 60%, #0a172b 100%) !important;
    color: rgba(255,255,255,0.96);
    border-top-color: rgba(255,255,255,0.10);
}
footer.site-footer p,
footer.site-footer a { color: rgba(255,255,255,0.92); }

/* Review cards */
.card a { color: inherit; text-decoration: none; }
.card a:hover h3, .card a:hover h2 { text-decoration: underline; }

/* News styles */
.news-feature { display: grid; grid-template-columns: 1fr; gap: 16px; margin-bottom: 28px; }
@media (min-width: 900px) { .news-feature { grid-template-columns: 1.2fr 1fr; gap: 24px; } }
.news-feature__media img { border-radius: 12px; }
.news-feature__body h2 { margin: 0 0 8px; }
.news-card a { color: inherit; text-decoration: none; }
.news-card__body { padding: 12px 0; }
.news-card__body h3 { margin: 0 0 6px; font-size: 18px; }

/* Hero Carousel styles */
.hero-carousel { margin: 0; padding: 0; }
.hero-carousel .carousel { position: relative; overflow: hidden; background: #000; height: 80vh; min-height: 500px; }
.hero-carousel .carousel__track { display: flex; transition: transform 0.5s ease; height: 100%; }
.hero-carousel .carousel__slide { position: relative; min-width: 100%; height: 100%; }
.hero-carousel .carousel__slide img { width: 100%; height: 100%; object-fit: cover; }
.hero-carousel .carousel__overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, rgba(0,0,0,0.4), rgba(0,0,0,0.6)); color: #fff; display: flex; align-items: center; }
.hero-carousel .carousel__overlay .container { z-index: 1; }
.hero-carousel .carousel__overlay .eyebrow { display:inline-block; font-weight:600; color: var(--color-accent-2); background: rgba(6,182,212,0.2); border:1px solid rgba(6,182,212,0.4); padding: 6px 12px; border-radius: 999px; margin-bottom: 16px; opacity: 0; }
.hero-carousel .carousel__overlay h1 { margin: 0 0 16px; font-size: 52px; line-height: 1.1; letter-spacing: -0.6px; color: #fff; overflow: visible; }
.hero-carousel .carousel__overlay h1 .typewriter { display: inline-block; border-right: 6px solid var(--color-accent-2); animation: typewriter 2s steps(40, end) 0.5s forwards, blink 1s infinite 2.5s; width: 0; overflow: hidden; white-space: nowrap; }
.hero-carousel .carousel__overlay p { margin: 0 0 24px; color: rgba(255,255,255,0.9); font-size: 18px; opacity: 0; }
.hero-carousel .carousel__overlay .actions { opacity: 0; }

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes blink {
    0%, 50% { border-color: var(--color-accent-2); }
    51%, 100% { border-color: transparent; }
}

@keyframes typewriter {
    from { width: 0; }
    to { width: var(--tw-target, 100%); }
}
.hero-carousel .carousel__overlay .actions { display:flex; gap:16px; flex-wrap:wrap; }
.hero-carousel .carousel__overlay .btn { background: linear-gradient(135deg, var(--color-accent), var(--color-accent-2)); color: #fff; border: none; }
.hero-carousel .carousel__overlay .btn-outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.8); }
.hero-carousel .carousel__overlay .btn-outline:hover { background: rgba(255,255,255,0.1); border-color: #fff; }
.hero-carousel .carousel__prev, .hero-carousel .carousel__next { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,0.2); border: 2px solid rgba(255,255,255,0.5); color: #fff; width: 56px; height: 56px; border-radius: 50%; font-size: 24px; cursor: pointer; z-index: 2; transition: all 0.3s ease; }
.hero-carousel .carousel__prev:hover, .hero-carousel .carousel__next:hover { background: rgba(255,255,255,0.3); border-color: #fff; }
.hero-carousel .carousel__prev { left: 24px; }
.hero-carousel .carousel__next { right: 24px; }
.hero-carousel .carousel__indicators { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); display: flex; gap: 12px; }
.hero-carousel .carousel__indicator { width: 14px; height: 14px; border-radius: 50%; border: 2px solid rgba(255,255,255,0.6); background: transparent; cursor: pointer; transition: all 0.3s ease; }
.hero-carousel .carousel__indicator.active { background: #fff; border-color: #fff; }

/* Page Header */
.page-header { 
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 25%, #0f3460 50%, #2c3e50 75%, #34495e 100%); 
    color: #fff; 
    padding: 80px 0; 
    text-align: center; 
    position: relative; 
    overflow: hidden; 
}
.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(6, 182, 212, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(52, 152, 219, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(155, 89, 182, 0.08) 0%, transparent 50%);
    pointer-events: none;
}
.page-header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.02) 50%, transparent 70%),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 2px,
            rgba(255,255,255,0.03) 2px,
            rgba(255,255,255,0.03) 4px
        );
    pointer-events: none;
}
.page-header .container {
    position: relative;
    z-index: 2;
}
.page-header h1 { 
    font-size: 52px; 
    margin: 0 0 20px; 
    font-weight: 700; 
    background: linear-gradient(135deg, #ffffff 0%, #06b6d4 50%, #3b82f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    letter-spacing: -0.02em;
}
.page-header p { 
    font-size: 20px; 
    margin: 0; 
    opacity: 0.9; 
    color: rgba(255,255,255,0.85);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

/* Grid Layouts */
.products-grid, .utilities-grid, .innovations-grid, .entrance-grid { 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); 
    gap: 32px; 
    margin-top: 40px; 
}

/* Card Styles */
.product-card, .utility-card, .innovation-card, .entrance-card { 
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%); 
    border-radius: 20px; 
    overflow: hidden; 
    box-shadow: 
        0 4px 20px rgba(0,0,0,0.08),
        0 1px 3px rgba(0,0,0,0.1),
        inset 0 1px 0 rgba(255,255,255,0.8); 
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); 
    border: 1px solid rgba(6, 182, 212, 0.1);
    position: relative;
}
.product-card::before, .utility-card::before, .innovation-card::before, .entrance-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #06b6d4 0%, #3b82f6 50%, #8b5cf6 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.product-card:hover, .utility-card:hover, .innovation-card:hover, .entrance-card:hover { 
    transform: translateY(-12px) scale(1.02); 
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.12),
        0 8px 16px rgba(6, 182, 212, 0.15),
        inset 0 1px 0 rgba(255,255,255,0.9); 
    border-color: rgba(6, 182, 212, 0.2);
}
.product-card:hover::before, .utility-card:hover::before, .innovation-card:hover::before, .entrance-card:hover::before {
    opacity: 1;
}

/* Media Styles */
.product-media, .utility-media, .innovation-media, .entrance-media { 
    position: relative; 
    height: 200px; 
    overflow: hidden; 
}
.product-media img, .utility-media img, .innovation-media img, .entrance-media img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    transition: transform 0.3s ease; 
}
.product-card:hover .product-media img, .utility-card:hover .utility-media img, 
.innovation-card:hover .innovation-media img, .entrance-card:hover .entrance-media img { 
    transform: scale(1.05); 
}

/* Video Placeholder */
.video-placeholder { 
    width: 100%; 
    height: 100%; 
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 25%, #0f3460 50%, #2c3e50 75%, #34495e 100%); 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center; 
    color: #fff; 
    position: relative; 
    overflow: hidden;
}
.video-placeholder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 30% 70%, rgba(6, 182, 212, 0.2) 0%, transparent 60%),
        radial-gradient(circle at 70% 30%, rgba(59, 130, 246, 0.15) 0%, transparent 60%);
    pointer-events: none;
}
.video-placeholder::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 2px,
            rgba(255,255,255,0.05) 2px,
            rgba(255,255,255,0.05) 4px
        );
    pointer-events: none;
}
.play-button { 
    font-size: 48px; 
    margin-bottom: 12px; 
    opacity: 0.9; 
    transition: all 0.3s ease; 
    background: linear-gradient(135deg, #06b6d4 0%, #3b82f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
    position: relative;
    z-index: 2;
}
.video-placeholder:hover .play-button { 
    opacity: 1; 
    transform: scale(1.1);
}
.video-placeholder p {
    position: relative;
    z-index: 2;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

/* Badges */
.product-badge, .utility-badge, .innovation-badge, .entrance-badge { 
    position: absolute; 
    top: 12px; 
    right: 12px; 
    background: linear-gradient(135deg, #06b6d4 0%, #3b82f6 100%); 
    color: #fff; 
    padding: 6px 14px; 
    border-radius: 25px; 
    font-size: 11px; 
    font-weight: 700; 
    text-transform: uppercase; 
    letter-spacing: 0.8px; 
    box-shadow: 
        0 2px 8px rgba(6, 182, 212, 0.3),
        0 1px 3px rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}
.product-badge:hover, .utility-badge:hover, .innovation-badge:hover, .entrance-badge:hover {
    transform: scale(1.05);
    box-shadow: 
        0 4px 12px rgba(6, 182, 212, 0.4),
        0 2px 6px rgba(0,0,0,0.3);
}

/* Content Styles */
.product-content, .utility-content, .innovation-content, .entrance-content { 
    padding: 24px; 
}
.product-content h2, .utility-content h2, .innovation-content h2, .entrance-content h2 { 
    margin: 0 0 12px; 
    font-size: 20px; 
    line-height: 1.3; 
}
.product-content h2 a, .utility-content h2 a, .innovation-content h2 a, .entrance-content h2 a { 
    color: inherit; 
    text-decoration: none; 
    transition: color 0.3s ease; 
}
.product-content h2 a:hover, .utility-content h2 a:hover, 
.innovation-content h2 a:hover, .entrance-content h2 a:hover { 
    color: var(--color-accent-2); 
}
.product-content p, .utility-content p, .innovation-content p, .entrance-content p { 
    margin: 0 0 16px; 
    color: var(--color-text); 
    line-height: 1.6; 
}

/* Meta Information */
.product-meta, .utility-meta, .innovation-meta, .entrance-meta { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    font-size: 14px; 
    color: var(--color-subtle); 
}
.rating { color: #f59e0b; font-weight: 600; }
.date { color: var(--color-subtle); }

/* Innovations Showcase */
.innovations-showcase {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.innovations-showcase::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(6, 182, 212, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(59, 130, 246, 0.06) 0%, transparent 50%);
    pointer-events: none;
}
.innovations-showcase .container { position: relative; z-index: 1; }
.innovations-header {
    text-align: center;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.innovations-header .eyebrow {
    display: inline-block;
    font-weight: 600;
    color: var(--color-accent-2);
    background: rgba(6, 182, 212, 0.1);
    border: 1px solid rgba(6, 182, 212, 0.3);
    padding: 8px 16px;
    border-radius: 999px;
    margin-bottom: 20px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.innovations-header h2 {
    font-size: 42px;
    margin: 0 0 20px;
    font-weight: 700;
    background: linear-gradient(135deg, #1a1a2e 0%, #2c3e50 50%, #06b6d4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
}
.innovations-header p {
    font-size: 18px;
    color: var(--color-subtle);
    margin: 0;
    line-height: 1.6;
}

.innovations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 32px;
    margin-bottom: 60px;
}
.innovation-card {
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 
        0 4px 20px rgba(0,0,0,0.08),
        0 1px 3px rgba(0,0,0,0.1),
        inset 0 1px 0 rgba(255,255,255,0.8);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(6, 182, 212, 0.1);
    position: relative;
}
.innovation-card.featured {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
@media (max-width: 768px) {
    .innovation-card.featured {
        grid-column: span 1;
        grid-template-columns: 1fr;
    }
}
.innovation-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #06b6d4 0%, #3b82f6 50%, #8b5cf6 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.innovation-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.12),
        0 8px 16px rgba(6, 182, 212, 0.15),
        inset 0 1px 0 rgba(255,255,255,0.9);
    border-color: rgba(6, 182, 212, 0.2);
}
.innovation-card:hover::before {
    opacity: 1;
}

.innovation-media {
    position: relative;
    height: 200px;
    overflow: hidden;
}
.innovation-card.featured .innovation-media {
    height: 300px;
}
.innovation-media .video-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 25%, #0f3460 50%, #2c3e50 75%, #34495e 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.innovation-media .video-placeholder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 30% 70%, rgba(6, 182, 212, 0.2) 0%, transparent 60%),
        radial-gradient(circle at 70% 30%, rgba(59, 130, 246, 0.15) 0%, transparent 60%);
    pointer-events: none;
}
.innovation-media .play-button {
    font-size: 48px;
    margin-bottom: 12px;
    opacity: 0.9;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #06b6d4 0%, #3b82f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
    position: relative;
    z-index: 2;
}
.innovation-media .video-placeholder:hover .play-button {
    opacity: 1;
    transform: scale(1.1);
}
.innovation-media .video-placeholder p {
    position: relative;
    z-index: 2;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    margin: 0;
    font-size: 16px;
}

.innovation-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: linear-gradient(135deg, #06b6d4 0%, #3b82f6 100%);
    color: #fff;
    padding: 6px 14px;
    border-radius: 25px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    box-shadow: 
        0 2px 8px rgba(6, 182, 212, 0.3),
        0 1px 3px rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    z-index: 3;
}
.innovation-badge:hover {
    transform: scale(1.05);
    box-shadow: 
        0 4px 12px rgba(6, 182, 212, 0.4),
        0 2px 6px rgba(0,0,0,0.3);
}

.innovation-content {
    padding: 24px;
}
.innovation-content h3 {
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 1.3;
    color: var(--color-text);
}
.innovation-content p {
    margin: 0 0 16px;
    color: var(--color-text);
    line-height: 1.6;
    font-size: 15px;
}
.innovation-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: var(--color-subtle);
    margin-top: 16px;
}
.innovation-meta .category {
    background: rgba(6, 182, 212, 0.1);
    color: var(--color-accent-2);
    padding: 4px 8px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 12px;
}
.innovation-meta .rating {
    color: #f59e0b;
    font-weight: 600;
}

.innovations-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 32px;
    text-align: center;
}
.stat-item h3 {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 8px;
    background: linear-gradient(135deg, #06b6d4 0%, #3b82f6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.stat-item p {
    margin: 0;
    color: var(--color-subtle);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
}

/* Review layout */
.review__header { margin-bottom: 16px; }
.pill { display:inline-block; padding:4px 10px; border:1px solid var(--color-border); border-radius:999px; margin-left:8px; font-size:12px; color: var(--color-subtle); }
.review__grid { display:grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 992px) { .review__grid { grid-template-columns: 1.2fr 0.8fr; } }
.review__media img { border-radius: 12px; }
.review__content { margin-top: 12px; }
.rating { display:flex; align-items:center; gap:10px; margin-bottom:14px; }
.rating__value { font-size: 24px; font-weight: 700; color: #2563eb; }
.box { border:1px solid var(--color-border); border-radius:12px; padding:14px; margin-bottom:14px; background:#fff; }
.box h3 { margin:0 0 8px; font-size:16px; }
.checklist, .crosslist, .specs { padding-left: 18px; margin: 0; }
.checklist li { list-style: '✓ '; }
.crosslist li { list-style: '✗ '; }

/* Modern Header Styles */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: saturate(180%) blur(20px);
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid rgba(6, 182, 212, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    margin: 0;
    padding: 0;
}

.site-header.scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-bottom-color: rgba(6, 182, 212, 0.15);
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    position: relative;
    min-height: 60px;
}

/* Brand Section */
.brand {
    display: flex;
    align-items: center;
    z-index: 10;
}

.brand .logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.brand .logo:hover {
    transform: scale(1.02);
}

.brand .logo img {
    height: 60px;
    width: auto;
    transition: all 0.3s ease;
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.brand-name {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -0.5px;
}

.brand-name .tech-part {
    color: #00478A;
    background: linear-gradient(135deg, #00478A 0%, #00478A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.brand-name .nc-part {
    color: #00909D;
    background: linear-gradient(135deg, #00909D 0%, #00909D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.brand-tagline {
    font-size: 12px;
    color: var(--color-subtle);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: -2px;
}

/* Navigation */
.primary-nav {
    display: flex;
    align-items: center;
    position: relative;
}

.nav-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
}

.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 4px;
    align-items: center;
    flex-wrap: nowrap;
}

.nav-menu li {
    position: relative;
}

.nav-menu a {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    text-decoration: none;
    color: var(--color-text);
    font-weight: 600;
    font-size: 14px;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.nav-menu a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.1), rgba(59, 130, 246, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 12px;
}

.nav-menu a:hover::before {
    opacity: 1;
}

.nav-menu a:hover {
    color: var(--color-accent-2);
    transform: translateY(-1px);
}

.nav-menu .current-menu-item a,
.nav-menu .current_page_item a {
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.1), rgba(59, 130, 246, 0.1));
    color: var(--color-accent-2);
    border: 1px solid rgba(6, 182, 212, 0.2);
}

/* Navigation Actions */
.nav-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.search-toggle,
.theme-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: none;
    background: rgba(6, 182, 212, 0.1);
    color: var(--color-accent-2);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.search-toggle:hover,
.theme-toggle:hover {
    background: rgba(6, 182, 212, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(6, 182, 212, 0.2);
}

.theme-toggle .moon-icon {
    display: none;
}

.theme-toggle.dark .sun-icon {
    display: none;
}

.theme-toggle.dark .moon-icon {
    display: block;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: none;
    background: rgba(6, 182, 212, 0.1);
    color: var(--color-accent-2);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 20;
}

.hamburger {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 20px;
}

.hamburger-line {
    width: 100%;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center;
}

.mobile-menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.mobile-menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.mobile-menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

/* Search Overlay */
.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.search-overlay.active {
    opacity: 1;
    visibility: visible;
}

.search-container {
    width: 100%;
    max-width: 600px;
    padding: 0 20px;
    position: relative;
}

.search-form {
    width: 100%;
}

.search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    padding: 4px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border: 2px solid rgba(6, 182, 212, 0.2);
}

.search-input-wrapper input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 16px 20px;
    font-size: 18px;
    color: var(--color-text);
    outline: none;
}

.search-input-wrapper input::placeholder {
    color: var(--color-subtle);
}

.search-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: none;
    background: linear-gradient(135deg, #06b6d4, #3b82f6);
    color: white;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-submit:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(6, 182, 212, 0.3);
}

.search-close {
    position: absolute;
    top: -60px;
    right: 0;
    width: 44px;
    height: 44px;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .nav-wrapper {
        gap: 20px;
    }
    
    .nav-menu {
        gap: 4px;
    }
    
    .nav-menu a {
        padding: 10px 12px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .brand .logo img {
        height: 60px;
    }
    
    .brand-name {
        font-size: 28px;
    }
    
    .brand-tagline {
        font-size: 11px;
    }
    
    .nav-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(20px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px;
        transform: translateX(-100%);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 15;
    }
    
    .nav-wrapper.active {
        transform: translateX(0);
    }
    
    .nav-menu {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
    
    .nav-menu a {
        padding: 16px 24px;
        font-size: 18px;
        width: 200px;
        justify-content: center;
    }
    
    .nav-actions {
        flex-direction: column;
        gap: 16px;
    }
    
    .mobile-menu-toggle {
        display: flex;
    }
    
    .search-container {
        max-width: 90%;
    }
    
    .search-input-wrapper input {
        font-size: 16px;
        padding: 14px 16px;
    }
}

/* Contact Page Styles */
.contact-info h2 {
    margin: 0 0 16px;
    font-size: 28px;
    color: var(--color-text);
}

.contact-info p {
    margin: 0 0 32px;
    color: var(--color-subtle);
    line-height: 1.6;
}

.contact-methods {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-method {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 16px;
    border: 1px solid rgba(6, 182, 212, 0.1);
    transition: all 0.3s ease;
}

.contact-method:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(6, 182, 212, 0.1);
    border-color: rgba(6, 182, 212, 0.2);
}

.contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.1), rgba(59, 130, 246, 0.1));
    border-radius: 12px;
    color: var(--color-accent-2);
    flex-shrink: 0;
}

.contact-details h3 {
    margin: 0 0 8px;
    font-size: 18px;
    color: var(--color-text);
}

.contact-details p {
    margin: 0 0 4px;
    color: var(--color-subtle);
}

.contact-details a {
    color: var(--color-accent-2);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.contact-details a:hover {
    color: var(--color-accent);
}

.contact-form-wrapper {
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    padding: 32px;
    border-radius: 20px;
    border: 1px solid rgba(6, 182, 212, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.contact-form-wrapper h2 {
    margin: 0 0 24px;
    font-size: 28px;
    color: var(--color-text);
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--color-text);
    font-size: 14px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid rgba(6, 182, 212, 0.1);
    border-radius: 12px;
    font-size: 16px;
    color: var(--color-text);
    background: #fff;
    transition: all 0.3s ease;
    font-family: inherit;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--color-accent-2);
    box-shadow: 0 0 0 3px rgba(6, 182, 212, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.btn-primary {
    background: linear-gradient(135deg, #06b6d4, #3b82f6);
    color: white;
    border: none;
    padding: 14px 28px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(6, 182, 212, 0.3);
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-top: 40px;
}

.faq-item {
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    padding: 24px;
    border-radius: 16px;
    border: 1px solid rgba(6, 182, 212, 0.1);
    transition: all 0.3s ease;
}

.faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(6, 182, 212, 0.1);
    border-color: rgba(6, 182, 212, 0.2);
}

.faq-item h3 {
    margin: 0 0 12px;
    font-size: 18px;
    color: var(--color-text);
}

.faq-item p {
    margin: 0;
    color: var(--color-subtle);
    line-height: 1.6;
}

@media (max-width: 768px) {
    .contact-method {
        flex-direction: column;
        text-align: center;
    }
    
    .contact-form-wrapper {
        padding: 24px;
    }
    
    .faq-grid {
        grid-template-columns: 1fr;
    }
}


