.qw-page { max-width: 720px; margin: 0 auto 3rem; padding: 0 1rem 2rem; }
.qw-hero { margin-bottom: 1.25rem; }
.qw-page .landing-page-title {
  color: #123a64;
}
.qw-lead { color: #374151; font-size: 1.05rem; line-height: 1.45; }
.qw-carrier-note {
  margin: .65rem 0 0;
  padding: .75rem 1rem;
  background: #e8f1fb;
  border-left: 4px solid var(--brand, #0071bc);
  border-radius: 8px;
  color: #123a64;
  font-size: .98rem;
  line-height: 1.45;
}
.qw-progress { height: 8px; background: #e5e7eb; border-radius: 99px; overflow: hidden; margin: 1rem 0 .4rem; }
.qw-progress-bar { display: block; height: 100%; width: 12%; background: var(--brand, #0071bc); transition: width .25s ease; }
.qw-step-ind { font-size: .9rem; color: #6b7280; margin: 0 0 1rem; }
.qw-form fieldset { border: 0; margin: 0; padding: 0; }
.qw-step { display: none; }
.qw-step.is-on { display: block; }
.qw-step-title { font-size: 1.35rem; font-weight: 800; margin: 0 0 .5rem; }
.qw-hint, .qw-lab, .qw-consent-lead { color: #4b5563; margin: 0 0 .75rem; }
.qw-grid { display: grid; gap: .85rem; }
@media (min-width: 640px) { .qw-grid { grid-template-columns: 1fr 1fr; } }
.qw-field { display: flex; flex-direction: column; gap: .35rem; font-weight: 600; }
.qw-field--full { grid-column: 1 / -1; }
.qw-field input, .qw-field textarea {
    font: inherit; font-weight: 500; padding: .85rem 1rem; border: 1px solid #d1d5db;
    border-radius: 12px; min-height: 48px; width: 100%;
}
.qw-cards { display: grid; gap: .65rem; grid-template-columns: 1fr; margin-bottom: 1rem; }
@media (min-width: 480px) { .qw-cards { grid-template-columns: 1fr 1fr; } }
.qw-cards--row { grid-template-columns: 1fr 1fr; }
.qw-card {
    text-align: left; border: 2px solid #e5e7eb; background: #fff; border-radius: 14px;
    padding: .9rem 1rem; min-height: 52px; cursor: pointer; font: inherit;
}
.qw-card strong { display: block; }
.qw-card em { display: block; font-style: normal; font-size: .85rem; color: #6b7280; margin-top: .2rem; }
.qw-card.is-on { border-color: var(--brand, #0071bc); background: #eff6ff; }
.qw-checks { display: grid; gap: .5rem; margin-bottom: 1rem; }
.qw-check { display: flex; align-items: center; gap: .6rem; min-height: 48px; padding: .5rem .75rem; border: 1px solid #e5e7eb; border-radius: 12px; }
.qw-note { background: #eff6ff; border-radius: 12px; padding: .85rem 1rem; }
.qw-nav { display: flex; gap: .6rem; margin-top: 1.25rem; flex-wrap: wrap; }
.qw-btn {
    display: inline-flex; align-items: center; justify-content: center; min-height: 48px;
    padding: 0 1.2rem; border-radius: 999px; font-weight: 700; text-decoration: none; border: 0; cursor: pointer;
}
.qw-btn--primary { background: var(--brand, #0071bc); color: #fff; flex-direction: column; gap: .15rem; }
.qw-btn-sub { display: block; font-size: .8rem; font-weight: 600; opacity: .9; }
.qw-btn--ghost { background: #f3f4f6; color: #111; }
.qw-btn[disabled] { opacity: .55; cursor: wait; }
.qw-err { color: #b91c1c; font-weight: 600; }
.qw-consents { list-style: none; padding: 0; margin: 0 0 1rem; }
.qw-consents li { display: flex; justify-content: space-between; align-items: center; gap: .5rem; padding: .65rem 0; border-bottom: 1px solid #eee; }
.qw-consent-btn { background: none; border: 0; color: var(--brand, #0071bc); font-weight: 700; padding: .4rem 0; }
.qw-consent-st { font-size: .85rem; color: #6b7280; }
.qw-consent-st.is-ok { color: #166534; }
.qw-hub-grid { display: grid; gap: .85rem; }
@media (min-width: 640px) { .qw-hub-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 960px) { .qw-hub-grid--pres { grid-template-columns: 1fr 1fr 1fr; } }
.qw-hub-card {
    display: block; background: #fff; border: 1px solid #e5e7eb; border-radius: 16px;
    padding: 1.15rem 1.2rem; text-decoration: none; color: inherit; min-height: 140px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
}
.qw-hub-card h2 { margin: 0 0 .4rem; font-size: 1.2rem; }
.qw-hub-card p { margin: 0 0 .8rem; color: #4b5563; }
.qw-hub-go { font-weight: 700; color: var(--brand, #0071bc); }
.qw-hub-card--pres { display: flex; flex-direction: column; min-height: 180px; }
.qw-hub-card--pres p { flex: 1 1 auto; }
.qw-hub-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    margin-top: .35rem;
}
.qw-hub-action-form { display: inline; margin: 0; }
.qw-hub-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d1d5db;
    background: #fff;
    color: #1e293b;
    font: inherit;
    font-size: .85rem;
    font-weight: 700;
    padding: .4rem .7rem;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
}
.qw-hub-action--primary {
    background: var(--brand, #0071bc);
    border-color: var(--brand, #0071bc);
    color: #fff;
}
.qw-hub-action--danger {
    border-color: #fecaca;
    color: #b91c1c;
    background: #fef2f2;
}
.qw-hub-flash {
    margin: 0 0 1rem;
    padding: .7rem .9rem;
    border-radius: 10px;
    background: #ecfdf5;
    color: #065f46;
    font-weight: 600;
}
.qw-hub-flash[hidden] {
    display: none !important;
}
.qw-hub-flash--err {
    background: #fef2f2;
    color: #991b1b;
}
.qw-hub-modal-cancel {
    background: #fff;
    color: #1e293b;
    border: 1px solid #d1d5db;
}
.qw-hub-modal-confirm {
    background: #b91c1c;
    border: 1px solid #991b1b;
    color: #fff;
}
.qw-hub-modal-confirm:disabled {
    opacity: .6;
    cursor: wait;
}
.qw-alt { margin-top: 1.5rem; }
.qw-hp { position: absolute; left: -9999px; height: 0; width: 0; opacity: 0; }
.qw-done-actions { display: flex; flex-direction: column; gap: .7rem; max-width: 360px; }
.qw-next-q { font-weight: 700; margin: 0 0 1rem; }
.qw-field-wrap[hidden] { display: none; }
