/* Scale plan — premium black featured card */

.pricing-scale-card {
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
    overflow: hidden;
    border-radius: 1rem;
    padding: 1.5rem;
    background: #000;
    box-shadow:
        0 25px 50px -12px rgb(0 0 0 / 0.5),
        0 0 0 1px rgb(255 255 255 / 0.06) inset;
}

@media (min-width: 640px) {
    .pricing-scale-card {
        padding: 2rem;
    }
}

/* Grid pattern — top-right */
.pricing-scale-card__grid-wrap {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: inherit;
    pointer-events: none;
}

.pricing-scale-card__grid {
    position: absolute;
    inset: -5%;
    width: 110%;
    height: 110%;
    background-image:
        linear-gradient(rgb(255 255 255 / 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgb(255 255 255 / 0.07) 1px, transparent 1px);
    background-size: 38px 38px;
    -webkit-mask-image: radial-gradient(ellipse 80% 80% at 80% 20%, black 15%, transparent 65%);
    mask-image: radial-gradient(ellipse 80% 80% at 80% 20%, black 15%, transparent 65%);
}

/* Background watermark text */
.pricing-scale-card__watermark {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2.75rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1;
    color: rgb(255 255 255 / 0.05);
    pointer-events: none;
    user-select: none;
}

@media (min-width: 640px) {
    .pricing-scale-card__watermark {
        top: 1.25rem;
        right: 1.25rem;
        font-size: 3.5rem;
    }
}

.pricing-scale-card__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}

.pricing-scale-card__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
}

.pricing-scale-card__header-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.pricing-scale-card__pill {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    border-radius: 9999px;
    border: 1px solid rgb(255 255 255 / 0.12);
    background: rgb(255 255 255 / 0.06);
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: rgb(255 255 255 / 0.75);
}

.pricing-scale-card__pill-icon {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    color: rgb(255 255 255 / 0.45);
}

.pricing-scale-card__badge {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    gap: 0.375rem;
    border-radius: 9999px;
    border: 1px solid rgb(255 255 255 / 0.15);
    background: rgb(255 255 255 / 0.1);
    padding: 0.25rem 0.75rem;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
}

.pricing-scale-card__badge-icon {
    width: 0.75rem;
    height: 0.75rem;
    flex-shrink: 0;
    color: #fff;
}

.pricing-scale-card__tier-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    border-radius: 9999px;
    border: 1px solid rgb(255 255 255 / 0.12);
    background: rgb(255 255 255 / 0.06);
    padding: 0.25rem 0.75rem;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgb(255 255 255 / 0.55);
}

.pricing-scale-card__tier-badge-icon {
    width: 0.75rem;
    height: 0.75rem;
    flex-shrink: 0;
    color: rgb(255 255 255 / 0.65);
}

.pricing-scale-card__name {
    margin-top: 1.25rem;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.25;
    color: #fff;
}

@media (min-width: 640px) {
    .pricing-scale-card__name {
        font-size: 1.875rem;
    }
}

.pricing-scale-card__tagline {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.625;
    color: rgb(255 255 255 / 0.6);
}

.pricing-scale-card__price-row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.375rem 0.625rem;
    margin-top: 0;
}

.pricing-scale-card__compare {
    font-size: 1.875rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: rgb(255 255 255 / 0.35);
    text-decoration: line-through;
    text-decoration-color: rgb(255 255 255 / 0.25);
}

@media (min-width: 640px) {
    .pricing-scale-card__compare {
        font-size: 2.25rem;
    }
}

.pricing-scale-card__amount {
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #fff;
}

@media (min-width: 640px) {
    .pricing-scale-card__amount {
        font-size: 3rem;
    }
}

.pricing-scale-card__period {
    font-size: 1rem;
    font-weight: 500;
    color: rgb(255 255 255 / 0.6);
}

.pricing-scale-card__billing {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: rgb(255 255 255 / 0.6);
}

.pricing-scale-card__save {
    display: inline-flex;
    align-self: flex-start;
    width: fit-content;
    max-width: 100%;
    margin: 0.5rem 0 0;
    border-radius: 9999px;
    background: rgb(16 185 129 / 0.15);
    border: 1px solid rgb(16 185 129 / 0.35);
    padding: 0.125rem 0.625rem;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.25;
    color: #6ee7b7;
}

.pricing-scale-card__cta {
    position: relative;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0;
    overflow: hidden;
    isolation: isolate;
    border-radius: 0.75rem;
    background: #fff;
    padding: 0.875rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    transition:
        background-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
    box-shadow: 0 4px 14px rgb(0 0 0 / 0.25);
}

.pricing-scale-card__cta::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(ellipse 85% 120% at 50% 50%, rgb(255 255 255 / 0) 0%, transparent 72%);
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
}

.pricing-scale-card__cta:hover {
    background: #fff;
    transform: translateY(-1px);
    box-shadow:
        0 0 0 1px rgb(255 255 255 / 0.55),
        0 0 20px rgb(255 255 255 / 0.5),
        0 0 44px rgb(255 255 255 / 0.28),
        0 12px 36px rgb(0 0 0 / 0.45);
}

.pricing-scale-card__cta:hover::after {
    opacity: 1;
    background: radial-gradient(ellipse 85% 120% at 50% 50%, rgb(255 255 255 / 0.4) 0%, transparent 72%);
}

.pricing-scale-card__cta > span,
.pricing-scale-card__cta svg {
    position: relative;
    z-index: 1;
}

.pricing-scale-card__cta svg {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.pricing-scale-card__cta:hover svg {
    transform: translateX(2px);
}

.pricing-scale-card__trial {
    margin-top: 0.75rem;
    text-align: center;
    font-size: 13px;
    color: rgb(255 255 255 / 0.55);
}

.pricing-scale-card__trial-strong {
    font-weight: 600;
    color: rgb(255 255 255 / 0.85);
}

.pricing-scale-card__trial-sep {
    color: rgb(255 255 255 / 0.3);
}

.pricing-scale-card__divider {
    margin: 1.75rem 0;
    height: 1px;
    background: rgb(255 255 255 / 0.1);
}

.pricing-scale-card__section-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgb(255 255 255 / 0.4);
}

.pricing-scale-card__highlight {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-top: 0.75rem;
    margin-bottom: 1.25rem;
    border-radius: 0.75rem;
    border: 1px solid rgb(255 255 255 / 0.1);
    background: rgb(255 255 255 / 0.05);
    padding: 1rem;
}

.pricing-scale-card__highlight-check {
    display: flex;
    height: 1.75rem;
    width: 1.75rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    margin-top: 0.0625rem;
    border-radius: 9999px;
    background: rgb(16 185 129 / 0.15);
    border: 1px solid rgb(16 185 129 / 0.35);
    color: #6ee7b7;
}

.pricing-scale-card__highlight-check svg {
    display: block;
    width: 0.9375rem;
    height: 0.9375rem;
    flex-shrink: 0;
}

.pricing-scale-card__highlight-body {
    flex: 1 1 auto;
    min-width: 0;
}

.pricing-scale-card__highlight-title {
    font-size: 0.875rem;
    font-weight: 700;
    color: #fff;
}

.pricing-scale-card__highlight-text {
    margin-top: 0.375rem;
    font-size: 13px;
    line-height: 1.55;
    color: rgb(255 255 255 / 0.7);
}

.pricing-scale-card__features {
    margin: 0;
    padding: 0;
    list-style: none;
    flex: 1 1 auto;
}

.pricing-scale-card__feature {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgb(255 255 255 / 0.65);
}

.pricing-scale-card__feature--strong {
    font-weight: 600;
    color: #fff;
}

.pricing-scale-card__features li + li {
    margin-top: 0.75rem;
}

.pricing-scale-card__feature-check {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    margin-top: 0.1875rem;
    color: #6ee7b7;
}

.pricing-scale-card__feature-check svg {
    display: block;
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
}
