/* ============================================
   ACCOUNTING PRACTICES LANDING PAGE
   Design: Lean, conversion-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
   ============================================ */

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

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

.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;
}

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

.hero-pain-points {
    margin-bottom: 2rem;
}

.hero-lead {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: var(--text);
}

/* Crisis Metrics Grid */
.crisis-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 2.5rem 0;
    padding: 2rem;
    background: white;
    border-radius: 12px;
    border: 2px solid #e2e8f0;
}

.crisis-metric {
    text-align: center;
}

.metric-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 0.5rem;
    font-family: 'Montserrat', sans-serif;
}

.metric-label {
    font-size: 0.875rem;
    line-height: 1.4;
    color: var(--text-light);
}

.hero-reality {
    font-size: 1.125rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-weight: 600;
    color: var(--navy);
}

.hero-promise {
    font-size: 1.125rem;
    line-height: 1.7;
    margin-bottom: 2.5rem;
    color: var(--text);
}

.hero-promise strong {
    color: var(--navy);
}

/* CTA Button */
.cta-button {
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
}

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

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

.cta-guarantee {
    margin-top: 1rem;
    font-size: 0.875rem;
    color: var(--text-light);
}

/* Trust Strip */
.trust-strip {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid #e2e8f0;
    flex-wrap: wrap;
}

.trust-strip span {
    font-size: 0.875rem;
    color: var(--text-light);
}

/* ============================================
   LEVERAGE FINDER TEASER
   ============================================ */

.leverage-teaser-section {
    padding: 3rem 0;
    background: var(--bg-subtle);
}

.leverage-teaser-card {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    background: white;
    padding: 3rem;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(15, 31, 51, 0.08);
    border: 2px solid var(--blue);
}

.teaser-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(37, 99, 235, 0.1);
    color: var(--blue);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.teaser-badge svg {
    width: 20px;
    height: 20px;
}

.leverage-teaser-card h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 1rem;
}

.teaser-description {
    font-size: 1.125rem;
    line-height: 1.7;
    color: var(--text);
    margin-bottom: 2rem;
}

.cta-secondary {
    display: inline-block;
    background: var(--blue);
    color: white;
    padding: 1rem 2.5rem;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.125rem;
}

.cta-secondary:hover {
    background: var(--navy);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(15, 31, 51, 0.3);
}

.teaser-proof {
    margin-top: 1.5rem;
    font-size: 0.875rem;
    color: var(--text-light);
    font-style: italic;
}

/* ============================================
   INTERACTIVE AUTOMATION GRAPH
   ============================================ */

.automation-graph {
    max-width: 900px;
    margin: 0 auto;
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(15, 31, 51, 0.08);
}

.graph-header {
    text-align: center;
    margin-bottom: 2rem;
}

.graph-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 0.5rem;
}

.graph-subtitle {
    font-size: 0.95rem;
    color: var(--text-light);
    margin-bottom: 0.25rem;
}

.graph-context {
    font-size: 0.875rem;
    color: var(--text-light);
    font-style: italic;
}

.state-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.state-label {
    font-size: 0.875rem;
    font-weight: 600;
    min-width: 90px;
    transition: color 0.3s ease;
}

.state-label.left {
    text-align: right;
    color: #ef4444;
}

.state-label.left.active {
    color: var(--text-light);
}

.state-label.right {
    text-align: left;
    color: var(--text-light);
}

.state-label.right.active {
    color: var(--green);
}

.toggle-btn {
    width: 56px;
    height: 32px;
    background: #cbd5e0;
    border: none;
    border-radius: 16px;
    cursor: pointer;
    position: relative;
    transition: background 0.3s ease;
}

.toggle-btn.active {
    background: var(--green);
}

.toggle-slider {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 24px;
    height: 24px;
    background: white;
    border-radius: 50%;
    transition: transform 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.toggle-btn.active .toggle-slider {
    transform: translateX(24px);
}

.chart {
    margin-bottom: 1.5rem;
}

.process-row {
    margin-bottom: 1rem;
}

.process-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
}

.process-name {
    font-weight: 500;
    color: var(--text);
}

.process-hours {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    transition: color 0.3s ease;
}

.process-hours.before {
    color: #ef4444;
}

.process-hours.after {
    color: var(--green);
}

.bar-track {
    height: 32px;
    background: var(--bg-subtle);
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.bar-fill {
    height: 100%;
    border-radius: 6px;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    padding: 0 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: white;
}

.bar-fill.before {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
}

.bar-fill.after {
    background: linear-gradient(135deg, var(--green) 0%, #2f855a 100%);
}

.summary {
    text-align: center;
    padding: 1.25rem;
    background: var(--bg-subtle);
    border-radius: 8px;
    margin-top: 1.5rem;
}

.summary-row {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.summary-value {
    font-size: 2rem;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    transition: color 0.3s ease;
}

.summary-value.before {
    color: #ef4444;
}

.summary-value.after {
    color: var(--green);
}

.summary-hours {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-light);
}

.summary-label {
    font-size: 0.875rem;
    color: var(--text-light);
}

/* ============================================
   PROBLEM SECTION - PROCESS BREAKDOWN CARDS
   ============================================ */

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

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

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

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

.section-subtitle strong {
    color: var(--navy);
}

.process-grid {
    display: grid;
    gap: 2rem;
    margin-bottom: 3rem;
}

.process-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 transparent;
}

.process-card:hover {
    box-shadow: 0 8px 24px rgba(15, 31, 51, 0.15);
    transform: translateY(-2px);
    border-left-color: var(--blue);
}

.process-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.process-icon {
    font-size: 2rem;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-subtle);
    border-radius: 12px;
    flex-shrink: 0;
}

.process-title {
    flex: 1;
}

.process-title h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 0.25rem;
}

.process-subtitle {
    font-size: 0.875rem;
    color: var(--text-light);
}

.time-comparison {
    margin-bottom: 1.5rem;
}

.time-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
}

.time-before {
    color: #ef4444;
}

.time-after {
    color: var(--green);
}

.bar-container {
    position: relative;
    height: 40px;
    background: var(--bg-subtle);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    font-weight: 600;
    font-size: 0.875rem;
    transition: width 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    width: 0;
}

.bar.animate {
    opacity: 1;
}

.bar-before {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
}

.bar-after {
    background: linear-gradient(135deg, var(--green) 0%, #2f855a 100%);
    color: white;
}

.savings-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(56, 161, 105, 0.1);
    color: var(--green);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.example-box {
    background: var(--bg-subtle);
    border-left: 4px solid var(--blue);
    padding: 1rem;
    border-radius: 4px;
    font-size: 0.875rem;
    color: var(--text-light);
    line-height: 1.6;
}

.example-box strong {
    color: var(--navy);
    display: block;
    margin-bottom: 0.5rem;
}

/* Total Savings Summary */
.total-savings {
    background: linear-gradient(135deg, var(--navy) 0%, #1a2a4a 100%);
    color: white;
    border-radius: 12px;
    padding: 2.5rem;
    text-align: center;
    box-shadow: 0 8px 24px rgba(15, 31, 51, 0.2);
    margin-top: 3rem;
}

.total-savings h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    opacity: 0.9;
}

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

.savings-stat {
    opacity: 0;
    animation: slideUp 0.6s ease forwards;
}

.savings-stat:nth-child(1) { animation-delay: 0.6s; }
.savings-stat:nth-child(2) { animation-delay: 0.8s; }
.savings-stat:nth-child(3) { animation-delay: 1s; }

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    margin-bottom: 0.5rem;
    color: white;
}

.stat-label {
    font-size: 0.875rem;
    opacity: 0.9;
}

.cta-white {
    background: white;
    color: var(--navy);
    padding: 1.25rem 3rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.125rem;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    opacity: 0;
    animation: slideUp 0.6s ease forwards;
    animation-delay: 1.2s;
}

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

/* ============================================
   URGENCY SECTION
   ============================================ */

.urgency-section {
    padding: 4rem 0;
    background: var(--bg-subtle);
}

.narrow-container {
    max-width: 700px;
}

.urgency-section h2 {
    text-align: center;
    color: var(--navy);
    margin-bottom: 1.5rem;
    font-size: 2rem;
    font-weight: 600;
}

.urgency-intro {
    text-align: center;
    font-size: 1.125rem;
    max-width: 700px;
    margin: 0 auto 3rem;
    color: var(--text);
    line-height: 1.7;
}

.crisis-timeline {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 3rem;
}

.crisis-item {
    background: white;
    border-left: 4px solid var(--blue);
    padding: 2rem;
    border-radius: 8px;
    position: relative;
}

.crisis-item::before {
    content: '';
    position: absolute;
    left: -2rem;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, var(--blue), transparent);
}

.crisis-date {
    background: var(--blue);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
}

.crisis-detail h3 {
    color: var(--navy);
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 600;
}

.crisis-detail p {
    color: var(--text);
    line-height: 1.7;
    margin-bottom: 1rem;
}

.crisis-detail p strong {
    color: var(--navy);
    font-weight: 600;
}

.crisis-impact {
    background: var(--bg-subtle);
    padding: 1rem;
    border-radius: 6px;
    border-left: 3px solid var(--navy);
    margin-top: 1rem;
    font-weight: 500;
}

.urgency-conclusion {
    text-align: center;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e2e8f0;
}

.urgency-quote {
    font-size: 1.25rem;
    font-style: italic;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.urgency-action {
    font-size: 1.125rem;
    color: var(--text);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
}

.urgency-action strong {
    color: var(--navy);
}

/* ============================================
   COMPARISON SECTION
   ============================================ */

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

.comparison-table {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(15, 31, 51, 0.1);
    overflow: hidden;
    max-width: 900px;
    margin: 0 auto;
}

.comparison-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    text-align: center;
}

.option-label {
    padding: 1.5rem;
    font-weight: 700;
    font-size: 1.125rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.option-label.generic {
    background: rgba(67, 74, 96, 0.1);
    color: var(--text-light);
}

.option-label.custom {
    background: var(--navy);
    color: white;
}

.comparison-row {
    display: grid;
    grid-template-columns: 200px 1fr 1fr;
    gap: 0;
    border-bottom: 1px solid #e2e8f0;
    align-items: center;
}

.comparison-row:last-of-type {
    border-bottom: none;
}

.comparison-label {
    padding: 1.5rem;
    font-weight: 600;
    color: var(--navy);
    background: var(--bg-subtle);
}

.value {
    padding: 1.5rem;
    text-align: center;
}

.value.generic {
    background: rgba(67, 74, 96, 0.03);
    color: var(--text-light);
}

.value.custom {
    background: rgba(37, 99, 235, 0.05);
    color: var(--navy);
    font-weight: 600;
}

.comparison-row.highlight {
    background: rgba(15, 31, 51, 0.05);
}

.comparison-row.highlight .comparison-label {
    background: var(--navy);
    color: white;
}

.value.total {
    font-size: 1.5rem;
    font-weight: 700;
}

.comparison-row.savings {
    background: rgba(56, 161, 105, 0.1);
}

.comparison-row.savings .value {
    grid-column: 2 / 4;
    text-align: center;
}

.savings-amount strong {
    color: var(--green);
    font-size: 1.25rem;
}

.comparison-reality {
    margin-top: 3rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.comparison-reality h3 {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 1.5rem;
    text-align: center;
}

.reality-list {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.reality-list li {
    padding: 1.5rem;
    background: white;
    border-radius: 8px;
    margin-bottom: 1rem;
    border-left: 4px solid var(--blue);
}

.reality-list li strong {
    color: var(--navy);
    display: block;
    margin-bottom: 0.5rem;
}

.reality-cta {
    text-align: center;
    padding: 2rem;
    background: white;
    border-radius: 8px;
    border: 2px solid var(--green);
}

.reality-cta p {
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
}

.reality-cta strong {
    color: var(--navy);
}

/* ============================================
   PROOF SECTION
   ============================================ */

.proof-section {
    padding: 5rem 0;
    background: white;
}

.case-studies-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 4rem;
}

.case-study-card {
    background: var(--bg-subtle);
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

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

.case-metric {
    font-size: 3rem;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 0.5rem;
}

.case-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}

.case-description {
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--text);
}

.case-description strong {
    color: var(--navy);
}

.process-section {
    margin: 4rem 0;
}

.process-section h3 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--navy);
    text-align: center;
    margin-bottom: 3rem;
}

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

.process-step {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    position: relative;
    border: 2px solid var(--bg-subtle);
    transition: all 0.3s ease;
}

.process-step:hover {
    border-color: var(--blue);
    box-shadow: 0 4px 12px rgba(15, 31, 51, 0.1);
}

.process-step::after {
    content: '→';
    position: absolute;
    right: -2rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: var(--navy);
    opacity: 0.3;
}

.process-step:last-child::after {
    display: none;
}

.step-number {
    position: absolute;
    top: -1rem;
    left: 2rem;
    width: 3rem;
    height: 3rem;
    background: var(--navy);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.25rem;
}

.process-step h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.process-step p {
    margin-bottom: 1rem;
    color: var(--text);
}

.process-step strong {
    color: var(--navy);
}

.step-details {
    list-style: none;
    padding: 0;
    margin: 0;
}

.step-details li {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
    color: var(--text-light);
}

.step-details li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--green);
    font-weight: 700;
}

.guarantee-box {
    background: linear-gradient(135deg, rgba(56, 161, 105, 0.1) 0%, rgba(37, 99, 235, 0.05) 100%);
    padding: 3rem;
    border-radius: 12px;
    border: 2px solid var(--green);
    text-align: center;
    max-width: 800px;
    margin: 4rem auto 0;
}

.guarantee-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--green);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.guarantee-badge svg {
    width: 24px;
    height: 24px;
}

.guarantee-box h3 {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 1rem;
}

.guarantee-box p {
    font-size: 1.125rem;
    line-height: 1.7;
    color: var(--text);
    margin-bottom: 1.5rem;
}

.guarantee-record {
    font-size: 1rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(56, 161, 105, 0.3);
}

.guarantee-record strong {
    color: var(--navy);
}

/* ============================================
   REGIONAL BANNER
   ============================================ */

.regional-banner {
    background: linear-gradient(135deg, var(--navy) 0%, #1a2a3d 100%);
    color: white;
    padding: 4rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

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

.regional-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 2px solid white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.regional-badge svg {
    width: 18px;
    height: 18px;
}

.regional-content h2 {
    margin-bottom: 1rem;
    color: white;
    font-size: 2rem;
    font-weight: 700;
}

.regional-content > p {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    margin-bottom: 2rem;
}

.regional-principles {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.principle-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}

.principle-icon {
    font-size: 1.25rem;
}

/* ============================================
   FAQ SECTION
   ============================================ */

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

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--navy);
    text-align: center;
    margin-bottom: 3rem;
}

.faq-grid {
    display: grid;
    gap: 1.5rem;
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(15, 31, 51, 0.05);
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
}

.faq-item:hover {
    border-left-color: var(--blue);
    box-shadow: 0 4px 12px rgba(15, 31, 51, 0.1);
}

.faq-question {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 1rem;
    line-height: 1.4;
}

.faq-answer {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text);
}

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

.final-cta-section {
    padding: 4rem 0;
    background: white;
}

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

.final-cta-content h2 {
    font-size: 2rem;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 1rem;
}

.cta-lead {
    font-size: 1.125rem;
    line-height: 1.7;
    color: var(--text);
    margin-bottom: 3rem;
}

.cta-details-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
}

.cta-detail-item {
    display: flex;
    gap: 1rem;
    align-items: start;
    text-align: left;
    padding: 1.5rem;
    background: var(--bg-subtle);
    border-radius: 8px;
}

.detail-icon {
    width: 2rem;
    height: 2rem;
    background: var(--green);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.detail-text {
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--text);
}

.detail-text strong {
    display: block;
    font-size: 1rem;
    margin-bottom: 0.25rem;
    color: var(--navy);
}

.cta-buttons {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-bottom: 2rem;
}

.cta-button-primary {
    background: var(--navy);
    color: white;
    padding: 1.25rem 3rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.125rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

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

.cta-button-secondary {
    background: white;
    color: var(--navy);
    padding: 1.25rem 3rem;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid var(--navy);
    transition: all 0.3s ease;
}

.cta-button-secondary:hover {
    background: var(--navy);
    color: white;
}

.cta-footer {
    font-size: 0.875rem;
    color: var(--text-light);
    line-height: 1.7;
}

.cta-footer a {
    color: var(--navy);
    text-decoration: underline;
}

/* ============================================
   SECONDARY PATHS
   ============================================ */

.secondary-paths {
    padding: 4rem 0;
    background: var(--bg-subtle);
}

.secondary-paths h3 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--navy);
    text-align: center;
    margin-bottom: 3rem;
}

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

.path-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(15, 31, 51, 0.05);
    transition: all 0.3s ease;
}

.path-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(15, 31, 51, 0.1);
}

.path-card h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 1rem;
}

.path-card p {
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--text-light);
    margin-bottom: 1.5rem;
}

.path-link {
    color: var(--blue);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.path-link:hover {
    color: var(--navy);
}

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

@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2.25rem;
    }
    
    .hero-lead {
        font-size: 1.125rem;
    }
    
    .hero-reality {
        font-size: 1.125rem;
    }
    
    .hero-promise {
        font-size: 1rem;
    }
    
    .crisis-metrics {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 1.5rem;
    }
    
    .metric-number {
        font-size: 2rem;
    }
    
    .trust-strip {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    .section-header h2 {
        font-size: 1.75rem;
    }
    
    .process-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .bar {
        font-size: 0.75rem;
        padding: 0 0.5rem;
    }
    
    .savings-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
    
    .urgency-section h2 {
        font-size: 1.75rem;
    }
    
    .crisis-item {
        padding: 1.5rem;
    }
    
    .crisis-item::before {
        display: none;
    }
    
    .urgency-quote {
        font-size: 1.125rem;
    }
    
    .regional-principles {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    .comparison-row {
        grid-template-columns: 1fr;
    }
    
    .comparison-label {
        font-size: 0.875rem;
        padding: 1rem;
    }
    
    .value {
        padding: 1rem;
    }
    
    .case-studies-grid,
    .process-section .process-grid,
    .paths-grid {
        grid-template-columns: 1fr;
    }
    
    .process-step::after {
        display: none;
    }
    
    .cta-details-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        gap: 1rem;
    }
    
    .cta-button-primary,
    .cta-button-secondary {
        width: 100%;
        text-align: center;
    }
    
    .final-cta-content h2 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .hero-section {
        padding: 3rem 0 2rem;
    }
    
    .hero-section h1 {
        font-size: 2rem;
    }
    
    .hero-lead {
        font-size: 1rem;
    }
    
    .hero-reality {
        font-size: 1rem;
    }
    
    .hero-promise {
        font-size: 0.9375rem;
    }
    
    .cta-primary {
        padding: 1rem 2rem;
        font-size: 1rem;
    }
    
    .section-header h2 {
        font-size: 1.5rem;
    }
    
    .case-metric {
        font-size: 2.5rem;
    }
    
    .process-step h4 {
        font-size: 1.125rem;
    }
    
    .leverage-teaser-card {
        padding: 2rem;
    }
    
    .leverage-teaser-card h2 {
        font-size: 1.5rem;
    }
}