/* /pricing — tooltips and feature compare table. */

.pl-offers-proto a.pl-plan-col-select {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-sizing: border-box;
}

.pl-offers-proto a.pl-plan-close {
    text-decoration: none;
    line-height: 1;
}

.pl-offers-proto .pl-plan-breadcrumb a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
}

.pl-offers-proto .pl-plan-breadcrumb a:hover {
    border-bottom-color: currentColor;
}

.pl-offers-proto .pl-plan-col-body {
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 36px 24px 28px;
    text-align: left;
}

.pl-offers-proto .pl-plan-col-name,
.pl-offers-proto .pl-plan-col-class,
.pl-offers-proto .pl-plan-col-price,
.pl-offers-proto .pl-plan-col-per {
    text-align: left;
}

.pl-offers-proto .pl-plan-col-name {
    font-size: 18px;
}

.pl-offers-proto .pl-plan-col-class {
    margin-top: 6px;
}

.pl-offers-proto .pl-plan-col-price {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 4px;
    margin-top: 14px;
}

.pl-offers-proto .pl-plan-col-per {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--pl-muted, #6f6f6f);
}

.pl-offers-proto .pl-offers-highlights {
    list-style: none;
    margin: 22px 0 24px;
    padding: 18px 0 0;
    border-top: 1px solid var(--pl-line, #e4e4e4);
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.pl-offers-proto .pl-offers-highlights li {
    position: relative;
    padding-left: 22px;
    font-size: 13px;
    line-height: 1.4;
    color: var(--pl-ink, #0e0e0e);
}

.pl-offers-proto .pl-offers-highlights li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--pl-ink, #0e0e0e);
}

.pl-offers-proto .pl-offers-highlights li.pl-offers-highlights-title {
    padding-left: 0;
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.01em;
    text-transform: none;
    text-align: left;
    color: var(--pl-ink, #0e0e0e);
}

.pl-offers-proto .pl-offers-highlights li.pl-offers-highlights-title::before {
    content: none;
    display: none;
}

.pl-offers-proto .pl-plan-col-select {
    align-self: stretch;
    margin-top: auto;
    max-width: none;
    width: 100%;
}

.pl-offers-proto .pl-plan-table,
.pl-offers-proto .pl-plan-table tr,
.pl-offers-proto .pl-plan-table td,
.pl-offers-proto .pl-plan-table .pl-plan-feat-col {
    overflow: visible;
}

.pl-offers-proto .pl-offers-tip {
    position: relative;
    display: inline-block;
    cursor: default;
    border-bottom: 1px dashed var(--pl-muted, #8a8a8a);
    white-space: nowrap;
}

.pl-offers-proto .pl-offers-tip:hover,
.pl-offers-proto .pl-offers-tip:focus {
    color: var(--pl-ink, #0e0e0e);
    border-bottom-color: var(--pl-ink, #0e0e0e);
}

.pl-offers-proto .pl-offers-tip:focus {
    outline: none;
}

.pl-offers-proto .pl-offers-tip-pop {
    position: absolute;
    left: calc(100% + 16px);
    top: 50%;
    z-index: 40;
    width: max-content;
    max-width: 300px;
    padding: 16px 18px;
    border-radius: 8px;
    background: #fff;
    color: var(--pl-ink, #0e0e0e);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.06);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-50%) translateX(6px);
    transition: opacity 140ms ease, transform 140ms ease, visibility 140ms ease;
    text-align: left;
}

.pl-offers-proto .pl-offers-tip-pop::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    border: 9px solid transparent;
    border-right-color: #fff;
    filter: drop-shadow(-1px 0 0 rgba(0, 0, 0, 0.05));
}

.pl-offers-proto .pl-offers-tip-pop-title {
    display: block;
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.pl-offers-proto .pl-offers-tip-pop-body {
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.45;
    color: var(--pl-muted, #5c5c5c);
    white-space: pre-line;
}

.pl-offers-proto .pl-offers-tip:hover .pl-offers-tip-pop,
.pl-offers-proto .pl-offers-tip:focus .pl-offers-tip-pop,
.pl-offers-proto .pl-offers-tip:focus-within .pl-offers-tip-pop {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
}

.pl-offers-proto .pl-plan-table tr:has(.pl-offers-tip:hover),
.pl-offers-proto .pl-plan-table tr:has(.pl-offers-tip:focus-within),
.pl-offers-proto .pl-crew-include-row:has(.pl-offers-tip:hover),
.pl-offers-proto .pl-crew-include-row:has(.pl-offers-tip:focus-within) {
    position: relative;
    z-index: 5;
}

.pl-offers-proto .pl-plan-val--promo {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px;
    line-height: 1.25;
    justify-content: center;
}

.pl-offers-proto .pl-plan-was {
    color: var(--pl-muted, #6f6f6f);
    text-decoration: line-through;
    font-weight: 400;
}

.pl-offers-proto .pl-plan-now {
    color: var(--pl-ink, #0e0e0e);
    font-weight: 600;
}

@media (max-width: 760px) {
    .pl-offers-proto .pl-plan-col-body {
        padding: 28px 20px 24px;
    }

    .pl-offers-proto .pl-offers-tip-pop {
        left: 0;
        top: calc(100% + 12px);
        max-width: min(300px, 85vw);
        transform: translateY(6px);
    }

    .pl-offers-proto .pl-offers-tip-pop::before {
        right: auto;
        left: 18px;
        top: -9px;
        transform: none;
        border: 9px solid transparent;
        border-bottom-color: #fff;
        filter: drop-shadow(0 -1px 0 rgba(0, 0, 0, 0.05));
    }

    .pl-offers-proto .pl-offers-tip:hover .pl-offers-tip-pop,
    .pl-offers-proto .pl-offers-tip:focus .pl-offers-tip-pop,
    .pl-offers-proto .pl-offers-tip:focus-within .pl-offers-tip-pop {
        transform: translateY(0);
    }
}

/* Replacements / savings */
.pl-offers-proto .pl-offers-replace {
    margin-top: 56px;
    padding-top: 40px;
    border-top: 1px solid var(--pl-line-strong, #d4d4d4);
}

.pl-offers-proto .pl-offers-replace-head {
    max-width: 560px;
    margin-bottom: 28px;
}

.pl-offers-proto .pl-offers-replace-eyebrow {
    margin: 0 0 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--pl-muted, #6f6f6f);
}

.pl-offers-proto .pl-offers-replace-head h2 {
    margin: 0 0 10px;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: -0.02em;
}

.pl-offers-proto .pl-offers-replace-head p {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    color: var(--pl-muted, #6f6f6f);
}

.pl-offers-proto .pl-offers-replace-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
    gap: 28px;
    align-items: stretch;
}

.pl-offers-proto .pl-offers-replace-stack,
.pl-offers-proto .pl-offers-replace-savings {
    border: 1px solid var(--pl-line-strong, #d4d4d4);
    padding: 22px;
}

.pl-offers-proto .pl-offers-replace-savings {
    display: flex;
    flex-direction: column;
    background: #0e0e0e;
    border-color: #0e0e0e;
    color: #f5f5f5;
}

.pl-offers-proto .pl-offers-replace-savings .pl-offers-replace-stack-label {
    color: rgba(245, 245, 245, 0.55);
}

.pl-offers-proto .pl-offers-replace-stack-label {
    margin: 0 0 14px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--pl-muted, #6f6f6f);
}

.pl-offers-proto .pl-offers-replace-tools {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.pl-offers-proto .pl-offers-replace-tool {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 0;
    border-top: 1px solid var(--pl-line, #e4e4e4);
}

.pl-offers-proto .pl-offers-replace-tool:first-child {
    border-top: none;
    padding-top: 0;
}

.pl-offers-proto .pl-offers-replace-tool-main {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.pl-offers-proto .pl-offers-replace-tool-main strong {
    font-size: 14px;
    font-weight: 600;
}

.pl-offers-proto .pl-offers-replace-tool-main span,
.pl-offers-proto .pl-offers-replace-tool-price span {
    font-size: 12px;
    color: var(--pl-muted, #6f6f6f);
}

.pl-offers-proto .pl-offers-replace-tool-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    text-align: right;
    flex-shrink: 0;
}

.pl-offers-proto .pl-offers-replace-tool-price strong {
    font-size: 15px;
    font-weight: 600;
}

.pl-offers-proto .pl-offers-replace-silo {
    margin: 8px 0 0;
    padding: 12px 14px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    color: #9a3412;
    background: #fff7ed;
    border: 1px solid #fed7aa;
}

.pl-offers-proto .pl-offers-replace-contrast {
    margin: 10px 0 0;
    padding: 12px 14px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    color: #166534;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
}

.pl-offers-proto .pl-offers-replace-stack-total {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin: 18px 0 0;
    padding-top: 16px;
    border-top: 1px solid var(--pl-ink, #0e0e0e);
    font-size: 13px;
    color: var(--pl-muted, #6f6f6f);
}

.pl-offers-proto .pl-offers-replace-stack-total strong {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -0.03em;
    color: var(--pl-ink, #0e0e0e);
}

.pl-offers-proto .pl-offers-replace-stack-total strong span {
    font-size: 14px;
    color: var(--pl-muted, #6f6f6f);
}

.pl-offers-proto .pl-offers-replace-vs {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 0;
}

.pl-offers-proto .pl-offers-replace-vs-plan {
    margin-bottom: 22px;
}

.pl-offers-proto .pl-offers-replace-vs-eyebrow {
    margin: 0 0 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(245, 245, 245, 0.45);
}

.pl-offers-proto .pl-offers-replace-vs-name {
    margin: 0;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.pl-offers-proto .pl-offers-replace-vs-class {
    margin: 6px 0 0;
    font-size: 14px;
    color: rgba(245, 245, 245, 0.55);
}

.pl-offers-proto .pl-offers-replace-vs-math {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.pl-offers-proto .pl-offers-replace-vs-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 14px;
    color: rgba(245, 245, 245, 0.65);
}

.pl-offers-proto .pl-offers-replace-vs-row span {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.pl-offers-proto .pl-offers-replace-vs-sub {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: rgba(245, 245, 245, 0.45);
}

.pl-offers-proto .pl-offers-replace-vs-seats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 0 0 18px;
}

.pl-offers-proto .pl-offers-replace-vs-seat-opt {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 14px 14px 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
}

.pl-offers-proto .pl-offers-replace-vs-seat-opt.is-active {
    border-color: rgba(245, 245, 245, 0.45);
    background: rgba(255, 255, 255, 0.1);
}

.pl-offers-proto .pl-offers-replace-vs-seat-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(245, 245, 245, 0.5);
}

.pl-offers-proto .pl-offers-replace-vs-seat-opt strong {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -0.03em;
    color: #f5f5f5;
}

.pl-offers-proto .pl-offers-replace-vs-seat-opt strong span {
    font-size: 13px;
    color: rgba(245, 245, 245, 0.5);
}

.pl-offers-proto .pl-offers-replace-vs-seat-save {
    font-size: 12px;
    line-height: 1.35;
    color: #bbf7d0;
}

.pl-offers-proto .pl-offers-replace-vs-row strong {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -0.03em;
    color: #f5f5f5;
    flex-shrink: 0;
}

.pl-offers-proto .pl-offers-replace-vs-row strong span {
    font-size: 13px;
    color: rgba(245, 245, 245, 0.5);
}

.pl-offers-proto .pl-offers-replace-vs-row.is-stack strong {
    text-decoration: line-through;
    text-decoration-thickness: 1.5px;
    color: rgba(245, 245, 245, 0.45);
}

.pl-offers-proto .pl-offers-replace-vs-row.is-pathline {
    color: #f5f5f5;
}

.pl-offers-proto .pl-offers-replace-vs-row.is-pathline strong {
    font-size: 28px;
}

.pl-offers-proto .pl-offers-replace-vs-result {
    margin: 0 0 18px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.06);
}

.pl-offers-proto .pl-offers-replace-vs-result.is-save {
    border-color: rgba(134, 239, 172, 0.35);
    background: rgba(22, 101, 52, 0.35);
}

.pl-offers-proto .pl-offers-replace-vs-result.is-more {
    border-color: rgba(253, 186, 116, 0.4);
    background: rgba(154, 52, 18, 0.28);
}

.pl-offers-proto .pl-offers-replace-vs-save {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.pl-offers-proto .pl-offers-replace-vs-result.is-save .pl-offers-replace-vs-save {
    color: #bbf7d0;
}

.pl-offers-proto .pl-offers-replace-vs-year {
    margin: 6px 0 0;
    font-size: 13px;
    line-height: 1.4;
    color: rgba(245, 245, 245, 0.65);
}

.pl-offers-proto .pl-offers-replace-vs-note {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(245, 245, 245, 0.6);
}

.pl-offers-proto .pl-offers-replace-vs-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    width: 100%;
    padding: 14px 18px;
    border: none;
    background: #f5f5f5;
    color: #0e0e0e;
    font-size: 14px;
    font-weight: 650;
    text-decoration: none;
    text-align: center;
    transition: background 0.15s ease, color 0.15s ease;
}

.pl-offers-proto .pl-offers-replace-vs-cta:hover {
    background: #fff;
    color: #0e0e0e;
}

.pl-offers-proto .pl-offers-replace-footnote {
    margin: 16px 0 0;
    font-size: 12px;
    line-height: 1.45;
    color: var(--pl-muted, #6f6f6f);
}

@media (max-width: 900px) {
    .pl-offers-proto .pl-offers-replace-layout {
        grid-template-columns: 1fr;
    }
}
