/* =========================================================
   HYRO PRICING PAGE
========================================================= */

.pricing-page-hero {
    padding: 110px 0 95px;
    text-align: center;
    background:
        radial-gradient(circle at 15% 20%, rgba(231, 44, 143, .08), transparent 28%),
        radial-gradient(circle at 85% 30%, rgba(139, 92, 246, .10), transparent 30%),
        #fff;
}

.pricing-hero-content {
    max-width: 900px;
}

.pricing-page-hero h1 {
    margin: 18px 0 22px;
    font-size: clamp(42px, 5vw, 72px);
    line-height: 1.03;
    color: #182033;
}

.pricing-page-hero h1 span,
.pricing-section-heading h2 span,
.pricing-included-copy h2 span {
    display: block;
    color: #d62f83;
}

.pricing-page-hero p {
    max-width: 760px;
    margin: 0 auto;
    color: #667085;
    font-size: 17px;
    line-height: 1.8;
}

.pricing-hero-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 32px;
}


/* =========================================================
   PRODUCT PRICING
========================================================= */

.product-pricing-section {
    padding: 100px 0;
    background: #faf9fd;
}

.pricing-section-heading {
    max-width: 800px;
    margin: 0 auto 55px;
    text-align: center;
}

.pricing-section-heading h2 {
    margin: 14px 0 16px;
    color: #182033;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.08;
}

.pricing-section-heading p {
    color: #667085;
    line-height: 1.75;
}

.pricing-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
    align-items: stretch;
}

.pricing-product-card {
    position: relative;
    padding: 36px;
    background: #fff;
    border: 1px solid #e5e7ef;
    border-radius: 26px;
    box-shadow: 0 16px 45px rgba(31, 40, 70, .06);
}

.pricing-product-card:hover {
    transform: translateY(-6px);
    transition: .25s ease;
    box-shadow: 0 24px 55px rgba(31, 40, 70, .10);
}

.pricing-featured {
    border: 2px solid rgba(214, 47, 131, .35);
    background:
        linear-gradient(145deg, #fff, #fff8fc);
}

.pricing-popular {
    position: absolute;
    right: 24px;
    top: 24px;
    padding: 7px 13px;
    border-radius: 30px;
    background: linear-gradient(135deg, #e62b8c, #9257e9);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .8px;
}

.pricing-product-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin-bottom: 22px;
    border-radius: 17px;
    background: linear-gradient(135deg, #e62b8c, #9257e9);
    font-size: 25px;
}

.pricing-product-label {
    color: #d62f83;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
}

.pricing-product-card h3 {
    margin: 10px 0 14px;
    color: #182033;
    font-size: 24px;
    line-height: 1.25;
}

.pricing-product-description {
    min-height: 105px;
    color: #667085;
    line-height: 1.7;
}

.pricing-plan-type {
    margin: 25px 0;
    padding: 18px;
    border-radius: 16px;
    background: #faf7fd;
}

.pricing-plan-type strong {
    display: block;
    margin-bottom: 5px;
    color: #182033;
    font-size: 20px;
}

.pricing-plan-type span {
    color: #7a8192;
    font-size: 12px;
}

.pricing-product-card ul {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.pricing-product-card li {
    position: relative;
    padding: 9px 0 9px 27px;
    color: #596174;
    font-size: 14px;
}

.pricing-product-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #d62f83;
    font-weight: 800;
}

.pricing-card-button {
    display: block;
    padding: 14px 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 13px;
    background: linear-gradient(135deg, #e62b8c, #9257e9);
    color: #fff;
    font-weight: 600;
}


/* =========================================================
   DEPLOYMENT
========================================================= */

.pricing-deployment-section {
    padding: 100px 0;
    background: #fff;
}

.pricing-deployment-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.pricing-deployment-grid article {
    padding: 34px;
    text-align: center;
    border: 1px solid #e7e8ef;
    border-radius: 22px;
    background: #fff;
}

.deployment-icon {
    width: 55px;
    height: 55px;
    display: grid;
    place-items: center;
    margin: 0 auto 18px;
    border-radius: 16px;
    background: linear-gradient(135deg, #fff1f8, #f1ebff);
    font-size: 24px;
}

.pricing-deployment-grid h3 {
    color: #182033;
    font-size: 21px;
}

.pricing-deployment-grid p {
    color: #667085;
    line-height: 1.7;
}


/* =========================================================
   INCLUDED
========================================================= */

.pricing-included-section {
    padding: 100px 0;
    background: linear-gradient(145deg, #faf9fd, #fff);
}

.pricing-included-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 80px;
    align-items: center;
}

.pricing-included-copy h2 {
    margin: 15px 0 20px;
    color: #182033;
    font-size: 46px;
    line-height: 1.08;
}

.pricing-included-copy p {
    color: #667085;
    line-height: 1.8;
}

.pricing-included-list {
    display: grid;
    gap: 15px;
}

.pricing-included-list > div {
    display: flex;
    gap: 17px;
    padding: 22px;
    background: #fff;
    border: 1px solid #e7e8ef;
    border-radius: 18px;
}

.pricing-included-list > div > span {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #e62b8c, #9257e9);
    color: #fff;
}

.pricing-included-list strong {
    color: #182033;
}

.pricing-included-list p {
    margin: 6px 0 0;
    color: #667085;
    line-height: 1.6;
}


/* =========================================================
   FAQ
========================================================= */

.pricing-faq-section {
    padding: 100px 0;
    background: #fff;
}

.pricing-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.pricing-faq-grid article {
    padding: 28px;
    border: 1px solid #e7e8ef;
    border-radius: 20px;
    background: #fff;
}

.pricing-faq-grid h3 {
    margin: 0 0 10px;
    color: #182033;
    font-size: 17px;
}

.pricing-faq-grid p {
    margin: 0;
    color: #667085;
    line-height: 1.7;
}


/* =========================================================
   FINAL CTA
========================================================= */

.pricing-final-cta {
    padding: 40px 0 90px;
    background: #fff;
}

.pricing-final-cta-box {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 50px;
    align-items: center;
    padding: 50px;
    border-radius: 28px;
    background: linear-gradient(115deg, #e52d8d, #8657e9);
    color: #fff;
}

.pricing-final-cta-box h2 {
    margin: 10px 0;
    color: #fff;
    font-size: 36px;
}

.pricing-final-cta-box p {
    max-width: 720px;
    margin: 0;
    line-height: 1.7;
}

.pricing-final-actions {
    display: grid;
    gap: 12px;
    min-width: 210px;
}

.pricing-white-button,
.pricing-outline-button {
    padding: 14px 22px;
    border-radius: 13px;
    text-align: center;
    text-decoration: none;
}

.pricing-white-button {
    background: #fff;
    color: #d62f83;
}

.pricing-outline-button {
    border: 1px solid rgba(255,255,255,.65);
    color: #fff;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1000px) {

    .pricing-product-grid {
        grid-template-columns: 1fr;
    }

    .pricing-product-description {
        min-height: auto;
    }

    .pricing-included-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .pricing-final-cta-box {
        grid-template-columns: 1fr;
    }

}


@media (max-width: 700px) {

    .pricing-page-hero,
    .product-pricing-section,
    .pricing-deployment-section,
    .pricing-included-section,
    .pricing-faq-section {
        padding: 70px 0;
    }

    .pricing-deployment-grid,
    .pricing-faq-grid {
        grid-template-columns: 1fr;
    }

    .pricing-product-card {
        padding: 27px;
    }

    .pricing-hero-actions {
        flex-direction: column;
    }

    .pricing-included-copy h2 {
        font-size: 36px;
    }

    .pricing-final-cta-box {
        padding: 32px 25px;
    }

    .pricing-final-cta-box h2 {
        font-size: 29px;
    }

}