/* ============================================
   3-2-1 Newsletter — Frontend Styles
   ============================================ */

.section-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 2rem;
    margin-top: 3.5rem;
    border-bottom: 3px solid #0a2240;
    padding-bottom: 1rem;
}

.section-number {
    font-size: clamp(100px, 25vw, 350px);
    font-weight: 900;
    color: #0a2240;
    line-height: 0.85;
    margin: 0;
    padding: 0;
    font-family: inherit;
    flex: 0 0 auto;
    width: fit-content;
}

.section-title-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 0.25rem;
}

h2.section-title {
    font-size: clamp(1.4rem, 6vw, 80px) !important;
    font-weight: 800;
    color: #0a2240;
    margin: 0 0 0.2rem 0;
    line-height: 1.1;
}

.section-subtitle {
    font-size: 1rem;
    font-weight: 500;
    color: #0a2240;
    margin: 0;
    opacity: 0.75;
}

.item-heading {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0a2240;
    margin-top: 1.75rem;
    margin-bottom: 0.5rem;
}

@media (max-width: 480px) {
    .section-header {
        flex-direction: column;
        gap: 0;
    }
    .section-number {
        font-size: 80px;
        min-width: unset;
        line-height: 1;
    }
}
