.adept-quote { background: #fff; color: #12191f; border-radius: 16px; padding: 28px; box-shadow: 0 34px 80px rgba(2,6,11,.6); width: 100%; min-width: 0; box-sizing: border-box; }
.adept-quote .adept-form { display: block; margin: 0; }
.adept-quote-nav { display: flex; align-items: center; gap: 16px; min-height: 26px; }
.adept-quote-back { border: 0; background: none; cursor: pointer; font-size: 13px; color: #7a8692; padding: 4px 0; }
.adept-quote-count { font: 10.5px 'IBM Plex Mono', monospace; letter-spacing: .16em; color: #8f6a12; text-transform: uppercase; margin-left: auto; }
.adept-quote-progress { display: flex; gap: 6px; margin-top: 12px; }
.adept-quote-progress span { flex: 1; height: 3px; border-radius: 2px; background: #e3e7ea; transition: background .3s; }
.adept-quote-progress .is-current { background: #12191f; }
.adept-quote-progress .is-complete { background: #eda92a; }
.adept-quote-step { min-width: 0; border: 0; padding: 0; margin: 22px 0 0; }
.adept-quote-step legend { padding: 0; font-size: 26px; font-weight: 650; letter-spacing: -.015em; line-height: 1.15; text-wrap: balance; }
.adept-quote-hint { font-size: 13px; line-height: 1.55; color: #5c6975; margin: 7px 0 0; }
.adept-quote-fields { display: grid; gap: 11px; margin-top: 20px; }
.adept-quote input:not([type=hidden]):not([type=radio]), .adept-quote select { width: 100%; min-width: 0; box-sizing: border-box; padding: 14px; border: 1px solid #d7dee4; border-radius: 9px; font-size: 16px; background: #fafbfc; color: #12191f; }
.adept-quote input[name=postal] { padding: 15px 14px !important; font: 18px 'IBM Plex Mono', monospace !important; letter-spacing: .08em; }
.adept-quote input:focus, .adept-quote select:focus { outline: none; border-color: #eda92a; box-shadow: 0 0 0 3px rgba(224,138,46,.16); background: #fff; }
.adept-quote-choice { position: relative; display: flex; align-items: center; gap: 10px; cursor: pointer; }
.adept-quote-choice span { display: block; width: 100%; text-align: left; background: #fafbfc; border: 1px solid #d7dee4; border-radius: 10px; padding: 15px 16px; font-size: 15.5px; font-weight: 500; color: #12191f; transition: border-color .2s, background .2s; }
.adept-quote .adept-quote-choice input[type=radio] { position: absolute; width: 1px; height: 1px; opacity: 0; padding: 0; margin: 0; }
.adept-quote-choice:hover span { border-color: #12191f; }
.adept-quote-choice input:checked + span { background: #fbf3e2; border-color: #eda92a; }
.adept-quote-choice input:focus-visible + span { outline: 3px solid #eda92a; outline-offset: 3px; }
.adept-quote-next, .adept-quote-submit { width: 100%; border: 0; cursor: pointer; background: #12191f; color: #f4f7f9; font-weight: 650; font-size: 15.5px; padding: 16px; border-radius: 10px; margin-top: 3px; transition: background .25s, color .25s, transform .25s; }
.adept-quote-next:hover, .adept-quote-submit { background: #eda92a; color: #171310; }
.adept-quote-next:hover, .adept-quote-submit:hover { transform: translateY(-1px); }
.adept-quote button:disabled { opacity: .65; cursor: wait; transform: none; }
.adept-quote-fineprint { font-size: 11.5px; color: #7a8692; text-align: center; line-height: 1.5; }
.adept-quote-success { padding: 30px 26px; border-radius: 12px; background: #fbf6ec; border: 1px solid #ead7b0; color: #12191f; text-align: center; overflow-wrap: anywhere; }
.adept-quote-check { width: 64px; height: 64px; border-radius: 50%; background: #eda92a; color: #171310; display: flex; align-items: center; justify-content: center; margin: 0 auto; box-shadow: 0 14px 34px rgba(224,138,46,.4); }
.adept-quote-success h3 { font-size: 24px; font-weight: 650; letter-spacing: -.02em; margin-top: 18px; }
.adept-quote-success p { font-size: 14.5px; line-height: 1.6; color: #5a5346; margin-top: 10px; }
.adept-quote-sooner { font: 10.5px 'IBM Plex Mono', monospace; letter-spacing: .16em; color: #8f6a12; text-transform: uppercase; margin-top: 18px; padding-top: 16px; border-top: 1px solid #ead7b0; }
.adept-quote-sooner a { color: #12191f; }
.adept-quote-reset { margin-top: 14px; border: 0; background: none; cursor: pointer; font-size: 12.5px; color: #7a8692; padding: 0; text-decoration: underline; }
.adept-quote-back:hover, .adept-quote-reset:hover { color: #12191f; }
.adept-quote .adept-form-status { margin: 10px 0 0; padding: 16px; font-size: 14px; line-height: 1.6; border-radius: 9px; background: #fff3f0; color: #93372a; border: 1px solid #e6c8c1; }
.adept-quote .adept-form-status:empty { display: none; }
@media (max-width: 560px) { .adept-quote { padding: 22px; } }
@media (max-width: 360px) { .adept-quote { padding: 22px; } .adept-quote-success { padding: 24px 16px; } }
