.pt-wrapper-f822c71c {
    font-family: 'Manrope', system-ui, sans-serif;
    background-color: #ffffff;
    color: #333333;
    padding: 50px 20px;
    box-sizing: border-box;
}

.pt-header-f822c71c {
    text-align: center;
    margin-bottom: 32px;
}

.pt-header-f822c71c h2 {
    font-family: 'Manrope', sans-serif !important;
    font-size: 2.2rem !important;
    font-weight: 700 !important;
    margin: 0 0 8px 0 !important;
    color: #2c0d12 !important;
    line-height: 1.2 !important;
}

.pt-header-f822c71c p {
    font-family: 'Work Sans', sans-serif !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    color: #888888 !important;
    margin: 0 !important;
}

/* ── Toggle ── */
.pt-toggle-f822c71c {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EAE3DE;
    border: 1px solid #d8d0c8;
    border-radius: 50px;
    padding: 5px;
    width: max-content;
    margin: 0 auto 40px auto;
}

.pt-tab-btn-f822c71c {
    font-family: 'Manrope', sans-serif;
    background: transparent;
    border: none;
    color: #666666;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pt-tab-btn-f822c71c:hover {
    background-color: #2c0d12;
    color: #ffffff;
}

.pt-tab-btn-f822c71c.active {
    background-color: #ffffff;
    color: #2c0d12;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.pt-tab-btn-f822c71c.active:hover {
    background-color: #ffffff;
    color: #2c0d12;
}

/* ── Container & Grid ── */
.pt-container-f822c71c {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.pt-grid-f822c71c {
    display: none;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    align-items: start;
}

.pt-grid-f822c71c.active {
    display: grid;
    opacity: 1;
}

.pt-grid-f822c71c.single-plan {
    grid-template-columns: minmax(300px, 540px);
    justify-content: center;
}

/* ── Base card ── */
.pt-card-f822c71c {
    background-color: #EAE3DE;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    padding: 32px 26px 28px 26px;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

.pt-card-f822c71c:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(44, 13, 18, 0.18);
}

/* ── Advanced Plan (dark featured card) ── */
.pt-popular-f822c71c {
    background-color: #2c0d12;
    border: 2px solid #f3ceb4;
    box-shadow: 0 0 40px rgba(44, 13, 18, 0.3);
    padding-top: 44px;
}

.pt-popular-f822c71c:hover {
    box-shadow: 0 20px 60px rgba(44, 13, 18, 0.55);
    transform: translateY(-8px);
}

.pt-popular-f822c71c .pt-card-header-f822c71c h3 {
    color: #EAE3DE !important;
}

.pt-popular-f822c71c .pt-price-f822c71c {
    color: #ffffff;
}

.pt-popular-f822c71c .pt-price-f822c71c span {
    color: rgba(255,255,255,0.5);
}

.pt-popular-f822c71c .pt-card-header-f822c71c p {
    color: rgba(255,255,255,0.55);
}

.pt-popular-f822c71c .pt-divider-f822c71c {
    background-color: rgba(255,255,255,0.12);
}

.pt-popular-f822c71c .pt-features-f822c71c li {
    color: rgba(255,255,255,0.85);
}

/* White check icon for dark card */
.pt-popular-f822c71c .pt-check-item-f822c71c::before {
    background-color: rgba(255,255,255,0.15) !important;
    color: #ffffff !important;
}

/* Dimmed cross icon for dark card */
.pt-popular-f822c71c .pt-cross-item-f822c71c::before {
    background-color: rgba(255,255,255,0.06) !important;
    color: rgba(255,255,255,0.35) !important;
}

.pt-popular-f822c71c .pt-btn-primary-f822c71c {
    background-color: #EAE3DE;
    color: #2c0d12;
    border: none;
}

.pt-popular-f822c71c .pt-btn-primary-f822c71c:hover {
    background-color: #d8d0c8;
}

/* ── Badge ── */
.pt-badge-f822c71c {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #f3ceb4;
    color: #2c0d12;
    padding: 5px 16px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
}

/* ── Card header ── */
.pt-card-header-f822c71c h3 {
    font-family: 'Manrope', sans-serif !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    margin: 0 0 10px 0 !important;
    color: #333333;
}

.pt-price-f822c71c {
    font-family: 'Manrope', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: #2c0d12;
    margin-bottom: 10px;
    line-height: 1.1;
}

.pt-price-f822c71c span {
    font-size: 0.95rem;
    font-weight: 400;
    color: gray;
}

.pt-card-header-f822c71c p {
    font-family: 'Work Sans', sans-serif;
    font-size: 0.9rem;
    color: gray;
    margin: 0 0 16px 0;
    line-height: 1.5;
    min-height: 40px;
}

/* ── Buttons ── */
.pt-btn-primary-f822c71c,
.pt-btn-secondary-f822c71c {
    font-family: 'Manrope', sans-serif;
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: auto;
}

.pt-btn-primary-f822c71c {
    background-color: #2c0d12;
    color: #ffffff;
    border: none;
}

.pt-btn-primary-f822c71c:hover {
    background-color: #4a161f;
}

.pt-btn-secondary-f822c71c {
    background-color: transparent;
    color: #2c0d12;
    border: 1px solid #2c0d12;
}

.pt-btn-secondary-f822c71c:hover {
    background-color: #2c0d12;
    color: #ffffff;
}

/* ── Divider ── */
.pt-divider-f822c71c {
    border: 0;
    height: 1px;
    background-color: #e5e5e5;
    margin: 16px 0 0 0;
}

/* ── Features list ── */
.pt-features-f822c71c {
    font-family: 'Work Sans', sans-serif;
    list-style: none !important;
    padding: 0 !important;
    margin: 22px 0 24px 0;
    flex-grow: 1;
}

.pt-features-f822c71c li {
    font-size: 0.9rem;
    color: #555555;
    margin-bottom: 9px;
    display: flex !important;
    align-items: flex-start;
    line-height: 1.45;
    padding-left: 0 !important;
}

.pt-features-f822c71c li:last-child {
    margin-bottom: 0;
}

/* ── CSS icon via ::before ── */
.pt-check-item-f822c71c,
.pt-cross-item-f822c71c {
    position: relative;
    padding-left: 0 !important;
    list-style: none !important;
}

.pt-check-item-f822c71c::before,
.pt-cross-item-f822c71c::before {
    content: '';
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px;
    border-radius: 50% !important;
    margin-right: 10px !important;
    margin-top: 2px;
    flex-shrink: 0;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 9px 9px !important;
}

/* Check — filled circle with a tick SVG */
.pt-check-item-f822c71c::before {
    background-color: #2c0d12 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 8'%3E%3Cpath d='M1 4l3 3 5-6' stroke='%23ffffff' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

/* Cross — muted circle with an x SVG */
.pt-cross-item-f822c71c::before {
    background-color: #e5e5e5 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M2 2l6 6M8 2l-6 6' stroke='%23999999' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E") !important;
}

/* ════════════════════════════════════════
   CAREER ACCESS PLAN CARD
════════════════════════════════════════ */

.pt-career-outer-f822c71c {
    padding: 0;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.pt-career-outer-f822c71c:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(44, 13, 18, 0.3);
}

.pt-career-intro-f822c71c {
    background-color: #fdf7f2;
    padding: 22px 26px 18px 26px;
    border-bottom: 1px solid #f0e6dc;
}

.pt-introducing-f822c71c {
    font-family: 'Manrope', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #999999;
    margin: 0 0 8px 0;
}

.pt-career-headline-f822c71c {
    font-family: 'Manrope', sans-serif !important;
    font-size: 1.45rem !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin: 0 0 2px 0 !important;
    line-height: 1.2 !important;
}

.pt-try-us-f822c71c {
    font-family: 'Manrope', sans-serif !important;
    font-size: 1.35rem !important;
    font-weight: 700 !important;
    font-style: italic !important;
    color: #2c0d12 !important;
    margin: 0 0 8px 0 !important;
    line-height: 1.2 !important;
}

.pt-career-subtext-f822c71c {
    font-family: 'Work Sans', sans-serif;
    font-size: 0.85rem;
    color: #555555;
    margin: 0;
    line-height: 1.5;
    min-height: unset;
}

.pt-career-card-f822c71c {
    background-color: #2c0d12;
    padding: 20px 26px 24px 26px;
    display: flex;
    flex-direction: column;
}

.pt-career-card-top-f822c71c {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.pt-career-label-f822c71c {
    font-family: 'Manrope', sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
}

.pt-career-tag-f822c71c {
    font-family: 'Manrope', sans-serif;
    font-size: 0.68rem;
    font-weight: 600;
    background-color: #EAE3DE;
    color: #2c0d12;
    padding: 3px 10px;
    border-radius: 20px;
}

.pt-career-price-f822c71c {
    font-family: 'Manrope', sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 4px;
    display: flex;
    align-items: flex-start;
}

.pt-career-currency-f822c71c {
    font-size: 1.3rem;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 2px;
    color: #ffffff;
}

.pt-career-duration-f822c71c {
    font-family: 'Work Sans', sans-serif;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.55);
    margin: 0 0 2px 0;
}

.pt-career-no-sub-f822c71c {
    font-family: 'Work Sans', sans-serif;
    font-size: 0.78rem;
    color: rgba(255,255,255,0.4);
    margin: 0 0 2px 0;
}

.pt-divider-dark-f822c71c {
    background-color: rgba(255,255,255,0.12) !important;
    margin: 12px 0 !important;
}

.pt-features-dark-f822c71c {
    margin: 10px 0 12px 0;
}

.pt-features-dark-f822c71c li {
    color: rgba(255,255,255,0.85);
    font-size: 0.85rem;
    margin-bottom: 7px;
}

/* White icons inside dark career card */
.pt-features-dark-f822c71c .pt-check-item-f822c71c::before {
    background-color: rgba(255,255,255,0.15) !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 8'%3E%3Cpath d='M1 4l3 3 5-6' stroke='%23ffffff' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

.pt-career-upgrade-note-f822c71c {
    font-family: 'Work Sans', sans-serif;
    font-size: 0.78rem;
    color: rgba(255,255,255,0.5);
    line-height: 1.5;
    margin: 0 0 6px 0;
    padding: 0 2px;
}

.pt-career-upgrade-note-f822c71c strong {
    color: rgba(255,255,255,0.82);
    font-weight: 600;
}

.pt-btn-career-f822c71c {
    background-color: #EAE3DE !important;
    color: #2c0d12 !important;
    border: none !important;
    margin-top: 14px;
}

.pt-btn-career-f822c71c:hover {
    background-color: #d8d0c8 !important;
}

/* ── Responsive ── */
@media (max-width: 992px) {
    .pt-grid-f822c71c {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .pt-grid-f822c71c {
        grid-template-columns: 1fr;
    }

    .pt-popular-f822c71c {
        transform: none;
    }

    .pt-popular-f822c71c:hover {
        transform: translateY(-6px);
    }

    .pt-career-intro-f822c71c {
        padding: 18px 20px 16px 20px;
    }

    .pt-career-card-f822c71c {
        padding: 18px 20px 22px 20px;
    }

    .pt-career-headline-f822c71c {
        font-size: 1.25rem !important;
    }

    .pt-try-us-f822c71c {
        font-size: 1.15rem !important;
    }
}