/*
 * Shared typography and pricing-card alignment for the scraper service pages.
 * Loaded after each page's original styles to preserve the existing design.
 */

.hero-wrapper {
    margin-top: 0;
    padding-top: 90px;
}

.hero-wrapper--amazon {
    padding-top: 115px;
}

.hero-wrapper--compact {
    padding-top: 48px;
}

.features-wrapper--business {
    margin-top: 30px;
}

@media (min-width: 992px) {
    .hero-wrapper--yellow .hero-heading {
        margin-top: -90px;
    }
}

.hero-heading {
    font-size: clamp(2.25rem, 3.4vw, 2.875rem);
    line-height: 1.16;
    letter-spacing: -0.03em;
    margin-top: 0;
    text-wrap: balance;
}

.hero-heading > span {
    white-space: nowrap;
}

.features-main-title,
.why-choose-title,
.datafields-title,
.pricing-main-title,
.faq-main-heading,
.cta-heading {
    font-size: 2.25rem;
    line-height: 1.2;
    text-wrap: balance;
}

.features-card-item h4 {
    font-size: 1.0625rem;
}

.why-choose-content h3 {
    font-size: 1.125rem;
}

.pricing-plan-name {
    font-size: 1.25rem;
}

.pricing-wrapper .row {
    align-items: stretch;
}

.pricing-wrapper .row > [class*="col-"] {
    display: flex;
}

.pricing-plan-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.pricing-features-list {
    flex-grow: 1;
}

.pricing-subscribe-btn {
    margin-top: auto;
}

@media (max-width: 991.98px) {
    .hero-heading {
        font-size: 2.25rem;
    }

    .features-main-title,
    .why-choose-title,
    .datafields-title,
    .pricing-main-title,
    .faq-main-heading,
    .cta-heading {
        font-size: 1.875rem;
    }
}

@media (max-width: 767.98px) {
    .hero-heading {
        font-size: 1.875rem;
    }

    .features-main-title,
    .why-choose-title,
    .datafields-title,
    .pricing-main-title,
    .faq-main-heading,
    .cta-heading {
        font-size: 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .hero-heading {
        font-size: clamp(1.3rem, 5.5vw, 1.5rem);
        line-height: 1.24;
        letter-spacing: -0.025em;
    }

    .features-main-title,
    .why-choose-title,
    .datafields-title,
    .pricing-main-title,
    .faq-main-heading,
    .cta-heading {
        font-size: 1.375rem;
        line-height: 1.25;
    }

    .features-card-item h4 {
        font-size: 1rem;
    }

    .why-choose-content h3 {
        font-size: 1.0625rem;
    }
}
