.pricing-page-v2 main {
    max-width: none;
    overflow-x: hidden;
    padding-top: 0;
}

.plans-hero-v2 {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
    padding: 72px 0 34px;
    color: #f8fafc;
}

.plans-hero-v2 h1 {
    max-width: 860px;
    margin: 12px 0 16px;
    font-size: clamp(42px, 5vw, 76px);
    line-height: 0.95;
    letter-spacing: -0.06em;
}

.plans-hero-v2 p {
    max-width: 760px;
    color: #cbd5e1;
    font-size: 20px;
    line-height: 1.5;
}

.plans-grid-v2 {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto 56px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.plan-card-v2 {
    min-height: 620px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 28px;
    color: #f8fafc;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.98), rgba(2, 6, 23, 0.98));
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 28px;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.26);
}

.plan-card-v2.highlighted {
    border-color: rgba(94, 234, 212, 0.62);
    box-shadow:
        0 26px 76px rgba(0, 0, 0, 0.34),
        0 0 0 1px rgba(94, 234, 212, 0.18);
}

.plan-card-v2 h2 {
    margin: 8px 0 14px;
    font-size: 30px;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

.plan-price-v2 {
    margin: 0;
    color: #e0f2fe;
    font-size: clamp(46px, 5vw, 64px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.07em;
}

.plan-price-v2 span {
    margin-left: 5px;
    color: #cbd5e1;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0;
}

.plan-note-v2 {
    min-height: 54px;
    margin: 16px 0 24px;
    color: #cbd5e1;
    font-size: 17px;
    line-height: 1.35;
}

.feature-list-v2 {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 14px;
    color: #dbeafe;
    font-size: 17px;
    line-height: 1.35;
}

.feature-list-v2 li {
    position: relative;
    padding-left: 30px;
}

.feature-list-v2 li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: -1px;
    color: #5eead4;
    font-weight: 900;
}

.plan-actions-v2 {
    display: grid;
    gap: 12px;
    margin-top: 10px;
}

.plan-actions-v2 .button {
    width: 100%;
    min-height: 58px;
    justify-content: center;
    text-align: center;
}

.plans-info-v2 {
    width: min(900px, calc(100% - 40px));
    margin: 0 auto 72px;
    padding: 30px;
    color: #f8fafc;
    background: rgba(15, 23, 42, 0.84);
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 28px;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
}

.plans-info-v2 h2 {
    margin: 0 0 12px;
}

.plans-info-v2 p {
    margin: 0;
    color: #cbd5e1;
    line-height: 1.6;
}

#freeware-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(2, 6, 23, 0.78);
    backdrop-filter: blur(10px);
}

#freeware-modal.is-open {
    display: flex;
}

#freeware-modal .modal-card {
    width: min(620px, 100%);
    max-height: calc(100vh - 48px);
    overflow: auto;
    padding: 28px;
    color: #f8fafc;
    background: #0f172a;
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: 24px;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.62);
}

#freeware-modal .modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

#freeware-modal .modal-header h2 {
    margin: 4px 0 0;
}

#freeware-modal .icon-button {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f8fafc;
    background: rgba(15, 23, 42, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: 999px;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
}

#freeware-form {
    margin-top: 18px;
}

#freeware-form label {
    display: block;
    margin: 14px 0 6px;
    color: #cbd5e1;
    font-weight: 700;
}

#freeware-form input,
#freeware-form textarea {
    width: 100%;
    box-sizing: border-box;
    color: #f8fafc;
    background: #111827;
    border: 1px solid rgba(148, 163, 184, 0.38);
    border-radius: 14px;
    padding: 12px 14px;
    outline: none;
}

#freeware-form input:focus,
#freeware-form textarea:focus {
    border-color: #5eead4;
    box-shadow: 0 0 0 3px rgba(94, 234, 212, 0.16);
}

#freeware-form .cf-turnstile {
    margin-top: 18px;
}

#freeware-form .modal-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.form-error {
    margin: 14px 0 0;
    padding: 12px 14px;
    color: #fecaca;
    background: rgba(127, 29, 29, 0.55);
    border: 1px solid rgba(248, 113, 113, 0.45);
    border-radius: 14px;
    font-weight: 700;
}

.hp-field {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

@media (max-width: 980px) {
    .plans-grid-v2 {
        grid-template-columns: 1fr;
    }

    .plan-card-v2 {
        min-height: auto;
    }
}

@media (max-width: 680px) {

    .plans-hero-v2,
    .plans-grid-v2,
    .plans-info-v2 {
        width: min(100% - 28px, 560px);
    }

    .plans-hero-v2 {
        padding-top: 44px;
    }

    .plan-card-v2 {
        padding: 22px;
    }

    #freeware-modal {
        padding: 14px;
    }

    #freeware-modal .modal-card {
        padding: 22px;
    }
}