.widget-heading {
    max-width: 760px;
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 3.5rem) 1.5rem;
}

.widget-heading--left { text-align: left; margin-left: 0; }
.widget-heading--center { text-align: center; }
.widget-heading--right { text-align: right; margin-right: 0; }

.widget-heading__eyebrow {
    display: block;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 700;
    opacity: 0.45;
    margin-bottom: 0.9rem;
}

.widget-heading__title {
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.15;
    margin: 0;
    font-size: clamp(1.5rem, 3.4vw, 2rem);
}

.widget-heading--small .widget-heading__title { font-size: clamp(1.2rem, 2.4vw, 1.5rem); }
.widget-heading--large .widget-heading__title { font-size: clamp(2rem, 5vw, 3.2rem); }

.widget-heading__highlight {
    font-style: italic;
    background: linear-gradient(100deg, #76e7d2, #a77df5);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.widget-heading__subtext {
    margin: 0.9rem 0 0;
    font-size: 1rem;
    line-height: 1.65;
    opacity: 0.65;
}
