/* ── Shared section spacing & typography (all sections except hero) ── */
:root {
    --lead-section-y: clamp(2.5rem, 4.5vw, 3.5rem);
    --lead-section-title-size: clamp(1.75rem, 3vw, 2.25rem);
    --lead-section-title-lh: 1.2;
    --lead-section-eyebrow-size: clamp(0.72rem, 1.15vw, 0.88rem);
}

/* Uniform vertical padding */
.new-tickets,
.new-about,
.new-what,
.new-speakers,
.new-expo,
.new-sponsors,
.new-faq {
    padding-top: var(--lead-section-y) !important;
    padding-bottom: var(--lead-section-y) !important;
}

/* CTA: same top/sides; extra bottom for footer overlap */
.new-cta {
    padding-top: var(--lead-section-y) !important;
    padding-bottom: clamp(5rem, 9vw, 6.5rem) !important;
}

/* All section headings → brand body font (Source Sans 3 / ztc-font1) */
.new-tickets :is(h1, h2, h3, h4, h5, h6),
.new-about :is(h1, h2, h3, h4, h5, h6),
.new-what :is(h1, h2, h3, h4, h5, h6),
.new-speakers :is(h1, h2, h3, h4, h5, h6),
.new-expo :is(h1, h2, h3, h4, h5, h6),
.new-sponsors :is(h1, h2, h3, h4, h5, h6),
.new-faq :is(h1, h2, h3, h4, h5, h6),
.new-cta :is(h1, h2, h3, h4, h5, h6),
.new-footer :is(h1, h2, h3, h4, h5, h6) {
    font-family: var(--ztc-family-font1) !important;
    text-transform: capitalize;
}

/* Main section titles (h2) — one size everywhere */
.new-tickets__title,
.new-about__title,
.new-what__title,
.new-speakers__title,
.new-expo__title,
.new-sponsors__title,
.new-faq__title,
.new-cta__title {
    font-family: var(--ztc-family-font1) !important;
    font-size: var(--lead-section-title-size) !important;
    line-height: var(--lead-section-title-lh) !important;
    font-weight: var(--ztc-weight-bold, 700) !important;
}

/* Eyebrow labels (.heading9 h5) */
.new-tickets .heading9 h5,
.new-about .heading9 h5,
.new-what .heading9 h5,
.new-speakers .heading9 h5,
.new-expo .heading9 h5,
.new-sponsors .heading9 h5,
.new-cta .heading9 h5 {
    font-family: var(--ztc-family-font1) !important;
    font-size: var(--lead-section-eyebrow-size) !important;
    line-height: 1.25 !important;
    font-weight: var(--ztc-weight-medium, 600) !important;
}

/* Section head spacing */
.new-tickets__copy .heading9,
.new-about__heading .heading9,
.new-what__copy .heading9,
.new-speakers__heading .heading9,
.new-expo__copy .heading9,
.new-sponsors__head .heading9,
.new-cta__head .heading9 {
    margin-bottom: 0.75rem;
}

.new-tickets__title,
.new-about__title,
.new-what__title,
.new-speakers__title,
.new-expo__title,
.new-sponsors__title,
.new-faq__title,
.new-cta__title {
    margin-top: 0;
    margin-bottom: 1rem;
}
