:root {
    --qfs-navy: #06255c;
    --qfs-navy-dark: #03183f;
    --qfs-blue: #0c4aa6;
    --qfs-gold: #f5ad00;
    --qfs-green: #178a43;
    --qfs-text: #0b2a61;
    --qfs-muted: #61708d;
    --qfs-line: #dbe5f3;
    --qfs-soft: #f5f8fd;
    --qfs-white: #ffffff;
    --qfs-shadow: 0 20px 55px rgba(5, 31, 76, 0.12);
}

body.qfs-feedback-page {
    overflow-x: hidden;
}

/*
 * Full-page host reset.
 * JavaScript adds qfs-host-reset only to the page-content ancestors that
 * contain this shortcode. The website header/footer are not affected.
 */
body.qfs-feedback-page {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 100vh !important;
    background: #f7f9fd !important;
}

body.qfs-feedback-page .qfs-host-reset {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    max-width: none !important;
}

body.qfs-feedback-page .qfs-host-reset.elementor-widget-shortcode,
body.qfs-feedback-page .qfs-host-reset.elementor-widget-container,
body.qfs-feedback-page .qfs-host-reset.entry-content,
body.qfs-feedback-page .qfs-host-reset.site-main,
body.qfs-feedback-page .qfs-host-reset.content-area {
    width: 100% !important;
}

body.qfs-feedback-page .qfs-fullbleed,
body.qfs-feedback-page .qfs-app {
    min-height: 100vh;
}

body.qfs-feedback-page .entry-title,
body.qfs-feedback-page h1.entry-title,
body.qfs-feedback-page .page-header,
body.qfs-feedback-page .page-title {
    display: none !important;
}

.qfs-fullbleed {
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0;
    background: #f7f9fd;
    overflow: hidden;
}

.qfs-app,
.qfs-app * {
    box-sizing: border-box;
}

.qfs-app {
    width: 100%;
    max-width: 100%;
    margin: 0;
    color: var(--qfs-text);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    line-height: 1.45;
    background:
        radial-gradient(circle at 100% 100%, rgba(29, 99, 193, 0.08), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);
}

.qfs-topline {
    display: grid;
    grid-template-columns: minmax(240px, 360px) 1fr auto;
    align-items: center;
    gap: 28px;
    min-height: 112px;
    padding: 18px clamp(22px, 4vw, 72px);
    color: #fff;
    background:
        linear-gradient(90deg, rgba(3, 24, 63, 0.98), rgba(6, 37, 92, 0.96)),
        url('../images/fighter-feedback-hero.jpg') center/cover;
    border-bottom: 4px solid var(--qfs-gold);
}

.qfs-brand-logo {
    display: flex;
    align-items: center;
    min-width: 0;
}

.qfs-brand-logo img {
    display: block;
    width: min(100%, 330px);
    height: 68px;
    object-fit: contain;
    object-position: left center;
    padding: 8px 14px;
    background: #fff;
    border-radius: 12px;
}

.qfs-topline-copy {
    min-width: 0;
}

.qfs-topline-copy strong {
    display: block;
    margin: 0 0 5px;
    font-size: clamp(22px, 2vw, 34px);
    line-height: 1.12;
    letter-spacing: 0.01em;
    color: #fff;
}

.qfs-topline-copy span {
    display: block;
    color: #ffc12a;
    font-size: 15px;
    font-weight: 700;
}

.qfs-topline-trust {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.qfs-topline-trust span {
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.08);
}

.qfs-alert {
    display: none;
    width: min(1180px, calc(100% - 32px));
    margin: 18px auto 0;
    padding: 13px 16px;
    border: 1px solid #e7a4ad;
    border-radius: 10px;
    color: #9b1c2c;
    background: #fff1f3;
    font-weight: 700;
}

.qfs-alert.is-visible {
    display: block;
}

.qfs-alert.is-success {
    color: #0b6c36;
    border-color: #9cd5b4;
    background: #edf9f2;
}

.qfs-start-screen,
.qfs-flow,
.qfs-thank-screen {
    display: none;
}

.qfs-start-screen.is-active,
.qfs-flow.is-active,
.qfs-thank-screen.is-active {
    display: grid;
}

.qfs-start-screen {
    grid-template-columns: minmax(300px, 42%) minmax(0, 58%);
    width: min(1320px, calc(100% - 40px));
    min-height: 650px;
    margin: 28px auto 36px;
    overflow: hidden;
    border: 1px solid var(--qfs-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--qfs-shadow);
}

.qfs-start-visual {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 650px;
    overflow: hidden;
    background: linear-gradient(160deg, #163f76 0%, var(--qfs-navy-dark) 100%);
}

.qfs-start-image-wrap {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #1d4d84;
}

.qfs-start-image-wrap > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    filter: saturate(0.95) contrast(1.02);
    transform: none;
}

.qfs-start-image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(3, 24, 63, 0) 58%, rgba(3, 24, 63, 0.32) 100%);
}

.qfs-start-visual-overlay {
    position: relative;
    z-index: 2;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    min-height: 0;
    padding: clamp(32px, 4vw, 56px);
    color: #fff;
    background:
        radial-gradient(circle at 100% 0%, rgba(64, 126, 204, 0.3), transparent 38%),
        linear-gradient(160deg, #214d82 0%, #061f4d 72%, #03183f 100%);
}

.qfs-start-visual-overlay > span {
    color: #ffc12a;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.15em;
}

.qfs-start-visual-overlay h2 {
    max-width: 520px;
    margin: 14px 0;
    color: #fff;
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.08;
}

.qfs-start-visual-overlay p {
    max-width: 520px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
}

.qfs-start-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 0;
    padding: clamp(42px, 6vw, 88px);
    text-align: center;
}

.qfs-start-icon {
    display: grid;
    place-items: center;
    width: 88px;
    height: 88px;
    margin-bottom: 24px;
    border: 1px solid #c9d8ee;
    border-radius: 50%;
    color: var(--qfs-navy);
    background: #f2f6fc;
    font-size: 32px;
}

.qfs-opening-kicker {
    color: var(--qfs-gold);
    font-weight: 900;
    letter-spacing: 0.14em;
}

.qfs-start-content h1 {
    margin: 14px 0 12px;
    color: var(--qfs-navy-dark);
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.08;
}

.qfs-start-content > p {
    max-width: 680px;
    margin: 0;
    color: var(--qfs-muted);
    font-size: 19px;
}

.qfs-start-actions,
.qfs-thank-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.qfs-btn,
.qfs-link-btn,
.qfs-edit-link {
    appearance: none;
    border: 0;
    cursor: pointer;
    font: inherit;
    text-decoration: none;
}

.qfs-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 24px;
    border-radius: 9px;
    font-weight: 800;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.qfs-btn:hover,
.qfs-btn:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 9px 24px rgba(5, 37, 92, 0.2);
}

.qfs-btn:disabled {
    opacity: 0.6;
    cursor: wait;
    transform: none;
}

.qfs-btn-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--qfs-navy-dark), var(--qfs-blue));
}

.qfs-btn-outline {
    color: var(--qfs-navy);
    border: 1px solid #9fb8df;
    background: #fff;
}

.qfs-btn-success {
    color: #fff;
    background: linear-gradient(135deg, #0a6b32, #1b9448);
}

.qfs-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    margin-top: 38px;
}

.qfs-trust-grid > div {
    padding: 18px 14px;
    border: 1px solid var(--qfs-line);
    border-radius: 12px;
    background: #fbfcff;
}

.qfs-trust-grid strong,
.qfs-trust-grid span {
    display: block;
}

.qfs-trust-grid strong {
    color: var(--qfs-navy);
    margin-bottom: 5px;
}

.qfs-trust-grid span {
    color: var(--qfs-muted);
    font-size: 13px;
}

.qfs-form-area {
    width: 100%;
    padding: 0;
}

.qfs-flow,
.qfs-thank-screen {
    width: min(1180px, calc(100% - 40px));
    margin: 28px auto 36px;
    padding: clamp(24px, 4vw, 52px);
    border: 1px solid var(--qfs-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--qfs-shadow);
}

.qfs-flow.is-active {
    display: block;
}

.qfs-progress {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0;
    width: 100%;
    margin: 0 0 38px;
}

.qfs-progress-short {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.qfs-progress span {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: #8592aa;
    text-align: center;
}

.qfs-progress span:not(:last-child)::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 17px;
    left: calc(50% + 18px);
    width: calc(100% - 36px);
    height: 2px;
    background: #dce5f2;
}

.qfs-progress i {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #6d7890;
    background: #edf2f9;
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
}

.qfs-progress small {
    font-size: 11px;
    font-weight: 800;
}

.qfs-progress span.is-active i,
.qfs-progress span.is-done i {
    color: #fff;
    background: var(--qfs-navy);
}

.qfs-progress span.is-done:not(:last-child)::after {
    background: var(--qfs-navy);
}

.qfs-progress span.is-active small,
.qfs-progress span.is-done small {
    color: var(--qfs-navy);
}

.qfs-step {
    display: none;
    max-width: 900px;
    margin: 0 auto;
}

.qfs-step.is-active {
    display: block;
    animation: qfsFade 0.35s ease both;
}

@keyframes qfsFade {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

.qfs-step-label {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 12px;
    border-radius: 6px;
    color: #fff;
    background: var(--qfs-navy);
    font-size: 12px;
    font-weight: 900;
}

.qfs-step-label.qfs-green {
    background: var(--qfs-green);
}

.qfs-step h2,
.qfs-thank-screen h2 {
    margin: 0 0 10px;
    color: var(--qfs-navy-dark);
    font-size: clamp(25px, 3vw, 38px);
    line-height: 1.2;
    text-align: center;
}

.qfs-help,
.qfs-required-note,
.qfs-rating-message {
    color: var(--qfs-muted);
    text-align: center;
}

.qfs-field-hint {
    display: block;
    margin-top: 7px;
    color: var(--qfs-muted);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
}

.qfs-required-note {
    margin: 12px 0 0;
    color: #ad2333;
    font-size: 13px;
    font-weight: 700;
}

.qfs-departments {
    display: grid;
    gap: 10px;
    margin: 28px auto 0;
}

.qfs-department-card {
    overflow: hidden;
    border: 1px solid #d8e3f2;
    border-radius: 10px;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.qfs-department-card.is-open,
.qfs-department-card.is-selected {
    border-color: #7da6dc;
    box-shadow: 0 8px 22px rgba(5, 37, 92, 0.08);
}

.qfs-department-card.is-error {
    border-color: #d63638;
    box-shadow: 0 0 0 2px rgba(214, 54, 56, 0.12), 0 8px 22px rgba(166, 24, 39, 0.10);
}

.qfs-department-card.is-error .qfs-department-toggle {
    color: #9f1726;
    background: #fff4f5;
}

.qfs-department-error {
    margin: 0;
    padding: 10px 16px 12px;
    border-top: 1px solid #f1c7cc;
    color: #b42332;
    background: #fff4f5;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
}

.qfs-department-error[hidden] {
    display: none;
}

.qfs-department-toggle {
    display: grid;
    grid-template-columns: 34px 1fr 24px;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 14px 16px;
    border: 0;
    color: var(--qfs-navy);
    background: #fff;
    cursor: pointer;
    text-align: left;
    font: inherit;
    font-weight: 800;
}

.qfs-department-card.is-open .qfs-department-toggle,
.qfs-department-card.is-selected .qfs-department-toggle {
    background: #f4f8fe;
}

.qfs-department-icon {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid #c9d9ee;
    border-radius: 50%;
    color: var(--qfs-blue);
    background: #fff;
    font-size: 12px;
}

.qfs-chevron {
    font-size: 22px;
    transition: transform 0.2s ease;
}

.qfs-department-card.is-open .qfs-chevron {
    transform: rotate(180deg);
}

.qfs-department-options {
    display: grid;
    gap: 0;
    border-top: 1px solid #dce5f2;
    background: #fbfdff;
}

.qfs-department-options[hidden] {
    display: none;
}

.qfs-department-options label {
    display: grid;
    grid-template-columns: 20px 1fr;
    align-items: start;
    gap: 10px;
    padding: 13px 16px;
    border-bottom: 1px solid #e7edf6;
    color: #233a67;
    cursor: pointer;
}

.qfs-department-options label:last-child {
    border-bottom: 0;
}

.qfs-department-options label:hover {
    background: #f0f6ff;
}

.qfs-department-options input {
    margin-top: 3px;
    accent-color: var(--qfs-blue);
}

.qfs-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
    margin-top: 26px;
}

.qfs-grid-single {
    grid-template-columns: 1fr;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.qfs-grid label,
.qfs-field-block,
.qfs-phone-group label {
    display: block;
    color: #183564;
    font-size: 14px;
    font-weight: 800;
}

.qfs-grid label em,
.qfs-field-block em {
    color: #71809b;
    font-style: normal;
    font-weight: 600;
}

.qfs-grid label b,
.qfs-phone-group label b {
    color: #c12236;
}

.qfs-full {
    grid-column: 1 / -1;
}

.qfs-grid input,
.qfs-grid select,
.qfs-grid textarea,
.qfs-field-block textarea,
.qfs-phone-group input {
    width: 100%;
    min-height: 46px;
    margin-top: 7px;
    padding: 10px 12px;
    border: 1px solid #ccd9ea;
    border-radius: 7px;
    outline: none;
    color: #20355c;
    background: #fff;
    font: inherit;
    font-weight: 500;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.qfs-grid textarea,
.qfs-field-block textarea {
    min-height: 105px;
    resize: vertical;
}

.qfs-grid input:focus,
.qfs-grid select:focus,
.qfs-grid textarea:focus,
.qfs-field-block textarea:focus,
.qfs-phone-group input:focus {
    border-color: #4e83c8;
    box-shadow: 0 0 0 3px rgba(44, 105, 184, 0.12);
}

.qfs-phone-group {
    display: grid;
    grid-template-columns: minmax(100px, 0.35fr) minmax(180px, 1fr);
    gap: 10px;
}

.qfs-ratings {
    display: flex;
    justify-content: center;
    gap: clamp(10px, 2vw, 22px);
    margin: 48px 0 18px;
}

.qfs-ratings button {
    padding: 0;
    border: 0;
    color: #c7cfda;
    background: transparent;
    cursor: pointer;
    font-size: clamp(42px, 6vw, 72px);
    line-height: 1;
    transition: color 0.2s ease, transform 0.2s ease, filter 0.2s ease;
}

.qfs-ratings button:hover,
.qfs-ratings button:focus-visible,
.qfs-ratings button.is-selected {
    color: #f7b500;
    transform: translateY(-3px) scale(1.04);
    filter: drop-shadow(0 6px 8px rgba(247, 181, 0, 0.22));
}

.qfs-rating-message {
    min-height: 24px;
    font-weight: 800;
    color: #34517d;
}

.qfs-rating-meter {
    position: relative;
    width: min(680px, 100%);
    height: 18px;
    margin: 34px auto 8px;
    overflow: visible;
    border-radius: 999px;
    background: #e9eef5;
    box-shadow: inset 0 1px 3px rgba(2, 30, 76, 0.12);
}

.qfs-rating-fill {
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #f6bf00 0%, #e4c412 38%, #8abd25 70%, #1d9a49 100%);
    transition: width 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.qfs-rating-spark {
    position: absolute;
    top: -18px;
    left: 0;
    opacity: 0;
    color: #f4b000;
    font-size: 28px;
    transform: scale(0.5) rotate(-20deg);
    transition: left 0.65s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease, transform 0.35s ease;
}

.qfs-rating-spark.is-visible {
    opacity: 1;
    transform: scale(1) rotate(0deg);
    animation: qfsSpark 1.2s ease-in-out infinite alternate;
}

@keyframes qfsSpark {
    from { filter: drop-shadow(0 0 0 rgba(246, 191, 0, 0)); }
    to { filter: drop-shadow(0 0 8px rgba(246, 191, 0, 0.75)); }
}

.qfs-rating-scale {
    display: flex;
    justify-content: space-between;
    width: min(680px, 100%);
    margin: 0 auto;
    color: #62728e;
    font-size: 12px;
    font-weight: 700;
}

.qfs-products {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 26px 0 22px;
}

.qfs-products label {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 48px;
    padding: 12px 14px;
    border: 1px solid #d8e3f2;
    border-radius: 8px;
    color: #183564;
    background: #fff;
    cursor: pointer;
    font-weight: 700;
}

.qfs-products label:has(input:checked) {
    border-color: #5d94d6;
    background: #f0f6ff;
}

.qfs-products input {
    width: 18px;
    height: 18px;
    accent-color: var(--qfs-blue);
}

.qfs-field-block {
    margin-top: 12px;
}

.qfs-review-head {
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    margin: 0 auto 18px;
    border: 2px solid var(--qfs-blue);
    border-radius: 50%;
    color: var(--qfs-blue);
    font-size: 34px;
}

.qfs-review {
    display: grid;
    grid-template-columns: minmax(180px, 0.36fr) minmax(0, 1fr);
    gap: 0;
    margin: 26px 0 16px;
    overflow: hidden;
    border: 1px solid #dbe5f3;
    border-radius: 10px;
}

.qfs-review dt,
.qfs-review dd {
    margin: 0;
    padding: 11px 14px;
    border-bottom: 1px solid #e6edf6;
}

.qfs-review dt {
    color: var(--qfs-navy);
    background: #f5f8fd;
    font-weight: 800;
}

.qfs-review dd {
    color: #455874;
    overflow-wrap: anywhere;
}

.qfs-review dt:nth-last-of-type(1),
.qfs-review dd:last-child {
    border-bottom: 0;
}

.qfs-edit-link {
    display: block;
    margin: 12px auto 0;
    color: var(--qfs-blue);
    background: transparent;
    font-weight: 800;
}

.qfs-recaptcha {
    display: flex;
    justify-content: center;
    margin: 24px 0 0;
}

.qfs-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    margin-top: 32px;
    padding-top: 20px;
    border-top: 1px solid #e4ebf4;
}

.qfs-link-btn {
    color: var(--qfs-navy);
    background: transparent;
    font-weight: 800;
}

.qfs-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}

.qfs-thank-screen {
    display: none;
    place-items: center;
    min-height: 560px;
    text-align: center;
}

.qfs-thank-screen.is-active {
    display: grid;
}

.qfs-thank-progress {
    width: min(760px, 100%);
}

.qfs-thank-progress span {
    min-width: 0;
}

.qfs-checkmark {
    display: grid;
    place-items: center;
    width: 112px;
    height: 112px;
    margin: 20px auto;
    border: 3px solid #1c9b4b;
    border-radius: 50%;
    color: #1c9b4b;
    font-size: 58px;
    animation: qfsCheck 0.55s ease both;
}

@keyframes qfsCheck {
    from { opacity: 0; transform: scale(0.65); }
    to { opacity: 1; transform: scale(1); }
}

.qfs-thank-screen > p {
    max-width: 680px;
    margin: 0 auto 12px;
    color: var(--qfs-muted);
    font-size: 18px;
}

.qfs-thank-screen > strong {
    color: var(--qfs-navy);
}

@media (max-width: 1100px) {
    .qfs-topline {
        grid-template-columns: minmax(220px, 300px) 1fr;
    }
    .qfs-topline-trust {
        grid-column: 1 / -1;
        justify-content: center;
    }
    .qfs-start-screen {
        grid-template-columns: 1fr 1.15fr;
    }
    .qfs-start-content {
        padding: 42px;
    }
}

@media (max-width: 820px) {
    .qfs-topline {
        grid-template-columns: 1fr;
        gap: 12px;
        text-align: center;
    }
    .qfs-brand-logo {
        justify-content: center;
    }
    .qfs-brand-logo img {
        object-position: center;
    }
    .qfs-start-screen {
        grid-template-columns: 1fr;
    }
    .qfs-start-visual {
        min-height: 0;
    }
    .qfs-start-image-wrap {
        aspect-ratio: 16 / 8.5;
    }
    .qfs-start-visual-overlay {
        min-height: 260px;
        padding: 34px 30px;
    }
    .qfs-start-content {
        padding: 42px 28px;
    }
    .qfs-progress small {
        display: none;
    }
    .qfs-progress span:not(:last-child)::after {
        top: 15px;
    }
    .qfs-progress i {
        width: 30px;
        height: 30px;
    }
    .qfs-grid,
    .qfs-products {
        grid-template-columns: 1fr;
    }
    .qfs-phone-group {
        grid-column: 1 / -1;
    }
    .qfs-review {
        grid-template-columns: 1fr;
    }
    .qfs-review dt {
        padding-bottom: 4px;
        border-bottom: 0;
    }
    .qfs-review dd {
        padding-top: 4px;
    }
}

@media (max-width: 560px) {
    .qfs-topline {
        padding: 16px;
    }
    .qfs-brand-logo img {
        height: 58px;
    }
    .qfs-topline-copy strong {
        font-size: 22px;
    }
    .qfs-topline-trust span {
        font-size: 10px;
    }
    .qfs-start-screen,
    .qfs-flow,
    .qfs-thank-screen {
        width: calc(100% - 20px);
        margin-top: 12px;
        margin-bottom: 20px;
        border-radius: 14px;
    }
    .qfs-start-visual {
        min-height: 0;
    }
    .qfs-start-image-wrap {
        aspect-ratio: 16 / 9;
    }
    .qfs-start-visual-overlay {
        min-height: 250px;
        padding: 30px 24px;
    }
    .qfs-start-visual-overlay h2 {
        font-size: 32px;
    }
    .qfs-start-content {
        padding: 34px 18px;
    }
    .qfs-start-content h1 {
        font-size: 36px;
    }
    .qfs-start-content > p {
        font-size: 16px;
    }
    .qfs-trust-grid {
        grid-template-columns: 1fr;
    }
    .qfs-flow {
        padding: 22px 14px;
    }
    .qfs-progress {
        margin-bottom: 26px;
    }
    .qfs-progress span:not(:last-child)::after {
        left: calc(50% + 13px);
        width: calc(100% - 26px);
    }
    .qfs-progress i {
        width: 26px;
        height: 26px;
        font-size: 11px;
    }
    .qfs-ratings {
        gap: 8px;
    }
    .qfs-ratings button {
        font-size: 44px;
    }
    .qfs-phone-group {
        grid-template-columns: 110px 1fr;
    }
    .qfs-navigation {
        align-items: stretch;
    }
    .qfs-navigation .qfs-btn {
        flex: 1;
    }
    .qfs-thank-actions,
    .qfs-start-actions {
        width: 100%;
    }
    .qfs-thank-actions .qfs-btn,
    .qfs-start-actions .qfs-btn {
        width: 100%;
    }
}
