/* ================================================================
 * Blossom Price Items — layout: grid
 * ================================================================ */

/* ── Reset ─────────────────────────────────────────────────────── */
.elementor-widget-blossom_price_items *,
.elementor-widget-blossom_price_items *::before,
.elementor-widget-blossom_price_items *::after {
    box-sizing: border-box;
}

/* ── Grid ──────────────────────────────────────────────────────── */
.elementor-widget-blossom_price_items .bpi {
    --bpi-cols: 3;
    width: 100%;
}

.elementor-widget-blossom_price_items .bpi__grid {
    display: grid;
    grid-template-columns: repeat(var(--bpi-cols, 3), 1fr);
    gap: 24px;
    align-items: stretch;
    width: 100%;
}

/* ── Card (base) ───────────────────────────────────────────────── */
.elementor-widget-blossom_price_items .bpi-plan {
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #ffffff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 16px;
    padding: 32px 28px;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
    overflow: hidden;
}

/* ── Featured card (domyślne wyróżnienie — override przez kontrolki) ─ */
.elementor-widget-blossom_price_items .bpi-plan--featured {
    position: relative;
    z-index: 1;
    background-color: #1e1b4b;
    border-color: #1e1b4b;
    color: #ffffff;
}

.elementor-widget-blossom_price_items .bpi-plan--featured .bpi-plan__name,
.elementor-widget-blossom_price_items .bpi-plan--featured .bpi-plan__desc,
.elementor-widget-blossom_price_items .bpi-plan--featured .bpi-price__val,
.elementor-widget-blossom_price_items .bpi-plan--featured .bpi-price__pre,
.elementor-widget-blossom_price_items .bpi-plan--featured .bpi-price__suf,
.elementor-widget-blossom_price_items .bpi-plan--featured .bpi-price__note,
.elementor-widget-blossom_price_items .bpi-plan--featured .bpi-features__item,
.elementor-widget-blossom_price_items .bpi-plan--featured .bpi-features__heading {
    color: rgba(255,255,255,0.9);
}

.elementor-widget-blossom_price_items .bpi-plan--featured .bpi-features__item--inactive {
    color: rgba(255,255,255,0.35) !important;
}

.elementor-widget-blossom_price_items .bpi-plan--featured .bpi-plan__cta {
    background-color: #ffffff;
    color: #1e1b4b;
}

/* ================================================================
 *  BADGE
 * ================================================================ */
.elementor-widget-blossom_price_items .bpi-plan__badge-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    pointer-events: none;
}

.elementor-widget-blossom_price_items .bpi-plan__badge-wrap--top-left   { justify-content: flex-start; padding: 16px 16px 0; }
.elementor-widget-blossom_price_items .bpi-plan__badge-wrap--top-center { justify-content: center; transform: translateY(-50%); }
.elementor-widget-blossom_price_items .bpi-plan__badge-wrap--top-right  { justify-content: flex-end; padding: 16px 16px 0; }

.elementor-widget-blossom_price_items .bpi-badge {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
    background-color: #6366f1;
    color: #ffffff;
    padding: 5px 14px;
    border-radius: 999px;
    line-height: 1;
}

.elementor-widget-blossom_price_items .bpi-badge--inline {
    position: static;
    font-size: 0.65em;
    vertical-align: middle;
    margin-left: 8px;
}

/* ================================================================
 *  PLAN ICON
 * ================================================================ */
.elementor-widget-blossom_price_items .bpi-plan__icon {
    display: flex;
    align-items: center;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 16px;
}

.elementor-widget-blossom_price_items .bpi-plan__icon svg {
    display: block;
    width: 1em;
    height: 1em;
}

/* ================================================================
 *  PLAN NAME + DESC
 * ================================================================ */
.elementor-widget-blossom_price_items .bpi-plan__name {
    margin: 0 0 8px;
    padding: 0;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.elementor-widget-blossom_price_items .bpi-plan__desc {
    margin: 0 0 4px;
    padding: 0;
    font-size: 0.9rem;
    line-height: 1.5;
    opacity: 0.75;
}

/* ================================================================
 *  PRICE AREA
 * ================================================================ */
.elementor-widget-blossom_price_items .bpi-plan__price-area {
    margin: 16px 0;
}

.elementor-widget-blossom_price_items .bpi-plan__price-area--divider {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.elementor-widget-blossom_price_items .bpi-price {
    display: flex;
    align-items: baseline;
    line-height: 1;
    flex-wrap: wrap;
    gap: 2px;
}

.elementor-widget-blossom_price_items .bpi-price__pre {
    font-size: 1.5rem;
    font-weight: 700;
    align-self: flex-start;
    margin-top: 6px;
}

.elementor-widget-blossom_price_items .bpi-price__val {
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.03em;
}

.elementor-widget-blossom_price_items .bpi-price__suf {
    font-size: 0.9rem;
    font-weight: 500;
    opacity: 0.65;
    align-self: flex-end;
    margin-bottom: 4px;
}

.elementor-widget-blossom_price_items .bpi-price__note {
    font-size: 0.8rem;
    opacity: 0.6;
    margin: 6px 0 0;
    padding: 0;
}

/* Toggle: period 2 hidden by default */
.elementor-widget-blossom_price_items .bpi-price--2,
.elementor-widget-blossom_price_items .bpi-pnote--2 {
    display: none;
}

.elementor-widget-blossom_price_items .bpi--period-2 .bpi-price--1,
.elementor-widget-blossom_price_items .bpi--period-2 .bpi-pnote--1 {
    display: none;
}

.elementor-widget-blossom_price_items .bpi--period-2 .bpi-price--2 {
    display: flex;
}

.elementor-widget-blossom_price_items .bpi--period-2 .bpi-pnote--2 {
    display: block;
}

/* ================================================================
 *  FEATURES LIST
 * ================================================================ */
.elementor-widget-blossom_price_items .bpi-plan__features-wrap {
    margin-top: 20px;
    flex: 1;
}

.elementor-widget-blossom_price_items .bpi-features {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.elementor-widget-blossom_price_items .bpi-features__heading {
    font-size: 0.85rem;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0;
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.elementor-widget-blossom_price_items .bpi-features__item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.9rem;
    line-height: 1.45;
}

.elementor-widget-blossom_price_items .bpi-features__item::before {
    flex-shrink: 0;
    font-weight: 700;
    line-height: 1.45;
    color: #22c55e;
    font-size: 0.9em;
}

.bpi-features--check .bpi-features__item::before        { content: '✓'; }
.bpi-features--check-circle .bpi-features__item::before { content: '✔'; font-size: 0.8em; }
.bpi-features--dash .bpi-features__item::before         { content: '—'; opacity: 0.5; color: inherit; }
.bpi-features--dot .bpi-features__item::before          { content: '•'; }
.bpi-features--none .bpi-features__item::before         { content: none; }

.elementor-widget-blossom_price_items .bpi-features__item--inactive {
    opacity: 0.35;
}

.elementor-widget-blossom_price_items .bpi-features__item--inactive::before {
    content: '–' !important;
    color: inherit !important;
    opacity: 0.5;
}

/* ================================================================
 *  CTA BUTTON
 * ================================================================ */
.elementor-widget-blossom_price_items .bpi-plan__cta-wrap {
    margin-top: auto;
    padding-top: 20px;
}

.elementor-widget-blossom_price_items .bpi-plan__cta {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 14px 28px;
    border-radius: 999px;
    background-color: #111827;
    color: #ffffff;
    border: 2px solid transparent;
    transition: background-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease, transform 0.15s ease;
    line-height: 1.2;
    white-space: nowrap;
    cursor: pointer;
}

.elementor-widget-blossom_price_items .bpi-plan__cta:hover {
    opacity: 0.88;
    transform: translateY(-1px);
}

.elementor-widget-blossom_price_items .bpi-plan__cta-note {
    font-size: 0.78rem;
    text-align: center;
    margin: 8px 0 0;
    padding: 0;
    opacity: 0.55;
}

/* ================================================================
 *  TOGGLE (billing switch)
 * ================================================================ */
.elementor-widget-blossom_price_items .bpi-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.elementor-widget-blossom_price_items .bpi-toggle__label {
    font-size: 0.9rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    user-select: none;
}

.elementor-widget-blossom_price_items .bpi-toggle__switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
    cursor: pointer;
    flex-shrink: 0;
}

.elementor-widget-blossom_price_items .bpi-toggle__input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.elementor-widget-blossom_price_items .bpi-toggle__track {
    position: absolute;
    inset: 0;
    background-color: #d1d5db;
    border-radius: 999px;
    transition: background-color 0.22s ease;
}

.elementor-widget-blossom_price_items .bpi-toggle__track::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    transition: transform 0.22s ease;
}

.elementor-widget-blossom_price_items .bpi-toggle__input:checked ~ .bpi-toggle__track {
    background-color: #6366f1;
}

.elementor-widget-blossom_price_items .bpi-toggle__input:checked ~ .bpi-toggle__track::before {
    transform: translateX(20px);
}

.elementor-widget-blossom_price_items .bpi-toggle__input:focus-visible ~ .bpi-toggle__track {
    outline: 2px solid #6366f1;
    outline-offset: 2px;
}

.elementor-widget-blossom_price_items .bpi-toggle__save {
    font-size: 0.72rem;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 999px;
    background-color: #86efac;
    color: #166534;
    white-space: nowrap;
}

/* ================================================================
 *  RESPONSIVE
 * ================================================================ */
@media (max-width: 767px) {
    .elementor-widget-blossom_price_items .bpi__grid {
        grid-template-columns: 1fr !important;
    }
}

/* ================================================================
 *  SKIN: SEGMENT (referencyjny cennik)
 * ================================================================ */
.elementor-widget-blossom_price_items .bpi--skin-segment .bpi-plan__shell {
    position: relative;
    height: 100%;
}

.elementor-widget-blossom_price_items .bpi--skin-segment .bpi-plan__float-badge {
    text-align: center;
    position: relative;
    z-index: 3;
    margin-bottom: -10px;
}

.elementor-widget-blossom_price_items .bpi--skin-segment .bpi-badge--float {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 999px;
    background-color: #4b5563;
    color: #ffffff;
}

.elementor-widget-blossom_price_items .bpi--skin-segment .bpi-plan--segment {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #e5e5e5;
    background: #ffffff;
    box-shadow: none;
}

.elementor-widget-blossom_price_items .bpi--skin-segment .bpi-plan--seg-highlight {
    border-width: 2px;
    border-color: #eab308;
}

.elementor-widget-blossom_price_items .bpi--skin-segment .bpi-plan__band {
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 16px;
    background-color: #e8e8e8;
}

.elementor-widget-blossom_price_items .bpi--skin-segment .bpi-plan--seg-highlight .bpi-plan__band {
    background-color: #fde047;
}

.elementor-widget-blossom_price_items .bpi--skin-segment .bpi-plan__band-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
}

.elementor-widget-blossom_price_items .bpi--skin-segment .bpi-plan__band-title {
    font-size: 1rem;
    font-weight: 800;
    text-align: center;
    text-transform: none;
    letter-spacing: 0.02em;
    color: #111111;
}

.elementor-widget-blossom_price_items .bpi--skin-segment .bpi-plan--seg-highlight .bpi-plan__band-title {
    font-weight: 900;
}

.elementor-widget-blossom_price_items .bpi--skin-segment .bpi-plan__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 24px 20px 20px;
    text-align: center;
}

.elementor-widget-blossom_price_items .bpi--skin-segment .bpi-plan__price-area--segment {
    margin: 0 0 8px;
    text-align: center;
}

.elementor-widget-blossom_price_items .bpi--skin-segment .bpi-plan__price-area--segment .bpi-price {
    justify-content: center;
}

.elementor-widget-blossom_price_items .bpi--skin-segment .bpi-plan__price-area--segment .bpi-price__val {
    font-size: 2.25rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.elementor-widget-blossom_price_items .bpi--skin-segment .bpi-plan__discount {
    margin: 6px 0 0;
    padding: 0;
    font-size: 0.75rem;
    font-weight: 600;
    color: #6b7280;
}

.elementor-widget-blossom_price_items .bpi-plan__price-area--dual-discount .bpi-plan__discount--2 {
    display: none;
}

.elementor-widget-blossom_price_items .bpi--period-2 .bpi-plan__price-area--dual-discount .bpi-plan__discount--1 {
    display: none;
}

.elementor-widget-blossom_price_items .bpi--period-2 .bpi-plan__price-area--dual-discount .bpi-plan__discount--2 {
    display: block;
}

.elementor-widget-blossom_price_items .bpi--skin-segment .bpi-price__note--billing {
    margin-top: 8px;
    font-size: 0.85rem;
    font-weight: 700;
    color: #111111;
    opacity: 1;
}

.elementor-widget-blossom_price_items .bpi--skin-segment .bpi-plan__audience {
    margin: 10px 0 0;
    padding: 0;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #6b7280;
}

.elementor-widget-blossom_price_items .bpi--skin-segment .bpi-plan__seg-intro {
    margin: 16px 0 0;
    padding: 0;
    font-size: 0.8rem;
    font-style: italic;
    line-height: 1.45;
    color: #4b5563;
    text-align: left;
}

.elementor-widget-blossom_price_items .bpi--skin-segment .bpi-plan__cta-wrap {
    margin-top: 20px;
    padding-top: 0;
}

.elementor-widget-blossom_price_items .bpi--skin-segment .bpi-plan__cta--ghost {
    background: #ffffff;
    color: #111111;
    border: 2px solid #111111;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    font-weight: 700;
}

.elementor-widget-blossom_price_items .bpi--skin-segment .bpi-plan__cta--solid {
    background: #111111;
    color: #ffffff;
    border: 2px solid #111111;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    font-weight: 700;
}

.elementor-widget-blossom_price_items .bpi--skin-segment .bpi-plan__features-wrap {
    margin-top: 20px;
    text-align: left;
}

.elementor-widget-blossom_price_items .bpi--skin-segment .bpi-features--segment .bpi-features__group-title {
    list-style: none;
    margin: 16px 0 8px;
    padding: 0;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #374151;
}

.elementor-widget-blossom_price_items .bpi--skin-segment .bpi-features--segment .bpi-features__group-title::before {
    content: none;
}

.elementor-widget-blossom_price_items .bpi--skin-segment .bpi-features--segment .bpi-features__intro-line {
    list-style: none;
    margin: 0 0 12px;
    padding: 0;
    font-size: 0.8rem;
    font-style: italic;
    line-height: 1.45;
    color: #4b5563;
}

.elementor-widget-blossom_price_items .bpi--skin-segment .bpi-features--segment .bpi-features__intro-line::before {
    content: none;
}

.elementor-widget-blossom_price_items .bpi--skin-segment .bpi-plan__seg-footer {
    margin: 20px 0 0;
    padding: 0;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #9ca3af;
    text-align: center;
}

/* Toggle — segment (pill) */
.elementor-widget-blossom_price_items .bpi-toggle--segment {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
    position: relative;
}

.elementor-widget-blossom_price_items .bpi-toggle--segment .bpi-toggle__input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.elementor-widget-blossom_price_items .bpi-toggle--segment .bpi-toggle__segment-inner {
    display: inline-flex;
    padding: 4px;
    border-radius: 999px;
    background-color: #e5e5e5;
    gap: 0;
}

.elementor-widget-blossom_price_items .bpi-toggle--segment .bpi-seg-btn {
    border: none;
    background: transparent;
    margin: 0;
    padding: 10px 26px;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    border-radius: 999px;
    cursor: pointer;
    color: #111111;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.elementor-widget-blossom_price_items .bpi-toggle--segment .bpi-seg-btn--active {
    background-color: #111111;
    color: #ffffff;
}

.elementor-widget-blossom_price_items .bpi--skin-segment .bpi-plan--segment .bpi-plan__badge-wrap {
    /* badge na karcie (nie „above”) */
    top: 8px;
}

/* Segment: nie używamy ciemnej „featured” z klasy globalnej */
.elementor-widget-blossom_price_items .bpi--skin-segment .bpi-plan--segment.bpi-plan--featured {
    background: #ffffff;
    border-color: #e5e5e5;
    color: inherit;
}

.elementor-widget-blossom_price_items .bpi--skin-segment .bpi-plan--segment.bpi-plan--featured.bpi-plan--seg-highlight {
    border-color: #eab308;
}

/* Toggle: Stack / SaaS — linie okresu (jak cena) */
.elementor-widget-blossom_price_items .bpi-tk-lead--2,
.elementor-widget-blossom_price_items .bpi-saas-sublabel--2 {
    display: none;
}

.elementor-widget-blossom_price_items .bpi--period-2 .bpi-tk-lead--1 {
    display: none;
}

.elementor-widget-blossom_price_items .bpi--period-2 .bpi-tk-lead--2 {
    display: block;
}

.elementor-widget-blossom_price_items .bpi--period-2 .bpi-saas-sublabel--1 {
    display: none;
}

.elementor-widget-blossom_price_items .bpi--period-2 .bpi-saas-sublabel--2 {
    display: block;
}

/* ================================================================
 *  SKIN: STACK (nagłówek kafel + CTA + lista kropkowana)
 * ================================================================ */
.elementor-widget-blossom_price_items .bpi--skin-stacked .bpi-plan--stacked {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px 16px 24px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #ffffff;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.elementor-widget-blossom_price_items .bpi--skin-stacked .bpi-plan__tk-header {
    display: flex;
    flex-direction: column;
    min-height: 132px;
    padding: 18px 18px 16px;
    background-color: #f3f4f6;
    border-radius: 20px;
}

.elementor-widget-blossom_price_items .bpi--skin-stacked .bpi-plan--tk-grad .bpi-plan__tk-header {
    background: linear-gradient(125deg, #2563eb 0%, #7c3aed 48%, #e11d48 100%);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.elementor-widget-blossom_price_items .bpi--skin-stacked .bpi-plan--tk-grad .bpi-plan__tk-header::after {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.18;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.elementor-widget-blossom_price_items .bpi--skin-stacked .bpi-plan__tk-header-top {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.elementor-widget-blossom_price_items .bpi--skin-stacked .bpi-plan__tk-title {
    margin: 0;
    padding: 0;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.25;
    color: inherit;
}

.elementor-widget-blossom_price_items .bpi--skin-stacked .bpi-plan--tk-grad .bpi-plan__tk-title {
    color: #ffffff;
}

.elementor-widget-blossom_price_items .bpi--skin-stacked .bpi-badge--tk-outline {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid rgba(17, 17, 17, 0.45);
    background: transparent;
    color: #111111;
}

.elementor-widget-blossom_price_items .bpi--skin-stacked .bpi-plan--tk-grad .bpi-badge--tk-outline {
    border-color: rgba(255, 255, 255, 0.9);
    color: #ffffff;
}

.elementor-widget-blossom_price_items .bpi--skin-stacked .bpi-plan__tk-header-price {
    position: relative;
    z-index: 1;
    margin-top: auto;
    padding-top: 12px;
}

.elementor-widget-blossom_price_items .bpi--skin-stacked .bpi-tk-lead {
    margin: 0 0 6px;
    padding: 0;
    font-size: 0.72rem;
    font-weight: 500;
    line-height: 1.35;
    opacity: 0.92;
}

.elementor-widget-blossom_price_items .bpi--skin-stacked .bpi-plan--tk-grad .bpi-tk-lead {
    color: rgba(255, 255, 255, 0.92);
}

.elementor-widget-blossom_price_items .bpi--skin-stacked .bpi-plan__tk-header .bpi-price {
    margin: 0;
}

.elementor-widget-blossom_price_items .bpi--skin-stacked .bpi-plan__tk-header .bpi-price__val {
    font-size: 1.85rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.elementor-widget-blossom_price_items .bpi--skin-stacked .bpi-plan__tk-header .bpi-price__pre,
.elementor-widget-blossom_price_items .bpi--skin-stacked .bpi-plan__tk-header .bpi-price__suf {
    font-size: 0.95rem;
    font-weight: 600;
    opacity: 0.85;
}

.elementor-widget-blossom_price_items .bpi--skin-stacked .bpi-plan--tk-grad .bpi-plan__tk-header .bpi-price__pre,
.elementor-widget-blossom_price_items .bpi--skin-stacked .bpi-plan--tk-grad .bpi-plan__tk-header .bpi-price__val,
.elementor-widget-blossom_price_items .bpi--skin-stacked .bpi-plan--tk-grad .bpi-plan__tk-header .bpi-price__suf {
    color: #ffffff;
}

.elementor-widget-blossom_price_items .bpi--skin-stacked .bpi-plan__cta-wrap--tk {
    margin-top: 16px;
    padding-top: 0;
}

.elementor-widget-blossom_price_items .bpi--skin-stacked .bpi-plan__cta--tk-black {
    background-color: #111111;
    color: #ffffff;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 14px 20px;
}

.elementor-widget-blossom_price_items .bpi--skin-stacked .bpi-plan__cta--tk-muted {
    background-color: #4b5563;
    color: #ffffff;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 14px 20px;
}

.elementor-widget-blossom_price_items .bpi--skin-stacked .bpi-plan__features-wrap--stacked {
    flex: 1;
    margin-top: 18px;
}

.elementor-widget-blossom_price_items .bpi--skin-stacked .bpi-features--stacked {
    gap: 0;
}

.elementor-widget-blossom_price_items .bpi--skin-stacked .bpi-features--stacked .bpi-features__item,
.elementor-widget-blossom_price_items .bpi--skin-stacked .bpi-features--stacked .bpi-features__tk-lead,
.elementor-widget-blossom_price_items .bpi--skin-stacked .bpi-features--stacked .bpi-features__group-title {
    padding: 12px 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.18);
    margin: 0;
}

.elementor-widget-blossom_price_items .bpi--skin-stacked .bpi-features--stacked li:last-child {
    border-bottom: none;
}

.elementor-widget-blossom_price_items .bpi--skin-stacked .bpi-features--stacked .bpi-features__group-title::before,
.elementor-widget-blossom_price_items .bpi--skin-stacked .bpi-features--stacked .bpi-features__tk-lead::before {
    content: none;
}

.elementor-widget-blossom_price_items .bpi--skin-stacked .bpi-features--stacked .bpi-features__tk-lead {
    font-size: 0.82rem;
    font-weight: 500;
    opacity: 0.88;
}

/* ================================================================
 *  SKIN: SAAS (karty + gradient + CTA ze strzałką)
 * ================================================================ */
.elementor-widget-blossom_price_items .bpi--skin-saas .bpi-plan--saas {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #ffffff;
    box-shadow: 0 4px 28px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

.elementor-widget-blossom_price_items .bpi--skin-saas .bpi-plan__saas-inner {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 32px 28px 28px;
    height: 100%;
}

.elementor-widget-blossom_price_items .bpi--skin-saas .bpi-plan--sf-glow .bpi-plan__saas-inner {
    background: linear-gradient(110deg, #ffffff 0%, #ffffff 52%, rgba(99, 102, 241, 0.1) 88%, rgba(129, 140, 248, 0.2) 100%);
}

.elementor-widget-blossom_price_items .bpi--skin-saas .bpi-plan__saas-title {
    margin: 0 0 8px;
    padding: 0;
    font-size: 1.35rem;
    font-weight: 700;
    color: #111111;
    line-height: 1.2;
}

.elementor-widget-blossom_price_items .bpi--skin-saas .bpi-plan__saas-sub {
    margin: 0 0 20px;
    padding: 0;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #6b7280;
}

.elementor-widget-blossom_price_items .bpi--skin-saas .bpi-plan__saas-price-block {
    margin-bottom: 8px;
}

.elementor-widget-blossom_price_items .bpi--skin-saas .bpi-plan__saas-price-block .bpi-price__val {
    font-size: 2.75rem;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.elementor-widget-blossom_price_items .bpi--skin-saas .bpi-saas-sublabel {
    margin: 6px 0 0;
    padding: 0;
    font-size: 0.82rem;
    color: #9ca3af;
    font-weight: 500;
}

.elementor-widget-blossom_price_items .bpi--skin-saas .bpi-plan__cta-wrap--saas {
    margin-top: 22px;
    padding-top: 0;
}

.elementor-widget-blossom_price_items .bpi--skin-saas .bpi-plan__cta--saas {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    background-color: #111111;
    color: #ffffff;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 14px 22px;
}

.elementor-widget-blossom_price_items .bpi--skin-saas .bpi-plan__cta-arrow {
    font-size: 1.1rem;
    line-height: 1;
    opacity: 0.95;
}

.elementor-widget-blossom_price_items .bpi--skin-saas .bpi-plan__features-wrap {
    margin-top: 24px;
}

.elementor-widget-blossom_price_items .bpi--skin-saas .bpi-features__heading {
    text-transform: none;
    letter-spacing: 0;
    font-size: 0.88rem;
    font-weight: 600;
    opacity: 0.55;
    margin-bottom: 12px;
}

.elementor-widget-blossom_price_items .bpi--skin-saas .bpi-plan__saas-footer {
    margin: 20px 0 0;
    padding: 0;
    font-size: 0.78rem;
    color: #9ca3af;
    line-height: 1.45;
}

.elementor-widget-blossom_price_items .bpi--skin-saas .bpi-toggle--segment .bpi-seg-btn--active {
    background-color: #6366f1;
    color: #ffffff;
}
