.ft-wave2.free-trial-variations {
    background: #fff url("../images/free-trial/wave_light.svg") no-repeat center bottom;
    background-size: cover;
    min-height: 100vh;
    padding: 0 25px
}

/* Logo */
.ft-wave2__logo-bar {
    display: flex;
    justify-content: flex-start;
    max-width: 1140px;
    margin: 0 auto;
    padding: 10px 0px 40px;
}
.ft-wave2__logo { height: 40px; width: auto; }

.ft-wave2__tabs-wrap {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 36px;
    /* padding: 0 20px; */
}

.ft-wave2__tabs {
    scroll-behavior: smooth;
}

.ft-wave2__tabs {
    display: inline-flex;
    border: 0.83px solid #00709C;
    border-radius: 82.86px;
    padding: 6.63px;
    gap: 6.63px;
    background: #fff;
}
.ft-wave2__tab {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
    border-radius: 999px;
    padding: 9px 22px;
    font-size: 12px;
    font-weight: 700;
    color: #282A2B;
    cursor: pointer;
    white-space: nowrap;
    font-family: inherit;
    transition: background 0.18s ease, color 0.18s ease;
    min-height: 0;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: none !important;
}
.ft-wave2__tab::before {
    display: none !important; /* Hide legacy checkbox box from base CSS */
}
.ft-wave2__tab:hover { color: #202020; }
.ft-wave2__tab--active,
.ft-wave2__tab.free_trial_v3_options__item--selected {
    background: #00709C !important;
    color: #fff !important;
    box-shadow: none !important;
    border-radius: 82.86px;
}
.ft-wave2__tab:focus-visible,  .ft-wave2__tab:focus{
    outline: 2px solid #004963;
    outline-offset: 2px;
}

.ft-wave2__form .iti.iti--allow-dropdown.iti--show-flags {
    display: none;
}

.ft-wave2__body {
    display: flex;
    gap: 52px;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 30px 64px;
    align-items: flex-start;
}

.ft-wave2__form-panel {
    flex: 1;
    max-width: 500px;
}
.ft-wave2__form-title {
    font-size: 28px;
    font-weight: 400;
    color: #46596D;
    line-height: 34px;
    margin: 0 0 22px;
    /* padding-top:10px; */
}
.ft-wave2__form-title strong { font-weight: 800; }

.ft-wave2__form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ft-wave2__form .mainpage-quizpage-form {
    display: flex;
    flex-direction: column;
}

/* Fields */
.ft-wave2__field { display: flex; flex-direction: column; gap: 4px; }
.ft-wave2__input {
    height: 52px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    padding: 0 16px;
    font-size: 15px;
    color: #282323;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.ft-wave2__input:focus {
    border-color: #004963;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0,73,99,0.12);
}
.ft-wave2__input--error { border-color: #ef4b4b !important; }
.ft-wave2__field-hint { font-size: 11px; color: #768492; margin: 0; }
.ft-wave2__field-error { font-size: 12px; color: #ef4b4b; margin: 2px 0 0; }

.ft-wave2__field-error {
    margin: 6px 0 0;
    color: #ef4b4b;
    font-size: 12px;
    line-height: 16px;
    padding-left: 20px;
    position: relative;
}

/* Password */
.ft-wave2__password-wrap { position: relative; }
.ft-wave2__password-wrap .ft-wave2__input { padding-right: 52px; }
.ft-wave2__eye-btn {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    opacity: 0.65;
    display: flex;
    align-items: center;
    box-shadow: none;
}
.ft-wave2__eye-btn:hover { opacity: 1; }
.ft-wave2__eye-btn:focus { outline: none; box-shadow: none; }
.ft-wave2__eye-btn img { display: block; width: 20px; height: 20px; }

/* Password rules */
.ft-wave2__pw-rules { list-style: none; padding: 0; margin: 4px 0 0; }
.ft-wave2__pw-rules li {
    font-size: 12px;
    color: #ef4b4b;
    padding-left: 20px;
    position: relative;
    line-height: 18px;
}
.ft-wave2__pw-rules li + li { margin-top: 3px; }
.ft-wave2__field-error::before, .ft-wave2__pw-rules li::before {
    content: "!";
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #ef4b4b;
    border-radius: 50%;
    font-size: 9px;
    font-weight: 700;
    line-height: 12px;
    text-align: center;
}
.ft-wave2__pw-rules li.is-valid { color: #28a745; }
.ft-wave2__pw-rules li.is-valid::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #28a745;
    border-radius: 50%;
    font-size: 9px;
    font-weight: 700;
    line-height: 12px;
}

.ft-wave2__submit {
    height: 54px;
    width: 100%;
    border-radius: 999px !important;
    background: #fb3466 !important;
    border: none !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: opacity 0.15s ease;
    margin-top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.ft-wave2__submit:disabled { opacity: 0.5; cursor: not-allowed; }
.ft-wave2__submit:hover:not(:disabled) { opacity: 0.88; }
.formsmalltext button.btn-primary {
    opacity: 0.5;
    background: #FB3466;
}
.formsmalltext button.btn-primary:not(:disabled) {
    opacity: 0.88; 
}
.ft-wave2__no-cc {
    text-align: center;
    font-size: 13px;
    color: #768492;
    margin: 8px 0 0;
}

.ft-wave2 .try-for-free-div {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.try-for-free-div .start-your-trial {
    font-size: 14px;
    color: #768492;
    line-height: 24px;
    font-weight: 400;
}

.ft-wave2__terms { margin-top: 24px; }
.ft-wave2__terms p {
    font-size: 11px;
    line-height: 15px;
    color: #999;
    margin: 0;
}
.ft-wave2__terms a { color: #007bff; text-decoration: underline; }

/* ── Features panel (RIGHT) ──────────────────────── */
.ft-wave2__features-panel { 
    flex: 1; 
    /* padding-top: 4px;  */
}
.ft-wave2__features-heading {
    font-size: 21px;
    font-weight: 800;
    line-height: 26px;
    color: #004963;
    margin: 18px 0 10px;
}
.ft-wave2__feature-item {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
}
.ft-wave2__feature-img-wrap { flex-shrink: 0; width: 206px; }
.ft-wave2__feature-img { width: 100%; height: auto; border-radius: 8px; }
.ft-wave2__feature-text {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex: 1;
    padding-top: 2px;
}
.ft-wave2__feature-check {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #00709C;
    margin-top: 1px;
}
.ft-wave2__feature-title {
    display: block;
    font-size: 21px;
    font-weight: 800;
    line-height: 26px;
    color: #004963;
    margin-bottom: 4px;
}
.ft-wave2__feature-desc {
    font-size: 14px;
    color: #768492;
    font-weight: 600;
    margin: 0;
    line-height: 19px;
}

@media (max-width: 991px) {
    .ft-wave2__body {
        flex-direction: column;
        gap: 32px;
    }
    .ft-wave2__form-panel {
        flex: none;
        max-width: 100%;
        width: 100%;
        order: 1;
    }

    .ft-wave2__features-panel { order: 2; width: 100%; }
}
@media (max-width: 767px) {
    .ft-wave2__tabs { 
        display: inline-flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        max-width: 100%;
        border-radius: 50px;
        padding: 6px;
        gap: 4px;
        -webkit-overflow-scrolling: touch;
    }
    .ft-wave2__tab { padding: 8px 14px; font-size: 14px; margin: 0; }
    .ft-wave2__body { padding: 0 16px 40px; }
    .ft-wave2__form-title { font-size: 22px; }
    .ft-wave2__tabs-wrap {
        justify-content: center;
    }
}
@media (max-width: 490px) {
    .ft-wave2__feature-item {
        flex-direction: column;
    }
}
@media (max-width: 459px) {
    .ft-wave2__tab {
        width: 100%;
    }
}

@media (max-width: 374px) {
    .ft-wave2__form-title {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .ft-wave2__tabs { 
        flex-wrap: nowrap; 
        overflow-x: auto; 
        max-width: 100%; 
        -webkit-overflow-scrolling: touch; 
    }
    .features-block_fixed_height {
        height: 30px !important;
    }
}

.variant-a-field .form-control {
    margin-bottom: 0;
    font-size: 16px;
    border: 2px solid #AAA;
    background: #fff;
    padding: 12px 20px !important;
    height: auto;
    font-weight: 600;
    line-height: normal;
    border-radius: 8px;
}

.variant-a-field--error .form-control,
.variant-a-input--error,
input.variant-a-input--error {
    border-color: #ef4b4b !important;
    /* box-shadow: 0 0 0 1px #ef4b4b !important; */
    outline: none !important;
}

.ft-wave2__field-error {
    margin: 6px 0 0;
    padding-left: 20px;
    position: relative;
    font-size: 12px;
    line-height: 16px;
    color: #ef4b4b;
    font-weight: 500;
}
.ft-wave2__field-error::before {
    content: "!";
    position: absolute;
    left: 0;
    top: 1px;
    width: 14px;
    height: 14px;
    border: 1.5px solid #ef4b4b;
    border-radius: 50%;
    font-size: 9px;
    font-weight: 800;
    line-height: 11px;
    text-align: center;
    color: #ef4b4b;
}

.ft-wave2__pw-rules {
    list-style: none;
    padding: 0;
    margin: 8px 0 0;
}
.ft-wave2__pw-rules li {
    position: relative;
    padding-left: 20px;
    font-size: 12px;
    line-height: 18px;
    color: #ef4b4b;
    font-weight: 500;
}
.ft-wave2__pw-rules li + li {
    margin-top: 4px;
}

.ft-wave2__pw-rules li::before {
    content: "!";
    position: absolute;
    left: 0;
    top: 2px;
    width: 14px;
    height: 14px;
    border: 1.5px solid #ef4b4b;
    border-radius: 50%;
    font-size: 9px;
    font-weight: 800;
    line-height: 11px;
    text-align: center;
    color: #ef4b4b;
}

.ft-wave2__pw-rules li.is-valid {
    color: #28a745;
}
.ft-wave2__pw-rules li.is-valid::before {
    content: "\2713";          /* ✓ */
    border-color: #28a745;
    color: #28a745;
    font-size: 9px;
    font-weight: 800;
    line-height: 12px;
}

.variant-a-password-input-wrap {
    position: relative;
}
.variant-a-password-input-wrap .form-control {
    padding-right: 48px; 
}

.variant-a-password-input-wrap .password-toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    opacity: 0.65;
    display: flex;
    align-items: center;
    box-shadow: none !important;
    outline: none;
    z-index: 2;
}
.variant-a-password-input-wrap .password-toggle:hover { opacity: 1; }
.variant-a-password-input-wrap .password-toggle img {
    display: block;
    width: 20px;
    height: 20px;
}

.free-trial-variations--variant_a .btn-primary {
    opacity: 1 !important;
    background: #fb3466 !important;
    border-color: #fb3466 !important;
    color: #fff !important;
    border-radius: 999px !important;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    transition: opacity .15s ease;
}
.free-trial-variations--variant_a .btn-primary:hover {
    opacity: .88 !important;
}
.free-trial-variations--variant_a .formsmalltext button.btn-primary {
    opacity: 1 !important;
}

.free-trial-variations--variant_a .alert-danger {
    font-size: 13px;
    border-radius: 8px;
    margin-top: 4px;
}

.variant-a-input--error:focus {
    border-color: #000 !important;
    /* box-shadow: 0 0 0 1px #000 !important; */
}