/* Captime pricing typography standard
   Applies consistent font treatment across all new pricing pages. */

.pricing-wrap,
.pricing-section {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.pricing-wrap .section-eyebrow,
.pricing-section .lp-eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.pricing-wrap .section-title,
.pricing-section .lp-headline {
    font-weight: 800;
    letter-spacing: -0.6px;
    color: #1f2430;
}

.pricing-wrap .section-sub,
.pricing-section .lp-subhead {
    font-size: 16.5px;
    font-weight: 400;
    line-height: 1.7;
    color: #4a5568;
}

.pricing-wrap .selector-row label,
.pricing-section .lp-currency-bar .lp-currency-toggle button {
    font-family: inherit;
}

.pricing-wrap .tier h3 {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -0.3px;
    line-height: 1.2;
}

.pricing-wrap .tier .tagline {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.58;
    letter-spacing: -0.1px;
    text-wrap: balance;
    color: #7b8596;
}

.pricing-wrap .price-from {
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.pricing-wrap .price-list {
    font-size: 15px;
    font-weight: 500;
}

.pricing-wrap .price-now {
    font-size: 34px;
    font-weight: 800;
    letter-spacing: -0.8px;
    line-height: 1.15;
}

.pricing-wrap .price-unit {
    font-size: 13px;
    font-weight: 400;
}

.pricing-wrap .discount-pill,
.pricing-wrap .tier .ribbon,
.pricing-wrap .includes-title {
    font-weight: 700;
}

.pricing-wrap .includes-title {
    font-size: 12.5px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.pricing-wrap .tier ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
}

.pricing-wrap .btn.cta {
    font-size: 14.5px;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.pricing-wrap .compare-table th,
.pricing-wrap .compare-table td {
    font-size: 14px;
    line-height: 1.55;
}

.pricing-wrap .compare-table thead th {
    font-weight: 700;
}

.pricing-wrap .compare-table .row-group td {
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.pricing-section .lp-price-from {
    font-size: 13px;
    font-weight: 500;
}

.pricing-section .lp-price-amount {
    font-size: 48px;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 1.1;
}

.pricing-section .lp-price-breakdown {
    font-size: 13px;
    line-height: 1.55;
}

.pricing-section .lp-zone-a-items li {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
}

@media (max-width: 820px) {
    .pricing-wrap .section-title,
    .pricing-section .lp-headline {
        font-size: 28px;
    }

    .pricing-section .lp-price-amount {
        font-size: 40px;
    }
}
