/* Base Page Shell */
.statement-page-wrapper {
    background-color: #f8fafc;
    color: #1e293b;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.max-w-750 {
    max-width: 750px;
}

.max-w-850 {
    max-width: 850px;
}

.max-w-650 {
    max-width: 650px;
}

.z-index-2 {
    z-index: 2;
}

.bg-white-10 {
    background: rgba(255, 255, 255, 0.1);
}

.bg-white-20 {
    background: rgba(255, 255, 255, 0.2);
}

.border-white-10 {
    border-color: rgba(255, 255, 255, 0.12) !important;
}

.text-white-75 {
    color: rgba(255, 255, 255, 0.75);
}

.letter-spacing-1 {
    letter-spacing: 0.08em;
}

/* Hero Section */
.statement-hero-section {
    background: linear-gradient(135deg, #0b132b 0%, #1c2541 40%, #1e3a8a 75%, #3157D5 100%);
    color: #ffffff;
    padding: 4.5rem 0 3.5rem;
}

.statement-hero-bg-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    z-index: 1;
}

.statement-hero-orb-1 {
    top: -120px;
    right: -80px;
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.35) 0%, transparent 70%);
}

.statement-hero-orb-2 {
    bottom: -150px;
    left: -100px;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.3) 0%, transparent 70%);
}

.statement-hero-orb-3 {
    top: 30%;
    left: 48%;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.18) 0%, transparent 70%);
}

.statement-hero-badge {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    padding: 0.45rem 1.1rem;
    font-size: 0.8rem;
    font-weight: 700;
    color: #e0e7ff;
    backdrop-filter: blur(10px);
}

.statement-eyebrow-accent {
    font-size: 0.78rem;
    letter-spacing: 0.15em;
    font-weight: 800;
    color: #93c5fd;
    margin-bottom: 0.8rem;
}

.statement-hero-title {
    font-size: clamp(2.3rem, 4.2vw, 3.8rem);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.02em;
    margin-bottom: 1.2rem;
}

.statement-gradient-text {
    background: linear-gradient(135deg, #60a5fa 0%, #a5b4fc 50%, #38bdf8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.statement-hero-lead {
    font-size: 1.12rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.88);
    max-width: 720px;
}

.statement-hero-metric {
    display: flex;
    flex-direction: column;
}

.statement-metric-number {
    font-size: 1.55rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
}

.statement-metric-label {
    font-size: 0.76rem;
    color: rgba(255, 255, 255, 0.72);
    font-weight: 500;
}

/* Sidebar Nav */
.statement-nav-links .nav-link {
    color: #475569;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.55rem 0.85rem;
    transition: all 0.2s ease;
}

.statement-nav-links .nav-link:hover {
    color: #3157D5;
    background: #e2e8f0;
}

.statement-nav-links .nav-link.active {
    color: #3157D5;
    background: #eef2ff;
    font-weight: 700;
}

/* Section Cards */
.statement-section-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.statement-section-card:hover {
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08) !important;
}

.statement-section-number {
    font-size: 1.1rem;
    font-weight: 800;
    color: #3157D5;
    background: #eef2ff;
    padding: 0.2rem 0.6rem;
    border-radius: 8px;
}

.leading-relaxed {
    line-height: 1.7;
}

.assess-check-pill {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}

/* CTA Banner */
.statement-cta-banner-section {
    background: #f8fafc;
}

.statement-cta-box {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #3157D5 100%);
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.25);
}

.statement-glass-btn {
    color: #ffffff;
    border: 1.5px solid rgba(255, 255, 255, 0.65);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    font-weight: 600;
    transition: all 0.22s ease-in-out;
}

.statement-glass-btn:hover,
.statement-glass-btn:focus-visible {
    color: #0f172a;
    background: #ffffff;
    border-color: #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .statement-hero-section {
        padding: 3.5rem 0 2.5rem;
    }

    .statement-hero-title {
        font-size: 2.2rem;
    }

    .statement-sidebar {
        position: static !important;
        margin-bottom: 2rem;
    }
}
