.exq-hero {
    min-height: 70vh;
}

.exq-face-shape {
    background: var(--exq-color-surface);
}

.exq-moment {
    background: var(--exq-color-bg);
}

.exq-featured-products {
    background: var(--exq-color-surface);
}

.exq-why {
    background: var(--exq-color-bg);
}

.exq-shape-recommendation {
    background: var(--exq-color-surface);
}

.exq-gallery {
    background: var(--exq-color-bg);
}

.exq-newsletter {
    background: var(--exq-color-text);
    color: var(--exq-color-surface);
}

.exq-newsletter .exq-section-title,
.exq-newsletter .exq-section-subtitle {
    color: inherit;
}
