.pt-card-5123ff95 {
    position: relative;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pt-card-5123ff95.has-badge-5123ff95 {
    margin-top: 15px; /* Leave space for absolute-positioned floating badge */
}

.pt-badge-5123ff95 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000000;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 18px;
    border-radius: 20px;
    white-space: nowrap;
    z-index: 10;
}

.pt-tagline-5123ff95 {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 12px;
    opacity: 0.9;
}

.pt-title-5123ff95 {
    font-family: serif;
    font-size: 42px;
    font-weight: 400;
    margin: 0 0 16px 0;
    line-height: 1.1;
}

.pt-desc-5123ff95 {
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 30px 0;
    opacity: 0.85;
}

.pt-pricing-container-5123ff95 {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 30px;
}

.pt-price-main-5123ff95 {
    font-family: serif;
    font-size: 56px;
    line-height: 1;
}

.pt-price-sub-5123ff95 {
    font-size: 14px;
    opacity: 0.85;
}

.pt-features-5123ff95 {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex-grow: 1; /* Ensures button stays at bottom */
}

.pt-features-5123ff95 li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    line-height: 1.4;
}

.pt-check-5123ff95 {
    font-size: 14px;
    opacity: 0.9;
    flex-shrink: 0;
}

.pt-btn-wrapper-5123ff95 {
    margin-top: auto;
}

.pt-btn-5123ff95 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 18px 24px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: transform 0.2s ease, opacity 0.2s ease;
    box-sizing: border-box;
}

.pt-btn-5123ff95:hover {
    opacity: 0.95;
    transform: translateY(-1px);
}

.pt-btn-arrow-5123ff95 {
    font-size: 16px;
}
