/* Pricing — dark Shopify-style, matches body.pp-home */

body.pp-pricing {
    background: var(--pp-ink, #050505);
    color: #f5f5f5;
}

/* Hero */
.pp-pricing-hero {
    padding: 4.5rem 0 3rem;
    background:
        radial-gradient(ellipse 55% 70% at 80% 20%, rgba(94, 234, 212, 0.14), transparent 55%),
        radial-gradient(ellipse 40% 50% at 10% 80%, rgba(56, 189, 248, 0.08), transparent 50%),
        linear-gradient(180deg, #06201a 0%, #050505 70%);
    overflow: hidden;
}

.pp-pricing-hero-inner {
    max-width: 40rem;
    margin-inline: auto;
    text-align: center;
}

.pp-pricing-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0 0 0.9rem;
    color: var(--pp-accent, #5eead4);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.pp-pricing-eyebrow::before {
    content: "";
    width: 1.5rem;
    height: 2px;
    background: linear-gradient(90deg, var(--pp-accent, #5eead4), transparent);
}

.pp-pricing-hero h1 {
    margin: 0 0 1rem;
    font-size: clamp(1.95rem, 4.2vw, 3.1rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1.2;
    color: #fff;
}

.pp-pricing-hero h1 em {
    font-style: normal;
    color: var(--pp-accent, #5eead4);
}

.pp-pricing-lead {
    margin: 0 auto 1.75rem;
    max-width: 42ch;
    color: var(--pp-soft, rgba(255, 255, 255, 0.62));
    font-size: 1.05rem;
    line-height: 1.85;
}

.pp-pricing-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
}

/* Promo strip */
.pp-pricing-promo-wrap {
    padding: 0 0 1.5rem;
    background: #050505;
}

.pp-promo-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    flex-wrap: wrap;
    padding: 0.95rem 1.25rem;
    border-radius: 16px;
    text-align: center;
    font-size: 0.92rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
    background:
        linear-gradient(135deg, rgba(94, 234, 212, 0.12), rgba(56, 189, 248, 0.08)),
        #0b1411;
    border: 1px solid rgba(94, 234, 212, 0.28);
}

.pp-promo-banner i {
    color: var(--pp-accent, #5eead4);
    font-size: 1.1rem;
}

.pp-promo-banner strong {
    color: #fff;
    font-weight: 900;
}

/* Catalog */
.pp-pricing-catalog {
    padding-top: 2rem;
    background: #050505;
}

.pp-pricing-head {
    text-align: center;
    margin-bottom: 2.5rem;
}

.pp-pricing-head h2 {
    margin: 0 0 0.65rem;
    font-size: clamp(1.7rem, 3.2vw, 2.4rem);
    font-weight: 900;
    letter-spacing: -0.02em;
    color: #fff;
}

.pp-pricing-head p {
    margin: 0 auto;
    max-width: 40ch;
    color: var(--pp-soft, rgba(255, 255, 255, 0.62));
    font-size: 1rem;
    line-height: 1.75;
}

.pr-group {
    margin-bottom: 2.75rem;
}

.pr-group-head {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1.15rem;
}

.pr-group-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    font-size: 1.2rem;
    color: var(--g-color, #5eead4);
    background: color-mix(in srgb, var(--g-color, #5eead4) 16%, transparent);
    border: 1px solid color-mix(in srgb, var(--g-color, #5eead4) 35%, transparent);
}

.pr-group-head h3 {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 800;
    color: #fff;
}

.pr-group-head p {
    margin: 0.15rem 0 0;
    font-size: 0.82rem;
    color: #94a3b8;
}

.pr-plugin-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
}

.pp-plugin-price-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 1.2rem 1.15rem 1.25rem;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background:
        radial-gradient(ellipse 90% 70% at 100% 0%, rgba(94, 234, 212, 0.08), transparent 55%),
        linear-gradient(165deg, #122820 0%, #0a1410 48%, #080808 100%);
    transition:
        transform 0.3s var(--pp-ease, cubic-bezier(0.22, 1, 0.36, 1)),
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.pp-plugin-price-card:hover {
    transform: translateY(-3px);
    border-color: rgba(94, 234, 212, 0.28);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.pp-plugin-price-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 0.85rem;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-size: 1.15rem;
    color: var(--icon-color, #5eead4);
    background: color-mix(in srgb, var(--icon-color, #5eead4) 16%, transparent);
    border: 1px solid color-mix(in srgb, var(--icon-color, #5eead4) 30%, transparent);
}

.pp-plugin-price-card h3 {
    margin: 0 0 0.4rem;
    font-size: 0.98rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.35;
}

.pp-plugin-price-card > p {
    margin: 0 0 1rem;
    flex: 1;
    font-size: 0.8rem;
    line-height: 1.65;
    color: #94a3b8;
}

.pp-plugin-price-amount {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem 0.5rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pp-plugin-price-amount strong {
    font-size: 1.15rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    color: #fff;
    font-variant-numeric: tabular-nums;
}

.pp-plugin-price-amount small {
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--pp-accent, #5eead4);
}

.pr-billing-note {
    margin-top: 0.55rem;
    font-size: 0.7rem;
    line-height: 1.55;
    color: #64748b;
}

.pp-pricing-empty {
    text-align: center;
    padding: 3rem 1rem;
    color: #94a3b8;
}

.pp-pricing-bottom-cta {
    text-align: center;
    margin-top: 1rem;
    padding-top: 1.5rem;
}

.pp-pricing-bottom-cta p {
    margin: 0.9rem 0 0;
    color: #94a3b8;
    font-size: 0.88rem;
}

/* FAQ */
.pp-pricing-faq {
    background:
        radial-gradient(ellipse 40% 50% at 50% 0%, rgba(94, 234, 212, 0.06), transparent 55%),
        #050505;
}

.pr-faq .accordion-item {
    background: transparent;
    border: 0;
    margin-bottom: 0.55rem;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    background: linear-gradient(165deg, #122820 0%, #0a1410 100%);
}

.pr-faq .accordion-button {
    font-weight: 700;
    font-size: 0.95rem;
    box-shadow: none !important;
    background: transparent;
    color: #fff;
    padding: 1rem 1.15rem;
}

.pr-faq .accordion-button::after {
    filter: invert(1) brightness(1.4);
}

.pr-faq .accordion-button:not(.collapsed) {
    background: rgba(94, 234, 212, 0.08);
    color: #fff;
}

.pr-faq .accordion-button:focus {
    box-shadow: none !important;
    border-color: transparent;
}

.pr-faq .accordion-body {
    font-size: 0.88rem;
    color: #94a3b8;
    line-height: 1.85;
    background: transparent;
    padding: 0 1.15rem 1.1rem;
}

/* Accent text in footer — teal, not purple gradient */
body.pp-pricing .pp-accent-text {
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    color: var(--pp-accent, #5eead4);
}

@media (max-width: 991.98px) {
    .pr-plugin-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .pp-pricing-hero {
        padding: 3rem 0 2.25rem;
    }

    .pr-group-head {
        align-items: flex-start;
    }

    .pr-plugin-grid {
        grid-template-columns: 1fr;
    }
}
