body {
    margin: 0;
    min-height: 100vh;
    color: #23383f;
    background: #eef4f8;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

main {
    min-height: 100vh;
    padding: 0;
}

.small {
    font-size: .9rem;
}

.pq-creative-card {
    max-width: 1200px;
    margin: 1.5rem 2rem 1.5rem 2rem;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    border-radius: 14px;
    padding: 1.3rem;
    box-shadow: 0 12px 30px rgba(15, 35, 55, 0.07);
    border: 1px solid rgba(34, 60, 80, 0.04);
    font-family: Inter, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
    position: relative;
    overflow: visible;
}

.pq-main .form-section:first-of-type {
    position: relative;
}

.pq-creative-card::after {
    display: none !important;
}

.pq-creative-title {
    display: flex;
    gap: .75rem;
    align-items: center;
    position: relative;
}

.pq-creative-title .logo {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: linear-gradient(135deg, #fe7109, #d95c00);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    font-size: 22px;
    box-shadow: 0 6px 18px rgba(15, 35, 55, 0.33);
    margin-left: 1rem;
}

.pq-creative-title h2 {
    margin: 0;
    font-size: 1.18rem;
    color: #0f2b3a;
}

.pq-creative-sub {
    color: #52656f;
    font-size: .9rem;
}

.pq-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 3.5rem;
    align-items: start;
}

.pq-main {
    position: relative;
    padding: .6rem 0;
}

.pq-side {
    padding: .6rem 1.5rem;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    border: 1px solid rgba(34, 60, 80, 0.04);
    border-radius: 10px;
}

.section-title {
    font-weight: 700;
    color: #23383f;
    margin-bottom: 0;
}

.section-title::before,
.pq-side .section-title::before {
    display: none !important;
    content: none !important;
}

.section-title .section-icon {
    margin-right: .6rem;
    font-size: .95rem;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    color: #fe7109;
}

.pq-side .section-title .section-icon {
    display: none !important;
}

.form-section {
    background: #fff;
    border-radius: 10px;
    padding: 1rem;
    border: 1px solid rgba(34, 60, 80, 0.06);
    margin-bottom: 1rem;
    box-shadow: 0 6px 18px rgba(15, 35, 55, 0.23);
    font-size: .85rem;
    border-left: 4px solid rgba(254, 113, 9, 0.18);
}

.field-row {
    display: flex;
    flex-direction: column;
    gap: .35rem;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.field-label {
    width: auto;
    color: #344b56;
    font-weight: 600;
    gap: .25rem;
}

.pq-creative-card .field-label:hover {
    color: #fe7109;
    cursor: default;
}

.field-control {
    width: 20rem;
}

.radio-group-container {
    display: flex;
    gap: .75rem;
    align-items: center;
}

.radio-group-item {
    display: flex;
    gap: .4rem;
    align-items: center;
}

.progress-next {
    color: #55656d;
    font-size: 11px !important;
    margin-bottom: 2rem;
}

.pq-side .form-section ul.small {
    list-style: disc outside;
    padding-left: 1.05rem;
    margin-left: 0.25rem;
    color: #55656d;
    font-size: 14px !important;
}

.pq-side .form-section ul.small li {
    margin-bottom: .4rem;
    font-size: 14px !important;
}

.qf-button {
    min-height: 2.25rem;
    padding: .45rem .95rem;
    border-radius: 7px;
    border: 1px solid transparent;
    font-weight: 600;
    cursor: pointer;
}

.qf-button:disabled {
    opacity: .55;
    cursor: not-allowed;
}

.qf-button-primary {
    color: #fff;
    background: #fe7109;
    border-color: #fe7109;
}

.qf-button-secondary {
    color: #344b56;
    background: #fff;
    border-color: rgba(34, 60, 80, .18);
}

.qf-loading {
    padding: 1rem 1.25rem;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(29, 54, 68, .1);
}

input,
select,
textarea {
    border: 1px solid rgba(34, 60, 80, .18);
    border-radius: 0;
    padding: .35rem .45rem;
    font: inherit;
    background: #fff;
}

input[type="radio"],
input[type="checkbox"] {
    border-radius: initial;
    padding: initial;
}

select {
    min-height: 2rem;
}

textarea {
    min-height: 8rem;
}

@media (max-width: 900px) {
    main {
        padding: 0;
    }

    .pq-creative-card {
        margin: 1rem;
    }

    .pq-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}
