/* Site-Type Specific Layouts for High-Trust Authority */

/* --- Tool / Calculator Layout --- */
.theme-tool .calculator-widget {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 10px 40px rgba(0,0,0,0.03);
    margin-bottom: 4rem;
}

.theme-tool .expert-note {
    background: #f1f5f9;
}

/* --- Blog / Article Layout --- */
.theme-blog .article-header {
    text-align: center;
    max-width: 800px;
    margin: 4rem auto 6rem;
}

.theme-blog .article-substance {
    max-width: 720px;
    margin: 0 auto;
    font-size: 1.15rem;
    line-height: 1.8;
}

/* --- Review / Comparison Layout --- */
.theme-review .comparison-table {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--color-border);
    margin: 3rem 0;
}

/* Global Typography and Trust Polish */
h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    margin-bottom: 2rem;
}

h2 {
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-top: 4rem;
    margin-bottom: 1.5rem;
}

.article-intro {
    font-size: 1.35rem;
    color: var(--color-text-muted);
    font-weight: 400;
    max-width: 900px;
}
