#methodology-page {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 24px 80px;
}

#methodology-hero {
    padding: 48px 0 40px;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 48px;
}

#methodology-hero h1 {
    font-size: 2rem;
    color: #1D3557;
    margin: 0 0 12px;
    line-height: 1.2;
}

#methodology-hero p {
    font-size: 1.05rem;
    color: #475569;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 14px;
    max-width: 600px;
}

#meth-byline {
    font-size: 0.82rem;
    color: #94a3b8;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}

#meth-byline strong {
    color: #1D3557;
    font-weight: 700;
}

.meth-byline-sep {
    color: #cbd5e1;
}

#meth-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: #e2e8f0;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 48px;
}

.meth-stat {
    background: #f8fafc;
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4px;
}

.meth-stat-number {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1D3557;
    line-height: 1;
}

.meth-stat-label {
    font-size: 0.75rem;
    color: #64748b;
    font-weight: 500;
}

.meth-section {
    margin-bottom: 44px;
    padding-bottom: 44px;
    border-bottom: 1px solid #f1f5f9;
}

.meth-section:last-child {
    border-bottom: none;
}

.meth-section h2 {
    font-size: 1.15rem;
    color: #1D3557;
    margin: 0 0 12px;
    font-weight: 700;
}

.meth-section p {
    font-size: 0.92rem;
    line-height: 1.7;
    color: #334155;
    font-weight: 400;
    margin: 0 0 12px;
}

.meth-section p:last-child {
    margin-bottom: 0;
}

.meth-section ul {
    margin: 12px 0;
    padding-left: 20px;
}

.meth-section ul li {
    font-size: 0.92rem;
    line-height: 1.7;
    color: #334155;
    font-weight: 400;
    margin-bottom: 6px;
}

.meth-section strong {
    color: #1D3557;
    font-weight: 700;
}

.meth-section a {
    color: #1D3557;
    font-weight: 600;
    text-underline-offset: 2px;
}

.meth-highlight {
    background: #f0f4f8;
    border: 1px solid #dde6f0;
    border-radius: 10px;
    padding: 28px 32px;
    border-bottom: 1px solid #dde6f0 !important;
}

.meth-formula {
    background: #1D3557;
    color: #fff;
    border-radius: 8px;
    padding: 14px 20px;
    display: inline-block;
    font-family: monospace;
    font-size: 1rem;
    margin: 16px 0;
    letter-spacing: 0.03em;
}

.meth-formula sup {
    font-size: 0.7em;
}

.meth-cta {
    background: #1D3557;
    border-radius: 10px;
    padding: 32px;
    border-bottom: none !important;
}

.meth-cta h2 {
    color: #fff;
}

.meth-cta p {
    color: #a8c0d6;
}

.meth-cta a {
    color: #fff;
    font-weight: 700;
}

.meth-faq {
    margin-bottom: 44px;
    padding-bottom: 44px;
    border-bottom: 1px solid #f1f5f9;
}

.meth-faq h2 {
    font-size: 1.15rem;
    color: #1D3557;
    margin: 0 0 24px;
    font-weight: 700;
}

.meth-faq-item {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #f1f5f9;
}

.meth-faq-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.meth-faq-item h3 {
    font-size: 0.95rem;
    color: #1D3557;
    font-weight: 700;
    margin: 0 0 8px;
}

.meth-faq-item p {
    font-size: 0.92rem;
    line-height: 1.7;
    color: #334155;
    font-weight: 400;
    margin: 0;
}

.meth-faq-item a {
    color: #1D3557;
    text-underline-offset: 2px;
}

#meth-author-bio {
    border-top: 1px solid #e2e8f0;
    padding: 36px 0 0;
    margin-top: 44px;
}

#meth-author-bio-name {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #94a3b8;
    margin-bottom: 16px;
}

#meth-author-bio p {
    font-size: 0.92rem;
    line-height: 1.7;
    color: #334155;
    margin: 0 0 12px;
}

#meth-author-bio p:last-child {
    margin-bottom: 0;
}

#meth-error-report {
    border-top: 1px solid #f1f5f9;
    padding-top: 20px;
    margin-top: 32px;
}

#meth-error-report p {
    font-size: 0.82rem;
    color: #94a3b8;
    margin: 0;
    line-height: 1.6;
}

#meth-error-report a {
    color: #475569;
    font-weight: 600;
    text-underline-offset: 2px;
}

@media (max-width: 600px) {
    #methodology-hero h1 {
        font-size: 1.5rem;
    }

    #meth-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .meth-highlight {
        padding: 20px;
    }

    .meth-cta {
        padding: 24px 20px;
    }
}
