.pp-pricing {
    padding: 100px 0;
    background: #FBFCFE;
}
.pp-pricing__container {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 40px;
}
/* Header */
.pp-pricing__header {
    text-align: center;
    margin-bottom: 83px;
}
.pp-pricing__label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(0, 0, 0, 0.50);
    margin-bottom: 6px;
    line-height: 28px;
}
.pp-pricing__title {
    font-size: 38px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 4px;
    line-height: 54px;
}
.pp-pricing__subtitle {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.80);
    line-height: 28px;
    margin: 0;
    font-weight: 400;
}
a.btn-view-pricing {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.80);
    line-height: 28px;
    margin: 0;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s;
}
a.btn-view-pricing:hover {
    color: #3040CF;
}

.pp-pricing__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: start;
}

/* Card Wrap */
.pp-card-wrap {
    position: relative;
}
.pp-card-wrap--recommended {

}

/* Badge */
.pp-card__badge {
    position: absolute;
    top: -33px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    color: rgba(48, 64, 207, 0.87);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: #DDE0FF;
    border-radius: 16px 16px 0 0;
    line-height: 15px;
    padding: 10px 10px 21px;
    z-index: 1;
}

/* Card */
.pp-card {
    background: #ffffff;
    border: 1px solid rgba(224, 229, 237, 1);
    border-radius: 16px;
    padding: 30px 23px;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
}
.pp-card--recommended {
    border: 2px solid #3040CF;
    position: relative;
    z-index: 2;
}

/* Name */
.pp-card__name {
    font-size: 20px;
    font-weight: 450;
    color: #000;
    margin: 0 0 5px;
    line-height: 26px;
}

/* Price Row */
.pp-card__price-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 25px;
}
.pp-card__price {
    font-size: 18px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.8);
    line-height: 22px;
}
.pp-card__period {
    font-size: 16px;
    color: rgba(75, 87, 104, 1);
    font-weight: 300;
    line-height: 19px;
}
.pp-card__custom-price {
    font-size: 16px;
    color: #4B5768;
    font-weight: 300;
    line-height: 19px;
    align-self: center;
}

/* Button */
a.pp-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 11px 24px 13px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
    line-height: 1;
    align-self: flex-start;
    white-space: nowrap;
    text-decoration: none;
    border: 1px solid #0A0A0A;
    color: #0A0A0A;
    margin: 0 0 30px;
}
a.pp-card__btn svg {
    margin-top: 2px;
    transition: all ease-in-out 0.2s;
}
a.pp-card__btn:hover {
    text-decoration: none;
    background: #272727;
    border-color: #272727;
    color: #fff;
}
a.pp-card__btn:hover:hover svg {
    transform: translateX(5px);
}
a.pp-card__btn:hover:hover svg path {
    fill: #fff;
}
a.pp-card__btn--dark {
    background: #000;
    color: #fff;
}
a.pp-card__btn--dark:hover {
    text-decoration: none;
    background: #272727;
    border-color: #272727;
    color: #fff;
}
a.pp-card__btn--dark:hover:hover svg {
    transform: translateX(5px);
}
a.pp-card__btn--dark:hover:hover svg path {
    fill: #fff;
}

/* Features List */
.pp-card__features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}
.pp-card__feature {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.80);
    font-weight: 400;
    line-height: 20px;
    padding: 0;
}
.pp-card__feature:before {
    display: none;
}
.pp-card__check {
    display: flex;
    flex-shrink: 0;
}
.pp-card__check svg {
    display: block;
}

/* Add-on Box */
.pp-card__addon {
    margin-top: 30px;
    background: #F0F1FF;
    border-radius: 8px;
    padding: 20px;
}
.pp-card__addon-title {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
    margin: 0 0 10px;
    line-height: 20px;
    font-weight: 500;
}
.pp-card__addon-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.pp-card__addon-list li {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.80);
    line-height: 20px;
    font-weight: 400;
}
.pp-card__addon-list li:before {
    display: none;
}

/* Note Box (Enterprise) */
.pp-card__note {
    margin-top: 30px;
    background: #F0F1FF;
    border-radius: 8px;
    padding: 20px;
}
.pp-card__note p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
    margin: 0;
    line-height: 20px;
    font-weight: 500;
    font-style: italic;
    text-align: center;
}

/* Responsive — Tablet */
@media (max-width: 1100px) {
    .pp-pricing__container {
        padding: 0 24px;
    }
    .pp-pricing__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

/* Responsive — Mobile */
@media (max-width: 1024px) {
    .pp-pricing__header {
        margin-bottom: 50px;
    }
    .pp-pricing__grid {
        align-items: stretch;
    }
    .pp-card-wrap--recommended {
        margin-top: 33px;
    }
}
@media (max-width: 767px) {
    .pp-pricing__grid {
        align-items: stretch;
    }
    .pp-pricing {
        padding: 60px 0 80px;
    }
    .pp-pricing__container {
        padding: 0 16px;
    }
    .pp-pricing__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .pp-card__price {
        font-size: 30px;
    }
    .pp-card__name {
        font-size: 20px;
       margin-bottom: 15px;
    }
}
