/* Component Styles - AI Agency Landing Page */
/* All component-specific styling */

/* Utility Classes */
.max-w-800 {
    max-width: 800px;
    margin: 0 auto;
}

/* Problem/Challenge Section */
#problem {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(180deg, #000000 0%, #0a0e1a 100%);
    border-bottom: 1px solid rgba(59, 130, 246, 0.15);
}

#problem h2 {
    font-family: "montserrat-extrabold", sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    color: #f8fafc;
    margin-bottom: 2rem;
    letter-spacing: -0.02em;
}

#problem .prose {
    font-family: "montserrat-regular", sans-serif;
    font-size: 1.125rem;
    color: #cbd5e1;
    line-height: 1.8;
}

#problem .prose p {
    margin-bottom: 1.5rem;
    color: #94a3b8;
}

.prose {
    font-size: 1.125rem;
    color: #cbd5e1;
    line-height: 1.8;
}

.prose p {
    margin-bottom: 1.5rem;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* ===================================================================
 * COMPREHENSIVE COMPONENT STYLES - Extracted from inline styles
 * ================================================================ */

/* Hero Section - Modern Centered AI Design */
.hero-section {
    position: relative;
    overflow: hidden;
    padding: 3rem 0 3rem;
    background: #000000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    color: #f8fafc;
}

.hero-section .container {
    position: relative;
    z-index: 3;
}

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

.hero-title-centered {
    margin: 0 auto 1.5rem;
    font-family: "montserrat-bold", sans-serif;
    font-size: clamp(2.25rem, 4vw, 3rem);
    line-height: 1.15;
    letter-spacing: -0.03em;
    color: #ffffff;
    max-width: 720px;
    width: 100%;
    font-weight: 700;
}

.hero-lead-centered {
    max-width: 580px;
    margin: 0 auto 2.25rem;
    font-family: "montserrat-regular", sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
    font-weight: 400;
}

.hero-cta-centered {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}

.hero-btn-primary-large,
.hero-btn-secondary-large {
    padding: 0.9rem 1.75rem;
    border-radius: 6px;
    font-family: "montserrat-semibold", sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.02em;
    font-weight: 600;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hero-btn-primary-large {
    background: #ffffff;
    color: #000000;
    border: none;
}

.hero-btn-primary-large:hover {
    background: rgba(255, 255, 255, 0.9);
}

.hero-btn-secondary-large {
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    background: transparent;
}

.hero-btn-secondary-large:hover {
    border-color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.05);
}

.hero-trust-row {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}

.hero-trust-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: "montserrat-regular", sans-serif;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.45);
    letter-spacing: 0.01em;
}

.hero-trust-icon {
    width: 14px;
    height: 14px;
    color: rgba(255, 255, 255, 0.35);
}

.hero-metrics-centered {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    max-width: 660px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .hero-title-centered {
        font-size: 3rem;
        max-width: 720px;
    }
}

.hero-metric-card {
    position: relative;
    padding: 1.75rem 1.5rem;
    background: #000000;
    transition: background 0.2s ease;
}

.hero-metric-card:hover {
    background: rgba(255, 255, 255, 0.02);
}

.hero-metric-value-large {
    font-family: "montserrat-bold", sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.hero-metric-label-centered {
    font-family: "montserrat-regular", sans-serif;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.3;
    letter-spacing: 0.02em;
}

.hero-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 2.75rem;
    align-items: stretch;
}

.hero-section .hero-content {
    padding: 1rem 0.75rem 1rem 0;
}

.hero-section .hero-eyebrow {
    margin: 0 0 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.72);
    border: 1px solid rgba(56, 189, 248, 0.3);
    font-family: "montserrat-semibold", sans-serif;
    font-size: 0.74rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #c4dcff;
}

/* Old h1 styles removed - now using .hero-title-centered */

.hero-section .hero-lead {
    max-width: 58ch;
    margin: 0;
    font-family: "montserrat-regular", sans-serif;
    font-size: 1.12rem;
    line-height: 1.78;
    color: #a8b6cc;
}

.hero-section .hero-story-rail {
    margin-top: 1.5rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.95rem;
}

.hero-section .hero-story-step {
    --step-accent: #38bdf8;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 150px;
    border: 1px solid rgba(100, 116, 139, 0.34);
    border-radius: 1rem;
    background:
        linear-gradient(155deg, rgba(15, 23, 42, 0.86) 0%, rgba(7, 13, 25, 0.9) 100%);
    padding: 0.95rem 0.95rem 0.9rem;
    backdrop-filter: blur(8px);
    box-shadow: inset 0 1px 0 rgba(148, 163, 184, 0.18);
}

.hero-section .hero-story-step::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 44%;
    height: 3px;
    background: linear-gradient(90deg, var(--step-accent) 0%, transparent 100%);
    opacity: 0.9;
}

.hero-section .hero-story-step::after {
    content: "";
    position: absolute;
    right: -38px;
    bottom: -38px;
    width: 110px;
    height: 110px;
    border-radius: 999px;
    background: radial-gradient(circle, color-mix(in srgb, var(--step-accent) 42%, transparent) 0%, transparent 72%);
    z-index: -1;
}

.hero-section .hero-story-step--before {
    --step-accent: #38bdf8;
}

.hero-section .hero-story-step--with-us {
    --step-accent: #8b5cf6;
    transform: translateY(-10px);
}

.hero-section .hero-story-step--outcome {
    --step-accent: #22c55e;
}

.hero-section .hero-story-index {
    position: absolute;
    top: 0.78rem;
    right: 0.88rem;
    font-family: "montserrat-extrabold", sans-serif;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    color: rgba(148, 163, 184, 0.42);
}

.hero-section .hero-story-step p {
    margin: 0.5rem 0 0;
    max-width: 25ch;
    font-size: 0.79rem;
    line-height: 1.58;
    color: #b4c2d8;
}

.hero-section .hero-story-label {
    display: inline-flex;
    font-family: "montserrat-semibold", sans-serif;
    font-size: 0.63rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #d8e6ff;
}

.hero-section .hero-cta-block {
    margin-top: 1.6rem;
}

.hero-section .hero-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.hero-section .hero-btn-primary,
.hero-section .hero-btn-secondary {
    min-width: 230px;
    min-height: 52px;
    border-radius: 0.85rem;
    font-family: "montserrat-semibold", sans-serif;
    font-size: 0.88rem;
    letter-spacing: 0.02em;
}

.hero-section .hero-btn-primary {
    background: linear-gradient(135deg, #06b6d4 0%, #2563eb 54%, #312e81 100%);
    color: #fff;
    box-shadow: 0 16px 36px -20px rgba(14, 165, 233, 0.55);
}

.hero-section .hero-btn-primary:hover {
    background: linear-gradient(135deg, #0891b2 0%, #1d4ed8 54%, #1e1b4b 100%);
    transform: translateY(-2px);
}

.hero-section .hero-btn-secondary {
    border: 1px solid rgba(125, 211, 252, 0.36);
    color: #d6e9ff;
    background: rgba(15, 23, 42, 0.64);
}

.hero-section .hero-btn-secondary:hover {
    border-color: rgba(125, 211, 252, 0.58);
    background: rgba(15, 23, 42, 0.86);
}

.hero-section .hero-cta-note {
    margin: 0.85rem 0 0;
    font-size: 0.84rem;
    color: #8ea0bb;
}

.hero-section .hero-proof-list {
    margin: 1.3rem 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.hero-section .hero-proof-item {
    padding: 0.45rem 0.72rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.7);
    border: 1px solid rgba(100, 116, 139, 0.35);
    color: #bfccde;
    font-family: "montserrat-medium", sans-serif;
    font-size: 0.78rem;
}

.hero-section .hero-metrics {
    margin-top: 1.25rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
}

.hero-section .hero-metric {
    --metric-accent: #38bdf8;
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(165deg, rgba(8, 14, 30, 0.88) 0%, rgba(6, 11, 22, 0.9) 100%);
    border: 1px solid rgba(100, 116, 139, 0.34);
    border-radius: 0.92rem;
    padding: 0.9rem 1rem 0.88rem;
    backdrop-filter: blur(4px);
    box-shadow: inset 0 1px 0 rgba(148, 163, 184, 0.15);
}

.hero-section .hero-metric::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 2px;
    background: linear-gradient(90deg, color-mix(in srgb, var(--metric-accent) 85%, white) 0%, transparent 88%);
}

.hero-section .hero-metric--response {
    --metric-accent: #38bdf8;
}

.hero-section .hero-metric--delivery {
    --metric-accent: #8b5cf6;
}

.hero-section .hero-metric--trust {
    --metric-accent: #22c55e;
}

.hero-section .hero-metric-dot {
    position: absolute;
    top: 0.85rem;
    right: 0.9rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    background: var(--metric-accent);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--metric-accent) 22%, transparent);
}

.hero-section .hero-metric-value {
    display: block;
    font-family: "montserrat-bold", sans-serif;
    font-size: 1.22rem;
    letter-spacing: 0.01em;
    color: #f8fbff;
}

.hero-section .hero-metric-label {
    display: block;
    margin-top: 0.2rem;
    font-family: "montserrat-regular", sans-serif;
    font-size: 0.76rem;
    color: #9daec8;
}

.hero-section .hero-form-wrapper {
    display: flex;
}

.hero-section .hero-form-card {
    width: 100%;
    margin: auto 0;
    padding: 2rem;
    border-radius: 1.1rem;
    border: 1px solid rgba(71, 85, 105, 0.5);
    box-shadow: 0 24px 58px -34px rgba(2, 6, 23, 0.72);
    background: linear-gradient(165deg, rgba(15, 23, 42, 0.92) 0%, rgba(3, 7, 18, 0.92) 100%);
    backdrop-filter: blur(8px);
}

.hero-section .hero-form-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.8rem;
}

.hero-section .hero-form-kicker {
    margin: 0 0 0.5rem;
    font-family: "montserrat-semibold", sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #7dd3fc;
}

.hero-section .hero-form-state {
    margin: 0;
    font-family: "montserrat-medium", sans-serif;
    font-size: 0.68rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #94a3b8;
}

.hero-section .hero-stage-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-bottom: 1rem;
}

.hero-section .hero-stage-pill {
    border: 1px solid rgba(100, 116, 139, 0.42);
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.55);
    color: #9fb4cf;
    padding: 0.42rem 0.82rem;
    font-family: "montserrat-medium", sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: all 0.2s ease;
}

.hero-section .hero-stage-pill:hover {
    border-color: rgba(125, 211, 252, 0.45);
    color: #dff3ff;
}

.hero-section .hero-stage-pill.is-active {
    border-color: transparent;
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.35) 0%, rgba(37, 99, 235, 0.35) 100%);
    color: #ebf7ff;
}

.hero-section .hero-form-card h3 {
    margin: 0;
    font-family: "montserrat-bold", sans-serif;
    font-size: 1.36rem;
    line-height: 1.4;
    color: #f5f9ff;
}

.hero-section .form-subtext {
    margin: 0.45rem 0 1.15rem;
    color: #94a3b8;
    font-size: 0.85rem;
}

.hero-section .hero-form {
    display: grid;
    gap: 0.8rem;
}

.hero-section .hero-form input {
    width: 100%;
    height: 48px;
    border: 1px solid rgba(100, 116, 139, 0.5);
    border-radius: 0.65rem;
    padding: 0.75rem 0.9rem;
    font-family: "montserrat-regular", sans-serif;
    font-size: 0.9rem;
    color: #e2ecf7;
    background: rgba(2, 6, 23, 0.7);
}

.hero-section .hero-form input::placeholder {
    color: #7f93ae;
}

.hero-section .hero-form input:focus {
    outline: none;
    border-color: #38bdf8;
    box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.2);
}

.hero-section .hero-form-submit {
    width: 100%;
    margin-top: 0.15rem;
    border: none;
    min-height: 50px;
    border-radius: 0.65rem;
    background: linear-gradient(135deg, #06b6d4 0%, #2563eb 58%, #1d4ed8 100%);
    font-family: "montserrat-semibold", sans-serif;
    font-size: 0.9rem;
    letter-spacing: 0.02em;
    cursor: pointer;
}

.hero-section .hero-form-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 35px -24px rgba(14, 165, 233, 0.72);
}

.hero-section .form-disclaimer {
    margin: 0.9rem 0 0;
    font-size: 0.75rem;
    color: #8ea0bb;
}

@media (max-width: 1200px) {
    .hero-shell {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .hero-section .hero-content {
        padding-right: 0;
    }

    .hero-section .hero-story-rail {
        grid-template-columns: 1fr 1fr;
    }

    .hero-section .hero-story-step--with-us {
        transform: translateY(0);
    }

    .hero-section .hero-metrics {
        grid-template-columns: repeat(3, minmax(120px, 1fr));
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 4.5rem 0 3.8rem;
    }

    .hero-section h1 {
        max-width: 100%;
        font-size: clamp(2rem, 8.5vw, 2.7rem);
    }

    .hero-section .hero-story-rail {
        grid-template-columns: 1fr;
    }

    .hero-section .hero-story-step {
        min-height: auto;
    }

    .hero-section .hero-cta-row {
        flex-direction: column;
    }

    .hero-section .hero-btn-primary,
    .hero-section .hero-btn-secondary {
        width: 100%;
    }

    .hero-section .hero-metrics {
        grid-template-columns: 1fr;
    }

    .hero-section .hero-form-topline {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.4rem;
    }
}

/* Trust Badges Section */
#trust-badges {
    position: relative;
    padding: 4rem 0;
    background: linear-gradient(180deg, #000000 0%, #0a0e1a 100%);
    border-bottom: 1px solid rgba(59, 130, 246, 0.15);
}

#trust-badges .section-label {
    font-family: "montserrat-semibold", sans-serif;
    font-size: 0.75rem;
    color: #64748b;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 2.5rem;
}

#trust-badges .logo-grid {
    display: flex;
    justify-content: center;
    gap: 3.5rem;
    flex-wrap: wrap;
    align-items: center;
}

#trust-badges .tech-logo {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-family: "montserrat-semibold", sans-serif;
    font-size: 1.15rem;
    font-weight: 600;
    color: #94a3b8;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: default;
    opacity: 0.85;
}

#trust-badges .tech-logo i {
    width: 28px;
    height: 28px;
    color: #60a5fa;
}

#trust-badges .tech-logo:hover {
    opacity: 1;
    transform: translateY(-2px);
    color: #e2e8f0;
}

#trust-badges .tech-logo:hover i {
    color: #3b82f6;
}

/* Stats Counter Section */
#stats-counter {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(59, 130, 246, 0.12), transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(139, 92, 246, 0.12), transparent 50%),
        linear-gradient(180deg, #0a0e1a 0%, #050810 100%);
    border-top: 1px solid rgba(59, 130, 246, 0.15);
    border-bottom: 1px solid rgba(59, 130, 246, 0.15);
}

#stats-counter .grid-4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 3rem;
    text-align: center;
}

#stats-counter .stat-item {
    position: relative;
    padding: 2rem 1.5rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#stats-counter .stat-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.08), rgba(139, 92, 246, 0.08));
    border-radius: 1rem;
    opacity: 0;
    transition: opacity 0.4s ease;
}

#stats-counter .stat-item:hover::before {
    opacity: 1;
}

#stats-counter .stat-item:hover {
    transform: translateY(-8px);
}

#stats-counter .stat-value {
    font-family: "montserrat-extrabold", sans-serif;
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 0.75rem;
    background: linear-gradient(135deg, #60a5fa 0%, #a78bfa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
}

#stats-counter .stat-label {
    font-family: "montserrat-medium", sans-serif;
    font-size: 1.05rem;
    color: #cbd5e1;
    opacity: 0.95;
    letter-spacing: 0.02em;
}

/* Benefits Section */
#benefits {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(180deg, #050810 0%, #0a0e1a 100%);
    border-bottom: 1px solid rgba(59, 130, 246, 0.15);
}

#benefits .section-header {
    text-align: center;
    margin-bottom: 4rem;
}

#benefits .section-badge {
    font-family: "montserrat-bold", sans-serif;
    color: #60a5fa;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    margin-bottom: 1rem;
}

#benefits h2 {
    font-family: "montserrat-extrabold", sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    color: #f8fafc;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

#benefits .section-description {
    font-family: "montserrat-regular", sans-serif;
    font-size: 1.125rem;
    color: #94a3b8;
    max-width: 60ch;
    margin: 0 auto;
    line-height: 1.7;
}

#benefits .grid-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
}

#benefits .card {
    position: relative;
    padding: 2.5rem;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.6), rgba(7, 13, 25, 0.8));
    border: 1px solid rgba(71, 85, 105, 0.3);
    border-radius: 1.25rem;
    backdrop-filter: blur(8px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

#benefits .card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(139, 92, 246, 0.1));
    opacity: 0;
    transition: opacity 0.4s ease;
}

#benefits .card:hover::before {
    opacity: 1;
}

#benefits .card:hover {
    transform: translateY(-8px);
    border-color: rgba(96, 165, 250, 0.5);
    box-shadow: 0 20px 40px -10px rgba(59, 130, 246, 0.3);
}

#benefits .icon-box {
    width: 64px;
    height: 64px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(139, 92, 246, 0.15));
    border-radius: 1rem;
    font-size: 2rem;
    color: #60a5fa;
    border: 1px solid rgba(96, 165, 250, 0.2);
}

#benefits h3 {
    font-family: "montserrat-bold", sans-serif;
    font-size: 1.35rem;
    color: #f1f5f9;
    margin-bottom: 0.75rem;
    letter-spacing: -0.01em;
}

#benefits .card p {
    font-family: "montserrat-regular", sans-serif;
    color: #94a3b8;
    font-size: 0.975rem;
    line-height: 1.7;
    margin: 0;
}

/* Gen AI Spotlight Section */
#gen-ai-spotlight {
    position: relative;
    padding: 6rem 0;
    background: 
        radial-gradient(circle at 30% 40%, rgba(139, 92, 246, 0.08), transparent 60%),
        linear-gradient(180deg, #0a0e1a 0%, #050810 100%);
    border-top: 1px solid rgba(59, 130, 246, 0.15);
    border-bottom: 1px solid rgba(59, 130, 246, 0.15);
}

#gen-ai-spotlight .grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 5rem;
}

#gen-ai-spotlight .section-badge {
    font-family: "montserrat-bold", sans-serif;
    color: #a78bfa;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    margin-bottom: 1rem;
}

#gen-ai-spotlight h2 {
    font-family: "montserrat-extrabold", sans-serif;
    font-size: clamp(2rem, 4vw, 2.75rem);
    color: #f8fafc;
    margin: 1rem 0 1.5rem;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

#gen-ai-spotlight .section-description {
    font-family: "montserrat-regular", sans-serif;
    font-size: 1.05rem;
    color: #94a3b8;
    line-height: 1.7;
    margin-bottom: 2rem;
}

#gen-ai-spotlight .feature-list {
    margin-top: 2.5rem;
}

#gen-ai-spotlight .feature-item {
    display: flex;
    gap: 1.25rem;
    margin-bottom: 1.75rem;
    align-items: flex-start;
}

#gen-ai-spotlight .feature-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.15), rgba(59, 130, 246, 0.15));
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 0.75rem;
}

#gen-ai-spotlight .feature-icon i {
    color: #a78bfa;
    width: 24px;
    height: 24px;
}

#gen-ai-spotlight .feature-item h4 {
    font-family: "montserrat-bold", sans-serif;
    color: #e2e8f0;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    font-size: 1.15rem;
    letter-spacing: -0.01em;
}

#gen-ai-spotlight .feature-item p {
    font-family: "montserrat-regular", sans-serif;
    font-size: 0.95rem;
    color: #94a3b8;
    margin: 0;
    line-height: 1.6;
}

#gen-ai-spotlight .visual {
    position: relative;
}

#gen-ai-spotlight .visual-container {
    position: relative;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.8), rgba(7, 13, 25, 0.9));
    border: 1px solid rgba(71, 85, 105, 0.4);
    border-radius: 1.5rem;
    padding: 2.5rem;
    overflow: hidden;
    backdrop-filter: blur(12px);
}

#gen-ai-spotlight .visual-blob-1 {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 160px;
    height: 160px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.25), transparent 70%);
    border-radius: 50%;
    filter: blur(40px);
}

#gen-ai-spotlight .visual-blob-2 {
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.2), transparent 70%);
    border-radius: 50%;
    filter: blur(40px);
}

#gen-ai-spotlight .code-window {
    position: relative;
    z-index: 10;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.95), rgba(7, 13, 25, 0.98));
    padding: 2rem;
    border-radius: 1rem;
    border: 1px solid rgba(71, 85, 105, 0.3);
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.5);
}

#gen-ai-spotlight .code-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid rgba(71, 85, 105, 0.3);
    padding-bottom: 1rem;
}

#gen-ai-spotlight .code-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

#gen-ai-spotlight .code-dot-red {
    background: #ef4444;
}

#gen-ai-spotlight .code-dot-yellow {
    background: #f59e0b;
}

#gen-ai-spotlight .code-dot-green {
    background: #10b981;
}

#gen-ai-spotlight .code-filename {
    margin-left: auto;
    font-family: "JetBrains Mono", "Fira Code", monospace;
    font-size: 0.8rem;
    color: #64748b;
}

#gen-ai-spotlight .code-content {
    font-family: "JetBrains Mono", "Fira Code", monospace;
    color: #cbd5e1;
    line-height: 1.7;
    font-size: 0.9rem;
}

#gen-ai-spotlight .code-keyword {
    color: #c084fc;
}

#gen-ai-spotlight .code-class {
    color: #60a5fa;
}

#gen-ai-spotlight .code-function {
    color: #34d399;
}

#gen-ai-spotlight .code-method {
    color: #fbbf24;
}

#gen-ai-spotlight .code-comment {
    color: #64748b;
    font-style: italic;
}

#gen-ai-spotlight .code-indent {
    padding-left: 1.5rem;
}

/* Coverage/Services Section */
#coverage {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(180deg, #050810 0%, #0a0e1a 100%);
    border-bottom: 1px solid rgba(59, 130, 246, 0.15);
}

#coverage .section-header {
    text-align: center;
    margin-bottom: 4.5rem;
}

#coverage .section-badge {
    font-family: "montserrat-bold", sans-serif;
    color: #60a5fa;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    margin-bottom: 1rem;
}

#coverage h2 {
    font-family: "montserrat-extrabold", sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    color: #f8fafc;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

#coverage .section-description {
    font-family: "montserrat-regular", sans-serif;
    font-size: 1.125rem;
    color: #94a3b8;
    max-width: 60ch;
    margin: 0 auto;
    line-height: 1.7;
}

#coverage .pillars-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3.5rem;
}

#coverage .pillar-item {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 2.5rem;
    padding-bottom: 3.5rem;
    border-bottom: 1px solid rgba(71, 85, 105, 0.25);
}

#coverage .pillar-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

#coverage .pillar-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(139, 92, 246, 0.15));
    border: 1px solid rgba(96, 165, 250, 0.3);
    border-radius: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#coverage .pillar-item:hover .pillar-icon {
    transform: scale(1.1) rotate(5deg);
    border-color: rgba(96, 165, 250, 0.6);
    box-shadow: 0 10px 30px -5px rgba(59, 130, 246, 0.4);
}

#coverage .pillar-icon i {
    width: 48px;
    height: 48px;
    color: #60a5fa;
}

#coverage .pillar-item h3 {
    font-family: "montserrat-bold", sans-serif;
    font-size: 1.85rem;
    font-weight: 700;
    color: #f1f5f9;
    margin-bottom: 1rem;
    letter-spacing: -0.01em;
}

#coverage .pillar-item > div > p {
    font-family: "montserrat-regular", sans-serif;
    font-size: 1.05rem;
    color: #94a3b8;
    line-height: 1.8;
    margin-bottom: 1.75rem;
}

#coverage .capabilities-label {
    font-family: "montserrat-semibold", sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 1rem;
}

#coverage .capabilities-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

#coverage .capability-tag {
    font-family: "montserrat-medium", sans-serif;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.6), rgba(7, 13, 25, 0.8));
    border: 1px solid rgba(71, 85, 105, 0.3);
    color: #cbd5e1;
    padding: 0.6rem 1.15rem;
    border-radius: 0.65rem;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

#coverage .capability-tag:hover {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(139, 92, 246, 0.15));
    border-color: rgba(96, 165, 250, 0.5);
    color: #e2e8f0;
    transform: translateY(-2px);
}

/* Industries Section */
#industries {
    position: relative;
    padding: 6rem 0;
    background: 
        radial-gradient(circle at 70% 30%, rgba(59, 130, 246, 0.08), transparent 60%),
        linear-gradient(180deg, #0a0e1a 0%, #050810 100%);
    border-bottom: 1px solid rgba(59, 130, 246, 0.15);
}

#industries .container-1200 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

#industries .section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4.5rem auto;
}

#industries .section-badge {
    font-family: "montserrat-bold", sans-serif;
    color: #60a5fa;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    margin-bottom: 1rem;
}

#industries h2 {
    font-family: "montserrat-extrabold", sans-serif;
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 900;
    color: #f8fafc;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

#industries .section-header p {
    font-family: "montserrat-regular", sans-serif;
    font-size: 1.125rem;
    color: #94a3b8;
    line-height: 1.7;
}

#industries .industry-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

#industries .industry-card {
    position: relative;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.6), rgba(7, 13, 25, 0.8));
    border-radius: 1.25rem;
    padding: 2.25rem;
    border: 1px solid rgba(71, 85, 105, 0.3);
    backdrop-filter: blur(8px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

#industries .industry-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.08), rgba(139, 92, 246, 0.08));
    opacity: 0;
    transition: opacity 0.4s ease;
}

#industries .industry-card:hover::before {
    opacity: 1;
}

#industries .industry-card:hover {
    transform: translateY(-8px);
    border-color: rgba(96, 165, 250, 0.5);
    box-shadow: 0 20px 40px -10px rgba(59, 130, 246, 0.3);
}

#industries .industry-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(139, 92, 246, 0.15));
    border: 1px solid rgba(96, 165, 250, 0.3);
    border-radius: 1rem;
    margin-bottom: 1.75rem;
}

#industries .industry-icon i {
    width: 32px;
    height: 32px;
    color: #60a5fa;
}

#industries .industry-card h3 {
    font-family: "montserrat-bold", sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #f1f5f9;
    margin-bottom: 1.25rem;
    letter-spacing: -0.01em;
}

#industries .challenge-section {
    margin-bottom: 1.25rem;
}

#industries .challenge-badge {
    font-family: "montserrat-semibold", sans-serif;
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.15), rgba(220, 38, 38, 0.15));
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #fca5a5;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

#industries .challenge-text {
    font-family: "montserrat-regular", sans-serif;
    font-size: 0.875rem;
    color: #94a3b8;
    margin-top: 0.65rem;
    font-style: italic;
    line-height: 1.5;
}

#industries .solution-badge {
    font-family: "montserrat-semibold", sans-serif;
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.15), rgba(22, 163, 74, 0.15));
    border: 1px solid rgba(34, 197, 94, 0.3);
    color: #86efac;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

#industries .solution-text {
    font-family: "montserrat-regular", sans-serif;
    font-size: 0.95rem;
    color: #cbd5e1;
    margin-top: 0.65rem;
    line-height: 1.65;
}

/* FAQ Section */
#faq {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(180deg, #050810 0%, #0a0e1a 100%);
    border-bottom: 1px solid rgba(59, 130, 246, 0.15);
}

#faq .container {
    max-width: 900px;
}

#faq .section-header {
    text-align: center;
    margin-bottom: 4rem;
}

#faq .section-badge {
    font-family: "montserrat-bold", sans-serif;
    color: #60a5fa;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    margin-bottom: 1rem;
}

#faq h2 {
    font-family: "montserrat-extrabold", sans-serif;
    font-size: clamp(2rem, 4vw, 2.75rem);
    color: #f8fafc;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

#faq .section-description {
    font-family: "montserrat-regular", sans-serif;
    font-size: 1.05rem;
    color: #94a3b8;
    line-height: 1.7;
}

#faq .faq-category {
    margin-bottom: 3.5rem;
}

#faq .faq-category-title {
    font-family: "montserrat-bold", sans-serif;
    font-size: 0.85rem;
    color: #60a5fa;
    margin-bottom: 1.75rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 700;
    border-bottom: 2px solid rgba(96, 165, 250, 0.3);
    padding-bottom: 0.65rem;
    display: inline-block;
}

#faq .faq-item {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.6), rgba(7, 13, 25, 0.8));
    border-radius: 1rem;
    padding: 2rem;
    margin-bottom: 1.25rem;
    border: 1px solid rgba(71, 85, 105, 0.3);
    backdrop-filter: blur(8px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#faq .faq-item:hover {
    border-color: rgba(96, 165, 250, 0.5);
    box-shadow: 0 10px 30px -5px rgba(59, 130, 246, 0.2);
}

#faq .faq-item h4 {
    font-family: "montserrat-bold", sans-serif;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #f1f5f9;
    font-weight: 700;
    letter-spacing: -0.01em;
}

#faq .faq-item .answer {
    font-family: "montserrat-regular", sans-serif;
    color: #cbd5e1;
    line-height: 1.75;
    font-size: 1rem;
}

/* CTA/Contact Section */
#contact {
    position: relative;
    padding: 6rem 0;
    background: 
        radial-gradient(circle at 50% 50%, rgba(139, 92, 246, 0.12), transparent 60%),
        linear-gradient(180deg, #0a0e1a 0%, #000000 100%);
    border-top: 1px solid rgba(59, 130, 246, 0.15);
}

#contact .container {
    max-width: 800px;
}

#contact .section-header {
    text-align: center;
    margin-bottom: 3rem;
}

#contact h2 {
    font-family: "montserrat-extrabold", sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    color: #f8fafc;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

#contact .prose {
    font-family: "montserrat-regular", sans-serif;
    margin-bottom: 3rem;
    font-size: 1.15rem;
    color: #cbd5e1;
    line-height: 1.7;
    text-align: center;
}

#contact .card {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.8), rgba(7, 13, 25, 0.9));
    border: 1px solid rgba(71, 85, 105, 0.4);
    color: #f8fafc;
    text-align: left;
    padding: 2.5rem;
    border-radius: 1.25rem;
    backdrop-filter: blur(12px);
}

#contact form {
    display: grid;
    gap: 1.5rem;
}

#contact label {
    font-family: "montserrat-semibold", sans-serif;
    display: block;
    margin-bottom: 0.65rem;
    font-weight: 600;
    color: #e2e8f0;
    font-size: 0.95rem;
}

#contact input,
#contact select,
#contact textarea {
    font-family: "montserrat-regular", sans-serif;
    width: 100%;
    padding: 0.875rem 1.125rem;
    border: 1px solid rgba(71, 85, 105, 0.4);
    border-radius: 0.65rem;
    background: rgba(15, 23, 42, 0.6);
    color: #f1f5f9;
    font-size: 1rem;
    transition: all 0.3s ease;
}

#contact input:focus,
#contact select:focus,
#contact textarea:focus {
    outline: none;
    border-color: rgba(96, 165, 250, 0.6);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

#contact input::placeholder,
#contact textarea::placeholder {
    color: #64748b;
}

#contact .btn {
    width: 100%;
    font-family: "montserrat-bold", sans-serif;
    font-size: 1.125rem;
    padding: 1rem;
    background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
    color: #fff;
    border: none;
    border-radius: 0.75rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#contact .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px -5px rgba(59, 130, 246, 0.5);
}

#contact .form-note {
    font-family: "montserrat-regular", sans-serif;
    margin-top: 1rem;
    color: #94a3b8;
    font-size: 0.875rem;
}

#contact .trust-signals {
    margin-top: 2.5rem;
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap;
}

#contact .trust-signal {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    color: #cbd5e1;
    font-family: "montserrat-medium", sans-serif;
    font-weight: 500;
    font-size: 0.95rem;
}

#contact .trust-signal-check {
    color: #fbbf24;
    font-size: 1.25rem;
}

#contact .conclusion {
    margin-top: 3.5rem;
    text-align: center;
}

#contact .conclusion-content {
    font-family: "montserrat-regular", sans-serif;
    color: #94a3b8;
    font-size: 1rem;
    line-height: 1.8;
}

/* Tech Stack Section */
#tech-stack {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(180deg, #050810 0%, #0a0e1a 100%);
    border-bottom: 1px solid rgba(59, 130, 246, 0.15);
}

#tech-stack .section-header {
    text-align: center;
    margin-bottom: 4rem;
}

#tech-stack .section-badge {
    font-family: "montserrat-bold", sans-serif;
    color: #60a5fa;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    margin-bottom: 1rem;
}

#tech-stack h2 {
    font-family: "montserrat-extrabold", sans-serif;
    font-size: clamp(2rem, 4vw, 2.75rem);
    color: #f8fafc;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

#tech-stack .section-description {
    font-family: "montserrat-regular", sans-serif;
    color: #94a3b8;
    max-width: 600px;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.7;
}

#tech-stack .card {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.6), rgba(7, 13, 25, 0.8));
    border: 1px solid rgba(71, 85, 105, 0.3);
    padding: 2.25rem;
    border-radius: 1.25rem;
    backdrop-filter: blur(8px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#tech-stack .card:hover {
    border-color: rgba(96, 165, 250, 0.5);
    box-shadow: 0 10px 30px -5px rgba(59, 130, 246, 0.3);
}

#tech-stack .stack-title {
    font-family: "montserrat-bold", sans-serif;
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    border-bottom: 2px solid #3b82f6;
    padding-bottom: 0.65rem;
    display: inline-block;
    color: #f1f5f9;
    letter-spacing: -0.01em;
}

#tech-stack .stack-title.cloud {
    border-bottom-color: #8b5cf6;
}

#tech-stack .stack-title.models {
    border-bottom-color: #fbbf24;
}

#tech-stack .stack-description {
    font-family: "montserrat-regular", sans-serif;
    font-size: 0.925rem;
    color: #94a3b8;
    margin-bottom: 1.75rem;
    line-height: 1.65;
}

#tech-stack .tech-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

#tech-stack .tech-tag {
    font-family: "montserrat-medium", sans-serif;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(139, 92, 246, 0.15));
    border: 1px solid rgba(96, 165, 250, 0.3);
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-weight: 600;
    font-size: 0.85rem;
    color: #cbd5e1;
    transition: all 0.3s ease;
}

#tech-stack .tech-tag:hover {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.25), rgba(139, 92, 246, 0.25));
    border-color: rgba(96, 165, 250, 0.5);
    color: #e2e8f0;
    transform: translateY(-2px);
}

#tech-stack .tech-tag.cloud {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.15), rgba(168, 85, 247, 0.15));
    border-color: rgba(168, 85, 247, 0.3);
}

#tech-stack .tech-tag.models {
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.15), rgba(245, 158, 11, 0.15));
    border-color: rgba(251, 191, 36, 0.3);
}

/* Case Studies Section */
#case-studies {
    position: relative;
    padding: 6rem 0;
    background: 
        radial-gradient(circle at 40% 60%, rgba(59, 130, 246, 0.08), transparent 60%),
        linear-gradient(180deg, #0a0e1a 0%, #050810 100%);
    border-bottom: 1px solid rgba(59, 130, 246, 0.15);
}

#case-studies .section-header {
    text-align: center;
    margin-bottom: 4rem;
}

#case-studies .section-badge {
    font-family: "montserrat-bold", sans-serif;
    color: #60a5fa;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    margin-bottom: 1rem;
}

#case-studies h2 {
    font-family: "montserrat-extrabold", sans-serif;
    font-size: clamp(2rem, 4vw, 2.75rem);
    color: #f8fafc;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

#case-studies .section-description {
    font-family: "montserrat-regular", sans-serif;
    color: #94a3b8;
    max-width: 600px;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.7;
}

#case-studies .grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
}

#case-studies .case-card {
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.6), rgba(7, 13, 25, 0.8));
    border: 1px solid rgba(71, 85, 105, 0.3);
    border-radius: 1.25rem;
    backdrop-filter: blur(8px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#case-studies .case-card:hover {
    transform: translateY(-8px);
    border-color: rgba(96, 165, 250, 0.5);
    box-shadow: 0 20px 40px -10px rgba(59, 130, 246, 0.3);
}

#case-studies .case-header {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(139, 92, 246, 0.2));
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f8fafc;
    font-family: "montserrat-bold", sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    position: relative;
    border-bottom: 1px solid rgba(71, 85, 105, 0.3);
}

#case-studies .case-header-text {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 0 1.5rem;
}

#case-studies .case-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(139, 92, 246, 0.15));
}

#case-studies .case-body {
    padding: 2rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

#case-studies .case-title {
    font-family: "montserrat-bold", sans-serif;
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    line-height: 1.4;
    color: #f1f5f9;
    letter-spacing: -0.01em;
}

#case-studies .case-challenge {
    font-family: "montserrat-medium", sans-serif;
    font-size: 0.9rem;
    color: #94a3b8;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 1rem;
}

#case-studies .case-tags {
    display: flex;
    gap: 0.65rem;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}

#case-studies .case-tag {
    font-family: "montserrat-semibold", sans-serif;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(139, 92, 246, 0.15));
    border: 1px solid rgba(96, 165, 250, 0.3);
    color: #93c5fd;
    font-size: 0.75rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    font-weight: 600;
}

#case-studies .case-narrative {
    font-family: "montserrat-regular", sans-serif;
    color: #cbd5e1;
    font-size: 0.975rem;
    margin-bottom: 1.75rem;
    flex: 1;
    line-height: 1.7;
}

#case-studies .case-metric-section {
    border-top: 1px solid rgba(71, 85, 105, 0.3);
    padding-top: 1.25rem;
    margin-top: auto;
}

#case-studies .case-metric-value {
    font-family: "montserrat-extrabold", sans-serif;
    font-weight: 900;
    background: linear-gradient(135deg, #60a5fa 0%, #a78bfa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 2rem;
    margin-bottom: 0.35rem;
}

#case-studies .case-metric-label {
    font-family: "montserrat-medium", sans-serif;
    font-size: 0.875rem;
    color: #94a3b8;
    font-weight: 500;
}

/* Process Section */
#how-it-works {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(180deg, #050810 0%, #0a0e1a 100%);
    border-bottom: 1px solid rgba(59, 130, 246, 0.15);
}

#how-it-works .section-header {
    text-align: center;
    margin-bottom: 4rem;
}

#how-it-works .section-badge {
    font-family: "montserrat-bold", sans-serif;
    color: #60a5fa;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    margin-bottom: 1rem;
}

#how-it-works h2 {
    font-family: "montserrat-extrabold", sans-serif;
    font-size: clamp(2rem, 4vw, 2.75rem);
    color: #f8fafc;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

#how-it-works .section-description {
    font-family: "montserrat-regular", sans-serif;
    color: #94a3b8;
    max-width: 600px;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.7;
}

#how-it-works .process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

#how-it-works .process-step {
    position: relative;
}

#how-it-works .process-number {
    font-family: "montserrat-extrabold", sans-serif;
    font-size: 5rem;
    font-weight: 900;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(139, 92, 246, 0.15));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: absolute;
    top: -1.5rem;
    left: -0.5rem;
    z-index: 0;
    line-height: 1;
}

#how-it-works .process-card {
    position: relative;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.6), rgba(7, 13, 25, 0.8));
    padding: 2.25rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(71, 85, 105, 0.3);
    backdrop-filter: blur(8px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

#how-it-works .process-card:hover {
    transform: translateY(-8px);
    border-color: rgba(96, 165, 250, 0.5);
    box-shadow: 0 20px 40px -10px rgba(59, 130, 246, 0.3);
}

#how-it-works .process-card h3 {
    font-family: "montserrat-bold", sans-serif;
    font-size: 1.35rem;
    margin-bottom: 0.75rem;
    color: #f1f5f9;
    letter-spacing: -0.01em;
}

#how-it-works .process-duration {
    font-family: "montserrat-semibold", sans-serif;
    color: #60a5fa;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

#how-it-works .process-card p {
    font-family: "montserrat-regular", sans-serif;
    color: #94a3b8;
    line-height: 1.7;
}

/* Experts Section */
#experts {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(180deg, #0a0e1a 0%, #050810 100%);
    border-bottom: 1px solid rgba(59, 130, 246, 0.15);
}

#experts .section-header {
    text-align: center;
    margin-bottom: 4rem;
}

#experts .section-badge {
    font-family: "montserrat-bold", sans-serif;
    color: #60a5fa;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    margin-bottom: 1rem;
}

#experts h2 {
    font-family: "montserrat-extrabold", sans-serif;
    font-size: clamp(2rem, 4vw, 2.75rem);
    color: #f8fafc;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

#experts .section-description {
    font-family: "montserrat-regular", sans-serif;
    color: #94a3b8;
    font-size: 1.05rem;
    line-height: 1.7;
}

#experts .expert-avatar {
    width: 96px;
    height: 96px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(139, 92, 246, 0.2));
    border: 2px solid rgba(96, 165, 250, 0.4);
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#experts .expert-avatar i {
    width: 48px;
    height: 48px;
    color: #60a5fa;
}

#experts .expert-name {
    font-family: "montserrat-bold", sans-serif;
    font-size: 1.25rem;
    color: #f1f5f9;
    margin-bottom: 0.5rem;
}

#experts .expert-title {
    font-family: "montserrat-semibold", sans-serif;
    font-size: 0.9rem;
    color: #60a5fa;
    font-weight: 600;
    margin-bottom: 1rem;
}

#experts .expert-bio {
    font-family: "montserrat-regular", sans-serif;
    font-size: 0.925rem;
    color: #94a3b8;
    margin-bottom: 1.25rem;
    line-height: 1.65;
}

#experts .expertise-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: center;
}

#experts .expertise-tag {
    font-family: "montserrat-medium", sans-serif;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), rgba(139, 92, 246, 0.15));
    border: 1px solid rgba(96, 165, 250, 0.3);
    color: #cbd5e1;
    padding: 0.4rem 0.9rem;
    border-radius: 0.5rem;
    font-size: 0.8rem;
    font-weight: 500;
}

/* Locations Section */
#locations {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(180deg, #050810 0%, #0a0e1a 100%);
    border-bottom: 1px solid rgba(59, 130, 246, 0.15);
}

#locations .section-header {
    text-align: center;
    margin-bottom: 4rem;
}

#locations .section-badge {
    font-family: "montserrat-bold", sans-serif;
    color: #60a5fa;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    margin-bottom: 1rem;
}

#locations h2 {
    font-family: "montserrat-extrabold", sans-serif;
    font-size: clamp(2rem, 4vw, 2.75rem);
    color: #f8fafc;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

#locations .section-description {
    font-family: "montserrat-regular", sans-serif;
    color: #94a3b8;
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.7;
}

#locations .grid-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
}

#locations .card {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.6), rgba(7, 13, 25, 0.8));
    border: 1px solid rgba(71, 85, 105, 0.3);
    padding: 2.25rem;
    border-radius: 1.25rem;
    backdrop-filter: blur(8px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#locations .card:hover {
    border-color: rgba(96, 165, 250, 0.5);
    box-shadow: 0 10px 30px -5px rgba(59, 130, 246, 0.3);
    transform: translateY(-4px);
}

#locations .location-header {
    display: flex;
    align-items: start;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
}

#locations .location-header i {
    width: 36px;
    height: 36px;
    color: #60a5fa;
    flex-shrink: 0;
}

#locations .location-name {
    font-family: "montserrat-bold", sans-serif;
    margin: 0;
    font-size: 1.35rem;
    color: #f1f5f9;
    letter-spacing: -0.01em;
}

#locations .location-type {
    font-family: "montserrat-semibold", sans-serif;
    margin: 0.35rem 0 0 0;
    color: #60a5fa;
    font-weight: 600;
    font-size: 0.875rem;
}

#locations .location-description {
    font-family: "montserrat-regular", sans-serif;
    color: #94a3b8;
    line-height: 1.7;
    font-size: 0.975rem;
}

/* Testimonials Section */
#testimonials {
    position: relative;
    overflow: hidden;
    padding: 5.5rem 0 3rem;
    background:
        radial-gradient(circle at 12% 18%, rgba(14, 165, 233, 0.16), transparent 38%),
        radial-gradient(circle at 86% 82%, rgba(59, 130, 246, 0.16), transparent 40%),
        linear-gradient(160deg, #020611 0%, #041022 48%, #02050f 100%);
    border-top: 1px solid rgba(59, 130, 246, 0.2);
    border-bottom: 1px solid rgba(59, 130, 246, 0.16);
}

#testimonials .testimonials-header-wrapper {
    margin-bottom: 3.5rem;
}

#testimonials .section-badge {
    color: #93c5fd;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
}

#testimonials h2 {
    color: #f8fbff;
}

#testimonials .section-description {
    color: #a7b8d3;
    max-width: 64ch;
    margin: 0.5rem auto 0;
}

#testimonials .testimonials-marquee-container {
    width: 100%;
    overflow: hidden;
}

#testimonials .testimonials-row {
    display: flex;
    margin-bottom: 1rem;
    overflow: hidden;
}

#testimonials .testimonials-row:last-child {
    margin-bottom: 0;
}

#testimonials .testimonials-track {
    display: flex;
    gap: 1.75rem;
    animation: scroll-left 40s linear infinite;
    will-change: transform;
}

#testimonials .testimonials-row:hover .testimonials-track {
    animation-play-state: paused;
}

#testimonials .testimonials-row-2 .testimonials-track {
    animation: scroll-right 40s linear infinite;
}

#testimonials .testimonials-row-3 .testimonials-track {
    animation: scroll-left 40s linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes scroll-right {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

#testimonials .testimonial-card {
    position: relative;
    display: flex;
    align-items: stretch;
    flex-shrink: 0;
    width: 624px;
    min-height: 180px;
    background: rgba(15, 23, 42, 0.85);
    border: 1px solid rgba(71, 85, 105, 0.3);
    border-radius: 12px;
    overflow: hidden;
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
    cursor: pointer;
}

#testimonials .testimonial-card:hover {
    transform: translateY(-4px) scale(1.02);
    background: rgba(15, 23, 42, 0.95);
    border-color: rgba(96, 165, 250, 0.5);
    box-shadow: 0 20px 40px -10px rgba(59, 130, 246, 0.3), 0 0 0 1px rgba(96, 165, 250, 0.2);
}

#testimonials .testimonial-quote-icon {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 3.5rem;
    line-height: 1;
    color: rgba(148, 163, 184, 0.4);
    font-family: Georgia, serif;
    z-index: 2;
    transition: color 0.3s ease;
}

#testimonials .testimonial-card:hover .testimonial-quote-icon {
    color: rgba(96, 165, 250, 0.6);
}

#testimonials .testimonial-image {
    flex-shrink: 0;
    width: 180px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border-radius: 12px 0 0 12px;
}

#testimonials .testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px 0 0 12px;
}

#testimonials .testimonial-avatar-fallback {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "montserrat-bold", sans-serif;
    font-size: 3rem;
    color: #cbd5e1;
    background: linear-gradient(135deg, #334155 0%, #1e293b 100%);
}

#testimonials .testimonial-text {
    flex: 1;
    padding: 1.75rem 2rem 1.75rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    max-width: 320px;
}

#testimonials .testimonial-name {
    margin: 0 0 0.35rem;
    font-family: "montserrat-bold", sans-serif;
    font-size: 1.2rem;
    color: #f1f5f9;
    font-weight: 700;
}

#testimonials .testimonial-role {
    margin: 0 0 1rem;
    color: #94a3b8;
    font-size: 0.875rem;
    font-family: "montserrat-medium", sans-serif;
}

#testimonials .testimonial-quote {
    margin: 0;
    color: #cbd5e1;
    line-height: 1.6;
    font-size: 0.95rem;
}

@media (max-width: 640px) {
    #testimonials {
        padding: 4rem 0 2.5rem;
    }

    #testimonials .testimonial-card {
        width: 420px;
        min-height: 160px;
    }

    #testimonials .testimonial-image {
        width: 140px;
    }

    #testimonials .testimonial-text {
        padding: 1.5rem 1.5rem 1.5rem 1.75rem;
    }

    #testimonials .testimonial-name {
        font-size: 1.1rem;
    }

    #testimonials .testimonial-quote {
        font-size: 0.875rem;
    }
}

/* Survival Guide Section */
#survival-guide {
    background: #FFFBEB;
}

#survival-guide .container-900 {
    max-width: 900px;
    margin: 0 auto;
}

#survival-guide .section-header {
    margin-bottom: 3rem;
}

#survival-guide .section-icon {
    margin-bottom: 1rem;
}

#survival-guide .section-icon i {
    width: 64px;
    height: 64px;
    color: var(--primary);
}

#survival-guide h2 {
    margin: 0;
}

#survival-guide .section-subtitle {
    margin: 0.5rem 0 0 0;
    color: #92400E;
}

#survival-guide .guide-grid {
    display: grid;
    gap: 2rem;
}

#survival-guide .guide-card {
    background: white;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

#survival-guide .guide-card h3 {
    color: var(--primary);
    margin-top: 0;
}

#survival-guide .guide-card p {
    color: #475569;
    line-height: 1.8;
}

/* Pitfalls Section */
#pitfalls .section-header {
    margin-bottom: 3rem;
}

#pitfalls .section-badge {
    color: #EF4444;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
}

#pitfalls .card {
    border-left: 4px solid #EF4444;
}

#pitfalls .pitfall-title {
    color: #EF4444;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

#pitfalls .pitfall-title i {
    width: 24px;
    height: 24px;
}

#pitfalls .pitfall-description {
    color: #475569;
    line-height: 1.7;
}

