/**
 * Tools page – VClar Tools
 */
.tool-hero {
    padding-top: 8rem;
    padding-bottom: 5rem;
}
.tool-label {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #059669;
}
.tool-headline {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.02em;
    line-height: 1.15;
}
.tool-sub {
    font-size: 1.125rem;
    line-height: 1.65;
    color: #475569;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.tool-rotating {
    min-height: 2.5rem;
    margin-top: 1.5rem;
}
.tool-rotating span {
    transition: opacity 0.5s ease;
}
.tool-rotating span.fade-out {
    opacity: 0;
}
