:root {
    /* Dark theme (default) */
    --bg: #000A1A;
    --bg-rgb: 0, 10, 26;
    --fg: #F8FAFC;
    --fg-rgb: 248, 250, 252;
    --accent: #04D9FF;
    --accent-rgb: 4, 217, 255;
    --muted: rgba(248, 250, 252, 0.7);
    --card: rgba(248, 250, 252, 0.02);
    --border: rgba(4, 217, 255, 0.12);
    --cyan: #00E5FF;
    --green: #34D399;
    --amber: #FBBF24;
    --red-alert: #FF4D6A;
    --gray-500: rgba(248, 250, 252, 0.5);
    --font-mono: 'JetBrains Mono', monospace;
    
    /* Theme-specific variables */
    --nav-bg: rgba(0, 10, 26, 0.95);
    --footer-bg: rgba(0, 10, 26, 0.95);
    --input-bg: rgba(248, 250, 252, 0.03);
    --input-border: rgba(4, 217, 255, 0.2);
    --glow-color: rgba(4, 217, 255, 0.08);
    --text-shadow: 0 0 30px rgba(4, 217, 255, 0.3);
}

/* Light theme */
[data-theme="light"] {
    --bg: #FAFBFC;
    --bg-rgb: 250, 251, 252;
    --fg: #0F172A;
    --fg-rgb: 15, 23, 42;
    --accent: #0D9488;
    --accent-rgb: 13, 148, 136;
    --muted: rgba(15, 23, 42, 0.7);
    --card: rgba(15, 23, 42, 0.03);
    --border: rgba(13, 148, 136, 0.2);
    --cyan: #0D9488;
    --green: #059669;
    --amber: #D97706;
    --red-alert: #DC2626;
    --gray-500: rgba(15, 23, 42, 0.5);
    
    /* Theme-specific variables */
    --nav-bg: rgba(255, 255, 255, 0.98);
    --footer-bg: rgba(248, 250, 252, 0.98);
    --input-bg: rgba(15, 23, 42, 0.04);
    --input-border: rgba(13, 148, 136, 0.25);
    --glow-color: rgba(13, 148, 136, 0.02);
    --text-shadow: none;
}

/* Light theme CTA button - blue/cyan accent */
[data-theme="light"] .client-login-button,
[data-theme="light"] .cta-button,
[data-theme="light"] .main-cta {
    background: linear-gradient(135deg, #0891B2 0%, #0E7490 100%) !important;
    color: #FFFFFF !important;
    padding: 1.2rem 2rem !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    border: none !important;
    cursor: pointer !important;
    display: inline-block !important;
    box-shadow: 0 4px 14px rgba(8, 145, 178, 0.35) !important;
}

/* Light theme navigation client login button - match dark mode size */
[data-theme="light"] .nav-menu .client-login-button {
    padding: 0.6rem 1.2rem !important;
    font-size: 0.9rem !important;
}

[data-theme="light"] .client-login-button:hover,
[data-theme="light"] .cta-button:hover,
[data-theme="light"] .main-cta:hover {
    background: linear-gradient(135deg, #0E7490 0%, #155E75 100%) !important;
    color: #FFFFFF !important;
    box-shadow: 0 6px 20px rgba(8, 145, 178, 0.45) !important;
    transform: translateY(-2px) !important;
}

/* Light theme logo text - keep cyan colour */
[data-theme="light"] .nav-logo-text,
[data-theme="light"] .footer-logo-text {
    color: #04D9FF !important;
}

/* Light theme section label - blue accent */
[data-theme="light"] .section-label {
    color: #0891B2 !important;
}

/* Light theme feature label - blue accent */
[data-theme="light"] .feature-label {
    color: #0891B2 !important;
}

/* Light theme solution tabs - blue accent for active state */
[data-theme="light"] .sol-tab.active {
    background: #0891B2 !important;
    border-color: #0891B2 !important;
    color: #FFFFFF !important;
}

[data-theme="light"] .sol-tab:hover {
    border-color: #0891B2 !important;
    color: #0891B2 !important;
}

/* Light theme footer */
[data-theme="light"] .slim-footer {
    background: rgba(248, 250, 252, 0.98);
    border-top-color: rgba(13, 148, 136, 0.2);
}

[data-theme="light"] .footer-logo-image {
    filter: brightness(0) saturate(100%) invert(85%) sepia(56%) saturate(4579%) hue-rotate(156deg) brightness(101%) contrast(101%);
}

[data-theme="light"] .partner-logo {
    filter: brightness(0) saturate(100%) invert(25%) sepia(98%) saturate(498%) hue-rotate(157deg) brightness(98%) contrast(101%);
    opacity: 0.6;
}

[data-theme="light"] .partner-logo-link:hover .partner-logo {
    filter: brightness(0) saturate(100%) invert(25%) sepia(98%) saturate(498%) hue-rotate(157deg) brightness(98%) contrast(101%);
    opacity: 1;
}

[data-theme="light"] .back-to-top {
    background: rgba(13, 148, 136, 0.1);
    border-color: rgba(13, 148, 136, 0.3);
}

[data-theme="light"] .back-to-top:hover {
    background: rgba(13, 148, 136, 0.2);
    border-color: var(--accent);
}

/* Light theme social links - use CTA blue on hover */
[data-theme="light"] .social-link:hover {
    color: #0891B2;
}

/* Light theme background layers - remove blue tints */
[data-theme="light"] .fluid-bg {
    background: 
        radial-gradient(circle at 20% 30%, rgba(13, 148, 136, 0.02) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(13, 148, 136, 0.01) 0%, transparent 50%),
        radial-gradient(circle at 40% 80%, rgba(13, 148, 136, 0.01) 0%, transparent 60%);
    opacity: 0.5;
}

[data-theme="light"] .fluid-bg::before,
[data-theme="light"] .fluid-bg::after {
    opacity: 0;
}

[data-theme="light"] .grid-overlay {
    background-image: 
        linear-gradient(rgba(13, 148, 136, 0.008) 1px, transparent 1px),
        linear-gradient(90deg, rgba(13, 148, 136, 0.008) 1px, transparent 1px);
    opacity: 0.5;
}

[data-theme="light"] .floating-element,
[data-theme="light"] .geometric-shapes,
[data-theme="light"] .geometric-accent,
[data-theme="light"] .mouse-glow {
    display: none;
}

[data-theme="light"] .bg-layer {
    background: transparent;
}

/* Smooth theme transition */
* {
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
    background: var(--bg);
    color: var(--fg);
    line-height: 1.6;
    overflow-x: hidden;
    position: relative;
}

/* Enhanced Dynamic Background - Disabled for clean background */
.bg-layer {
    display: none;
}

/* Multi-layered Gradient System - Disabled for clean background */
.fluid-bg {
    display: none;
}

.fluid-bg::before {
    display: none;
}

.fluid-bg::after {
    display: none;
}

/* Enhanced Grid Overlay - Disabled for clean background */
.grid-overlay {
    display: none;
}

/* Particle System Container */
.particle-system {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 5;
    overflow: visible;
}

.particle {
    position: absolute;
    background: radial-gradient(circle, rgba(4, 217, 255, 0.8) 0%, rgba(4, 217, 255, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
    will-change: transform;
    z-index: 6;
    display: block;
    visibility: visible;
    opacity: 0.6;
}

.connection-line {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(4, 217, 255, 0.3), transparent);
    height: 1px;
    transform-origin: left center;
    pointer-events: none;
    will-change: transform, opacity;
    z-index: 4;
    display: block;
    visibility: visible;
}

/* Enhanced Floating Elements - Disabled for clean background */
.floating-elements {
    display: none;
}

.floating-element {
    display: none;
}

.floating-element::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 60%;
    background: radial-gradient(circle, rgba(4, 217, 255, 0.02) 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.floating-element:nth-child(1) {
    width: 180px;
    height: 180px;
    top: 10%;
    left: 85%;
    animation-delay: 0s;
    animation-duration: 25s;
}

.floating-element:nth-child(2) {
    width: 120px;
    height: 120px;
    top: 60%;
    left: 5%;
    animation-delay: -8s;
    animation-duration: 22s;
}

.floating-element:nth-child(3) {
    width: 100px;
    height: 100px;
    top: 30%;
    left: 10%;
    animation-delay: -12s;
    animation-duration: 28s;
}

.floating-element:nth-child(4) {
    width: 140px;
    height: 140px;
    top: 80%;
    left: 75%;
    animation-delay: -10s;
    animation-duration: 24s;
}

.floating-element:nth-child(5) {
    width: 90px;
    height: 90px;
    top: 45%;
    left: 50%;
    animation-delay: -15s;
    animation-duration: 30s;
}

.floating-element:nth-child(6) {
    width: 110px;
    height: 110px;
    top: 15%;
    left: 30%;
    animation-delay: -5s;
    animation-duration: 26s;
}

/* Dynamic Geometric Shapes - Disabled for clean background */
.geometric-shapes {
    display: none;
}

.geo-shape {
    position: absolute;
    border: 1px solid rgba(4, 217, 255, 0.03);
    animation: morphShape 15s ease-in-out infinite;
}

.geo-shape.triangle {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 52px solid rgba(4, 217, 255, 0.02);
    border-top: none;
}

.geo-shape.square {
    width: 60px;
    height: 60px;
    background: rgba(4, 217, 255, 0.01);
    transform: rotate(45deg);
}

.geo-shape.hexagon {
    width: 50px;
    height: 28px;
    background: rgba(4, 217, 255, 0.015);
    position: relative;
}

.geo-shape.hexagon::before,
.geo-shape.hexagon::after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
}

.geo-shape.hexagon::before {
    bottom: 100%;
    border-bottom: 14px solid rgba(4, 217, 255, 0.015);
}

.geo-shape.hexagon::after {
    top: 100%;
    border-top: 14px solid rgba(4, 217, 255, 0.015);
}

.geo-shape:nth-child(1) {
    top: 20%;
    left: 15%;
    animation-delay: 0s;
}

.geo-shape:nth-child(2) {
    top: 70%;
    left: 80%;
    animation-delay: -5s;
}

.geo-shape:nth-child(3) {
    top: 40%;
    left: 60%;
    animation-delay: -10s;
}

.geo-shape:nth-child(4) {
    top: 85%;
    left: 25%;
    animation-delay: -7s;
}

/* Enhanced Geometric Accents */
.geometric-accent {
    position: absolute;
    background: linear-gradient(45deg, transparent 30%, rgba(4, 217, 255, 0.02) 50%, transparent 70%);
    pointer-events: none;
}

.accent-1 {
    width: 400px;
    height: 2px;
    top: 20%;
    right: -150px;
    transform: rotate(15deg);
    animation: slideAccent 18s ease-in-out infinite;
}

.accent-2 {
    width: 300px;
    height: 1px;
    bottom: 30%;
    left: -100px;
    transform: rotate(-25deg);
    animation: slideAccent 22s ease-in-out infinite reverse;
}

.accent-3 {
    width: 250px;
    height: 1.5px;
    top: 60%;
    right: 10%;
    transform: rotate(35deg);
    animation: slideAccent 20s ease-in-out infinite;
    background: linear-gradient(45deg, transparent 30%, rgba(0, 255, 136, 0.015) 50%, transparent 70%);
}

/* Interactive Glow Effect */
.mouse-glow {
    position: fixed;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(4, 217, 255, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease;
    will-change: transform;
    z-index: 10;
    display: block !important;
}

.container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 4rem;
    position: relative;
    z-index: 1;
}

.hero-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 4rem;
    position: relative;
    z-index: 1;
}

/* Enhanced Animations */
@keyframes bgFloat {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(-20px, -30px) scale(1.05);
    }
    50% {
        transform: translate(30px, -20px) scale(0.98);
    }
    75% {
        transform: translate(-10px, 20px) scale(1.02);
    }
}

@keyframes gridMove {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(60px, 60px);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
        opacity: 0.08;
    }
    33% {
        transform: translateY(-30px) rotate(120deg);
        opacity: 0.15;
    }
    66% {
        transform: translateY(20px) rotate(240deg);
        opacity: 0.1;
    }
}

@keyframes slideAccent {
    0%, 100% {
        opacity: 0.02;
        transform: translateX(0) rotate(15deg);
    }
    50% {
        opacity: 0.08;
        transform: translateX(100px) rotate(15deg);
    }
}

@keyframes bgFloatReverse {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    25% {
        transform: translate(30px, 20px) scale(1.03);
    }
    50% {
        transform: translate(-20px, 30px) scale(0.97);
    }
    75% {
        transform: translate(15px, -25px) scale(1.01);
    }
}

@keyframes bgPulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.1);
    }
}

@keyframes morphShape {
    0%, 100% {
        transform: rotate(0deg) scale(1);
        opacity: 0.03;
    }
    25% {
        transform: rotate(90deg) scale(1.2);
        opacity: 0.06;
    }
    50% {
        transform: rotate(180deg) scale(0.8);
        opacity: 0.04;
    }
    75% {
        transform: rotate(270deg) scale(1.1);
        opacity: 0.05;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 20px rgba(4, 217, 255, 0.2);
    }
    50% {
        box-shadow: 0 0 30px rgba(4, 217, 255, 0.4);
    }
}

@keyframes stamp {
    0% {
        opacity: 0;
        transform: scale(3) rotate(-15deg) translateY(-50px);
        filter: blur(10px);
    }
    30% {
        opacity: 0.8;
        transform: scale(1.2) rotate(-5deg) translateY(0);
        filter: blur(2px);
    }
    50% {
        opacity: 1;
        transform: scale(0.95) rotate(2deg) translateY(0);
        filter: blur(0px);
    }
    70% {
        opacity: 1;
        transform: scale(1.05) rotate(-1deg) translateY(0);
        filter: blur(0px);
    }
    85% {
        opacity: 1;
        transform: scale(0.98) rotate(0.5deg) translateY(0);
        filter: blur(0px);
    }
    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg) translateY(0);
        filter: blur(0px);
    }
}

.animate-fade-in {
    animation: fadeInLeft 0.8s ease-out forwards;
}

.animate-delay-1 {
    animation-delay: 0.2s;
    opacity: 0;
}

.animate-delay-2 {
    animation-delay: 0.4s;
    opacity: 0;
}

.animate-delay-3 {
    animation-delay: 0.6s;
    opacity: 0;
}

.animate-delay-4 {
    animation-delay: 0.8s;
    opacity: 0;
}

.animate-stamp {
    animation: stamp 1.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
    animation-delay: 1.5s;
    opacity: 0;
}

/* Navigation Header */
.nav-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: var(--nav-bg);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border);
    transition: all 0.3s ease;
}

.nav-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.nav-logo {
    display: flex;
    align-items: center;
}

.nav-logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.nav-logo-image {
    height: 40px;
    width: auto;
    margin-right: 0.8rem;
    transition: all 0.3s ease;
}

.nav-logo-text {
    font-family: 'JetBrains Mono', monospace;
    font-size: 1.8rem;
    font-weight: 400;
    color: var(--accent);
    letter-spacing: -0.02em;
    transition: all 0.3s ease;
}

.nav-logo-link:hover .nav-logo-image {
    transform: scale(1.05);
    filter: drop-shadow(0 0 8px rgba(4, 217, 255, 0.3));
}

.nav-logo-link:hover .nav-logo-text {
    opacity: 0.8;
    transform: scale(1.02);
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-link {
    color: var(--muted);
    text-decoration: none;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    transition: all 0.3s ease;
    position: relative;
}

.nav-link:hover {
    color: var(--accent);
    background: rgba(4, 217, 255, 0.05);
    transform: translateY(-2px);
}

.nav-link.active {
    color: var(--accent);
    background: rgba(4, 217, 255, 0.1);
    border: 1px solid rgba(4, 217, 255, 0.2);
}

/* Client Login Button in Navigation */
.nav-menu .client-login-button {
    display: inline-block;
    background: linear-gradient(135deg, var(--accent) 0%, #0BC5EA 100%);
    color: var(--bg);
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
    margin-left: 0.5rem;
}

.nav-menu .client-login-button:hover {
    background: linear-gradient(135deg, #0BC5EA 0%, var(--accent) 100%);
    color: var(--bg);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(4, 217, 255, 0.4);
}

/* Theme Toggle Button */
.theme-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid var(--border);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: var(--accent);
    margin-left: 0.5rem;
}

.theme-toggle:hover {
    background: rgba(4, 217, 255, 0.1);
    border-color: var(--accent);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(4, 217, 255, 0.2);
}

.theme-toggle svg {
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
}

.theme-toggle:hover svg {
    transform: scale(1.1);
}

/* Sun icon (shown in dark mode) */
.sun-icon {
    display: block;
}

/* Moon icon (shown in light mode) */
.moon-icon {
    display: none;
}

/* Hamburger Button - Hidden on desktop, shown on mobile */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
    position: relative;
}

.hamburger-line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--accent);
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
}

/* Hamburger animation to X */
.hamburger.active .hamburger-line:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.hamburger.active .hamburger-line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.hamburger.active .hamburger-line:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

/* Mobile Menu Container */
.mobile-menu {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    background: rgba(0, 10, 26, 0.98);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(4, 217, 255, 0.1);
    padding: 1rem 1.5rem 1.5rem;
    flex-direction: column;
    gap: 0.5rem;
    z-index: 999;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.mobile-menu.active {
    opacity: 1;
    transform: translateY(0);
}

/* Light theme mobile menu */
[data-theme="light"] .mobile-menu {
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid rgba(13, 148, 136, 0.15);
}

[data-theme="light"] .mobile-link {
    color: rgba(15, 23, 42, 0.7);
}

[data-theme="light"] .mobile-link:hover {
    color: var(--accent);
    background: rgba(13, 148, 136, 0.08);
}

[data-theme="light"] .mobile-link.active {
    color: var(--accent);
    background: rgba(13, 148, 136, 0.12);
    border-left-color: var(--accent);
}

[data-theme="light"] .mobile-login-button {
    background: linear-gradient(135deg, #0891B2 0%, #0E7490 100%);
    color: #FFFFFF;
}

/* Mobile theme toggle - shown inside mobile menu */
.mobile-theme-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.8rem 1rem;
    margin-top: 0.5rem;
    background: rgba(4, 217, 255, 0.08);
    border: 1px solid rgba(4, 217, 255, 0.2);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: var(--accent);
    font-family: 'Space Grotesk', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
}

.mobile-theme-toggle:hover {
    background: rgba(4, 217, 255, 0.15);
    border-color: var(--accent);
}

.mobile-theme-toggle svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.mobile-theme-toggle .theme-label {
    color: var(--muted);
}

/* Light theme mobile toggle */
[data-theme="light"] .mobile-theme-toggle {
    background: rgba(13, 148, 136, 0.08);
    border-color: rgba(13, 148, 136, 0.2);
    color: var(--accent);
}

[data-theme="light"] .mobile-theme-toggle:hover {
    background: rgba(13, 148, 136, 0.15);
    border-color: var(--accent);
}

@media (max-width: 768px) {
    .mobile-theme-toggle {
        display: flex;
    }
    
    /* Hide desktop theme toggle on mobile */
    .nav-menu .theme-toggle {
        display: none;
    }
}

.mobile-link {
    color: var(--muted);
    text-decoration: none;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    padding: 0.8rem 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: block;
}

.mobile-link:hover {
    color: var(--accent);
    background: rgba(4, 217, 255, 0.08);
}

.mobile-link.active {
    color: var(--accent);
    background: rgba(4, 217, 255, 0.12);
    border-left: 3px solid var(--accent);
}

.mobile-login-button {
    display: inline-block;
    background: linear-gradient(135deg, var(--accent) 0%, #0BC5EA 100%);
    color: var(--bg);
    padding: 0.8rem 1.2rem;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
    text-align: center;
    margin-top: 0.5rem;
}

.mobile-login-button:hover {
    background: linear-gradient(135deg, #0BC5EA 0%, var(--accent) 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(4, 217, 255, 0.4);
}

/* Mobile Navigation */
@media (max-width: 768px) {
    .nav-container {
        padding: 0 1.5rem;
        height: 60px;
    }
    
    .nav-logo-image {
        height: 35px;
        margin-right: 0.6rem;
    }
    
    .nav-logo-text {
        font-size: 1.5rem;
    }
    
    /* Hide desktop nav menu on mobile */
    .nav-menu {
        display: none;
    }
    
    /* Show hamburger on mobile */
    .hamburger {
        display: flex;
    }
    
    /* Show mobile menu when active */
    .mobile-menu {
        display: flex;
    }
}

@media (max-width: 480px) {
    .nav-container {
        padding: 0 1rem;
    }
    
    .nav-logo-image {
        height: 30px;
        margin-right: 0.5rem;
    }
    
    .nav-logo-text {
        font-size: 1.3rem;
    }

    .mobile-menu {
        top: 60px;
        padding: 1rem 1rem 1.5rem;
    }
    
    .mobile-link {
        font-size: 0.95rem;
        padding: 0.7rem 0.8rem;
    }

    .mobile-login-button {
        font-size: 0.95rem;
        padding: 0.7rem 1rem;
    }
}

/* Hero section styles moved to public/css/hero.css */

/* Enhanced Section Styles */
.section {
    padding: 6rem 0;
    position: relative;
}

/* Add extra padding to top of thought leadership section */
.section#thought-leadership {
    padding-top: 3rem; /* Reduced top padding */
}

.section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(4, 217, 255, 0.15), transparent);
}

.section h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 1rem;
}

.section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 3%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--accent), #0BC5EA);
    border-radius: 2px;
}

/* Mobile override needs to come after base declaration */
@media (max-width: 480px) {
    .section h2::after {
        left: 10%;
    }

    /* Network nodes smaller mobile layout */
    .network-nodes {
        gap: 0.5rem;
    }

    .node {
        width: 36px;
        height: 36px;
        font-size: 0.55rem;
    }

    /* Pillar visual smaller mobile adjustments */
    .pillar-visual {
        padding: 1rem;
        min-height: 240px;
    }

    .node-label {
        font-size: 0.6rem;
    }
}

.section-subtitle {
    color: var(--muted);
    font-size: 1.3rem;
    margin: 0 auto 4rem;
    line-height: 1.6;
}

.section-body a {
    color: var(--accent);
    text-decoration: none;
    transition: color 0.3s ease, text-decoration 0.3s ease;
}

.section-body a:hover {
    color: #0BC5EA;
    text-decoration: underline;
}

.section-body {
    color: var(--muted);
    font-size: 1.3rem;
    margin: 0 auto 1rem;
    line-height: 1.6;
}

.section-label {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 700;
    padding-bottom: 1rem;
    color: var(--accent);
}

.feature-label {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    padding-bottom: 1rem;
    color: var(--accent);
}

.pillar-features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    color: var(--muted);
}

.pillar-features li {
    font-size: 0.88rem;
    color: var(--muted);
    display: flex;
    gap: 0.6rem;
    align-items: flex-start;
}

.pillar-features li::before {
    content: '→';
    color: var(--accent);
    font-family: var(--font-mono);
    font-weight: 700;
    flex-shrink: 0;
}

.pillar-visual {
    background: linear-gradient(135deg, rgba(0,229,255,0.04) 0%, rgba(0,229,255,0.01) 100%);
    border: 1px solid rgba(0,229,255,0.08);
    border-radius: 12px;
    padding: 2.5rem;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    min-width: 320px;
    max-width: 450px;
}

.pillar-visual::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -30%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(0,229,255,0.06), transparent 70%);
    pointer-events: none;
}

.network-nodes {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0.8rem;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.node {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    font-family: var(--font-mono);
    font-weight: 600;
    border: 2px solid;
    transition: all 0.3s;
    cursor: default;
}

.node.green { border-color: var(--green); color: var(--green); background: rgba(52,211,153,0.08); }
.node.amber { border-color: var(--amber); color: var(--amber); background: rgba(251,191,36,0.08); }
.node.red { border-color: var(--red-alert); color: var(--red-alert); background: rgba(255,77,106,0.08); }
.node.cyan { border-color: var(--cyan); color: var(--cyan); background: rgba(0,229,255,0.08); }
.node:hover { transform: scale(1.15); }

/* Node Tooltips */
.node {
    position: relative;
}

.node[data-tooltip]::before {
    content: attr(data-tooltip);
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%) translateY(5px);
    background: rgba(0, 10, 26, 0.95);
    color: var(--fg);
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    font-size: 0.7rem;
    font-family: var(--font-mono);
    font-weight: 400;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    z-index: 100;
    border: 1px solid var(--border);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    pointer-events: none;
}

.node[data-tooltip]::after {
    content: '';
    position: absolute;
    bottom: calc(100% + 4px);
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: rgba(0, 10, 26, 0.95);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    z-index: 100;
    pointer-events: none;
}

.node[data-tooltip]:hover::before,
.node[data-tooltip]:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.node[data-tooltip]:hover::after {
    transform: translateX(-50%);
}

.node-label {
    text-align: center;
    font-family: var(--font-mono);
    font-size: 0.65rem;
    color: var(--gray-500);
    margin-top: 1rem;
}

.score-bars {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    z-index: 1;
}

.score-row {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.score-label {
    font-family: var(--font-mono);
    font-size: 0.7rem;
    color: var(--gray-300);
    width: 140px;
    flex-shrink: 0;
}

.score-track {
    flex: 1;
    height: 8px;
    background: rgba(255,255,255,0.06);
    border-radius: 100px;
    overflow: hidden;
}

.score-fill {
    height: 100%;
    border-radius: 100px;
    transition: width 1.5s ease-out;
}

.score-fill.high { background: linear-gradient(90deg, var(--green), var(--cyan)); }
.score-fill.mid { background: linear-gradient(90deg, var(--amber), #f59e0b); }
.score-fill.low { background: linear-gradient(90deg, var(--red-alert), #ef4444); }
.score-val {
    font-family: var(--font-mono);
    font-size: 0.8rem;
    font-weight: 700;
    width: 36px;
    text-align: right;
}

.score-val.high { color: var(--green); }
.score-val.mid { color: var(--amber); }
.score-val.low { color: var(--red-alert); }

/* Visual: Compliance badges */
.compliance-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8rem;
    position: relative;
    z-index: 1;
}

.reg-badge {
    background: rgba(0,229,255,0.05);
    border: 1px solid rgba(0,229,255,0.12);
    border-radius: 8px;
    padding: 0.8rem;
    text-align: center;
    font-family: var(--font-mono);
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--cyan);
    transition: all 0.3s;
}

.reg-badge:hover {
    background: rgba(0,229,255,0.1);
    border-color: rgba(0,229,255,0.3);
    transform: translateY(-2px);
}

.reg-badge .reg-type {
    display: block;
    font-size: 0.55rem;
    color: var(--gray-500);
    font-weight: 400;
    margin-top: 0.2rem;
}

/* Visual: Live Monitoring Dashboard */
.monitor-dashboard {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    z-index: 1;
}

.monitor-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(0, 229, 255, 0.1);
}

.live-indicator {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--font-mono);
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--green);
}

.live-indicator::before {
    content: '';
    width: 8px;
    height: 8px;
    background: var(--green);
    border-radius: 50%;
    animation: livePulse 2s ease-in-out infinite;
}

@keyframes livePulse {
    0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.5); }
    50% { opacity: 0.8; box-shadow: 0 0 0 6px rgba(52, 211, 153, 0); }
}

.last-update {
    font-family: var(--font-mono);
    font-size: 0.65rem;
    color: var(--gray-500);
}

.monitor-items {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.monitor-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0.75rem;
    background: rgba(0, 229, 255, 0.02);
    border-radius: 6px;
    transition: all 0.3s ease;
}

.monitor-row:hover {
    background: rgba(0, 229, 255, 0.06);
    transform: translateX(4px);
}

.status-icon {
    font-family: var(--font-mono);
    font-size: 0.75rem;
    font-weight: 700;
    width: 20px;
    text-align: center;
}

.status-icon.healthy { color: var(--green); }
.status-icon.warning { color: var(--amber); }
.status-icon.critical { color: var(--red-alert); }

.asset-name {
    flex: 1;
    font-family: var(--font-mono);
    font-size: 0.7rem;
    color: var(--fg);
}

.status-badge {
    font-family: var(--font-mono);
    font-size: 0.6rem;
    font-weight: 600;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.status-badge.healthy {
    background: rgba(52, 211, 153, 0.15);
    color: var(--green);
    border: 1px solid rgba(52, 211, 153, 0.3);
}

.status-badge.warning {
    background: rgba(251, 191, 36, 0.15);
    color: var(--amber);
    border: 1px solid rgba(251, 191, 36, 0.3);
}

.status-badge.critical {
    background: rgba(255, 77, 106, 0.15);
    color: var(--red-alert);
    border: 1px solid rgba(255, 77, 106, 0.3);
}

.solutions-tabs {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.sol-tab {
    background: transparent;
    color: var(--gray-500);
    border: 1px solid var(--gray-700);
    padding: 0.6rem 1.4rem;
    border-radius: 100px;
    font-family: var(--font-sans);
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s;
}

.sol-tab:hover { border-color: var(--cyan); color: var(--cyan); }
.sol-tab.active {
    background: var(--cyan);
    color: black;
    border-color: var(--cyan);
}

.sol-content {
    display: none;
    background: var(--bg-card);
    border: 1px solid rgba(0,229,255,0.08);
    border-radius: 16px;
    padding: 3rem;
}

.sol-content.active { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.sol-content h3 {
    font-family: var(--font-mono);
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.sol-content p {
    color: var(--gray-300);
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.sol-link {
    color: var(--cyan);
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    transition: gap 0.2s;
}
.sol-link:hover { gap: 0.8rem; }

.stats-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    padding: 4rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.stat-item .stat-number {
    font-family: var(--font-mono);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--cyan);
    line-height: 1;
}

.stat-item .stat-label {
    font-size: 0.85rem;
    color: var(--gray-500);
    margin-top: 0.5rem;
}

/* Scrolling Testimonials Section */
/* Static Testimonials Section */
.testimonials-section {
    padding: 4rem 0;
    overflow: visible;
    position: relative;
}

.testimonials-container {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.testimonial-card {
    flex-shrink: 0;
    width: 480px;
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    border-color: var(--accent);
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(4, 217, 255, 0.08);
}

.testimonial-quote {
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--gray-100);
    font-style: italic;
    flex-grow: 1;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.testimonial-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(4, 217, 255, 0.2) 0%, rgba(4, 217, 255, 0.05) 100%);
    border: 2px solid var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-mono);
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--cyan);
    flex-shrink: 0;
}

.testimonial-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.testimonial-name {
    font-family: var(--font-mono);
    font-size: 1rem;
    font-weight: 600;
    color: var(--cyan);
}

.testimonial-role {
    font-size: 0.85rem;
    color: var(--gray-500);
}

.testimonial-role .company {
    color: var(--muted);
}

/* Responsive Testimonials */
@media (max-width: 768px) {
    .testimonials-section {
        padding: 3rem 0;
    }

    .testimonials-section::before,
    .testimonials-section::after {
        width: 80px;
    }

    .testimonial-card {
        width: 320px;
        padding: 1.5rem;
    }

    .testimonial-quote {
        font-size: 1rem;
    }

    .testimonials-scroll-container {
        gap: 1.5rem;
    }
}

@media (max-width: 480px) {
    .testimonials-section {
        padding: 2rem 0;
    }

    .testimonials-section::before,
    .testimonials-section::after {
        width: 50px;
    }

    .testimonial-card {
        width: 280px;
        padding: 1.25rem;
    }

    .testimonial-quote {
        font-size: 0.95rem;
    }

    .testimonial-avatar {
        width: 40px;
        height: 40px;
        font-size: 0.8rem;
    }

    .testimonial-name {
        font-size: 0.9rem;
    }

    .testimonial-role {
        font-size: 0.8rem;
    }
}

/* Legacy quote-card styles (kept for backwards compatibility) */
.quote-card {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
    padding: 5rem 2rem;
}

.quote-text {
    font-size: clamp(1.2rem, 2.5vw, 1.6rem);
    font-weight: 400;
    line-height: 1.7;
    color: var(--gray-100);
    font-style: italic;
    margin-bottom: 1.5rem;
}

.quote-attr {
    font-family: var(--font-mono);
    font-size: 1rem;
    color: var(--cyan);
}

.quote-attr span { color: var(--gray-500); }

/* Enhanced Social Proof */
.testimonials {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 3rem;
    margin-top: 3rem;
}

.testimonial {
    background: var(--card);
    padding: 2.5rem;
    border-radius: 12px;
    border-left: 4px solid var(--accent);
    position: relative;
    transition: all 0.3s ease;
}

.testimonial:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(4, 217, 255, 0.03);
}

.testimonial-quote {
    font-style: italic;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    position: relative;
    z-index: 1;
    line-height: 1.6;
}

.testimonial-author {
    color: var(--accent);
    font-weight: 600;
    position: relative;
    z-index: 1;
    font-family: 'JetBrains Mono', monospace;
    font-size: 1rem;
}

/* Enhanced Vision Section */
.vision-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 3rem;
    margin-top: 3rem;
}

.vision-item {
    text-align: center;
    padding: 2.5rem;
    position: relative;
    transition: all 0.3s ease;
}

.vision-item h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.vision-item p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--muted);
}

.vision-item::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--accent), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.vision-item:hover::before {
    opacity: 1;
}

.vision-item:hover {
    transform: translateY(-10px);
}

.vision-number {
    font-family: 'JetBrains Mono', monospace;
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--accent);
    display: block;
    margin-bottom: 1.5rem;
    position: relative;
}

.vision-number::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 1px;
    background: var(--accent);
    opacity: 0.5;
}

/* Mission Section */
.mission-statement {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--accent);
    text-align: left;
    margin: 3rem 0;
    width: 100%;
    line-height: 1.4;
    font-family: 'Space Grotesk', sans-serif;
}

/* Team and advisor styles moved to separate CSS files */

.client-types-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 3rem;
    margin-top: 4rem;
}

.client-type-card {
    background: var(--card);
    padding: 3rem 2.5rem;
    border-radius: 16px;
    border: 1px solid var(--border);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-align: left;
}

.client-type-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(4, 217, 255, 0.02), transparent);
    transform: rotate(45deg);
    transition: transform 0.5s ease;
    opacity: 0;
}

.client-type-card:hover::before {
    opacity: 1;
    transform: rotate(45deg) translate(10%, 10%);
}

.client-type-card:hover {
    transform: translateY(-5px);
    border-color: var(--accent);
    box-shadow: 0 8px 32px rgba(4, 217, 255, 0.03);
}

.client-type-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.client-type-header h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--fg);
    margin: 0;
    line-height: 1.2;
}

.client-type-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--accent), #0BC5EA);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.client-type-icon svg {
    width: 28px;
    height: 28px;
    stroke: #000000;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.client-type-card p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--muted);
    margin: 0;
}

/* Articles Section */
.articles-section {
    display: flex;
    flex-direction: column;
    margin-top: 3rem;
    position: relative;
}

/* Articles Grid */
.articles-grid {
    display: grid;
    grid-auto-flow: column; /* Flow items horizontally */
    grid-auto-columns: 380px; /* Fixed width for each article card */
    gap: 1.5rem; /* Gap between articles */
    padding-bottom: 1rem;
    overflow-x: auto; /* Allow horizontal scrolling */
    scroll-behavior: smooth; /* Smooth scrolling */
    scrollbar-width: thin; /* For Firefox */
    scrollbar-color: var(--accent) var(--card); /* For Firefox */
    width: max-content; /* Allow grid to be as wide as its content */
    justify-content: flex-start; /* Align to the left */
    padding-left: 0; /* No left padding */
    padding-right: 0; /* No right padding, allowing it to extend off-screen */
    margin-bottom: 1rem; /* Space below grid for navigation buttons */
}

/* Articles Navigation Dots */
.articles-navigation-dots {
    display: flex;
    justify-content: center;
    gap: 0.8rem; /* Adjust spacing between dots */
    margin-top: 1.5rem; /* Adjust top margin */
    padding: 0 1rem; /* Add some horizontal padding */
}

.dot-nav {
    width: 12px; /* Adjust dot size */
    height: 12px; /* Adjust dot size */
    border-radius: 50%;
    background-color: rgba(4, 217, 255, 0.3); /* Inactive dot color */
    border: 1px solid rgba(4, 217, 255, 0.5); /* Inactive dot border */
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.6; /* Inactive dot opacity */
}

.dot-nav:hover {
    background-color: rgba(4, 217, 255, 0.5); /* Hover color */
    opacity: 1;
}

.dot-nav.active {
    background-color: var(--accent); /* Active dot color */
    border-color: var(--accent); /* Active dot border */
    opacity: 1;
    transform: scale(1.2); /* Slightly scale active dot */
}

.articles-grid::-webkit-scrollbar {
    height: 8px; /* Slightly thicker scrollbar */
}

.articles-grid::-webkit-scrollbar-track {
    background: var(--card);
    border-radius: 4px;
    margin: 0 1rem; /* Add some margin to scrollbar track */
}

.articles-grid::-webkit-scrollbar-thumb {
    background: var(--accent);
    border-radius: 4px;
    border: 1px solid var(--card); /* Add a border to the thumb */
}

.articles-grid::-webkit-scrollbar-thumb:hover {
    background: #0BC5EA; /* Lighter accent on hover */
}

.article-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.article-card:hover {
    transform: translateY(-5px);
    border-color: var(--accent);
    box-shadow: 0 10px 25px rgba(4, 217, 255, 0.1);
}

.article-thumbnail {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all 0.3s ease;
}

.article-card:hover .article-thumbnail {
    transform: scale(1.05);
}

.article-content {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.article-category {
    color: var(--accent);
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.5rem;
}

.article-date {
    color: var(--muted);
    font-size: 0.9rem;
    margin-bottom: 1rem;
    font-family: 'JetBrains Mono', monospace;
}

.article-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.3;
    color: var(--fg);
    transition: color 0.3s ease;
}

.article-card:hover .article-title {
    color: var(--accent);
}

.article-description {
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.article-link {
    display: inline-flex;
    align-items: center;
    color: var(--accent);
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.3s ease;
    font-family: 'JetBrains Mono', monospace;
}

.article-link:hover {
    color: #0BC5EA;
    transform: translateX(5px);
}

.article-link svg {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}

.article-link:hover svg {
    transform: translateX(3px);
}

/* Problem callout */
.problem-callout {
    background: linear-gradient(135deg, rgba(255, 59, 48, 0.05), rgba(255, 149, 0, 0.02));
    border-left: 4px solid #FF3B30;
    padding: 3rem;
    margin: 4rem 0;
    border-radius: 8px;
    font-style: italic;
    color: var(--muted);
    font-size: 1.2rem;
    line-height: 1.7;
    margin-left: auto;
    margin-right: auto;
}

/* Stats section */
/* .stats-section {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 4rem;
    margin: 4rem 0;
    text-align: left;
}

.stats-section h3 {
    color: var(--accent);
    margin-bottom: 2rem;
    font-family: 'JetBrains Mono', monospace;
    font-size: 1.4rem;
    font-weight: 500;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 4rem;
    margin-top: 2rem;
}

.stat-item {
    text-align: left;
}

.stat-number {
    font-family: 'JetBrains Mono', monospace;
    font-size: 4rem;
    font-weight: 700;
    color: var(--accent);
    display: block;
    margin-bottom: 1rem;
}

.stat-label {
    color: var(--muted);
    font-size: 1.1rem;
    line-height: 1.5;
    position: relative;
}

.stat-source {
    display: inline-block;
    color: var(--accent);
    text-decoration: none;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8rem;
    font-weight: 500;
    opacity: 0.7;
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid var(--accent);
    border-radius: 4px;
    padding: 0.3rem 0.6rem;
    margin-top: 1rem;
    margin-left: 0;
}

.stat-source:hover {
    opacity: 1;
    background: rgba(4, 217, 255, 0.1);
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(4, 217, 255, 0.2);
}

.stat-source::before {
    content: '🔗';
    margin-right: 0.3rem;
} */

/* Gallery Section */
.gallery-section {
    margin-top: 4rem;
    text-align: left;
}

.gallery-title, .coming-soon {
    color: var(--accent);
    font-family: 'JetBrains Mono', monospace;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.gallery-subtitle {
    color: var(--muted);
    font-size: 1.2rem;
    margin-bottom: 3rem;
}

.screenshot-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.gallery-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: var(--card);
    border: 1px solid var(--border);
    transition: all 0.3s ease;
    aspect-ratio: 16/9;
}

.gallery-item:hover {
    transform: translateY(-5px);
    border-color: var(--accent);
    box-shadow: 0 10px 25px rgba(4, 217, 255, 0.1);
}

.gallery-image-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.gallery-item:hover .gallery-image {
    transform: scale(1.05);
}

.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 10, 26, 0.9));
    padding: 2rem 1.5rem 1.5rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-caption {
    color: var(--fg);
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
}

/* Responsive */
@media (max-width: 1200px) {
    .container {
        max-width: 1200px;
        padding: 0 3rem;
    }

    .hero-container {
        max-width: 1400px;
        padding: 0 3rem;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 1.5rem;
    }

    .hero-container {
        padding: 0 1.5rem;
    }
    
    .section {
        padding: 4rem 0;
    }

    /* Stats section - 2x2 grid on mobile */
    .stats-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Solutions section - stack vertically on mobile */
    .sol-content.active {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .sol-content {
        padding: 2rem;
    }

    /* Network nodes mobile layout - 4 columns, 3 rows */
    .network-nodes {
        grid-template-columns: repeat(4, 1fr);
        gap: 0.6rem;
    }

    .node {
        width: 40px;
        height: 40px;
        font-size: 0.6rem;
    }

    /* Pillar visual mobile adjustments */
    .pillar-visual {
        min-width: 0;
        max-width: 100%;
        padding: 1.5rem;
    }

    /* Score bars mobile adjustments */
    .score-label {
        width: 120px;
    }

    .score-val {
        width: auto;
    }

    /* Compliance grid mobile - 2 columns */
    .compliance-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .section h2 {
        font-size: 2.5rem;
    }

    .section-subtitle {
        font-size: 1.1rem;
    }

    .section-body {
        font-size: 1.1rem;
    }
    
    .risk-module,
    .stats-section {
        padding: 2rem;
    }

    .problem-callout {
        padding: 2rem;
        font-size: 1.1rem;
    }

    .hero-content {
        max-width: 100%;
    }

    .hero h1 {
        font-size: clamp(2.5rem, 8vw, 4rem);
    }

    .hero p {
        font-size: 1.2rem;
    }

    .logo {
        font-size: 2.5rem;
    }

    .tagline {
        font-size: 0.9rem;
    }

    .cta-group {
        flex-direction: column;
        align-items: flex-start;
    }

    .cta-button,
    .cta-secondary {
        width: 100%;
        text-align: center;
        padding: 1rem 2rem;
        font-size: 1.1rem;
    }

    .floating-element {
        display: none;
    }

    .feature-grid,
    .testimonials,
    .vision-grid,
    .stats-grid {
        grid-template-columns: 1fr;
    }

    .stat-number {
        font-size: 3rem;
    }

    .testimonial-quote {
        font-size: 1.1rem;
    }

    /* Mission Section Responsive */
    .mission-statement {
        font-size: 1.4rem;
        margin: 2rem auto;
        padding: 0 1rem;
    }

    .client-types-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin-top: 3rem;
    }

    .client-type-card {
        padding: 2rem 1.5rem;
    }

    .client-type-header {
        gap: 1rem;
        margin-bottom: 1rem;
    }

    .client-type-header h3 {
        font-size: 1.5rem;
    }

    .client-type-icon {
        width: 50px;
        height: 50px;
    }

    .client-type-icon svg {
        width: 24px;
        height: 24px;
    }

    .client-type-card p {
        font-size: 1rem;
    }
}

/* Firm Assessment Section */
.firm-assessment {
    padding: 8rem 0;
    background: linear-gradient(135deg, rgba(4, 217, 255, 0.02) 0%, transparent 50%);
}

.firm-assessment-grid {
    display: grid;
    grid-template-columns: 1fr 4fr;
    gap: 4rem;
    align-items: center;
    min-height: 400px;
}

/* Counter Section */
.counter-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.counter-container {
    text-align: center;
    position: relative;
}

.counter-label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 1.2rem;
    color: var(--muted);
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.counter-number {
    font-family: 'JetBrains Mono', monospace;
    font-size: 6rem;
    font-weight: 700;
    color: var(--accent);
    line-height: 1;
    display: inline-block;
    position: relative;
    text-shadow: 0 0 30px rgba(4, 217, 255, 0.3);
    animation: pulse 2s ease-in-out infinite;
}

/* Feature Panel */
.feature-panel {
    display: flex;
    justify-content: center;
    align-items: center;
}

.firm-assessment-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 3rem;
    width: 100%;
    max-width: 900px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.featured-banner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, var(--accent), #0BC5EA);
    color: var(--bg);
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 0.6rem 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    box-shadow: 0 2px 10px rgba(4, 217, 255, 0.3);
    z-index: 10;
    transition: all 0.3s ease;
    text-align: center;
    border-radius: 20px 20px 0 0;
}

.firm-assessment-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--accent), #0BC5EA);
    opacity: 0.8;
}

.firm-assessment-card:hover .featured-banner {
    transform: scale(1.02);
    box-shadow: 0 4px 15px rgba(4, 217, 255, 0.4);
}

.firm-assessment-card:hover {
    transform: translateY(-8px);
    border-color: var(--accent);
    box-shadow: 0 20px 40px rgba(4, 217, 255, 0.1);
}

.firm-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.firm-info {
    flex: 1;
    display: flex;
    align-items: center;
}

.review-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
    gap: 1rem;
}

.firm-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(4, 217, 255, 0.1);
    border: 1px solid rgba(4, 217, 255, 0.2);
    color: var(--accent);
    transition: all 0.3s ease;
    text-decoration: none;
    flex-shrink: 0;
}

.firm-link:hover {
    background: rgba(4, 217, 255, 0.2);
    border-color: var(--accent);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(4, 217, 255, 0.3);
}

.firm-link svg {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.firm-link:hover svg {
    transform: scale(1.1);
}

.firm-name {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--fg);
    margin: 0;
    line-height: 1.2;
}

.firm-logo-placeholder {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    overflow: hidden;
}

.firm-logo-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px;
}

.firm-logo-placeholder:hover {
    border-color: var(--accent);
    transform: scale(1.05);
}

.firm-logo-placeholder svg {
    width: 40px;
    height: 40px;
    stroke: var(--accent);
    stroke-width: 2;
}

.firm-info {
    flex: 1;
}

.firm-assessment-badge {
    display: inline-block;
}

.badge-label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--accent);
    background: rgba(4, 217, 255, 0.1);
    border: 1px solid var(--accent);
    border-radius: 20px;
    padding: 0.4rem 1rem;
    letter-spacing: 0.05em;
}

.firm-score {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: rgba(4, 217, 255, 0.03);
    border-radius: 12px;
    border: 1px solid rgba(4, 217, 255, 0.1);
}

.score-display {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.8rem;
}

.firm-score .score-number {
    font-family: 'JetBrains Mono', monospace;
    font-size: 3rem;
    font-weight: 700;
    color: var(--accent);
}

.firm-score .score-max {
    font-family: 'JetBrains Mono', monospace;
    font-size: 1.5rem;
    color: var(--muted);
}

.score-rating {
    font-family: 'JetBrains Mono', monospace;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    background: rgba(4, 217, 255, 0.1);
    color: var(--accent);
    border: 1px solid rgba(4, 217, 255, 0.2);
}

.score-rating.low-risk {
    background: rgba(16, 185, 129, 0.1);
    color: #10B981;
    border-color: rgba(16, 185, 129, 0.2);
}

.firm-review {
    text-align: left;
}

.review-text {
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--muted);
    margin-bottom: 1.5rem;
}

.review-highlights {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.highlight-tag {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--accent);
    background: rgba(4, 217, 255, 0.08);
    border: 1px solid rgba(4, 217, 255, 0.15);
    border-radius: 12px;
    padding: 0.3rem 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
}

.highlight-tag:hover {
    background: rgba(4, 217, 255, 0.15);
    border-color: var(--accent);
    transform: translateY(-2px);
}

/* Firm Assessment CTA */
.firm-assessment-cta {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(4, 217, 255, 0.1);
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.firm-assessment-cta:hover {
    opacity: 1;
}

.cta-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}

.cta-info {
    flex: 1;
}

.cta-inputs {
    display: flex;
    gap: 0.8rem;
    align-items: center;
    width: 100%;
}

.cta-name-input,
.cta-email-input {
    padding: 0.8rem 1rem;
    font-size: 0.9rem;
    border: 1px solid rgba(4, 217, 255, 0.2);
    border-radius: 6px;
    background: rgba(248, 250, 252, 0.03);
    color: var(--fg);
    font-family: 'Space Grotesk', sans-serif;
    transition: all 0.3s ease;
    flex: 1;
    min-width: 0;
}

.cta-name-input:focus,
.cta-email-input:focus {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 2px rgba(4, 217, 255, 0.1);
    background: rgba(248, 250, 252, 0.05);
}

.cta-name-input::placeholder,
.cta-email-input::placeholder {
    color: var(--muted);
    opacity: 0.6;
}

.firm-cta-form {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    width: 100%;
}

.firm-cta-button {
    background: rgba(4, 217, 255, 0.08);
    border: 1px solid rgba(4, 217, 255, 0.2);
    color: var(--accent);
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 6px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    font-family: 'Space Grotesk', sans-serif;
}

.firm-cta-button:hover {
    background: rgba(4, 217, 255, 0.15);
    border-color: var(--accent);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(4, 217, 255, 0.2);
}

/* Responsive design for firm assessment CTA */
@media (max-width: 768px) {
    .cta-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    
    .firm-cta-form {
        flex-direction: column;
        gap: 0.8rem;
    }
    
    .cta-inputs {
        flex-direction: column;
        gap: 0.8rem;
    }
    
    .firm-cta-button {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .firm-assessment-cta {
        margin-top: 1.5rem;
        padding-top: 1rem;
    }
    
    .firm-cta-form {
        flex-direction: column;
        gap: 0.6rem;
    }
    
    .cta-inputs {
        flex-direction: column;
        gap: 0.6rem;
    }
    
    .cta-name-input,
    .cta-email-input {
        font-size: 0.85rem;
        padding: 0.7rem 0.9rem;
    }
    
    .firm-cta-button {
        font-size: 0.85rem;
        padding: 0.7rem 1rem;
    }
}

/* Responsive Design for Firm Assessment */
@media (max-width: 1024px) {
    .firm-assessment-grid {
        gap: 3rem;
    }
    
    .counter-number {
        font-size: 5rem;
    }
    
    .counter-plus {
        font-size: 2.5rem;
        right: -35px;
    }
}

@media (max-width: 768px) {
    .firm-assessment {
        padding: 6rem 0;
    }
    
    .firm-assessment-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }
    
    .counter-number {
        font-size: 4rem;
    }
    
    .counter-plus {
        font-size: 2rem;
        right: -25px;
        top: -5px;
    }
    
    .firm-assessment-card {
        padding: 2rem;
        max-width: 500px;
        margin: 0 auto;
    }
    
    .firm-header {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .firm-score {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .firm-name {
        font-size: 1.5rem;
    }
    
    .review-text {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .firm-assessment {
        padding: 4rem 0;
    }
    
    .counter-label {
        font-size: 1rem;
    }
    
    .counter-number {
        font-size: 3rem;
    }
    
    .counter-plus {
        font-size: 1.5rem;
        right: -20px;
    }
    
    .firm-assessment-card {
        padding: 1.5rem;
    }
    
    .firm-logo-placeholder {
        width: 60px;
        height: 60px;
    }
    
    .firm-logo-placeholder svg {
        width: 30px;
        height: 30px;
    }
    
    .firm-name {
        font-size: 1.3rem;
    }
    
    .firm-score .score-number {
        font-size: 2.5rem;
    }
    
    .review-highlights {
        justify-content: center;
    }
}

/* Micro animations on scroll */
.observe {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease-out;
}

.observe-item {
    white-space: nowrap;
}

@media (max-width: 480px) {
    .observe-item {
        white-space: normal;
        display: block;
        width: 100%;
    }
}

.observe.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Base CTA Button Styling */
.cta-button,
.client-login-button {
    display: inline-block;
    background: linear-gradient(135deg, var(--accent) 0%, #0BC5EA 100%);
    color: var(--bg);
    padding: 1.2rem 2rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(4, 217, 255, 0.25);
}

.cta-button:hover,
.client-login-button:hover {
    background: linear-gradient(135deg, #0BC5EA 0%, var(--accent) 100%);
    color: var(--bg);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(4, 217, 255, 0.4);
}

/* Email signup form styles - CORRECTED */
.waitlist-form {
    max-width: 800px; /* Increased width */
    margin: 0; /* Remove auto centering to align with text */
    text-align: left; /* Ensure left alignment */
}

.email-input-group {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

.email-input,
.name-input {
    padding: 1.2rem;
    font-size: 1.1rem;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: rgba(248, 250, 252, 0.03);
    color: var(--fg);
    font-family: 'Space Grotesk', sans-serif;
    flex: 1; /* Take available space */
    min-width: 200px; /* Reduced minimum width for better fit */
    max-width: none; /* Remove max-width constraint */
    transition: all 0.3s ease;
    /* Ensure visibility */
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

.email-input:focus,
.name-input:focus {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(4, 217, 255, 0.1);
    background: rgba(248, 250, 252, 0.05);
}

.email-input::placeholder,
.name-input::placeholder {
    color: var(--muted);
    opacity: 0.8;
}

/* Ensure buttons maintain their styling */
.email-input-group .cta-button {
    flex-shrink: 0; /* Prevent button from shrinking */
    white-space: nowrap; /* Prevent text wrapping */
    height: auto; /* Let height match input */
    /* Ensure visibility */
    opacity: 1 !important;
    visibility: visible !important;
    display: inline-block !important;
}

/* Main CTA button larger */
.main-cta {
    font-size: 1.3rem !important;
    padding: 1.3rem 2rem !important; /* Reduced horizontal padding slightly */
    /* Ensure visibility */
    opacity: 1 !important;
    visibility: visible !important;
    display: inline-block !important;
}

/* Final CTA section specific fixes */
#waitlist .waitlist-form {
    max-width: 900px;
}

#waitlist .email-input-group {
    justify-content: flex-start;
    align-items: stretch;
}

#waitlist .email-input,
#waitlist .name-input {
    flex: 1;
    min-width: 250px;
    max-width: 350px;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

#waitlist .cta-button.main-cta {
    flex-shrink: 0;
    min-width: 280px;
    opacity: 1 !important;
    visibility: visible !important;
    display: inline-block !important;
}

/* Ensure final CTA inputs are always visible */
#waitlist .observe {
    opacity: 1 !important;
    transform: none !important;
}

#waitlist .waitlist-form.observe {
    opacity: 1 !important;
    transform: none !important;
}

#waitlist .observe .email-input,
#waitlist .observe .name-input,
#waitlist .observe .cta-button,
#waitlist .waitlist-form.observe .email-input,
#waitlist .waitlist-form.observe .name-input,
#waitlist .waitlist-form.observe .cta-button {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

#waitlist .observe .cta-button,
#waitlist .waitlist-form.observe .cta-button {
    display: inline-block !important;
}

/* Force visibility for all form elements in final CTA */
#waitlist form,
#waitlist input,
#waitlist button {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

#waitlist button {
    display: inline-block !important;
}

/* Partner page CTA fixes */
#partner-cta .waitlist-form {
    max-width: 900px;
    margin: 2rem auto 0;
}

#partner-cta .email-input-group {
    justify-content: center;
    align-items: stretch;
}

#partner-cta .email-input,
#partner-cta .name-input {
    flex: 1;
    min-width: 250px;
    max-width: 350px;
    /* Ensure visibility */
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

#partner-cta .cta-button.main-cta {
    flex-shrink: 0;
    min-width: 280px;
    /* Ensure visibility */
    opacity: 1 !important;
    visibility: visible !important;
    display: inline-block !important;
}

/* Partner hero CTA fixes */
.partner-hero .waitlist-form {
    max-width: 800px;
    margin: 0 auto;
}

.partner-hero .email-input-group {
    justify-content: center;
    align-items: stretch;
}

.partner-hero .email-input,
.partner-hero .name-input {
    flex: 1;
    min-width: 200px;
    max-width: 300px;
    /* Ensure visibility */
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

.partner-hero .cta-button {
    flex-shrink: 0;
    min-width: 200px;
    /* Ensure visibility */
    opacity: 1 !important;
    visibility: visible !important;
    display: inline-block !important;
}

/* Global CTA visibility fixes for all forms */
body .waitlist-form .email-input,
body .waitlist-form .name-input,
body .waitlist-form .cta-button {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

body .waitlist-form .cta-button {
    display: inline-block !important;
}

/* Slim Footer */
.slim-footer {
    background: rgba(0, 10, 26, 0.95);
    border-top: 1px solid rgba(4, 217, 255, 0.1);
    padding: 1.5rem 0;
    position: relative;
    z-index: 10;
}

.footer-content {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-logos {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}

.partner-logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    opacity: 0.7;
    text-decoration: none;
}

.partner-logo-link:hover {
    opacity: 1;
    transform: translateY(-2px);
}

.partner-logo {
    height: 40px;
    width: auto;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%) opacity(0.8);
    transition: all 0.3s ease;
}

.partner-logo-link:hover .partner-logo {
    filter: brightness(0) saturate(100%) invert(100%) opacity(1);
    transform: scale(1.05);
}

.footer-logo {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.footer-logo-image {
    height: 32px;
    width: auto;
    opacity: 0.8;
    transition: all 0.3s ease;
    filter: brightness(0) saturate(100%) invert(74%) sepia(78%) saturate(1494%) hue-rotate(168deg) brightness(101%) contrast(101%);
}

.footer-logo-image:hover {
    opacity: 1;
    transform: scale(1.05);
}

.footer-logo-text {
    font-family: 'JetBrains Mono', monospace;
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--accent);
    letter-spacing: -0.02em;
    transition: all 0.3s ease;
}

.footer-logo:hover .footer-logo-text {
    opacity: 1;
    transform: scale(1.02);
}

.footer-left p {
    color: var(--muted);
    font-size: 0.9rem;
    margin: 0;
    font-family: 'JetBrains Mono', monospace;
}

.footer-address {
    color: var(--muted);
    font-size: 0.85rem;
    margin: 0.5rem 0;
    font-family: 'JetBrains Mono', monospace;
    line-height: 1.4;
}

.footer-right {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.social-link {
    color: var(--muted);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-link:hover {
    color: var(--accent);
    transform: translateY(-2px);
}

.social-link svg {
    transition: all 0.3s ease;
}

.social-link:hover svg {
    transform: scale(1.05);
}

.back-to-top {
    background: rgba(4, 217, 255, 0.1);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--muted);
    transform: translateY(10px);
}

.back-to-top:hover {
    background: rgba(4, 217, 255, 0.2);
    border-color: var(--accent);
    color: var(--accent);
    transform: translateY(-2px);
}

/* Responsive Footer */
@media (max-width: 768px) {
    .slim-footer {
        padding: 1rem 0;
    }
    
    .footer-content {
        padding: 0 1.5rem;
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    .footer-left p {
        font-size: 0.8rem;
    }
    
    .footer-right {
        gap: 1rem;
    }
    
    .partner-logos {
        gap: 1.5rem;
    }
    
    .partner-logo {
        height: 35px;
    }
}

@media (max-width: 480px) {
    .partner-logos {
        gap: 1rem;
    }
    
    .partner-logo {
        height: 30px;
    }
}

/* Interactive Logos Section */
.logos-section {
    background: linear-gradient(135deg, var(--bg) 0%, #0a0a0a 100%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}

.logos-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(4, 217, 255, 0.15), transparent);
}

/* Logo Filters */
.logo-filters {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.filter-btn {
    background: rgba(4, 217, 255, 0.08);
    border: 1px solid rgba(4, 217, 255, 0.2);
    color: var(--muted);
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
    font-weight: 500;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'JetBrains Mono', monospace;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.filter-btn:hover {
    background: rgba(4, 217, 255, 0.15);
    border-color: var(--accent);
    color: var(--accent);
    transform: translateY(-2px);
}

.filter-btn.active {
    background: var(--accent);
    border-color: var(--accent);
    color: var(--bg);
    transform: scale(1.05);
}

/* Static Logo Grid Container */
.logos-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    padding: 2rem;
    background: rgba(4, 217, 255, 0.02);
    border-radius: 16px;
    border: 1px solid rgba(4, 217, 255, 0.1);
}

/* Individual Logo Items */
.logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    text-decoration: none;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.logo-item:hover {
    opacity: 1;
}

.logo-item img {
    width: 100px;
    height: 50px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%);
}

.logo-name {
    display: none;
}

.logo-description {
    display: none;
}

/* FAQ Section Styles */
.faq-container {
    max-width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: left;
}

.faq-item {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: rgba(4, 217, 255, 0.3);
}

.faq-item.active {
    border-color: var(--accent);
    box-shadow: 0 4px 20px rgba(4, 217, 255, 0.1);
}

.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--fg);
    transition: all 0.3s ease;
}

.faq-question:hover {
    color: var(--accent);
}

.faq-question span {
    flex: 1;
    padding-right: 1rem;
}

.faq-icon {
    flex-shrink: 0;
    color: var(--accent);
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-answer p {
    padding: 0 2rem 1.5rem;
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
}

/* Light theme FAQ styles */
[data-theme="light"] .faq-item:hover {
    border-color: rgba(13, 148, 136, 0.3);
}

[data-theme="light"] .faq-item.active {
    border-color: var(--accent);
    box-shadow: 0 4px 20px rgba(13, 148, 136, 0.1);
}

/* PDF Link Styles - Theme-aware */
.pdf-link-wrapper {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 8px 12px;
    background-color: var(--card);
    margin: 8px 0;
    transition: all 0.3s ease;
}

.pdf-link-wrapper:hover {
    border-color: var(--accent);
    box-shadow: 0 2px 8px rgba(4, 217, 255, 0.15);
}

.pdf-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: var(--accent);
    gap: 6px;
    transition: all 0.3s ease;
}

.pdf-link:hover {
    color: var(--fg);
}

.pdf-link svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    stroke: var(--accent);
    transition: stroke 0.3s ease;
}

.pdf-link:hover svg {
    stroke: var(--fg);
}

.pdf-link-text {
    font-weight: 500;
}

/* Light theme PDF link adjustments */
[data-theme="light"] .pdf-link-wrapper {
    border-color: rgba(13, 148, 136, 0.2);
    background-color: rgba(13, 148, 136, 0.03);
}

[data-theme="light"] .pdf-link-wrapper:hover {
    border-color: var(--accent);
    box-shadow: 0 2px 8px rgba(13, 148, 136, 0.15);
}

[data-theme="light"] .pdf-link {
    color: var(--accent);
}

[data-theme="light"] .pdf-link:hover {
    color: var(--fg);
}

[data-theme="light"] .pdf-link svg {
    stroke: var(--accent);
}

/* Responsive FAQ */
@media (max-width: 768px) {
    .faq-container {
        gap: 0.75rem;
    }
    
    .faq-question {
        padding: 1.25rem 1.5rem;
        font-size: 1rem;
    }
    
    .faq-answer p {
        padding: 0 1.5rem 1.25rem;
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .faq-question {
        padding: 1rem 1.25rem;
        font-size: 0.95rem;
    }
    
    .faq-answer p {
        padding: 0 1.25rem 1rem;
        font-size: 0.9rem;
    }
    
    .faq-icon {
        width: 20px;
        height: 20px;
    }
}

/* Responsive Design for Logos Section */
@media (max-width: 768px) {
    .logos-section {
        padding: 4rem 0;
    }
    
    .logo-filters {
        gap: 0.5rem;
        margin-bottom: 2rem;
    }
    
    .filter-btn {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
    }
    
    .speed-control {
        margin-bottom: 2rem;
        gap: 0.8rem;
    }
    
    .speed-control label {
        font-size: 0.8rem;
    }
    
    #speed-slider {
        width: 100px;
    }
    
    .logo-item {
        padding: 1.5rem 2rem;
        margin: 0 0.5rem;
        min-width: 140px;
    }
    
    .logo-item img {
        width: 100px;
        height: 50px;
    }
    
    .logo-name {
        font-size: 0.8rem;
    }
    
    .logo-description {
        font-size: 0.75rem;
        max-width: 120px;
    }
}

@media (max-width: 480px) {
    .logo-filters {
        justify-content: center;
        gap: 0.4rem;
    }
    
    .filter-btn {
        padding: 0.4rem 0.8rem;
        font-size: 0.75rem;
    }
    
    .speed-control {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .logos-scroll-container {
        padding: 1.5rem 0;
    }
    
    .logo-item {
        padding: 1rem 1.5rem;
        margin: 0 0.3rem;
        min-width: 120px;
    }
    
    .logo-item img {
        width: 80px;
        height: 40px;
    }
    
    .logo-name {
        font-size: 0.75rem;
    }
    
    .logo-description {
        font-size: 0.7rem;
        max-width: 100px;
    }
}
