/* Utility classes */
.honeypot-field {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

.hidden-field {
    display: none;
}

.visually-hidden {
    display: none;
}

.hero-security {
    background: linear-gradient(135deg, #0f0f1e 0%, #1a1a2e 100%);
    position: relative;
    overflow: hidden;
    padding: 150px 0 100px;
}

.security-bg-animation {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="white"/><circle cx="80" cy="80" r="2" fill="white"/><circle cx="50" cy="50" r="1" fill="white"/></svg>');
}

.hero .product-badge {
    display: table;
    background: var(--wf-blue);
    color: var(--premium-white);
    padding: var(--spacing-xs) var(--spacing-md);
    border-radius: var(--radius-full);
    font-size: 0.9rem;
    margin: 0 auto var(--spacing-lg) auto;
}

.hero-stats {
    display: flex;
    gap: var(--spacing-2xl);
    justify-content: center;
    margin: var(--spacing-2xl) 0;
}

.stat-mini {
    text-align: center;
}

.stat-mini .stat-value {
    display: block;
    font-size: 2rem;
    font-weight: 900;
    color: var(--wf-blue-light);
}

.stat-mini .stat-label {
    display: block;
    font-size: 0.9rem;
    color: var(--gray-300);
    margin-top: var(--spacing-xs);
}

.how-section {
    padding: var(--spacing-4xl) 0;
    background: var(--gray-50);
}

.process-timeline {
    position: relative;
    max-width: 900px;
    margin: var(--spacing-3xl) auto 0;
}

.timeline-line {
    position: absolute;
    top: 30px;
    left: 29px;
    bottom: 60px;
    width: 2px;
    background: linear-gradient(180deg, var(--wf-blue) 0%, var(--wf-blue-light) 100%);
}

.process-step {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: var(--spacing-xl);
    margin-bottom: var(--spacing-3xl);
    position: relative;
}

.step-circle {
    width: 60px;
    height: 60px;
    background: var(--wf-blue);
    color: var(--premium-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 900;
    position: relative;
    z-index: 2;
}

.step-content h3 {
    font-size: 1.3rem;
    color: var(--gray-900);
    margin-bottom: var(--spacing-sm);
}

/* Technical Excellence Section */
.tech-excellence-section {
    padding: var(--spacing-4xl) 0;
    background: linear-gradient(135deg, #0a1628 0%, #1a365d 100%);
    position: relative;
    overflow: hidden;
}

.tech-excellence-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><rect x="0" y="0" width="1" height="1" fill="white" opacity="0.05"/></svg>');
    background-size: 20px 20px;
    opacity: 0.1;
}

.section-badge {
    display: inline-block;
    background: rgba(0, 255, 136, 0.1);
    border: 1px solid rgba(0, 255, 136, 0.3);
    color: #00ff88;
    padding: 10px 24px;
    border-radius: 24px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    letter-spacing: 1px;
    margin-bottom: var(--spacing-md);
}

.tech-excellence-section .section-title {
    color: white;
    font-size: 3rem;
    margin-bottom: var(--spacing-lg);
    font-weight: 700;
    line-height: 1.2;
}

.tech-excellence-section .text-gradient {
    background: none;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-text-fill-color: currentColor;
}

.tech-excellence-section .section-subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.25rem;
    margin-bottom: var(--spacing-3xl);
    line-height: 1.6;
}

/* Threat Intelligence */
.threat-intelligence-grid {
    margin-bottom: var(--spacing-4xl);
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: var(--spacing-xl);
}

.threat-map-container {
    /* Full-width design like wfsecuritycloud.com */
    position: relative;
}

.threat-map-container h3 {
    display: none; /* Hiding since we have the main title above */
}

.threat-map-subtitle {
    display: none; /* Hiding since we have the subtitle above */
}

.world-map-svg {
    background: linear-gradient(180deg, rgba(10, 22, 40, 0.9) 0%, rgba(26, 54, 93, 0.9) 100%);
    border-radius: var(--radius-lg);
    padding: var(--spacing-xl);
    margin-bottom: var(--spacing-xl);
}

.world-map-svg svg {
    width: 100%;
    height: auto;
    max-height: 500px;
}

.threat-stats-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--spacing-xl);
}

.threat-stat {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
    padding: var(--spacing-md);
    background: rgba(255, 255, 255, 0.05);
    border-radius: var(--radius-md);
}

.threat-stat .stat-icon {
    width: 2.7rem;
    height: 2.7rem;
    border-radius: 10px;
    background: rgba(39, 94, 156, 0.14);
    color: #2f77c8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.threat-stat .stat-icon svg {
    width: 1.35rem;
    height: 1.35rem;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.threat-stat .stat-value {
    display: block;
    font-size: 1.5rem;
    font-weight: 900;
    color: #00ff88;
}

.threat-stat .stat-label {
    display: block;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

/* Performance Comparison */
.performance-comparison {
    margin-bottom: var(--spacing-3xl);
}

.performance-comparison h3 {
    color: white;
    margin-bottom: var(--spacing-lg);
    font-size: 1.5rem;
}

.comparison-chart {
    background: rgba(10, 22, 40, 0.34);
    border: 1px solid rgba(148, 163, 184, 0.26);
    border-radius: var(--radius-lg);
    padding: clamp(1rem, 2vw, 1.5rem);
    --chart-surface: transparent;
    --chart-frame-stroke: rgba(148, 163, 184, 0.26);
    --chart-grid: rgba(148, 163, 184, 0.2);
    --chart-axis: rgba(226, 232, 240, 0.82);
    --chart-title: rgba(248, 250, 252, 0.95);
    --chart-body: rgba(226, 232, 240, 0.92);
    --chart-note: rgba(148, 163, 184, 0.95);
    --chart-legend-chip: rgba(12, 27, 49, 0.84);
    --chart-pill-wf-bg: rgba(47, 119, 200, 0.22);
    --chart-pill-wf-text: #9ac5f4;
    --chart-pill-avg-bg: rgba(148, 163, 184, 0.2);
    --chart-pill-avg-text: #d6dee9;
    --chart-summary-bg: rgba(17, 113, 245, 0.18);
    --chart-summary-text: #dbeafe;
}

.comparison-chart svg {
    width: 100%;
    height: auto;
}

.comparison-chart-scroll {
    width: 100%;
    overflow-x: hidden;
}

.resource-comparison-chart {
    display: block;
    width: 100%;
    max-width: 100%;
}

.resource-comparison-chart .chart-frame {
    fill: var(--chart-surface);
    stroke: var(--chart-frame-stroke);
    stroke-width: 1.2;
}

.resource-comparison-chart .chart-grid-line,
.resource-comparison-chart .chart-axis-line {
    stroke: var(--chart-grid);
    stroke-width: 1;
}

.resource-comparison-chart .chart-axis-label {
    fill: var(--chart-axis);
    font-size: 11px;
    font-weight: 600;
}

.resource-comparison-chart .chart-metric-title {
    fill: var(--chart-title);
    font-size: 13px;
    font-weight: 700;
}

.resource-comparison-chart .chart-bar-shape {
    transform-box: fill-box;
    transform-origin: center bottom;
    transform: scaleY(0);
    animation: wfscChartBarGrow 0.78s cubic-bezier(0.2, 0.75, 0.2, 1) forwards;
}

.resource-comparison-chart .chart-bar-shape-wf {
    fill: url(#wfGrad);
}

.resource-comparison-chart .chart-bar-shape-avg {
    fill: url(#avgGrad);
    opacity: 0.95;
}

.resource-comparison-chart .chart-bar-delay-1 {
    animation-delay: 0s;
}

.resource-comparison-chart .chart-bar-delay-2 {
    animation-delay: 0.08s;
}

.resource-comparison-chart .chart-bar-delay-3 {
    animation-delay: 0.16s;
}

.resource-comparison-chart .chart-bar-delay-4 {
    animation-delay: 0.24s;
}

.resource-comparison-chart .chart-bar-delay-5 {
    animation-delay: 0.32s;
}

.resource-comparison-chart .chart-bar-delay-6 {
    animation-delay: 0.4s;
}

@keyframes wfscChartBarGrow {
    to {
        transform: scaleY(1);
    }
}

.resource-comparison-chart .chart-value-pill-wf {
    fill: var(--chart-pill-wf-bg);
}

.resource-comparison-chart .chart-value-pill-avg {
    fill: var(--chart-pill-avg-bg);
}

.resource-comparison-chart .chart-value-text {
    font-size: 11px;
    font-weight: 700;
}

.resource-comparison-chart .chart-value-text-wf {
    fill: var(--chart-pill-wf-text);
}

.resource-comparison-chart .chart-value-text-avg {
    fill: var(--chart-pill-avg-text);
}

.comparison-chart-meta {
    margin-top: 0.95rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.9rem;
}

.comparison-chart-summary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 0;
    background: none;
    color: var(--chart-summary-text);
    font-weight: 700;
    font-size: 1.05rem;
    line-height: 1.2;
    text-align: center;
}

.comparison-chart-legend {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem 1.25rem;
}

.comparison-chart-legend-item {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0;
    border-radius: 0;
    background: none;
    color: var(--chart-body);
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.2;
}

.comparison-chart-legend-dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    flex: 0 0 auto;
}

.comparison-chart-legend-dot-wf {
    background: #2f77c8;
}

.comparison-chart-legend-dot-avg {
    background: #94a3b8;
}

.comparison-chart-note {
    margin: 0;
    color: var(--chart-note);
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.35;
    text-align: center;
}

@media (max-width: 768px) {
    .comparison-chart {
        padding: var(--spacing-sm);
    }

    .comparison-chart-scroll {
        overflow: visible;
    }

    .resource-comparison-chart {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .comparison-chart-summary {
        width: 100%;
        max-width: 420px;
    }

    .comparison-chart-legend {
        width: 100%;
    }
}

/* System Architecture */
.system-architecture {
    margin-bottom: var(--spacing-3xl);
}

.system-architecture h3 {
    color: white;
    margin-bottom: var(--spacing-xl);
    font-size: 1.5rem;
}

.architecture-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--spacing-xl);
}

.arch-component {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-lg);
    padding: var(--spacing-xl);
    text-align: center;
    transition: all 0.3s ease;
}

.arch-component:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(39, 94, 156, 0.22);
}

.component-icon {
    margin-bottom: var(--spacing-md);
    display: flex;
    justify-content: center;
    color: #275e9c;
}

.component-icon svg {
    width: 60px;
    height: 60px;
}

.component-icon .architecture-icon .icon-bg {
    fill: rgba(39, 94, 156, 0.12);
}

.component-icon .architecture-icon .icon-line {
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

.component-icon .architecture-icon .icon-fill {
    fill: currentColor;
}

.arch-component h4 {
    color: white;
    margin-bottom: var(--spacing-sm);
    font-size: 1.2rem;
}

.arch-component p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
}

/* Specifications Table */
.specs-table-container {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-xl);
    padding: var(--spacing-2xl);
    backdrop-filter: blur(10px);
}

.specs-table-container h3 {
    color: white;
    margin-bottom: var(--spacing-xl);
    font-size: 1.5rem;
}

.specs-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.specs-table tr {
    transition: background 0.3s ease;
}

.specs-table tr:hover {
    background: rgba(255, 255, 255, 0.03);
}

.specs-table td {
    padding: var(--spacing-md);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.spec-category {
    color: #00ff88;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
}

.spec-label {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 500;
}

.spec-value {
    color: white;
    text-align: right;
}

.spec-value.highlight {
    color: #00ff88;
    font-weight: 600;
}

@media (max-width: 768px) {
    .tech-excellence-section {
        overflow: visible;
    }

    .tech-excellence-section .section-title {
        font-size: 1.8rem;
    }
    
    .threat-stats-row {
        grid-template-columns: 1fr;
    }
    
    .architecture-grid {
        grid-template-columns: 1fr;
    }
    
    .specs-table-container {
        padding: var(--spacing-lg);
    }

    .specs-table {
        width: 100%;
        min-width: 0;
        font-size: 0.95rem;
        border-collapse: separate;
        border-spacing: 0;
    }

    .specs-table tbody {
        display: block;
    }

    .specs-table tr {
        display: block;
        margin-bottom: 0.75rem;
        padding: 0.85rem 0.95rem;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: var(--radius-md);
        background: rgba(255, 255, 255, 0.03);
    }

    .specs-table tr:last-child {
        margin-bottom: 0;
    }

    .specs-table td {
        display: block;
        width: 100%;
        padding: 0.18rem 0;
        border-bottom: 0;
        white-space: normal;
        text-align: left;
    }

    .specs-table .spec-category {
        font-size: 0.72rem;
        letter-spacing: 0.08em;
        margin-bottom: 0.2rem;
    }

    .specs-table .spec-category:empty {
        display: none;
    }

    .specs-table .spec-label {
        font-size: 0.95rem;
    }

    .specs-table .spec-value {
        text-align: left;
        margin-top: 0.15rem;
        word-break: break-word;
    }
}

.tech-specs-section {
    padding: var(--spacing-4xl) 0;
    background: var(--premium-white);
}

.specs-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-3xl);
    align-items: center;
}

.specs-list {
    margin-top: var(--spacing-2xl);
}

.spec-item {
    display: flex;
    justify-content: space-between;
    padding: var(--spacing-md) 0;
    border-bottom: 1px solid var(--gray-200);
}

.spec-label {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
}

.spec-value {
    font-weight: 600;
}

.performance-chart {
    background: var(--gray-50);
    padding: var(--spacing-xl);
    border-radius: var(--radius-lg);
}

.performance-chart h4 {
    margin-bottom: var(--spacing-xl);
    color: var(--gray-900);
}

.chart-bars {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    height: 200px;
}

.chart-bar {
    text-align: center;
    flex: 1;
}

.bar {
    width: 60px;
    background: var(--gray-400);
    margin: 0 auto var(--spacing-sm);
    border-radius: var(--radius-sm) var(--radius-sm) 0 0;
    transition: all var(--transition-base);
}

.bar.wf {
    background: var(--wf-blue);
}

.bar.competitor {
    background: var(--gray-500);
}

.demo-section {
    padding: var(--spacing-4xl) 0;
    background: var(--gradient-primary);
    color: var(--premium-white);
    text-align: center;
}

.demo-description {
    font-size: 1.2rem;
    margin-bottom: var(--spacing-2xl);
    opacity: 0.95;
}

.demo-form {
    max-width: 600px;
    margin: 0 auto var(--spacing-lg);
}

.form-inline {
    display: flex;
    gap: var(--spacing-md);
    flex-wrap: wrap;
    justify-content: center;
}

.form-inline .form-control {
    flex: 1;
    min-width: 200px;
}

.demo-note {
    opacity: 0.9;
    font-size: 0.95rem;
}

/* Features Section with Premium Cards */
.features-section {
    padding: var(--spacing-4xl) 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: var(--spacing-xl);
    margin-top: var(--spacing-3xl);
}

.feature-card {
    background: var(--premium-white);
    padding: var(--spacing-2xl);
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 123, 255, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--wf-blue) 0%, var(--wf-blue-light) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 123, 255, 0.15);
    border-color: var(--wf-blue-light);
}

.feature-card:hover::before {
    transform: scaleX(1);
}

.feature-card .feature-icon {
    font-size: 3rem;
    margin-bottom: var(--spacing-lg);
    display: inline-block;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.feature-card:nth-child(1) .feature-icon { animation-delay: 0s; }
.feature-card:nth-child(2) .feature-icon { animation-delay: 0.5s; }
.feature-card:nth-child(3) .feature-icon { animation-delay: 1s; }
.feature-card:nth-child(4) .feature-icon { animation-delay: 1.5s; }
.feature-card:nth-child(5) .feature-icon { animation-delay: 2s; }
.feature-card:nth-child(6) .feature-icon { animation-delay: 2.5s; }

.feature-card h3 {
    font-size: 1.4rem;
    color: var(--gray-900);
    margin-bottom: var(--spacing-md);
    font-weight: 700;
}

.feature-card p {
    color: var(--gray-600);
    line-height: 1.7;
    font-size: 1rem;
}

/* Pricing Section with Premium Design */
.pricing-section {
    padding: var(--spacing-5xl) 0;
    background: linear-gradient(180deg, #ffffff 0%, #f0f4f8 100%);
    position: relative;
}

.pricing-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 400px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23007bff" fill-opacity="0.03" d="M0,96L48,112C96,128,192,160,288,165.3C384,171,480,149,576,138.7C672,128,768,128,864,144C960,160,1056,192,1152,197.3C1248,203,1344,181,1392,170.7L1440,160L1440,0L1392,0C1344,0,1248,0,1152,0C1056,0,960,0,864,0C768,0,672,0,576,0C480,0,384,0,288,0C192,0,96,0,48,0L0,0Z"></path></svg>') no-repeat top center;
    background-size: cover;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: var(--spacing-xl);
    max-width: 1200px;
    margin: var(--spacing-3xl) auto 0;
    position: relative;
    z-index: 1;
}

.pricing-card {
    background: var(--premium-white);
    border-radius: 24px;
    padding: var(--spacing-2xl);
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.pricing-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0, 123, 255, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.pricing-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 20px 60px rgba(0, 123, 255, 0.2);
    border-color: var(--wf-blue-light);
}

.pricing-card:hover::before {
    opacity: 1;
}

.pricing-card.featured {
    border: 2px solid var(--wf-blue);
    transform: scale(1.05);
    box-shadow: 0 20px 60px rgba(0, 123, 255, 0.15);
}

.pricing-card.featured:hover {
    transform: scale(1.07) translateY(-5px);
}

.pricing-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    background: linear-gradient(135deg, var(--wf-blue) 0%, var(--wf-blue-light) 100%);
    color: var(--premium-white);
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.pricing-header {
    text-align: center;
    padding-bottom: var(--spacing-xl);
    border-bottom: 2px solid var(--gray-100);
    margin-bottom: var(--spacing-xl);
}

.pricing-header h3 {
    font-size: 1.8rem;
    color: var(--gray-900);
    margin-bottom: var(--spacing-lg);
    font-weight: 700;
}

.price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    margin-bottom: var(--spacing-sm);
}

.price .amount {
    font-size: 3.5rem;
    font-weight: 900;
    color: var(--wf-blue);
    line-height: 1;
}

.price .currency {
    font-size: 1.2rem;
    color: var(--gray-600);
    font-weight: 500;
}

.price-period {
    color: var(--gray-500);
    font-size: 0.95rem;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 var(--spacing-2xl);
}

.pricing-features li {
    padding: var(--spacing-md) 0;
    color: var(--gray-700);
    display: flex;
    align-items: center;
    font-size: 1rem;
    position: relative;
    padding-left: 32px;
}

.pricing-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
}

.pricing-card .btn-block {
    width: 100%;
    padding: var(--spacing-md) var(--spacing-xl);
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 12px;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, var(--wf-blue) 0%, var(--wf-blue-light) 100%);
    border: none;
    color: white;
    position: relative;
    overflow: hidden;
}

.pricing-card .btn-block::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.pricing-card .btn-block:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 123, 255, 0.3);
}

.pricing-card .btn-block:hover::before {
    width: 300px;
    height: 300px;
}

.pricing-card.featured .btn-block {
    background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
}

/* Demo Section Premium Design */
.demo-section-premium {
    padding: var(--spacing-5xl) 0;
    margin-top: 0;
    background: linear-gradient(135deg, #0f0f1e 0%, #1a1a2e 100%);
    position: relative;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
}

.demo-section-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23007bff" fill-opacity="0.05" d="M0,192L48,197.3C96,203,192,213,288,229.3C384,245,480,267,576,250.7C672,235,768,181,864,181.3C960,181,1056,235,1152,234.7C1248,235,1344,181,1392,154.7L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;
    background-size: cover;
}

.demo-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: var(--spacing-3xl);
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.demo-content-premium {
    color: var(--premium-white);
}

.demo-badge {
    display: inline-block;
    margin-bottom: var(--spacing-lg);
}

.demo-badge span {
    background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-block;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.demo-title {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: var(--spacing-lg);
    line-height: 1.2;
}

.text-gradient {
    background: linear-gradient(135deg, #007bff 0%, #00d4ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.demo-subtitle {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: var(--spacing-2xl);
    line-height: 1.7;
}

.demo-form-wrapper {
    margin-bottom: var(--spacing-2xl);
}

.demo-form-premium {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-md);
}

.demo-form-inline {
    display: flex;
    gap: var(--spacing-md);
    align-items: stretch;
}

.demo-form-inline .form-group-premium {
    flex: 1;
    min-width: 0;
}

.demo-form-inline .btn-demo-submit {
    flex-shrink: 0;
    white-space: nowrap;
}

.form-group-premium {
    position: relative;
}

.input-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.5);
    pointer-events: none;
    z-index: 1;
}

.form-control-premium {
    width: 100%;
    padding: 18px 20px 18px 52px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    color: white;
    font-size: 1rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.form-control-premium::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.form-control-premium:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--wf-blue-light);
    box-shadow: 0 0 20px rgba(0, 123, 255, 0.3);
}

.btn-demo-submit {
    padding: 18px 32px;
    background: linear-gradient(135deg, var(--wf-blue) 0%, var(--wf-blue-light) 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-demo-submit::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn-demo-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 123, 255, 0.4);
}

.btn-demo-submit:hover::before {
    width: 300px;
    height: 300px;
}

.demo-features {
    display: flex;
    gap: var(--spacing-xl);
    margin-bottom: var(--spacing-2xl);
    flex-wrap: wrap;
}

.demo-feature {
    display: flex;
    align-items: center;
    gap: 10px;
}

.feature-check {
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 16px;
}

.demo-feature span {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
}

.demo-stats {
    display: flex;
    gap: var(--spacing-2xl);
    padding-top: var(--spacing-xl);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.demo-stat {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 900;
    color: var(--wf-blue-light);
    margin-bottom: 8px;
}

.stat-label {
    display: block;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.demo-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.demo-shield {
    position: relative;
    width: 300px;
    height: 300px;
    animation: float 4s ease-in-out infinite;
}

.demo-shield svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 20px 40px rgba(0, 123, 255, 0.3));
}

.shield-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.shield-particles span {
    position: absolute;
    width: 4px;
    height: 4px;
    background: var(--wf-blue-light);
    border-radius: 50%;
    animation: particle-float 3s ease-in-out infinite;
}

.shield-particles span:nth-child(1) { top: 20%; left: 10%; animation-delay: 0s; }
.shield-particles span:nth-child(2) { top: 40%; right: 10%; animation-delay: 0.5s; }
.shield-particles span:nth-child(3) { bottom: 30%; left: 15%; animation-delay: 1s; }
.shield-particles span:nth-child(4) { top: 60%; left: 50%; animation-delay: 1.5s; }
.shield-particles span:nth-child(5) { bottom: 20%; right: 20%; animation-delay: 2s; }

@keyframes particle-float {
    0%, 100% { 
        transform: translateY(0) scale(1);
        opacity: 0.5;
    }
    50% { 
        transform: translateY(-20px) scale(1.5);
        opacity: 1;
    }
}

/* Old demo section styles to override */
.demo-section {
    display: none;
}

@media (max-width: 768px) {
    .hero-stats {
        flex-direction: column;
        gap: var(--spacing-lg);
    }
    
    .specs-content,
    .process-timeline {
        grid-template-columns: 1fr;
    }
    
    .timeline-line {
        display: none;
    }
    
    /* Demo section mobile */
    .demo-wrapper {
        grid-template-columns: 1fr;
        gap: var(--spacing-2xl);
    }
    
    .demo-title {
        font-size: 2rem;
    }
    
    .demo-subtitle {
        font-size: 1.1rem;
    }
    
    .demo-form-premium {
        flex-direction: column;
    }
    
    .demo-visual {
        display: none;
    }
    
    .demo-stats {
        flex-wrap: wrap;
        gap: var(--spacing-lg);
    }
    
    .demo-stat {
        flex: 1;
        min-width: 100px;
    }
}

/* WF SecurityCloud Products Section */
.wfsc-products-section {
    padding: 80px 0;
    background: linear-gradient(180deg, #0a0e27 0%, #1a1f3a 100%);
    position: relative;
}

.wfsc-products-section .section-title {
    text-align: center;
    color: white;
    font-size: clamp(2rem, 3.3vw, 2.5rem);
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.2;
}

.wfsc-products-section .section-subtitle {
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.2rem;
    margin-bottom: 3rem;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.35rem;
    margin-bottom: 2.25rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.product-card {
    background: linear-gradient(165deg, rgba(20, 29, 47, 0.86) 0%, rgba(13, 22, 39, 0.82) 100%);
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 14px;
    padding: 1.55rem 1.2rem 1.15rem;
    position: relative;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-4px);
    border-color: rgba(47, 119, 200, 0.46);
    box-shadow: 0 12px 34px rgba(31, 94, 163, 0.24);
}

.wfsc-products-section .product-card .product-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: linear-gradient(135deg, #275e9c 0%, #2f77c8 100%);
    color: white;
    padding: 4px 11px;
    border-radius: 12px;
    font-size: 0.72rem;
    letter-spacing: 0.02em;
    font-weight: 600;
}

.wfsc-products-section .product-card .product-badge.free-badge {
    background: linear-gradient(135deg, #2f7f67 0%, #256f5a 100%);
}

.product-icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #275e9c 0%, #2f77c8 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.9rem;
}

.product-icon svg {
    color: white;
    width: 24px;
    height: 24px;
}

.product-card h3 {
    color: white;
    font-size: 1.28rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.25;
}

.product-description {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0.9rem;
    line-height: 1.45;
    font-size: 0.98rem;
}

.product-features {
    list-style: none;
    padding: 0;
    margin: 0 0 0.9rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.32rem 0.85rem;
}

.product-features li {
    color: rgba(255, 255, 255, 0.9);
    padding: 0.12rem 0;
    padding-left: 19px;
    position: relative;
    font-size: 0.9rem;
    line-height: 1.35;
}

.product-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0.14rem;
    color: #2f77c8;
    font-weight: bold;
}

.product-platforms {
    display: flex;
    gap: 0.4rem;
    flex-wrap: wrap;
    margin-top: auto;
    margin-bottom: 0.5rem;
}

.platform-tag {
    background: rgba(39, 94, 156, 0.2);
    color: #b7d4f3;
    padding: 3px 9px;
    border-radius: 10px;
    font-size: 0.76rem;
    border: 1px solid rgba(39, 94, 156, 0.36);
}

.free-tag {
    background: rgba(79, 96, 118, 0.24);
    color: #d5deea;
    border-color: rgba(148, 163, 184, 0.32);
}

.recommendation-box {
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.1) 0%, rgba(0, 212, 255, 0.05) 100%);
    border: 2px solid rgba(0, 212, 255, 0.3);
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 3rem;
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.recommendation-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.recommendation-icon svg {
    color: white;
}

.recommendation-content h4 {
    color: white;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

.recommendation-content p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.recommendation-content strong {
    color: #00d4ff;
}

.license-info {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 2rem;
    backdrop-filter: blur(10px);
}

.license-info h4 {
    color: white;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.license-info p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.license-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
}

.license-feature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.license-feature svg {
    width: 20px;
    height: 20px;
    color: #00ff88;
    flex-shrink: 0;
}

.license-feature span {
    color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 768px) {
    .products-grid {
        grid-template-columns: 1fr;
    }

    .product-features {
        grid-template-columns: 1fr;
    }
    
    .recommendation-box {
        flex-direction: column;
    }
    
    .license-features {
        grid-template-columns: 1fr;
    }
}

/* Canvas Animation Styles */
.world-map-canvas {
    position: relative;
    background: #0a1628;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 3rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 212, 255, 0.2);
}

#threatMapCanvas {
    width: 100%;
    height: auto;
    display: block;
}

.map-overlay-stats {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.live-stat-box, .legend-box {
    background: rgba(10, 22, 40, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 255, 136, 0.2);
    border-radius: 8px;
    padding: 15px 20px;
}

.live-stat-box h4, .legend-box h4 {
    color: white;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.stat-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 8px 0;
    min-width: 200px;
}

.stat-line .stat-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
}

.stat-line .stat-value {
    color: #00ff88;
    font-size: 14px;
    font-weight: 600;
}

.stat-line .stat-value.critical {
    color: #ff4444;
}

.legend-item {
    display: flex;
    align-items: center;
    margin: 6px 0;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.8);
}

.legend-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 8px;
    display: inline-block;
}

.legend-dot.main-sensor {
    background: #00ff88;
    box-shadow: 0 0 4px #00ff88;
}

.legend-dot.local-sensor {
    background: #fbbf24;
    box-shadow: 0 0 4px #fbbf24;
}

.legend-dot.threat {
    background: #ff4444;
    box-shadow: 0 0 4px #ff4444;
}

/* Mobile Fallback Styles */
.mobile-threat-view {
    display: none; /* Hidden by default */
    background: linear-gradient(135deg, #0a1628 0%, #1a2847 100%);
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 400px;
}

.mobile-threat-view::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(0, 255, 136, 0.1) 0%, transparent 50%);
    animation: rotate-slow 20s linear infinite;
}

@keyframes rotate-slow {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.mobile-core-visual {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 2rem auto;
}

.mobile-core {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, #00ff88 0%, rgba(0, 255, 136, 0.3) 50%, transparent 70%);
    border-radius: 50%;
    animation: pulse-glow 3s ease-in-out infinite;
}

@keyframes pulse-glow {
    0%, 100% { box-shadow: 0 0 30px rgba(0, 255, 136, 0.5); }
    50% { box-shadow: 0 0 60px rgba(0, 255, 136, 0.8); }
}

.mobile-core-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    text-shadow: 0 0 20px rgba(0, 255, 136, 0.8);
}

.mobile-sensors {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: rotate-sensors 15s linear infinite;
}

@keyframes rotate-sensors {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.mobile-sensor {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fbbf24;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(251, 191, 36, 0.8);
}

.mobile-sensor:nth-child(1) { top: 10%; left: 50%; transform: translateX(-50%); }
.mobile-sensor:nth-child(2) { top: 50%; right: 10%; transform: translateY(-50%); }
.mobile-sensor:nth-child(3) { bottom: 10%; left: 50%; transform: translateX(-50%); }
.mobile-sensor:nth-child(4) { top: 50%; left: 10%; transform: translateY(-50%); }
.mobile-sensor:nth-child(5) { top: 25%; right: 25%; }
.mobile-sensor:nth-child(6) { bottom: 25%; left: 25%; }

.mobile-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 2rem;
}

.mobile-stat {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 8px;
    padding: 1rem;
}

.mobile-stat-value {
    color: #00ff88;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: 'Roboto Mono', monospace;
}

.mobile-stat-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.75rem;
    margin-top: 0.25rem;
}

@media (max-width: 768px) {
    /* Hide canvas on mobile */
    .world-map-canvas {
        display: none !important;
    }
    
    /* Show mobile version */
    .mobile-threat-view {
        display: block !important;
    }
    
    .map-overlay-stats {
        display: none;
    }
    
    .legend-box {
        display: none;
    }
}

@media (max-width: 480px) {
    .mobile-core-visual {
        width: 150px;
        height: 150px;
    }

    .mobile-core {
        width: 80px;
        height: 80px;
    }

    .mobile-core-text {
        font-size: 1.2rem;
    }

    .mobile-stats-grid {
        grid-template-columns: 1fr;
    }
}

/* Additional utility classes for inline style replacements */
.section-subtitle-wide {
    max-width: 900px;
    margin: 0 auto var(--spacing-3xl);
}

.spec-value-warning {
    color: #fbbf24;
}

.bar-10 {
    height: 10%;
}

.bar-60 {
    height: 60%;
}

.bar-80 {
    height: 80%;
}

.service-content-centered {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.service-content-centered p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--gray-700);
    margin-bottom: var(--spacing-lg);
}

.cta-subtitle-white {
    color: white;
    padding-bottom: 2rem;
    font-size: 1.5rem;
}

.debug-info {
    margin-bottom: 10px;
    font-weight: bold;
}

/* ===========================
   Dark Mode Overrides
   =========================== */

/* Features Section - Dark Mode */
html[data-theme="dark"] .features-section {
    background: linear-gradient(135deg, var(--gray-50) 0%, var(--premium-white) 100%);
}

html[data-theme="dark"] .features-section .feature-card {
    background: var(--gray-50);
    border-color: rgba(77, 159, 255, 0.15);
}

html[data-theme="dark"] .features-section .feature-card:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
    border-color: var(--wf-blue);
}

html[data-theme="dark"] .features-section .feature-card h3 {
    color: var(--gray-800);
}

html[data-theme="dark"] .features-section .feature-card p {
    color: var(--gray-500);
}

/* System preference dark mode */
@media (prefers-color-scheme: dark) {
    html:not([data-theme="light"]) .features-section {
        background: linear-gradient(135deg, var(--gray-50) 0%, var(--premium-white) 100%);
    }

    html:not([data-theme="light"]) .features-section .feature-card {
        background: var(--gray-50);
        border-color: rgba(77, 159, 255, 0.15);
    }

    html:not([data-theme="light"]) .features-section .feature-card:hover {
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
        border-color: var(--wf-blue);
    }

    html:not([data-theme="light"]) .features-section .feature-card h3 {
        color: var(--gray-800);
    }

    html:not([data-theme="light"]) .features-section .feature-card p {
        color: var(--gray-500);
    }
}

/* Demo Title - Dark Mode */
html[data-theme="dark"] .demo-title {
    color: var(--gray-800);
}

html[data-theme="dark"] .demo-title .text-gradient {
    background: linear-gradient(135deg, #4D9FFF 0%, #00d4ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

html[data-theme="dark"] .demo-subtitle {
    color: rgba(255, 255, 255, 0.85);
}

/* Tech Specs - Dark Mode */
html[data-theme="dark"] .tech-specs-section {
    background: var(--gray-50);
}

html[data-theme="dark"] .tech-specs-section h2 {
    color: var(--gray-800);
}

html[data-theme="dark"] .tech-specs-section p {
    color: var(--gray-500);
}

@media (prefers-color-scheme: dark) {
    html:not([data-theme="light"]) .demo-title {
        color: var(--gray-800);
    }

    html:not([data-theme="light"]) .demo-title .text-gradient {
        background: linear-gradient(135deg, #4D9FFF 0%, #00d4ff 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    html:not([data-theme="light"]) .tech-specs-section {
        background: var(--gray-50);
    }

    html:not([data-theme="light"]) .tech-specs-section h2 {
        color: var(--gray-800);
    }
}

/* ===========================
   Light Theme Text Normalization
   WF SecurityCloud v4 sections
   =========================== */
html[data-theme="light"] body.page-wf-securitycloud :is(
    .hero-security,
    .made-in-sweden-section,
    .features-section,
    .how-section,
    .wfsc-threats-section,
    .demo-section-premium,
    .tech-excellence-section,
    .service-section,
    .wfsc-products-section,
    .wfsc-ecosystem-section,
    .cta-section-premium
),
html:not([data-theme]) body.page-wf-securitycloud :is(
    .hero-security,
    .made-in-sweden-section,
    .features-section,
    .how-section,
    .wfsc-threats-section,
    .demo-section-premium,
    .tech-excellence-section,
    .service-section,
    .wfsc-products-section,
    .wfsc-ecosystem-section,
    .cta-section-premium
) {
    color: var(--gray-700) !important;
}

html[data-theme="light"] body.page-wf-securitycloud :is(
    .hero-security,
    .made-in-sweden-section,
    .features-section,
    .how-section,
    .wfsc-threats-section,
    .demo-section-premium,
    .tech-excellence-section,
    .service-section,
    .wfsc-products-section,
    .wfsc-ecosystem-section,
    .cta-section-premium
) :is(h1, h2, h3, h4, h5, h6, .section-title, .section-title-light, .demo-title, .cta-title-premium),
html:not([data-theme]) body.page-wf-securitycloud :is(
    .hero-security,
    .made-in-sweden-section,
    .features-section,
    .how-section,
    .wfsc-threats-section,
    .demo-section-premium,
    .tech-excellence-section,
    .service-section,
    .wfsc-products-section,
    .wfsc-ecosystem-section,
    .cta-section-premium
) :is(h1, h2, h3, h4, h5, h6, .section-title, .section-title-light, .demo-title, .cta-title-premium) {
    color: var(--gray-900) !important;
    -webkit-text-fill-color: var(--gray-900) !important;
    text-shadow: none !important;
    background: none !important;
}

html[data-theme="light"] body.page-wf-securitycloud :is(
    .hero-security,
    .made-in-sweden-section,
    .features-section,
    .how-section,
    .wfsc-threats-section,
    .demo-section-premium,
    .tech-excellence-section,
    .service-section,
    .wfsc-products-section,
    .wfsc-ecosystem-section,
    .cta-section-premium
) :is(.section-subtitle, .demo-subtitle, .cta-subtitle-white, .product-description, .product-features li, .license-feature span, .license-info p, .map-overlay-stats h4, .legend-item, .stat-line .stat-label, .stat-line .stat-value, .mobile-stat-label, .mobile-stat-value, .demo-feature span, .demo-stat .stat-label, .stat-mini .stat-label, .stat-mini .stat-value),
html:not([data-theme]) body.page-wf-securitycloud :is(
    .hero-security,
    .made-in-sweden-section,
    .features-section,
    .how-section,
    .wfsc-threats-section,
    .demo-section-premium,
    .tech-excellence-section,
    .service-section,
    .wfsc-products-section,
    .wfsc-ecosystem-section,
    .cta-section-premium
) :is(.section-subtitle, .demo-subtitle, .cta-subtitle-white, .product-description, .product-features li, .license-feature span, .license-info p, .map-overlay-stats h4, .legend-item, .stat-line .stat-label, .stat-line .stat-value, .mobile-stat-label, .mobile-stat-value, .demo-feature span, .demo-stat .stat-label, .stat-mini .stat-label, .stat-mini .stat-value) {
    color: var(--gray-700) !important;
}

/* Tech-excellence: explicit light theme text fix */
html[data-theme="light"] body.page-wf-securitycloud .tech-excellence-section :is(
    .section-title,
    .section-subtitle,
    .performance-comparison h3,
    .system-architecture h3,
    .specs-table-container h3,
    .arch-component h4,
    .arch-component p,
    .spec-label,
    .spec-value,
    .legend-item,
    .live-stat-box h4,
    .legend-box h4,
    .stat-line .stat-label,
    .stat-line .stat-value,
    .threat-stat .stat-label,
    .threat-stat .stat-value
),
html:not([data-theme]) body.page-wf-securitycloud .tech-excellence-section :is(
    .section-title,
    .section-subtitle,
    .performance-comparison h3,
    .system-architecture h3,
    .specs-table-container h3,
    .arch-component h4,
    .arch-component p,
    .spec-label,
    .spec-value,
    .legend-item,
    .live-stat-box h4,
    .legend-box h4,
    .stat-line .stat-label,
    .stat-line .stat-value,
    .threat-stat .stat-label,
    .threat-stat .stat-value
) {
    color: var(--gray-700) !important;
}

html[data-theme="light"] body.page-wf-securitycloud .tech-excellence-section :is(
    .section-title,
    .performance-comparison h3,
    .system-architecture h3,
    .specs-table-container h3,
    .arch-component h4
),
html:not([data-theme]) body.page-wf-securitycloud .tech-excellence-section :is(
    .section-title,
    .performance-comparison h3,
    .system-architecture h3,
    .specs-table-container h3,
    .arch-component h4
) {
    color: var(--gray-900) !important;
    -webkit-text-fill-color: var(--gray-900) !important;
}

html[data-theme="light"] body.page-wf-securitycloud .tech-excellence-section .text-gradient,
html:not([data-theme]) body.page-wf-securitycloud .tech-excellence-section .text-gradient {
    background: none !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    -webkit-text-fill-color: currentColor !important;
}

html[data-theme="light"] body.page-wf-securitycloud .tech-excellence-section :is(.performance-comparison, .arch-component, .specs-table-container, .threat-stat),
html:not([data-theme]) body.page-wf-securitycloud .tech-excellence-section :is(.performance-comparison, .arch-component, .specs-table-container, .threat-stat) {
    background: #ffffff !important;
    border-color: rgba(18, 32, 52, 0.14) !important;
    backdrop-filter: none !important;
}

html[data-theme="light"] body.page-wf-securitycloud .tech-excellence-section .performance-comparison,
html:not([data-theme]) body.page-wf-securitycloud .tech-excellence-section .performance-comparison {
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
}

html[data-theme="light"] body.page-wf-securitycloud .tech-excellence-section .spec-category,
html:not([data-theme]) body.page-wf-securitycloud .tech-excellence-section .spec-category {
    color: #1f5ea3 !important;
}

html[data-theme="light"] body.page-wf-securitycloud .tech-excellence-section .comparison-chart,
html:not([data-theme]) body.page-wf-securitycloud .tech-excellence-section .comparison-chart {
    background: #ffffff !important;
    border: 1px solid rgba(31, 94, 163, 0.14) !important;
    --chart-surface: transparent;
    --chart-frame-stroke: rgba(31, 94, 163, 0.2);
    --chart-grid: rgba(31, 94, 163, 0.16);
    --chart-axis: #52627a;
    --chart-title: #16263d;
    --chart-body: #32465f;
    --chart-note: #64748b;
    --chart-legend-chip: rgba(228, 238, 251, 0.85);
    --chart-pill-wf-bg: rgba(39, 94, 156, 0.17);
    --chart-pill-wf-text: #1f5ea3;
    --chart-pill-avg-bg: rgba(100, 116, 139, 0.16);
    --chart-pill-avg-text: #4f6078;
    --chart-summary-bg: rgba(37, 99, 235, 0.14);
    --chart-summary-text: #1f4f86;
}
