/* ==========================================================================
   Layout: Pricing Table
   Heading → blue plan card (2-col) → "What's included" 4-col feature grid
   ========================================================================== */

/* Section ----------------------------------------------------------------- */

.pb-prt {
    padding: 100px 16px 80px;
}

.pb-prt__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
}

/* Section heading --------------------------------------------------------- */

.pb-prt__heading {
font-family: var(--second-family);
font-weight: 550;
font-size: 54px;
line-height: 119%;
letter-spacing: -0.02em;
text-align: center;
    text-align: center;
    margin: 0 0 60px;
}

.pb-prt__heading strong {
    font-weight: 700;
}
.pb-prt__features{
    position: relative;
}

.pb-prt__features:after{
    content: '';
    display: block;
    width: calc(100% + 80px);
    height: calc(100% + 230px);
    position: absolute;
    left: -40px;
    bottom: -40px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.01), 0 6px 17px 0 rgba(0, 0, 0, 0.01), 0 15px 40px 0 rgba(0, 0, 0, 0.02);
    background: var(--base-white);
    border: 1px solid var(--base-border-black);
    border-radius: 8px;
    z-index: 1;
}
.pb-prt__plan,
.pb-prt__features *{
    position: relative;
    z-index: 2;
}
/* Blue plan card ---------------------------------------------------------- */

.pb-prt__plan {
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.02), 0 4px 22px 0 rgba(0, 0, 0, 0.04), 0 10px 58px 0 rgba(0, 0, 0, 0.05), 0 19px 134px 0 rgba(0, 0, 0, 0.07);
background: var(--brand-blue-500);
  border-radius: 8px;
    padding: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-bottom: 60px;
}

/* Plan left */

.pb-prt__plan-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
}

.pb-prt__plan-title {
font-family: var(--second-family);
font-weight: 550;
font-size: 26px;
line-height: 131%;
letter-spacing: -0.01em;
color: var(--base-white);
    margin: 0 0 12px;
}

.pb-prt__plan-desc {
font-family: var(--font-family);
font-weight: 500;
font-size: 16px;
line-height: 150%;
letter-spacing: 0.01em;
color: var(--white-transparent-80);
    margin: 0 0 34px;
}

.pb-prt__plan-price {
font-family: var(--second-family);
font-weight: 600;
font-size: 18px;
line-height: 133%;
letter-spacing: 0.01em;
color: var(--base-white);
    margin: 0 0 24px;
}

.pb-prt__plan-left .gfBtn {
    width: 100%;
    justify-content: center;
    position: relative;
    padding-right: 60px;
}

.pb-prt__plan-left .gfBtn .gfBtn__arrow {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0;
}

/* Plan right — bullet list */

.pb-prt__plan-items {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.pb-prt__plan-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pb-prt__plan-item-head {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pb-prt__plan-item-icon {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.pb-prt__plan-item-title {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 18px;
    line-height: 133%;
    letter-spacing: 0.01em;
    color: var(--base-white);
}

.pb-prt__plan-item-desc {
font-family: var(--font-family);
font-weight: 500;
font-size: 14px;
line-height: 157%;
letter-spacing: 0.02em;
margin: 0;
color: var(--white-transparent-80);
    padding-left: 30px; /* aligns under title, past the icon */
}

/* Features section -------------------------------------------------------- */

.pb-prt__features-label {
font-family: var(--font-family);
font-weight: 500;
font-size: 15px;
line-height: 160%;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #000;
opacity: 0.5;
    margin: 0 0 32px;
}

.pb-prt__features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px 48px;
}

/* Feature item */

.pb-prt__feat {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.pb-prt__feat-head {
    display: flex;
    align-items: center;
    gap: 14px;
}

.pb-prt__feat-icon-box {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 10px;
    background: rgba(31, 93, 248, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pb-prt__feat-icon-box img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: block;
}

.pb-prt__feat-title {
font-family: var(--second-family);
font-weight: 600;
font-size: 18px;
line-height: 133%;
letter-spacing: 0.01em;
color: var(--base-black);
    margin: 0;
}

/* WYSIWYG list — styled with blue checkmark icon -------------------------- */

.pb-prt__feat-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.pb-prt__feat-content ul li {
font-family: var(--font-family);
font-weight: 500;
font-size: 16px;
line-height: 150%;
letter-spacing: 0.01em;
color: var(--text-subtle);
    padding-left: 28px;
    position: relative;
}

/* Blue checkmark icon via CSS background-image */
.pb-prt__feat-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.49953 11.3787L14.3938 4.48438L15.4545 5.54503L7.49953 13.5L2.72656 8.72703L3.78723 7.66638L7.49953 11.3787Z' fill='%231B5DF8'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
}

/* WP auto-generated p tags inside wysiwyg — ignore */
.pb-prt__feat-content > p {
    font-family: var(--font-family);
    font-size: 15px;
    line-height: 155%;
    color: var(--text-base);
    margin: 0;
}

/* Responsive -------------------------------------------------------------- */

@media (max-width: 1100px) {
    .pb-prt__features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 36px 48px;
    }

    .pb-prt__heading {
        font-size: 40px;
    }
}

@media (max-width: 860px) {
    .pb-prt__plan {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 40px 32px;
    }

    .pb-prt__plan-left .gfBtn {
        width: auto;
    }
}

@media (max-width: 768px) {
    .pb-prt {
        padding: 72px 16px 56px;
    }

    .pb-prt__heading {
        font-size: 32px;
    }

    .pb-prt__plan {
        padding: 32px 24px;
    }

    .pb-prt__features-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .pb-prt__heading{
        font-size: 28px;
line-height: 129%;
letter-spacing: -0.02em;
margin-bottom: 24px;
    }
    .pb-prt__plan-title{
        font-size: 20px;
line-height: 140%;
margin-bottom: 12px;
    }
    .pb-prt__plan-desc{
        font-size: 14px;
line-height: 157%;
letter-spacing: 0.02em;
margin-bottom: 16px;
    }
    .pb-prt__plan-price{
        font-size: 16px;
line-height: 150%;
letter-spacing: 0.01em;
margin-bottom: 24px;
    }
    .pb-prt__plan-item-title{
        font-size: 16px;
line-height: 150%;
letter-spacing: 0.01em;
    }
    .pb-prt__features-label{
        display: none;
    }
    .pb-prt__plan{
        margin-bottom: 32px;
    }
    .pb-prt__feat-title{
        font-size: 16px;
line-height: 150%;
letter-spacing: 0.01em;
    }
    .pb-prt__feat-content ul{
        gap: 16px;
    }
    .pb-prt__feat-content ul li{
        font-size: 14px;
line-height: 157%;
letter-spacing: 0.02em;
    }
    .pb-prt__feat{
        gap: 16px;
    }
    .pb-prt__features:after{
        left: 0;
        width: 100%;
    }
    .pb-prt__inner {

    padding-left: 0;
    padding-right: 0;
}
.pb-prt__features{
    padding-left: 16px;
    padding-right: 16px;
}
}
