.product-comparison-hero {
    width: 100% !important;
    padding: 88px 0 80px !important;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 48%, #ffffff 100%) !important;
}

.product-comparison-hero__container {
    display: flex !important;
    flex-direction: column !important;
    gap: 56px !important;
}

.product-comparison-hero__intro {
    width: min(880px, 100%) !important;
    margin-inline: auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}

.product-comparison-hero__subheading {
    margin: 0 0 16px !important;
    color: #175cd3 !important;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
}

.product-comparison-hero__heading {
    margin: 0 !important;
    color: #101828 !important;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 48px !important;
    font-weight: 500 !important;
    line-height: 60px !important;
    letter-spacing: -0.02em !important;
}

.product-comparison-hero__description {
    width: min(760px, 100%) !important;
    margin-top: 24px !important;
    color: #475467 !important;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 29px !important;
}

.product-comparison-hero__description p {
    margin: 0 !important;
}

.product-comparison-hero__description p + p {
    margin-top: 14px !important;
}

.product-comparison-hero__ctas {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 12px !important;
    margin-top: 32px !important;
}

.product-comparison-page .product-comparison-hero__cta {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 46px !important;
    padding: 10px 18px !important;
    border: 1px solid !important;
    border-radius: 4px !important;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    text-decoration: none !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05) !important;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;
}

.product-comparison-page .use-case-template-hero-btn-primary {
    background: #175cd3 !important;
    border-color: #175cd3 !important;
    color: #ffffff !important;
}

.product-comparison-page .use-case-template-hero-btn-primary:hover,
.product-comparison-page .use-case-template-hero-btn-primary:focus {
    background: #ffa400 !important;
    border-color: #ffa400 !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 8px rgba(255, 164, 0, 0.3) !important;
}

.product-comparison-page .use-case-template-hero-btn-secondary {
    background: #ffffff !important;
    border-color: #d0d5dd !important;
    color: #344054 !important;
}

.product-comparison-page .use-case-template-hero-btn-secondary:hover,
.product-comparison-page .use-case-template-hero-btn-secondary:focus {
    background: #f9fafb !important;
    border-color: #9ca3af !important;
    color: #175cd3 !important;
    transform: translateY(-1px) !important;
}

.product-comparison-hero__comparison {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 76px minmax(0, 1fr) !important;
    align-items: stretch !important;
    gap: 20px !important;
    width: min(1080px, 100%) !important;
    margin-inline: auto !important;
}

.product-comparison-hero__card {
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
    border: 1px solid #e4e7ec !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: 0 12px 32px rgba(16, 24, 40, 0.08) !important;
}

.product-comparison-hero__card-image-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 360px !important;
    max-height: 360px !important;
    min-height: 0 !important;
    padding: 28px !important;
    box-sizing: border-box !important;
    background: #f9fafb !important;
}

.product-comparison-hero__card-image {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

.product-comparison-hero__card-body {
    padding: 24px 26px 26px !important;
    text-align: center !important;
}

.product-comparison-hero__card-title {
    margin: 0 !important;
    color: #101828 !important;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 32px !important;
}

.product-comparison-hero__card-price {
    margin: 8px 0 0 !important;
    color: #175cd3 !important;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
}

.product-comparison-hero__versus {
    align-self: center !important;
    justify-self: center !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 60px !important;
    height: 60px !important;
    border: 1px solid #b2ccff !important;
    border-radius: 999px !important;
    background: #eff4ff !important;
    color: #175cd3 !important;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: 0.04em !important;
    box-shadow: 0 6px 18px rgba(23, 92, 211, 0.12) !important;
}

@media (max-width: 1340px) {
    .product-comparison-hero .product-comparison-hero__container {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }
}

@media (max-width: 767px) {
    .product-comparison-hero {
        padding: 64px 0 60px !important;
    }

    .product-comparison-hero .product-comparison-hero__container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .product-comparison-hero__container {
        gap: 40px !important;
    }

    .product-comparison-hero__heading {
        font-size: 36px !important;
        line-height: 44px !important;
    }

    .product-comparison-hero__description {
        font-size: 17px !important;
        line-height: 27px !important;
    }

    .product-comparison-hero__ctas {
        width: 100% !important;
        flex-direction: column !important;
    }

    .product-comparison-page .product-comparison-hero__cta {
        width: 100% !important;
    }

    .product-comparison-hero__comparison {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 18px !important;
    }

    .product-comparison-hero__versus {
        width: 54px !important;
        height: 54px !important;
    }

    .product-comparison-hero__card-image-wrap {
        height: 280px !important;
        max-height: 280px !important;
        padding: 22px !important;
    }
}
