/* Arctic Wolf Theme - Modern Blue & Orange Cybersecurity Aesthetic */

:root {
    /* Primary Colors */
    --accent: #0099FF;                    /* Bright Blue - Primary CTA and highlights */
    --accent-glow: #83D6FF;               /* Light Blue - Subtle accents and glows */
    --accent-dim: #005994;                /* Dark Blue - Secondary accents */
    --accent-secondary: #F58220;          /* Orange - Tertiary accents and warnings */

    /* Background Colors */
    --bg-base: #000000;                   /* True Black - Primary background */
    --bg-elevated: #0a0a14;               /* Very Dark Navy - Slightly elevated surfaces */
    --bg-card: #0d1624;                   /* Dark Navy-Blue - Cards and containers */
    --bg-hover: #1a2d42;                  /* Navy-Blue hover state */

    /* Text Colors */
    --text: #ffffff;                      /* Pure White - Primary text */
    --text-secondary: #b0c4d9;            /* Light Blue-Gray - Secondary text */
    --text-muted: #738fa0;                /* Blue-Gray - Muted text */

    /* Borders & Dividers */
    --border: rgba(0, 153, 255, 0.08);    /* Subtle blue border */
    --border-strong: rgba(0, 153, 255, 0.15);  /* Stronger blue border */
}

/* ==========================================
   HERO BACKGROUND IMAGE OPTIONS
   Uncomment ONE of the following to change:
   ========================================== */

.hero {
    position: relative;
    overflow: hidden;
}

/* Crossfade background layers - high-end smooth transitions */
.hero-bg-layer {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: opacity;
}

.hero-bg-layer-1 {
    z-index: 0;
}

.hero-bg-layer-2 {
    z-index: 1;
}

/* Subtle Ken Burns zoom effect on active layer */
@keyframes kenBurns {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.08);
    }
}

.hero-bg-layer {
    animation: kenBurns 12s ease-out forwards;
}

/* Dark gradient overlay */
.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(0, 0, 0, 0.4) 40%,
        rgba(0, 0, 0, 0.6) 70%,
        rgba(0, 0, 0, 0.85) 100%
    );
    z-index: 2;
    pointer-events: none;
}

.hero > *:not(.hero-bg-layer) {
    position: relative;
    z-index: 3;
}

/* Arctic Wolf Background Gradients */
body {
    overflow-x: hidden;
    padding-top: 0.1px; /* Prevent margin collapse */
    background:
        radial-gradient(ellipse 1000px 700px at center right, rgba(0, 71, 213, 0.6) 0%, rgba(0, 71, 213, 0) 60%),
        radial-gradient(ellipse 1200px 800px at top left, rgba(245, 130, 32, 0.5) -20%, rgba(245, 130, 32, 0) 50%),
        radial-gradient(ellipse 600px 400px at bottom right, rgba(245, 130, 32, 0.35) 0%, rgba(245, 130, 32, 0) 60%),
        linear-gradient(180deg, rgba(0, 139, 255, 0.2) 0%, rgba(0, 139, 255, 0) 70%),
        #000000;
    background-attachment: fixed;
    position: relative;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(ellipse 1000px 700px at center right, rgba(0, 71, 213, 0.6) 0%, rgba(0, 71, 213, 0) 60%),
        radial-gradient(ellipse 1200px 800px at top left, rgba(245, 130, 32, 0.5) -20%, rgba(245, 130, 32, 0) 50%),
        radial-gradient(ellipse 600px 400px at bottom right, rgba(245, 130, 32, 0.35) 0%, rgba(245, 130, 32, 0) 60%);
    pointer-events: none;
    z-index: -1;
}

/* Override accent colors for specific elements */

.btn-primary {
    background: linear-gradient(135deg, #0099FF 0%, #F58220 100%);
    border-color: #F58220;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #00b3ff 0%, #ff9a3d 100%);
    box-shadow: 0 0 20px rgba(245, 130, 32, 0.4);
}

/* Flashlight cursor effect - underlays the normal cursor */

/* Bold Encode Sans font with blue-orange gradient */
.hero-title {
    font-family: 'Encode Sans', sans-serif !important;
    font-weight: 900;
    background: linear-gradient(135deg, #0099FF 0%, #F58220 60%, #FF9933 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 30px rgba(0, 153, 255, 0.5)) drop-shadow(0 0 60px rgba(245, 130, 32, 0.4));
    position: relative;
    z-index: 2;
}

/* Section titles with blue-orange gradient */
.section-title {
    font-family: 'Encode Sans', sans-serif !important;
    font-weight: 900;
    background: linear-gradient(135deg, #ffffff 0%, #0099FF 40%, #F58220 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 15px rgba(0, 153, 255, 0.3));
}

/* Case study titles with gradient */
.case-title {
    font-family: 'Encode Sans', sans-serif !important;
    font-weight: 900;
    background: linear-gradient(90deg, #ffffff 20%, #83D6FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Service titles with subtle gradient */
.service-title {
    font-family: 'Encode Sans', sans-serif !important;
    font-weight: 900;
    background: linear-gradient(90deg, #ffffff 0%, #0099FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Phase titles in process section */
.phase-title {
    font-family: 'Encode Sans', sans-serif !important;
    font-weight: 900;
}

/* Subheadings - Encode Sans 400 */
.hero-description,
.section-description,
.case-description,
.phase-description,
.service-card p,
.faq-answer,
.trust-description {
    font-family: 'Encode Sans', sans-serif !important;
    font-weight: 400;
}

/* ==========================================
   METRICS & STATS - Bold readable styling
   ========================================== */

/* Metric values (47, 100%, 6 weeks, $2.1B) */
.metric-value {
    font-family: 'Encode Sans', sans-serif !important;
    font-weight: 900 !important;
    font-size: 3rem !important;
    background: linear-gradient(135deg, #0099FF 0%, #83D6FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 10px rgba(0, 153, 255, 0.3));
}

.metric-label {
    font-family: 'Encode Sans', sans-serif !important;
    font-weight: 500 !important;
    font-size: 0.875rem !important;
    color: #b0c4d9 !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* Breach counter */
.breach-counter-value {
    font-family: 'Encode Sans', sans-serif !important;
    font-weight: 900 !important;
    font-size: 2rem !important;
    background: linear-gradient(135deg, #0099FF 0%, #F58220 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.breach-counter-label {
    font-family: 'Encode Sans', sans-serif !important;
    font-weight: 400;
    color: #b0c4d9 !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Investor logos (a16z, Sequoia, etc.) */
.proof-logos span {
    font-family: 'Encode Sans', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.125rem !important;
    color: #738fa0 !important;
    opacity: 0.7 !important;
    transition: all 0.3s ease;
}

.proof-logos span:hover {
    opacity: 1 !important;
    color: #0099FF !important;
}

/* Client stage cards (Pre-Seed, Series A, etc.) */
.client-stage {
    font-family: 'Encode Sans', sans-serif !important;
}

.client-stage .stage-count {
    font-weight: 900 !important;
    font-size: 2.5rem !important;
    background: linear-gradient(180deg, #0099FF 0%, #0065CC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.client-stage .stage-label {
    font-weight: 500 !important;
    font-size: 0.75rem !important;
    color: #b0c4d9 !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* Client tags (YC W24 Fintech, etc.) */
.client-tag {
    font-family: 'Encode Sans', sans-serif !important;
    font-weight: 600 !important;
    border-color: rgba(0, 153, 255, 0.4) !important;
    color: #83D6FF !important;
}

.client-tag:hover {
    background: rgba(0, 153, 255, 0.15) !important;
    border-color: #0099FF !important;
}

/* Cloud Security Partners */
.partner-card .partner-name {
    font-family: 'Encode Sans', sans-serif !important;
    font-weight: 700 !important;
    color: #ffffff !important;
}

.partner-card .partner-type {
    font-family: 'Encode Sans', sans-serif !important;
    font-weight: 400;
    color: #738fa0 !important;
}

/* Team Certifications */
.cert-text {
    font-family: 'Encode Sans', sans-serif !important;
    font-weight: 900 !important;
    font-size: 1.25rem !important;
    background: linear-gradient(135deg, #ffffff 0%, #83D6FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cert-label {
    font-family: 'Encode Sans', sans-serif !important;
    font-weight: 400;
    font-size: 0.7rem !important;
    color: #738fa0 !important;
}

/* Section eyebrows/labels */
.section-eyebrow,
.metrics-header,
.proof-header {
    font-family: 'Encode Sans', sans-serif !important;
    font-weight: 600 !important;
    color: #0099FF !important;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

/* Accent elements with blue glow */
.announcement {
    background: rgba(0, 89, 148, 0.3);
    border-color: rgba(0, 153, 255, 0.4);
}

.announcement-tag {
    background: #0099FF;
    color: #000000;
}

/* Link styling */
a {
    color: #0099FF;
}

a:hover {
    color: #83D6FF;
}

/* Code/Mono elements */
.hero-eyebrow,
.timeline-title {
    color: #83D6FF;
}

/* Card borders and accents */
.event-card,
.faq-item {
    border-color: rgba(245, 130, 32, 0.3);
    border-left: 3px solid rgba(245, 130, 32, 0.6);
}

.trust-card {
    border-color: rgba(0, 153, 255, 0.2);
}

.event-card:hover,
.faq-item:hover {
    border-color: rgba(245, 130, 32, 0.6);
    box-shadow: 0 0 20px rgba(245, 130, 32, 0.2);
}

/* Chart colors - Blue for primary, Orange for secondary */
.bar-segment.soc2 {
    background: #0099FF;
}

.bar-segment.iso {
    background: #83D6FF;
}

.bar-segment.hipaa {
    background: #F58220;
}

.legend-dot.soc2 {
    background: #0099FF;
}

.legend-dot.iso {
    background: #83D6FF;
}

.legend-dot.hipaa {
    background: #F58220;
}

/* Timeline phase markers */
.phase-marker {
    background: #005994;
    border-color: #0099FF;
}

.phase-marker.active {
    background: #0099FF;
    box-shadow: 0 0 20px rgba(0, 153, 255, 0.4);
}

/* Pricing cards - Laptop imagery with orange accent */
.pricing-card {
    border-color: rgba(245, 130, 32, 0.25);
    background:
        linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(245, 130, 32, 0.1) 100%),
        url('./assets/tianyi-ma.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: local;
}

.pricing-card:hover {
    border-color: rgba(245, 130, 32, 0.5);
    box-shadow: 0 0 20px rgba(245, 130, 32, 0.25);
}

.pricing-card.featured {
    background:
        linear-gradient(135deg, rgba(245, 130, 32, 0.25) 0%, rgba(0, 153, 255, 0.15) 100%),
        url('./assets/tianyi-ma.jpg');
    background-size: cover;
    background-position: center;
    border-color: #F58220;
    border-width: 2px;
    box-shadow: 0 0 30px rgba(245, 130, 32, 0.4);
}

/* Testimonial styling - Keyboard/tech imagery */
.testimonial-card {
    border-left: 3px solid #F58220;
    background:
        linear-gradient(90deg, rgba(245, 130, 32, 0.3) 0%, rgba(0, 0, 0, 0.8) 50%),
        url('./assets/philipp-katzenberger.jpg');
    background-size: cover;
    background-position: right center;
    background-blend-mode: overlay;
}

.testimonial-card:hover {
    box-shadow: 0 0 20px rgba(245, 130, 32, 0.3);
    background-blend-mode: color;
}

/* Badge styling with orange secondary accent */
.framework-badge {
    background: rgba(245, 130, 32, 0.15);
    color: #F58220;
    border-color: #F58220;
}

.framework-badge.soc2 {
    background: rgba(0, 153, 255, 0.15);
    color: #0099FF;
    border-color: #0099FF;
}

.framework-badge.hipaa {
    background: rgba(245, 130, 32, 0.2);
    color: #F58220;
    border-color: #F58220;
    font-weight: 600;
}

/* News ticker styling */
.news-ticker {
    background: rgba(0, 89, 148, 0.2);
    border-color: rgba(0, 153, 255, 0.2);
}

.ticker-source {
    color: #0099FF;
    font-weight: 600;
}

/* Partner logos with blue filter */
.partner-badge img {
    filter: brightness(1.1) hue-rotate(-20deg) saturate(1.2);
}

/* Certification badges with blue borders */
.cert-badge {
    border-color: rgba(0, 153, 255, 0.3);
}

.cert-badge:hover {
    border-color: #0099FF;
    box-shadow: 0 0 15px rgba(0, 153, 255, 0.2);
}

/* Trust center cards - Network cables imagery */
.trust-card {
    background:
        linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%),
        url('./assets/scott-rodgerson.jpg');
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
}

.trust-card:hover {
    background-blend-mode: screen;
}

/* Resource cards - Colorful code */
.resource-card {
    background:
        linear-gradient(135deg, rgba(0, 0, 0, 0.75) 0%, rgba(245, 130, 32, 0.15) 100%),
        url('./assets/shahadat-rahman.jpg');
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
}

.resource-card:hover {
    background-blend-mode: color-dodge;
    box-shadow: 0 0 15px rgba(245, 130, 32, 0.2);
}

/* Typing animation cursor */
.typing-cursor {
    background: #0099FF;
    color: #0099FF;
    animation: blink 1s ease-in-out infinite, glow 2s ease-in-out infinite;
}

@keyframes glow {
    0%, 100% {
        text-shadow: 0 0 5px rgba(0, 153, 255, 0.5);
    }
    50% {
        text-shadow: 0 0 15px rgba(0, 153, 255, 0.8);
    }
}

/* Header with subtle blue tint */
.header {
    background: rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid rgba(0, 153, 255, 0.15);
    backdrop-filter: blur(10px);
}

/* Mobile menu styling */
.mobile-menu-btn {
    color: #0099FF;
}

.mobile-menu-btn:hover {
    color: #83D6FF;
}

/* FAQ accordion styling */
.faq-item.open {
    background: rgba(0, 153, 255, 0.05);
    border-color: #0099FF;
}

/* Process timeline connecting line */
.timeline-track::before {
    background: linear-gradient(90deg, #005994, #0099FF, #005994);
}

/* Section dividers */
section {
    border-color: rgba(0, 153, 255, 0.1);
}

/* Enhanced Partners Section */
.partners {
    background:
        linear-gradient(135deg, rgba(0, 153, 255, 0.05) 0%, rgba(245, 130, 32, 0.05) 100%),
        rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-top: 2px solid rgba(0, 153, 255, 0.2);
    border-bottom: 2px solid rgba(245, 130, 32, 0.2);
    position: relative;
    overflow: hidden;
}

.partners::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 50%, rgba(0, 153, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(245, 130, 32, 0.1) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.partners-grid {
    position: relative;
    z-index: 1;
}

.partners-block {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(0, 153, 255, 0.2);
    border-radius: 16px;
    padding: 2rem;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
}

.partners-block:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(0, 153, 255, 0.5);
    box-shadow:
        0 8px 32px rgba(0, 153, 255, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transform: translateY(-8px);
}

.partners-label {
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background: linear-gradient(135deg, #0099FF 0%, #F58220 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1.5rem;
}

.partners-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.partner-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.75rem;
    padding: 1rem;
    background: rgba(0, 153, 255, 0.05);
    border: 1px solid rgba(0, 153, 255, 0.2);
    border-radius: 12px;
    transition: all 0.3s ease;
    flex: 1;
    min-width: 140px;
}

.partner-badge:hover {
    background: rgba(0, 153, 255, 0.15);
    border-color: rgba(0, 153, 255, 0.6);
    box-shadow: 0 8px 24px rgba(0, 153, 255, 0.2);
    transform: scale(1.05);
}

.partner-logo {
    height: 50px;
    filter: drop-shadow(0 4px 12px rgba(0, 153, 255, 0.3));
    transition: filter 0.3s ease;
}

.partner-badge:hover .partner-logo {
    filter: drop-shadow(0 8px 20px rgba(0, 153, 255, 0.6));
}

.partner-text {
    font-size: 0.75rem;
    font-weight: 600;
    color: #83D6FF;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Certification Badges with Colors */
.cert-badges {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.5rem;
}

.cert-badge {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1.5rem;
    border-radius: 12px;
    border: 2px solid;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
    text-align: center;
}

.cert-badge:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.1);
}

.cert-badge.cissp {
    border-color: #0099FF;
    background: linear-gradient(135deg, rgba(0, 153, 255, 0.1) 0%, rgba(0, 153, 255, 0.05) 100%);
}

.cert-badge.cissp:hover {
    border-color: #0099FF;
    box-shadow: 0 12px 32px rgba(0, 153, 255, 0.3);
}

.cert-badge.cism {
    border-color: #F58220;
    background: linear-gradient(135deg, rgba(245, 130, 32, 0.1) 0%, rgba(245, 130, 32, 0.05) 100%);
}

.cert-badge.cism:hover {
    border-color: #F58220;
    box-shadow: 0 12px 32px rgba(245, 130, 32, 0.3);
}

.cert-badge.oscp,
.cert-badge.crest,
.cert-badge.aws-sap,
.cert-badge.gcp-pse {
    border-color: rgba(0, 153, 255, 0.4);
    background: linear-gradient(135deg, rgba(0, 153, 255, 0.08) 0%, transparent 100%);
}

.cert-badge.oscp:hover,
.cert-badge.crest:hover,
.cert-badge.aws-sap:hover,
.cert-badge.gcp-pse:hover {
    border-color: #0099FF;
    box-shadow: 0 12px 32px rgba(0, 153, 255, 0.2);
}

.cert-text {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #ffffff;
}

.cert-label {
    font-size: 0.7rem;
    color: var(--text-secondary);
    line-height: 1.2;
}

/* ==========================================
   ARCTIC WOLF STYLE ELEMENTS
   ========================================== */

/* Client Logo Bar - Arctic Wolf style */
.logo-bar {
    background: linear-gradient(180deg, var(--bg-base) 0%, #0a0a18 100%);
    padding: 3rem 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.logo-bar-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.logo-item {
    font-family: 'Encode Sans', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.logo-item:hover {
    color: rgba(255, 255, 255, 0.7);
}

.logo-bar-tagline {
    text-align: center;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin: 0;
}

/* Enhanced Section Styling - More whitespace */
section {
    padding: 5rem 0;
}

.section-header {
    margin-bottom: 3.5rem;
}

/* Arctic Wolf style section tags */
.section-tag {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 1rem;
    padding: 0.4rem 0.8rem;
    background: rgba(0, 153, 255, 0.1);
    border: 1px solid rgba(0, 153, 255, 0.2);
    border-radius: 3px;
}

/* Enhanced Card Styling */
.pricing .price-card,
.services .service-card,
.faq .faq-item {
    background: linear-gradient(180deg, var(--bg-card) 0%, rgba(13, 22, 36, 0.8) 100%);
    border: 1px solid var(--border-strong);
    border-radius: 8px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.pricing .price-card:hover,
.services .service-card:hover {
    border-color: var(--accent);
    transform: translateY(-4px);
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.5),
        0 0 40px rgba(0, 153, 255, 0.1);
}

/* Featured/Popular card - Arctic Wolf orange accent */
.price-card.featured {
    border-color: var(--accent-secondary) !important;
    position: relative;
}

.price-card.featured::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--accent-secondary) 0%, #FF9933 100%);
}

/* Dramatic section backgrounds */
.pricing,
.services {
    background: linear-gradient(180deg,
        var(--bg-base) 0%,
        var(--bg-elevated) 50%,
        var(--bg-base) 100%
    );
}

.faq {
    background: var(--bg-elevated);
}

/* FAQ Redesign - Clean, Readable Accordion Style */
.faq .faq-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 800px;
    margin: 0 auto;
}

.faq .faq-item {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid var(--border-strong) !important;
    border-radius: 0 !important;
    padding: 2rem 0 !important;
    opacity: 1 !important;
    transform: none !important;
}

.faq .faq-item:first-child {
    border-top: 1px solid var(--border-strong) !important;
}

.faq .faq-item:hover {
    background: rgba(0, 153, 255, 0.03) !important;
}

.faq .faq-question {
    font-family: 'Encode Sans', sans-serif !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 0.75rem !important;
    line-height: 1.4 !important;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.faq .faq-question::before {
    content: 'Q';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    height: 32px;
    background: linear-gradient(135deg, var(--accent) 0%, #0077CC 100%);
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    border-radius: 4px;
    flex-shrink: 0;
}

.faq .faq-answer {
    font-size: 1rem !important;
    color: var(--text-secondary) !important;
    line-height: 1.7 !important;
    padding-left: 48px;
    max-width: none;
}

/* Arctic Wolf style buttons */
.btn-primary {
    background: linear-gradient(135deg, var(--accent) 0%, #0077CC 100%);
    border: none;
    padding: 0.875rem 1.75rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 0.8rem;
    border-radius: 4px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(0, 153, 255, 0.3);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #00AAFF 0%, #0088DD 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 153, 255, 0.4);
}

/* Contact section - cleaner */
.contact {
    background: linear-gradient(180deg, var(--bg-base) 0%, #050510 100%);
    padding: 6rem 0;
}

/* Footer - subtle */
footer {
    background: #050510;
    border-top: 1px solid var(--border);
}

/* Smooth page-wide transitions */
* {
    scroll-behavior: smooth;
}

/* Enhanced metrics bar */
.metrics {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, var(--bg-elevated) 100%);
    position: relative;
}

.metrics::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg,
        transparent 0%,
        var(--accent) 20%,
        var(--accent) 80%,
        transparent 100%
    );
    opacity: 0.3;
}
