.pricing-page {
    max-width: 1160px;
    margin: 0 auto;
}

.pricing-page,
.pricing-page * {
    box-sizing: border-box;
}

.pricing-page ul {
    display: block !important;
    list-style: disc !important;
    padding-left: 18px !important;
    margin: 0 !important;
    gap: 0 !important;
}

.pricing-page ul li {
    display: list-item !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
}

.pricing-hero,
.pricing-switcher,
.pricing-customer-option,
.pricing-compare,
.pricing-yearly,
.pricing-addons,
.pricing-faq,
.pricing-contact {
    margin-bottom: 22px;
    border: 1px solid #dce6db;
    border-radius: 8px;
    background: #ffffff;
    padding: 18px;
}

.pricing-hero {
    border-color: #c8d8d0;
    background: linear-gradient(135deg, #f7fbf8 0%, #eef6f3 52%, #fff8e8 100%);
}

.pricing-kicker {
    margin: 0 0 8px;
    color: #15803d;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 700;
}

.pricing-hero h1,
.pricing-customer-option h2,
.pricing-compare h2,
.pricing-yearly h2,
.pricing-addons h2,
.pricing-faq h2,
.pricing-contact h2 {
    margin: 0 0 10px;
}

.pricing-hero p,
.pricing-customer-option p,
.pricing-compare p,
.pricing-yearly p,
.pricing-addons p,
.pricing-faq p,
.pricing-contact p {
    margin: 0;
    color: #334155;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.pricing-switcher {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.pricing-switcher-label {
    font-weight: 700;
    color: #1f2937;
}

.pricing-switch-buttons {
    display: inline-flex;
    border: 1px solid #cfe0cc;
    border-radius: 8px;
    padding: 3px;
    background: #f5faf4;
}

.pricing-switch-btn {
    border: 0;
    background: transparent;
    border-radius: 6px;
    padding: 8px 14px;
    font-weight: 700;
    color: #334155;
    cursor: pointer;
}

.pricing-switch-btn.is-active {
    background: #1e7a37;
    color: #ffffff;
}

.pricing-packages {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 22px;
}

.pricing-card {
    border: 1px solid #dce6db;
    border-radius: 8px;
    background: #fff;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
    overflow: hidden;
}

.pricing-card h2 {
    margin: 0;
}

.pricing-card-highlight {
    border-color: #b99a54;
    box-shadow: 0 18px 34px rgba(48, 37, 19, 0.14);
}

.pricing-card-value {
    border-color: #cfe1cf;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbf7 100%);
}

.pricing-card-premium {
    position: relative;
    background: linear-gradient(180deg, #fffdf7 0%, #ffffff 45%, #f7faf9 100%);
}

.pricing-card-premium::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #173f35, #b8892d, #245d51);
}

.pricing-badge {
    display: inline-flex;
    width: fit-content;
    border-radius: 999px;
    background: #e9f5ee;
    color: #17593d;
    border: 1px solid #cbe6d5;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 9px;
}

.pricing-badge-value {
    background: #edf7ed;
    color: #176139;
    border-color: #cfe7cf;
}

.pricing-badge-premium {
    background: #fff2cf;
    color: #6d4b0d;
    border-color: #e4c16f;
}

.pricing-amount {
    margin: 0;
    font-size: clamp(26px, 3vw, 34px);
    line-height: 1.1;
    color: #166534;
    font-weight: 800;
}

.pricing-card-premium .pricing-amount {
    color: #173f35;
    font-size: clamp(30px, 3.4vw, 40px);
}

.pricing-period {
    margin: 0;
    color: #64748b;
    font-size: 13px;
}

.pricing-sales-copy {
    margin: 0;
    color: #334155;
    font-weight: 700;
}

.pricing-positioning {
    margin: 0;
    color: #475569;
    font-size: 14px;
    line-height: 1.5;
}

.pricing-features {
    margin: 0 !important;
    padding-left: 0 !important;
    color: #1f2937;
    list-style: none !important;
}

.pricing-features li {
    margin: 0 0 7px;
    overflow-wrap: anywhere;
    word-break: break-word;
    position: relative;
    padding-left: 22px;
}

.pricing-features li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    color: #2563eb;
    font-weight: 800;
}

.pricing-features li.is-no::before {
    content: "\2717";
    color: #dc2626;
}

.pricing-actions {
    margin-top: auto;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.pricing-actions .btn-submit {
    margin-top: 0;
    min-width: 0;
    padding: 9px 14px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.2;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pricing-link-secondary {
    display: inline-block;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 9px 12px;
    text-decoration: none;
    color: #334155;
    font-weight: 700;
    background: #f8fafc;
}

.pricing-link-secondary:hover {
    background: #eef2f7;
}

.pricing-compare-sub {
    margin-top: 4px;
}

.pricing-table-scroll {
    margin-top: 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #e5ece4;
    border-radius: 8px;
    background: #ffffff;
}

.pricing-compare table {
    width: 100%;
    min-width: 700px;
    border-collapse: collapse;
}

.pricing-compare th,
.pricing-compare td {
    border-bottom: 1px solid #e5ece4;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.pricing-compare th:first-child,
.pricing-compare td:first-child {
    white-space: normal;
    min-width: 190px;
}

.yes {
    color: #2563eb;
    font-weight: 800;
}

.no {
    color: #dc2626;
    font-weight: 800;
}

.optional {
    color: #1e40af;
    font-weight: 700;
}

.pricing-yearly ul,
.pricing-addons ul {
    margin: 12px 0 0;
    padding-left: 18px;
}

.pricing-note {
    margin-top: 12px;
    font-size: 14px;
    color: #475569;
}

.pricing-faq-grid {
    margin-top: 12px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.pricing-faq-grid article {
    border: 1px solid #e5ece4;
    border-radius: 8px;
    padding: 12px;
    background: #f9fcf8;
}

.pricing-faq-grid h3 {
    margin: 0 0 6px;
    font-size: 17px;
}

.pricing-contact-form {
    margin-top: 12px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.pricing-contact-form .form-group {
    margin-bottom: 0;
}

@media (min-width: 780px) {
    .pricing-packages {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pricing-contact-form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pricing-contact-form .form-group:last-of-type,
    .pricing-contact-form .btn-submit {
        grid-column: span 2;
    }

    .pricing-faq-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1080px) {
    .pricing-packages {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .pricing-hero,
    .pricing-switcher,
    .pricing-customer-option,
    .pricing-compare,
    .pricing-yearly,
    .pricing-addons,
    .pricing-faq,
    .pricing-contact {
        padding: 14px;
        border-radius: 8px;
    }

    .pricing-switch-buttons {
        width: 100%;
    }

    .pricing-switch-btn {
        flex: 1 1 50%;
        text-align: center;
    }

    .pricing-actions .btn-submit,
    .pricing-link-secondary {
        width: 100%;
    }

    .pricing-page {
        width: 100%;
        max-width: 100%;
    }

    .pricing-table-scroll {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        border: 1px solid #e5ece4;
        border-radius: 8px;
        background: #ffffff;
        position: relative;
        padding-right: 18px;
        box-shadow: inset -12px 0 14px -14px rgba(15, 23, 42, 0.35);
    }

    .pricing-table-scroll::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 22px;
        pointer-events: none;
        background: linear-gradient(to left, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0));
    }

    .pricing-compare table {
        width: max-content;
        min-width: 820px;
    }

    .pricing-compare th,
    .pricing-compare td {
        padding: 8px;
        font-size: 13px;
        white-space: nowrap;
    }

    .pricing-compare th:first-child,
    .pricing-compare td:first-child {
        min-width: 140px;
        max-width: 140px;
        white-space: normal;
        position: static;
    }
}
