/* ============================================
   FINANCIAL SERVICES SECTOR PAGE
   Design: Professional, compliance-focused, authority-building
   ============================================ */

/* Skip Link Accessibility */
.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: var(--navy);
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    z-index: 1000;
    border-radius: 0 0 8px 0;
}
.skip-link:focus {
    top: 0;
}

/* ============================================
   HERO SECTION
   ============================================ */

.fs-hero {
    background: var(--bg);
    padding: 5rem 0 4rem;
}

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

.fs-sector-badge {
    display: inline-block;
    background: var(--navy);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.fs-hero h1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: var(--navy);
    letter-spacing: -0.02em;
}

.fs-hero-subtitle {
    font-size: 1.25rem;
    line-height: 1.6;
    color: var(--text);
    margin-bottom: 2rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.fs-urgency-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(220, 38, 38, 0.08);
    color: var(--red);
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-size: 0.9375rem;
    font-weight: 600;
    margin-bottom: 2.5rem;
    border: 1px solid rgba(220, 38, 38, 0.2);
}

.fs-urgency-badge svg {
    flex-shrink: 0;
}

/* CTA Buttons */
.fs-cta-button {
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
}

.fs-cta-primary {
    background: var(--navy);
    color: white;
    padding: 1.25rem 3rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.125rem;
}

.fs-cta-primary:hover {
    background: var(--blue);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.fs-cta-white {
    background: white;
    color: var(--navy);
    padding: 1.25rem 3rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.125rem;
}

.fs-cta-white:hover {
    background: var(--gold);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

/* ============================================
   HIGH-RISK USE CASES SECTION
   ============================================ */

.fs-use-cases {
    padding: 5rem 0;
    background: var(--bg-subtle);
}

.fs-section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem;
}

.fs-section-header h2 {
    font-size: 2.25rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 1rem;
}

.fs-section-subtitle {
    font-size: 1.125rem;
    color: var(--text-light);
    line-height: 1.7;
}

.fs-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.fs-use-case-card {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(15, 31, 51, 0.08);
    transition: all 0.3s ease;
    border-top: 4px solid transparent;
}

.fs-use-case-card:hover {
    box-shadow: 0 8px 24px rgba(15, 31, 51, 0.12);
    transform: translateY(-4px);
    border-top-color: var(--blue);
}

.fs-card-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(37, 99, 235, 0.08);
    border-radius: 12px;
    margin-bottom: 1.5rem;
    color: var(--blue);
}

.fs-use-case-card h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 0.75rem;
    margin-top: 0;
}

.fs-use-case-card p {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: var(--text-light);
    margin-bottom: 0;
}

/* ============================================
   FCA CONTEXT SECTION
   ============================================ */

.fs-fca-section {
    padding: 5rem 0;
    background: var(--bg);
}

.fs-fca-content {
    max-width: 750px;
    margin: 0 auto;
}

.fs-fca-content h2 {
    font-size: 2.25rem;
    font-weight: 700;
    color: var(--navy);
    text-align: center;
    margin-bottom: 2.5rem;
}

.fs-fca-points {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.fs-fca-point {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    background: white;
    padding: 1.75rem;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(15, 31, 51, 0.06);
    border-left: 4px solid var(--blue);
}

.fs-fca-marker {
    width: 10px;
    height: 10px;
    background: var(--blue);
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 0.45rem;
}

.fs-fca-point p {
    font-size: 1.0625rem;
    line-height: 1.7;
    color: var(--text);
    margin-bottom: 0;
}

/* ============================================
   EXPERIENCE / BACKGROUND SECTION
   ============================================ */

.fs-experience-section {
    padding: 5rem 0;
    background: var(--bg-subtle);
}

.fs-experience-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.fs-experience-card {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(15, 31, 51, 0.08);
    transition: all 0.3s ease;
    border-left: 4px solid var(--navy);
}

.fs-experience-card:hover {
    box-shadow: 0 8px 24px rgba(15, 31, 51, 0.12);
    transform: translateY(-2px);
}

.fs-exp-company {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 0.75rem;
}

.fs-experience-card p {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: var(--text-light);
    margin-bottom: 0;
}

/* ============================================
   SERVICES SECTION
   ============================================ */

.fs-services-section {
    padding: 5rem 0;
    background: var(--bg);
}

.fs-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.fs-service-card {
    background: white;
    border-radius: 12px;
    padding: 2.5rem 2rem;
    box-shadow: 0 2px 12px rgba(15, 31, 51, 0.08);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.fs-service-card:hover {
    border-color: var(--blue);
    box-shadow: 0 8px 24px rgba(15, 31, 51, 0.12);
    transform: translateY(-4px);
}

.fs-service-price {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--green);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}

.fs-service-card h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 1rem;
    margin-top: 0;
}

.fs-service-card p {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: var(--text-light);
    margin-bottom: 1.5rem;
    flex: 1;
}

.fs-service-link {
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--blue);
    transition: color 0.3s ease;
}

.fs-service-card:hover .fs-service-link {
    color: var(--navy);
}

/* ============================================
   FINAL CTA SECTION
   ============================================ */

.fs-final-cta {
    padding: 5rem 0;
    background: linear-gradient(135deg, var(--navy) 0%, #1a2a4a 100%);
}

.fs-final-cta-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.fs-final-cta-content h2 {
    font-size: 2.25rem;
    font-weight: 700;
    color: white;
    margin-bottom: 2rem;
}

/* ============================================
   MOBILE RESPONSIVENESS
   ============================================ */

@media (max-width: 768px) {
    .fs-hero {
        padding: 3.5rem 0 3rem;
    }

    .fs-hero h1 {
        font-size: 2.25rem;
    }

    .fs-hero-subtitle {
        font-size: 1.0625rem;
    }

    .fs-urgency-badge {
        font-size: 0.875rem;
        padding: 0.625rem 1.25rem;
    }

    .fs-cta-primary,
    .fs-cta-white {
        padding: 1rem 2rem;
        font-size: 1rem;
        width: 100%;
        text-align: center;
    }

    .fs-section-header h2,
    .fs-fca-content h2,
    .fs-final-cta-content h2 {
        font-size: 1.75rem;
    }

    .fs-cards-grid,
    .fs-experience-grid,
    .fs-services-grid {
        grid-template-columns: 1fr;
    }

    .fs-use-cases,
    .fs-fca-section,
    .fs-experience-section,
    .fs-services-section,
    .fs-final-cta {
        padding: 3.5rem 0;
    }

    .fs-fca-point {
        padding: 1.25rem;
    }
}

@media (max-width: 480px) {
    .fs-hero {
        padding: 3rem 0 2.5rem;
    }

    .fs-hero h1 {
        font-size: 2rem;
    }

    .fs-hero-subtitle {
        font-size: 1rem;
    }

    .fs-section-header h2,
    .fs-fca-content h2,
    .fs-final-cta-content h2 {
        font-size: 1.5rem;
    }

    .fs-use-case-card,
    .fs-experience-card,
    .fs-service-card {
        padding: 1.5rem;
    }

    .fs-service-card h3 {
        font-size: 1.25rem;
    }
}

/* Two-column layout for use-case cards at medium widths */
@media (min-width: 769px) and (max-width: 1024px) {
    .fs-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .fs-experience-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .fs-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
