.hto-wizard-wrap { color: #112a39; }
.hto-form-message { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 16px; padding: 18px; border-radius: 12px; background: #fff; color: #112a39; }
.hto-form-message .dashicons { width: 26px; height: 26px; font-size: 26px; }
.hto-form-message--success { border: 1px solid #9addad; }
.hto-form-message--success .dashicons { color: #179447; }
.hto-form-message--error { border: 1px solid #f3b29a; }
.hto-form-message--error .dashicons { color: #e85d04; }
.hto-form-message p { margin: 2px 0 0; color: #617381; font-size: 13px; }
.hto-wizard { overflow: hidden; border-radius: 18px; background: #fff; color: #112a39; box-shadow: 0 22px 70px rgba(0, 0, 0, .17); }
.hto-wizard [hidden] { display: none !important; }
.hto-honeypot { position: absolute; left: -9999px; }
.hto-wizard__head { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 25px 30px; border-bottom: 1px solid #dbe5eb; background: #f6f9fb; }
.hto-wizard__head > div { display: flex; flex-direction: column; }
.hto-wizard__head > div span { color: #1479c9; font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.hto-wizard__head > div strong { margin-top: 3px; font-size: 15px; }
.hto-wizard__head ol { display: flex; gap: 8px; padding: 0; margin: 0; list-style: none; }
.hto-wizard__head li { display: flex; align-items: center; gap: 6px; color: #8b9ba5; font-size: 10px; font-weight: 700; }
.hto-wizard__head li::after { content: ""; width: 20px; height: 1px; margin-left: 3px; background: #cdd9df; }
.hto-wizard__head li:last-child::after { display: none; }
.hto-wizard__head li b { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: #dfe7eb; color: #6e828e; }
.hto-wizard__head li.is-active, .hto-wizard__head li.is-complete { color: #1479c9; }
.hto-wizard__head li.is-active b { background: #e85d04; color: #fff; }
.hto-wizard__head li.is-complete b { background: #1479c9; color: #fff; }
.hto-wizard__panel { padding: 32px 30px 26px; }
.hto-panel-title > span { color: #1479c9; font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.hto-panel-title h3 { margin: 6px 0 7px; color: #112a39; font-size: 28px; letter-spacing: -.04em; }
.hto-panel-title p { margin: 0 0 22px; color: #617381; font-size: 13px; }
.hto-service-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.hto-service-option { position: relative; cursor: pointer; }
.hto-service-option input { position: absolute; opacity: 0; pointer-events: none; }
.hto-service-option__box { position: relative; min-height: 89px; display: grid; grid-template-columns: 44px 1fr; align-items: center; column-gap: 11px; padding: 14px; border: 1px solid #d4e0e6; border-radius: 11px; background: #fff; transition: border-color .2s, background .2s, transform .2s; }
.hto-service-option__box i { grid-row: 1 / span 2; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #eaf5fd; color: #1479c9; font-style: normal; font-size: 20px; }
.hto-service-option__box .hto-service-icon { grid-row: 1 / span 2; width: 42px; height: 42px; padding: 7px; border: 7px solid #eaf5fd; border-radius: 50%; background-color: #1479c9; }
.hto-service-option__box b { align-self: end; padding-right: 20px; font-size: 13px; line-height: 1.25; }
.hto-service-option__box small { align-self: start; color: #7d8f9a; font-size: 9px; }
.hto-service-option__box em { position: absolute; top: 9px; right: 9px; width: 19px; height: 19px; display: none; place-items: center; border-radius: 50%; background: #e85d04; color: #fff; font-size: 11px; font-style: normal; }
.hto-service-option:hover .hto-service-option__box { border-color: #88c2e9; transform: translateY(-2px); }
.hto-service-option input:focus-visible + .hto-service-option__box { outline: 3px solid rgba(20, 121, 201, .24); outline-offset: 2px; }
.hto-service-option input:checked + .hto-service-option__box { border-color: #1479c9; background: #f0f8fe; }
.hto-service-option input:checked + .hto-service-option__box em { display: grid; }
.hto-field-error { margin: 10px 0 0; color: #c94f00; font-size: 12px; font-weight: 700; }
.hto-fields { display: grid; gap: 15px; }
.hto-fields--two { grid-template-columns: 1fr 1fr; }
.hto-fields label, .hto-field-full { display: flex; flex-direction: column; gap: 7px; color: #263f4e; font-size: 11px; font-weight: 800; }
.hto-field-full > small { margin-top: -5px; color: #718591; font-size: 9px; font-weight: 500; }
.hto-field-full { margin-top: 15px; }
.hto-field-full { grid-column: 1 / -1; }
.hto-wizard input[type="text"], .hto-wizard input[type="tel"], .hto-wizard input[type="email"], .hto-wizard select, .hto-wizard textarea { width: 100%; padding: 13px 14px; border: 1px solid #cad8df; border-radius: 8px; outline: 0; background: #fbfdfe; color: #112a39; font-size: 14px; font-weight: 500; }
.hto-wizard textarea { min-height: 112px; resize: vertical; }
.hto-wizard input:focus, .hto-wizard select:focus, .hto-wizard textarea:focus { border-color: #1479c9; box-shadow: 0 0 0 3px rgba(20, 121, 201, .11); }
.hto-wizard .is-invalid { border-color: #e85d04 !important; box-shadow: 0 0 0 3px rgba(232, 93, 4, .09) !important; }
.hto-roof-notice { display: flex; gap: 13px; margin: 0 0 20px; padding: 16px; border-left: 4px solid #e85d04; border-radius: 7px; background: #fff4ec; }
.hto-roof-notice[hidden] { display: none; }
.hto-roof-notice .dashicons { width: 30px; height: 30px; color: #e85d04; font-size: 30px; }
.hto-roof-notice p { margin: 2px 0 0; color: #6d5547; font-size: 11px; }
.hto-upload { display: grid; grid-template-columns: 44px 1fr; column-gap: 12px; align-items: center; margin-top: 17px; padding: 15px; border: 1px dashed #9fbccc; border-radius: 10px; background: #f8fbfd; cursor: pointer; }
.hto-upload input { position: absolute; opacity: 0; pointer-events: none; }
.hto-upload > .dashicons { grid-row: 1 / span 2; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #eaf5fd; color: #1479c9; font-size: 20px; }
.hto-upload b { font-size: 12px; }
.hto-upload b small { color: #718591; font-weight: 500; }
.hto-upload em { color: #718591; font-size: 9px; font-style: normal; }
.hto-consent { display: flex; gap: 9px; align-items: flex-start; margin-top: 15px; color: #617381; font-size: 10px; cursor: pointer; }
.hto-consent input { flex: 0 0 auto; margin-top: 3px; accent-color: #1479c9; }
.hto-consent a { color: #1479c9; font-weight: 800; text-decoration: underline; }
.hto-wizard__actions { min-height: 80px; display: flex; align-items: center; gap: 18px; padding: 14px 30px 20px; border-top: 1px solid #e2e9ed; }
.hto-back { padding: 10px 0; border: 0; background: transparent; color: #1479c9; font-size: 12px; font-weight: 800; cursor: pointer; }
.hto-wizard__secure { display: flex; align-items: center; gap: 5px; margin-left: auto; color: #718591; font-size: 9px; }
.hto-wizard__secure .dashicons { width: 14px; height: 14px; color: #299c52; font-size: 14px; }
.hto-wizard__actions .button { min-width: 175px; min-height: 48px; padding: 12px 17px; font-size: 12px; }

@media (max-width: 680px) {
	.hto-wizard__head { align-items: start; flex-direction: column; padding: 20px; }
	.hto-wizard__head ol { width: 100%; justify-content: space-between; }
	.hto-wizard__head li span { display: none; }
	.hto-wizard__head li::after { width: 42px; }
	.hto-wizard__panel { padding: 26px 18px 20px; }
	.hto-service-options, .hto-fields--two { grid-template-columns: 1fr; }
	.hto-wizard__actions { flex-wrap: wrap; padding: 15px 18px 20px; }
	.hto-wizard__secure { width: 100%; order: -1; margin: 0; }
	.hto-wizard__actions .button { margin-left: auto; }
}
