.it-quick-check { max-width: 850px; margin: 0 auto; padding: clamp(24px, 4vw, 48px); border: 1px solid #bbf7d0; border-radius: 24px; background: linear-gradient(145deg, #f0fdf4 0%, #fff 42%); box-shadow: 0 20px 45px rgba(15, 23, 42, .1); color: #0f172a; }
.it-quick-check__intro { max-width: 680px; margin-bottom: 28px; }
.it-quick-check__eyebrow { margin: 0 0 8px; color: #15803d; font-size: .78rem; font-weight: 800; letter-spacing: .11em; }
.it-quick-check h2 { margin: 0 0 10px; font-size: clamp(1.65rem, 4vw, 2.35rem); line-height: 1.15; }
.it-quick-check__intro > p:last-child { margin: 0; color: #475569; line-height: 1.6; }
.it-quick-check__stream-choice { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.it-quick-check__progress { margin: 0 0 18px; }.it-quick-check__progress p { margin: 0 0 8px; color: #475569; font-size: .9rem; font-weight: 800; }.it-quick-check__progress-bar { height: 8px; overflow: hidden; border-radius: 999px; background: #dbe5e1; }.it-quick-check__progress-bar span { display: block; width: 20%; height: 100%; border-radius: inherit; background: #15803d; transition: width .2s ease; }
.it-quick-check__question[hidden], .it-quick-check__result[hidden], .it-quick-check__modal[hidden] { display: none; }.it-quick-check__question { margin: 0 0 18px; padding: 20px; border: 1px solid #dbe5e1; border-radius: 16px; background: #fff; }.it-quick-check__prompt { margin: 0; font-weight: 700; line-height: 1.55; }.it-quick-check__number { display: inline-grid; place-items: center; width: 27px; height: 27px; margin-right: 6px; border-radius: 50%; background: #15803d; color: #fff; font-size: .83rem; }.it-quick-check__topic { margin: 8px 0 13px; padding-left: 34px; color: #64748b; font-size: .83rem; font-weight: 700; }.it-quick-check__options { display: grid; gap: 10px; }.it-quick-check__option { display: flex; align-items: flex-start; gap: 10px; padding: 12px 14px; border: 1px solid #dbe5e1; border-radius: 10px; cursor: pointer; line-height: 1.45; }.it-quick-check__option:hover, .it-quick-check__option:has(input:focus-visible) { border-color: #16a34a; background: #f0fdf4; }.it-quick-check__option input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: #15803d; }.it-quick-check__error { margin: 0 0 14px; color: #b91c1c; font-weight: 700; }.it-quick-check__actions { display: flex; justify-content: flex-end; }.it-quick-check__next, .it-quick-check__submit, .it-quick-check__cta { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 22px; border: 0; border-radius: 10px; background: #15803d; color: #fff !important; font: inherit; font-weight: 800; text-decoration: none; cursor: pointer; }.it-quick-check__next:hover, .it-quick-check__submit:hover, .it-quick-check__cta:hover { background: #166534; }.it-quick-check__cta:disabled { cursor: wait; opacity: .7; }.it-quick-check__result { margin-top: 28px; padding: 24px; border: 2px solid #86efac; border-radius: 16px; background: #f0fdf4; }.it-quick-check__score { margin: 0 0 6px; color: #15803d; font-weight: 800; }.it-quick-check__contact-prompt { margin: 20px 0 12px; color: #1f2937; font-weight: 700; line-height: 1.55; }.it-quick-check__result h3 { margin: 0 0 9px; font-size: 1.4rem; }.it-quick-check__result p { line-height: 1.6; }.it-quick-check__note { margin: 18px 0 0; color: #475569; font-size: .92rem; }
.it-quick-check-modal-open { overflow: hidden; }.it-quick-check__modal { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 20px; }.it-quick-check__modal-backdrop { position: absolute; inset: 0; background: rgba(15, 23, 42, .68); }.it-quick-check__modal-dialog { position: relative; z-index: 1; width: min(100%, 760px); max-height: min(90vh, 860px); overflow-y: auto; padding: clamp(22px, 4vw, 36px); border-radius: 20px; background: #fff; box-shadow: 0 24px 80px rgba(0,0,0,.35); }.it-quick-check__modal-dialog:focus { outline: 3px solid #86efac; outline-offset: 3px; }.it-quick-check__modal-close { position: absolute; top: 12px; right: 14px; display: grid; width: 40px; height: 40px; place-items: center; border: 0; border-radius: 50%; background: #e2e8f0; color: #0f172a; font-size: 1.6rem; cursor: pointer; }.it-quick-check__contact-form { display: grid; gap: 16px; margin-top: 20px; }.it-quick-check__contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }.it-quick-check__contact-form label { display: grid; gap: 6px; color: #334155; font-size: .9rem; font-weight: 700; }.it-quick-check__contact-form input:not([type="radio"]), .it-quick-check__contact-form select, .it-quick-check__contact-form textarea { width: 100%; box-sizing: border-box; border: 1px solid #cbd5e1; border-radius: 8px; padding: 11px 12px; color: #0f172a; font: inherit; font-weight: 400; }.it-quick-check__contact-form input:focus, .it-quick-check__contact-form select:focus, .it-quick-check__contact-form textarea:focus { outline: 3px solid #bbf7d0; border-color: #15803d; }.it-quick-check__contact-method { display: flex; flex-wrap: wrap; gap: 12px; padding: 0; border: 0; }.it-quick-check__contact-method p { width: 100%; margin: 0 0 2px; font-size: .9rem; font-weight: 700; }.it-quick-check__contact-method label { display: flex; align-items: center; gap: 5px; }.it-quick-check__contact-error { margin: 0; color: #b91c1c; font-weight: 700; }
/* Match the clean, field-first treatment used by the private summer enquiry forms. */
.it-quick-check__modal-dialog h3 { margin: 0; color: #0f172a; font-size: clamp(1.45rem, 4vw, 1.9rem); line-height: 1.2; }
.it-quick-check__modal-dialog [data-contact-result-context] { margin: 12px 0 0; color: #475569; line-height: 1.55; }
.it-quick-check__field { min-width: 0; }
.it-quick-check__field-label { display: flex !important; align-items: baseline; gap: 4px; margin: 0 0 6px; color: #334155; font-size: .9rem; font-weight: 700; line-height: 1.35; }
.it-quick-check__required { color: #dc2626; font-size: 1rem; line-height: 1; }
.it-quick-check__field-control { display: block; width: 100%; min-height: 48px; box-sizing: border-box; border: 1px solid #d1d5db; border-radius: .9rem; padding: .75rem .9rem; color: #111827; background: #fff; font: inherit; font-weight: 400; transition: border-color .2s, box-shadow .2s; }
.it-quick-check__field-control:focus { outline: 0; border-color: #059669; box-shadow: 0 0 0 3px rgba(16, 185, 129, .17); }
.it-quick-check__field-note { margin: .35rem 0 0; color: #64748b; font-size: .75rem; line-height: 1.4; }
.it-quick-check__contact-form .iti { width: 100%; }
.it-quick-check__contact-form .iti .it-quick-check__field-control { width: 100%; padding-left: 84px; }
.it-quick-check__contact-method { gap: .65rem 1rem; padding: 14px 16px; border: 1px solid #d1d5db; border-radius: .9rem; background: #f8fafc; }
.it-quick-check__contact-method p { color: #334155; }
.it-quick-check__contact-method label { display: inline-flex !important; color: #475569; font-size: .9rem; font-weight: 500; }
.it-quick-check__contact-method input { accent-color: #059669; }
.it-quick-check__same-number { display: inline-flex !important; align-items: center; gap: .45rem; margin: 0 0 .65rem; color: #475569; font-size: .86rem; font-weight: 500; cursor: pointer; }
.it-quick-check__same-number input { width: 1rem; height: 1rem; margin: 0; accent-color: #059669; }
.it-quick-check__phone-disabled { opacity: .55; pointer-events: none; }
@media (max-width: 600px) { .it-quick-check { margin: 0 -4px; padding: 22px 16px; border-radius: 18px; }.it-quick-check__question { padding: 16px; }.it-quick-check__next, .it-quick-check__submit, .it-quick-check__cta { width: 100%; }.it-quick-check__stream-choice, .it-quick-check__contact-grid { grid-template-columns: 1fr; }.it-quick-check__modal { padding: 10px; }.it-quick-check__modal-dialog { max-height: 94vh; padding: 48px 18px 20px; } }
