.pt-e39c1f1d-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px;
    box-sizing: border-box;
}
.pt-e39c1f1d-icon {
    display: inline-flex;
    margin-bottom: 20px;
    font-size: 40px;
}
.pt-e39c1f1d-title {
    margin: 0 0 10px;
}
.pt-e39c1f1d-subtitle {
    margin: 0 0 15px;
    opacity: 0.8;
}
.pt-e39c1f1d-price {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0 0 10px;
}
.pt-e39c1f1d-slashed-price {
    font-size: 1.5rem;
    color: #888;
    text-decoration: line-through;
    margin: 0 0 25px;
}
.pt-e39c1f1d-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    width: 100%;
    text-align: left;
}
.pt-e39c1f1d-feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.pt-e39c1f1d-feature-icon {
    margin-right: 12px;
    display: inline-flex;
}
.pt-e39c1f1d-feature-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}
.pt-e39c1f1d-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}
.pt-e39c1f1d-button-icon {
    display: inline-flex;
}
.pt-e39c1f1d-button-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}