/* Shared product landing theme — sections, cards, comparison table */

.product-landing-body {
    --product-ink: #0f172a;
    --product-muted-line: #dbe4f0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--product-ink);
}

.product-landing-body .material-icons {
    display: inline-flex;
    flex: 0 0 1em;
    width: 1em;
    height: 1em;
    align-items: center;
    justify-content: center;
    font-family: "Material Icons";
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    font-feature-settings: "liga";
    line-height: 1;
    letter-spacing: normal;
    overflow: hidden;
    text-transform: none;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

.product-landing-body .home-about-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.product-landing-body .home-about-section__title {
    margin-bottom: 36px;
    color: var(--product-ink);
    font-size: clamp(1.9rem, 3vw, 2.6rem);
    font-weight: 800;
    letter-spacing: -.03em;
}

.product-landing-body .product-audience-card,
.product-landing-body .product-tariff-card,
.product-landing-body .product-updates-card {
    border-color: var(--product-muted-line);
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .04);
}

.product-landing-body .product-audience-card {
    padding: 28px;
}

.product-landing-body .product-audience-card__title {
    font-size: 1.12rem;
    font-weight: 750;
}

.product-landing-body .product-compare__table {
    border-color: var(--product-muted-line);
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .04);
}

.product-landing-body .product-cta {
    padding-top: 68px;
    padding-bottom: 68px;
    background: linear-gradient(135deg, #eaf3ff 0%, #f5f3ff 100%);
}

.product-landing-body .product-cta__title {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.product-landing-body .product-cta .btn-primary,
.product-landing-body .product-tariff-card .btn-primary {
    border-color: var(--product-accent);
    border-radius: 9px;
    background: var(--product-accent);
}

@media (max-width: 767.98px) {
    .product-landing-body .home-about-section {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}
