.elementor-328 .elementor-element.elementor-element-8bd2e3d{--display:flex;}/* Start custom CSS for container, class: .elementor-element-8bd2e3d */<style>
.psh-quiz-wrap {
    max-width: 1180px;
    margin: 34px auto 70px;
    padding: 0 18px;
    font-family: inherit;
    color: #1f2a24;
}

.psh-quiz-shell {
    min-height: 650px;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 26px;
    align-items: stretch;
}

.psh-quiz-left {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    padding: 42px;
    background:
        radial-gradient(circle at 20% 20%, rgba(255,255,255,.78), transparent 34%),
        linear-gradient(145deg, #f4eadc 0%, #e6d7c4 48%, #d6c5ad 100%);
    border: 1px solid rgba(236, 226, 211, .9);
    box-shadow: 0 24px 70px rgba(42,54,47,.10);
}

.psh-quiz-left:before {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -120px;
    width: 310px;
    height: 310px;
    border-radius: 999px;
    background: rgba(31,93,78,.11);
}

.psh-quiz-left:after {
    content: "";
    position: absolute;
    right: 60px;
    top: 70px;
    width: 120px;
    height: 120px;
    border-radius: 999px;
    background: rgba(255,255,255,.34);
    filter: blur(1px);
}

.psh-quiz-brand {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 15px;
    border-radius: 999px;
    background: rgba(255,250,243,.7);
    border: 1px solid rgba(255,255,255,.55);
    color: #1f5d4e;
    font-weight: 800;
    letter-spacing: .02em;
    margin-bottom: 24px;
    z-index: 1;
}

.psh-quiz-left h1 {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 44px;
    line-height: 1.04;
    letter-spacing: -0.04em;
    color: #1f2a24;
    max-width: 460px;
}

.psh-quiz-left p {
    position: relative;
    z-index: 1;
    margin: 20px 0 0;
    font-size: 17px;
    line-height: 1.65;
    color: #56625c;
    max-width: 500px;
}

.psh-quiz-trust {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 12px;
    margin-top: 34px;
}

.psh-quiz-trust div {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 18px;
    background: rgba(255,250,243,.55);
    border: 1px solid rgba(255,255,255,.55);
    color: #28362f;
    font-weight: 700;
}

.psh-quiz-trust span {
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: #1f5d4e;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex: 0 0 24px;
}

.psh-quiz-panel {
    border-radius: 34px;
    padding: 34px;
    background: #fffaf3;
    border: 1px solid #efe7dc;
    box-shadow: 0 24px 70px rgba(42,54,47,.10);
}

.psh-quiz-progress {
    margin-bottom: 30px;
}

.psh-quiz-progress-top {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    color: #68736c;
    font-size: 14px;
    margin-bottom: 10px;
}

.psh-quiz-progress-top b,
.psh-quiz-step-percent {
    color: #1f5d4e;
    font-weight: 800;
}

.psh-quiz-progress-line {
    height: 8px;
    border-radius: 999px;
    background: #eee3d5;
    overflow: hidden;
}

.psh-quiz-progress-line span {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #1f5d4e, #5c9b7f);
    transition: width .25s ease;
}

.psh-quiz-step {
    display: none;
    animation: pshQuizFade .22s ease;
}

.psh-quiz-step.is-active {
    display: block;
}

@keyframes pshQuizFade {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.psh-quiz-step-head h2 {
    margin: 0;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: -0.025em;
    color: #1c211f;
}

.psh-quiz-step-head p {
    margin: 10px 0 0;
    color: #68736c;
    line-height: 1.55;
    font-size: 15px;
}

.psh-quiz-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.psh-quiz-options-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-height: 390px;
    overflow: auto;
    padding-right: 4px;
}

.psh-quiz-option {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 58px;
    padding: 15px 16px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #eadfce;
    color: #26312c;
    font-weight: 700;
    line-height: 1.25;
    transition: .18s ease;
    user-select: none;
}

.psh-quiz-option:hover {
    border-color: #cdbca6;
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(42,54,47,.07);
}

.psh-quiz-option.is-selected {
    background: #edf6f1;
    border-color: #1f5d4e;
    box-shadow: 0 0 0 3px rgba(31,93,78,.10);
}

.psh-quiz-option input {
    width: 18px;
    height: 18px;
    min-width: 18px;
    accent-color: #1f5d4e;
    margin: 0;
}

.psh-quiz-alert {
    display: none;
    margin-top: 18px;
    padding: 12px 14px;
    border-radius: 14px;
    background: #fdebea;
    color: #9b2c2c;
    font-weight: 700;
}

.psh-quiz-alert.is-visible {
    display: block;
}

.psh-quiz-actions {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 28px;
}

.psh-quiz-back,
.psh-quiz-next,
.psh-quiz-submit,
.psh-quiz-submit-btn,
.psh-quiz-btn {
    min-height: 52px;
    border-radius: 16px;
    padding: 0 22px;
    border: 0;
    cursor: pointer;
    font-weight: 800;
    font-size: 15px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .2s ease;
}

.psh-quiz-back {
    background: #fff;
    border: 1px solid #dacdbc;
    color: #1f5d4e;
}

.psh-quiz-next,
.psh-quiz-submit,
.psh-quiz-submit-btn,
.psh-quiz-btn-main {
    background: #1f5d4e;
    color: #fff;
    box-shadow: 0 12px 30px rgba(31,93,78,.18);
}

.psh-quiz-next:hover,
.psh-quiz-submit:hover,
.psh-quiz-submit-btn:hover,
.psh-quiz-btn-main:hover {
    background: #17483d;
    color: #fff;
    transform: translateY(-1px);
}

.psh-quiz-btn-light {
    background: #fffaf3;
    color: #1f5d4e;
    border: 1px solid #d8cab8;
}

.psh-quiz-btn-light:hover {
    background: #f4ecdf;
    color: #1f5d4e;
}

/* Results */
.psh-quiz-result {
    background: #fffaf3;
    border: 1px solid #efe7dc;
    border-radius: 34px;
    padding: 34px;
    box-shadow: 0 24px 70px rgba(42,54,47,.10);
}

.psh-quiz-result-head {
    max-width: 760px;
    margin-bottom: 24px;
}

.psh-quiz-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 13px;
    border-radius: 999px;
    background: #edf6f1;
    color: #1f5d4e;
    font-weight: 800;
    font-size: 13px;
    margin-bottom: 14px;
}

.psh-quiz-result-head h2 {
    margin: 0;
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: -0.035em;
    color: #1c211f;
}

.psh-quiz-result-head p {
    margin: 12px 0 0;
    color: #68736c;
    font-size: 16px;
    line-height: 1.6;
}

.psh-quiz-result-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin: 24px 0 28px;
}

.psh-quiz-card {
    background: #fff;
    border: 1px solid #eadfce;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 14px 40px rgba(42,54,47,.07);
    display: flex;
    flex-direction: column;
    transition: .2s ease;
}

.psh-quiz-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 55px rgba(42,54,47,.12);
}

.psh-quiz-card-photo {
    position: relative;
    aspect-ratio: 4 / 4.7;
    background: #f3eadf;
    overflow: hidden;
    display: block;
}

.psh-quiz-card-photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
    display: block;
}

.psh-quiz-card-placeholder {
    height: 100%;
    min-height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #68736c;
}

.psh-quiz-card-badge {
    position: absolute;
    left: 12px;
    top: 12px;
    background: rgba(255,250,243,.94);
    border: 1px solid #eadfce;
    color: #1f5d4e;
    font-size: 12px;
    font-weight: 800;
    padding: 7px 10px;
    border-radius: 999px;
    z-index: 2;
}

.psh-quiz-card-body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 11px;
    flex: 1;
}

.psh-quiz-card-name {
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
    color: #1c211f;
}

.psh-quiz-card-position {
    color: #68736c;
    font-size: 13px;
    line-height: 1.35;
}

.psh-quiz-card-facts {
    display: grid;
    gap: 7px;
    font-size: 13px;
    color: #344139;
}

.psh-quiz-card-fact {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 7px;
    align-items: start;
}

.psh-quiz-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.psh-quiz-card-tags span {
    background: #f7efe5;
    border: 1px solid #eadfce;
    color: #38443e;
    font-size: 12px;
    line-height: 1.1;
    padding: 6px 8px;
    border-radius: 999px;
}

.psh-quiz-card-bottom {
    margin-top: auto;
    padding-top: 10px;
    border-top: 1px solid #f0e7da;
}

.psh-quiz-card-price {
    font-size: 18px;
    font-weight: 900;
    color: #1d2a24;
}

.psh-quiz-card-duration {
    font-size: 12px;
    color: #6e7771;
    margin-top: 2px;
}

.psh-quiz-card-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 4px;
}

.psh-quiz-card-actions .psh-quiz-btn {
    min-height: 42px;
    border-radius: 13px;
    padding: 8px 10px;
    font-size: 13px;
}

/* Manual form */
.psh-quiz-request-box {
    margin-top: 30px;
    border-radius: 28px;
    padding: 26px;
    background:
        radial-gradient(circle at 100% 0%, rgba(31,93,78,.08), transparent 28%),
        #fff;
    border: 1px solid #eadfce;
}

.psh-quiz-request-head h3 {
    margin: 0;
    font-size: 26px;
    line-height: 1.15;
    letter-spacing: -0.025em;
    color: #1c211f;
}

.psh-quiz-request-head p {
    margin: 9px 0 0;
    color: #68736c;
    line-height: 1.55;
}

.psh-quiz-contact-form {
    margin-top: 20px;
}

.psh-quiz-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.psh-quiz-field {
    display: grid;
    gap: 7px;
}

.psh-quiz-field-full {
    grid-column: 1 / -1;
}

.psh-quiz-field label {
    color: #24332c;
    font-size: 14px;
    font-weight: 800;
}

.psh-quiz-field input,
.psh-quiz-field select,
.psh-quiz-field textarea {
    width: 100%;
    min-height: 48px;
    background: #fffaf3;
    border: 1px solid #e3d8c9;
    border-radius: 14px;
    padding: 12px 14px;
    color: #1f2a24;
    font-size: 15px;
    box-shadow: none;
    outline: none;
}

.psh-quiz-field textarea {
    min-height: 120px;
    resize: vertical;
}

.psh-quiz-field input:focus,
.psh-quiz-field select:focus,
.psh-quiz-field textarea:focus {
    border-color: #1f5d4e;
    box-shadow: 0 0 0 3px rgba(31,93,78,.12);
}

.psh-quiz-submit-btn {
    width: 100%;
    margin-top: 16px;
}

.psh-quiz-success,
.psh-quiz-error {
    max-width: 760px;
    margin: 40px auto;
    background: #fffaf3;
    border: 1px solid #efe7dc;
    border-radius: 34px;
    padding: 42px;
    box-shadow: 0 24px 70px rgba(42,54,47,.10);
    text-align: center;
}

.psh-quiz-success-icon {
    width: 62px;
    height: 62px;
    border-radius: 999px;
    background: #1f5d4e;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 18px;
}

.psh-quiz-success h2 {
    margin: 0;
    font-size: 34px;
    color: #1c211f;
}

.psh-quiz-success p {
    color: #68736c;
    font-size: 16px;
    line-height: 1.6;
    max-width: 560px;
    margin: 12px auto 22px;
}

.psh-quiz-error {
    color: #9b2c2c;
    background: #fff6f5;
}

/* Tablet */
@media (max-width: 1024px) {
    .psh-quiz-shell {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .psh-quiz-left {
        padding: 34px;
    }

    .psh-quiz-left h1 {
        font-size: 38px;
        max-width: 720px;
    }

    .psh-quiz-left p {
        max-width: 720px;
    }

    .psh-quiz-trust {
        grid-template-columns: repeat(3, 1fr);
    }

    .psh-quiz-result-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 700px) {
    .psh-quiz-wrap {
        margin: 20px auto 45px;
        padding: 0 12px;
    }

    .psh-quiz-left,
    .psh-quiz-panel,
    .psh-quiz-result,
    .psh-quiz-success,
    .psh-quiz-error {
        border-radius: 22px;
        padding: 20px;
    }

    .psh-quiz-left h1 {
        font-size: 30px;
        line-height: 1.08;
    }

    .psh-quiz-left p {
        font-size: 15px;
        line-height: 1.55;
    }

    .psh-quiz-trust {
        grid-template-columns: 1fr;
        margin-top: 22px;
    }

    .psh-quiz-step-head h2,
    .psh-quiz-result-head h2 {
        font-size: 26px;
    }

    .psh-quiz-options,
    .psh-quiz-options-compact {
        grid-template-columns: 1fr;
        max-height: none;
        overflow: visible;
        padding-right: 0;
    }

    .psh-quiz-option {
        min-height: 52px;
        padding: 13px 14px;
        border-radius: 16px;
        font-size: 14px;
    }

    .psh-quiz-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .psh-quiz-back,
    .psh-quiz-next,
    .psh-quiz-submit {
        width: 100%;
    }

    .psh-quiz-result-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .psh-quiz-card {
        border-radius: 20px;
    }

    .psh-quiz-card-photo {
        aspect-ratio: 4 / 4.9;
    }

    .psh-quiz-card-actions {
        grid-template-columns: 1fr;
    }

    .psh-quiz-card-actions .psh-quiz-btn {
        min-height: 44px;
        font-size: 14px;
    }

    .psh-quiz-request-box {
        border-radius: 22px;
        padding: 18px;
    }

    .psh-quiz-request-head h3 {
        font-size: 23px;
    }

    .psh-quiz-form-grid {
        grid-template-columns: 1fr;
    }

    .psh-quiz-field-full {
        grid-column: auto;
    }

    .psh-quiz-success h2 {
        font-size: 28px;
    }
}
</style>/* End custom CSS */