.text-wrap{white-space:normal !important}.default-layout{height:100%;width:100%;display:flex;flex-direction:column}.digital-form-component{width:100%;height:90%;max-width:1080px;display:flex;background-color:#fff;border:1px solid #ddd;border-radius:1rem;position:relative;overflow:hidden}.digital-form-component:has(.customerForm){max-width:600px;height:auto}.digital-form-component:has(.introductionForm){max-width:720px;height:auto}@media screen and (max-width: 564px){.digital-form-component{height:100%;border-radius:0}}.digital-form-shell{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;padding:1rem}@media screen and (max-width: 564px){.digital-form-shell{padding:0;height:auto;flex:1}}.digital-form-skip-link{position:absolute;left:1rem;top:-100%;background:var(--secondary, #F39200);color:#fff;padding:.5rem 1.5rem;border-radius:999px;font-weight:600;text-decoration:none;box-shadow:0 8px 20px rgba(243,146,0,.3);transition:top .2s ease,box-shadow .2s ease;z-index:5}.digital-form-skip-link:focus{top:1rem;box-shadow:0 12px 30px rgba(243,146,0,.35)}.digital-form-sidebar{width:320px;padding:2rem;border-right:1px solid #eee;display:flex;flex-direction:column}@media screen and (max-width: 768px){.digital-form-sidebar{width:240px}}@media screen and (max-width: 564px){.digital-form-sidebar{display:none}}.digital-form-sidebar__header{display:flex;align-items:center;gap:.75rem;margin-bottom:3rem;white-space:wrap}.digital-form-sidebar__icon{width:2.5rem;height:2.5rem;border-radius:.75rem;background:var(--secondary, #F39200);color:#fff;font-size:1.25rem;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px rgba(243,146,0,.3);flex-shrink:0}.digital-form-sidebar__logo{width:2.5rem;height:2.5rem;border-radius:.75rem;overflow:hidden;color:#fff;font-size:1.25rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.digital-form-sidebar__logo img{width:100%;height:100%;object-fit:contain}.digital-form-sidebar__title h1{font-size:1.125rem;font-weight:700;line-height:1.2;word-break:break-all}.digital-form-sidebar__title p{font-size:.75rem;color:#64748b;font-weight:500}.digital-form-sidebar__steps{display:flex;flex-direction:column;gap:1rem;flex:1;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin}.digital-form-sidebar__step{display:flex;align-items:center;padding:1rem;border-radius:1rem;color:#64748b}.digital-form-sidebar__step.active{background:rgba(243,146,0,.05);border:1px solid rgba(243,146,0,.2);color:var(--secondary, #F39200)}.digital-form-sidebar__step.disabled{color:#94a3b8}.digital-form-sidebar__step-icon{width:2rem;height:2rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin-right:1rem;background:#f1f5f9;font-weight:700;flex-shrink:0}.digital-form-sidebar__step-icon.done{background:rgba(16,185,129,.1);color:#10b981}.digital-form-sidebar__step-icon.active{background:var(--secondary, #F39200);color:#fff;box-shadow:0 8px 20px rgba(243,146,0,.2)}.digital-form-sidebar__step-text{display:flex;flex-direction:column}.digital-form-sidebar__step-text .step-label{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;opacity:.6}.digital-form-sidebar__step-text .step-title{font-size:.875rem;font-weight:600}.digital-form-sidebar__footer{margin-top:auto;padding-top:2rem;border-top:1px solid rgba(226,232,240,.5);max-height:300px;overflow-y:auto}.digital-form-sidebar__hint{padding:1rem;border-radius:1rem;background:hsla(0,0%,100%,.5)}.digital-form-sidebar__hint p{font-size:.75rem;line-height:1.5;color:#64748b}.description-container p{margin:0}.description-container .service-description{overflow:hidden;text-overflow:ellipsis;word-break:break-word;overflow-wrap:break-word;white-space:pre-wrap;hyphens:auto;text-align:justify}@media(max-width: 576px){.description-container{font-size:.75rem}}.toggle-description{background:none;border:none;color:var(--secondary, #F39200);cursor:pointer;font-size:.875rem;font-weight:500;text-decoration:underline;padding:0}.toggle-description:hover{text-decoration:none}@media(max-width: 576px){.toggle-description{font-size:.75rem}}.digital-form-content{flex:1;padding:2rem;display:flex;flex-direction:column;gap:2rem;overflow-y:auto}@media(min-width: 768px){.digital-form-content{padding:3rem}}@media screen and (max-width: 564px){.digital-form-content__actions{background:rgba(248,250,252,.5);border-top:1px solid rgba(226,232,240,.6);flex-direction:column-reverse;gap:.75rem}.digital-form-content__continue{width:100%;padding:1rem;justify-content:center}.digital-form-content__continue:hover{transform:none}.digital-form-content__continue:active{transform:scale(0.97)}.digital-form-content__back{width:100%;padding:.75rem;justify-content:center;border-radius:.75rem}.digital-form-content__back:hover{color:#64748b}.digital-form-content__back:active{background:#f1f5f9;color:#0f172a}}.digital-form-content__container{max-width:42rem;flex:1;display:flex;flex-direction:column}.digital-form-content__form{display:flex;flex-grow:1;flex-direction:column;gap:2rem}.digital-form-content__form img{max-width:100%;height:auto}.digital-form-content__actions{margin-top:auto;padding-top:2rem;border-top:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between}.digital-form-content__back{background:none;border:none;font-size:.875rem;font-weight:600;color:#64748b;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:color .2s ease}.digital-form-content__back:disabled{color:#cbd5e1;cursor:initial}.digital-form-content__back:hover:not(:disabled){color:#0f172a}.digital-form-content__continue{padding:.75rem 2.5rem;background:var(--secondary, #F39200);color:#fff;font-weight:700;border-radius:.75rem;border:none;cursor:pointer;display:flex;align-items:center;gap:.5rem;box-shadow:0 6px 20px rgba(243,146,0,.3);transition:all .2s ease;margin-left:auto}.digital-form-content__continue:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(243,146,0,.4)}.digital-form-content-header{margin-bottom:1rem}.digital-form-content-header__title{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:.25rem}.digital-form-content-header__title:focus-visible{outline:none}.digital-form-content-header__description{font-size:.75rem;color:#64748b;line-height:1.4}.digital-form-determine-customer-header{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1.25rem 1rem;width:100%;max-width:720px;margin:0 auto;text-align:center;background:rgba(0,0,0,0)}.digital-form-determine-customer-header__logo{width:4.5rem;height:4.5rem;border-radius:.75rem;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-bottom:.25rem;box-shadow:0 8px 20px rgba(243,146,0,.06)}.digital-form-determine-customer-header__logo img{width:100%;height:100%;object-fit:contain;display:block}.digital-form-determine-customer-header__title{font-size:1.125rem;font-weight:700;color:#0f172a;margin:0;line-height:1.2}.digital-form-determine-customer-header__description{font-size:.875rem;color:#64748b;margin:0;max-width:48rem}@media screen and (max-width: 564px){.digital-form-determine-customer-header{padding:1rem .75rem}.digital-form-determine-customer-header__logo{width:3.25rem;height:3.25rem}.digital-form-determine-customer-header__title{font-size:1rem}.digital-form-determine-customer-header__description{font-size:.875rem}}.digital-form-header{display:none;margin-bottom:1rem}@media screen and (max-width: 564px){.digital-form-header{display:block}}.digital-form-header__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.digital-form-header__left{display:flex;align-items:center;gap:.75rem}.digital-form-header__icon{width:2.25rem;height:2.25rem;border-radius:.75rem;background:var(--secondary, #F39200);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 15px rgba(243,146,0,.2)}.digital-form-header__icon span{font-size:1rem;line-height:1}.digital-form-header__title{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:-0.01em;color:#0f172a;margin-bottom:0}.digital-form-header .progress{border:none}.digital-form-header__right{text-align:right}.digital-form-header__step{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--secondary, #F39200)}.digital-form-progress-bar{margin-top:.5rem}.digital-form-site-footer{width:100%;text-align:center;font-size:.875rem;color:#64748b;background:#fff;padding:1.5rem 2rem}.digital-form-footer-links{display:inline-flex;gap:1.5rem;align-items:center;justify-content:center;flex-wrap:wrap}.digital-form-footer-links a{color:inherit;text-decoration:none;padding-bottom:.1rem}.digital-form-footer-links a:hover,.digital-form-footer-links a:focus{color:var(--secondary, #F39200)}.glowing-icon{background-color:rgba(var(--secondary-200, #fca645), 0.2);border-radius:50%;width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;color:var(--secondary, #F39200)}.fs-5{font-size:1.25rem !important;line-height:1.75rem !important}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.success-card{background:var(--white, #fff);padding:2rem;border-radius:1rem;box-shadow:0 4px 6px rgba(0,0,0,.1);max-width:640px;width:100%;text-align:center;display:flex;flex-direction:column;justify-content:center;position:relative}.success-card .glowing-icon i{font-size:3rem}.legal-container{min-height:0}.legal{background:#fff;border-radius:.5rem;max-height:90%;max-width:900px;box-shadow:0 .5rem 1rem rgba(0,0,0,.15);overflow-y:auto}.digital-form-summary{display:flex;flex-direction:column;gap:1.5rem}.digital-form-summary__header{text-align:center;margin-bottom:.5rem}.digital-form-summary__icon{width:3rem;height:3rem;border-radius:.75rem;background:rgba(243,146,0,.1);color:var(--secondary, #F39200);font-size:1.25rem;display:inline-flex;align-items:center;justify-content:center;margin-bottom:.75rem}.digital-form-summary__title{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:.25rem}.digital-form-summary__description{font-size:.8125rem;color:#64748b;margin:0}.digital-form-summary__section{border:1px solid #e2e8f0;border-radius:.75rem;overflow:hidden}.digital-form-summary__section-header{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem;background:#f8fafc;border-bottom:1px solid #e2e8f0}.digital-form-summary__section-title{font-size:.9375rem;font-weight:700;color:#0f172a;margin:0}.digital-form-summary__edit-btn{display:inline-flex;align-items:center;gap:.375rem;background:none;border:none;color:var(--secondary, #F39200);font-size:.8125rem;font-weight:600;cursor:pointer;padding:.25rem .5rem;border-radius:.375rem;transition:background .15s ease}.digital-form-summary__edit-btn:hover{background:rgba(243,146,0,.08)}.digital-form-summary__conclusion-alert{display:flex;gap:.75rem;padding:.875rem 1rem;background:rgba(243,146,0,.05);border-bottom:1px solid #e2e8f0}.digital-form-summary__conclusion-icon{color:var(--secondary, #F39200);font-size:1rem;flex-shrink:0;margin-top:.125rem}.digital-form-summary__conclusion-content{font-size:.8125rem;color:#334155;line-height:1.5}.digital-form-summary__conclusion-content p{margin:0}.digital-form-summary__conclusion-content p+p{margin-top:.5rem}.digital-form-summary__fields{padding:.5rem 0}.digital-form-summary__field{display:flex;justify-content:space-between;align-items:baseline;padding:.5rem 1rem;gap:1rem}.digital-form-summary__field:not(:last-child){border-bottom:1px solid #f1f5f9}@media screen and (max-width: 564px){.digital-form-summary__field{flex-direction:column;align-items:stretch;gap:.25rem}}.digital-form-summary__field-label{font-size:.8125rem;color:#64748b;min-width:0;word-break:break-word}.digital-form-summary__field-value{font-size:.8125rem;font-weight:600;color:#0f172a;text-align:right;min-width:0;overflow-wrap:anywhere}@media screen and (max-width: 564px){.digital-form-summary__field-value{text-align:left}}.file-upload{display:block;width:100%;padding:1.5rem;border:2px dashed #e4e4e7;border-radius:1rem;background:rgba(244,244,245,.5);cursor:pointer;transition:all .2s ease;position:relative}.file-upload input{display:none}.file-upload__content{display:flex;align-items:center;justify-content:center;gap:1rem}.file-upload__icon{width:3rem;height:3rem;border-radius:.75rem;background:rgba(var(--secondary, #F39200), 0.1);display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.file-upload__icon span{font-size:1.5rem;color:var(--secondary, #F39200)}.file-upload__title{font-size:1rem;font-weight:600;color:#3f3f46;margin:0}.file-upload__hint{font-size:.75rem;color:#a1a1aa;margin:.25rem 0 0 0}.file-upload__label{font-weight:600;margin-bottom:.5rem;margin-top:12px;display:block;color:#3f3f46}.file-upload:hover{background:#f4f4f5}.file-upload__list{list-style:none;padding:0;margin-top:.75rem;margin-bottom:0;display:flex;flex-direction:column;gap:.5rem}.file-upload__list-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;border:1px solid #e4e4e7;border-radius:.5rem;background:#fff}.file-upload__list .file-upload__file-id{font-family:monospace;font-size:.85rem;color:#52525b;word-break:break-all}.file-upload__list .file-upload__remove{border:none;background:none;color:var(--secondary, #F39200);font-weight:600;cursor:pointer;padding:.25rem .5rem;border-radius:.25rem;transition:background .2s ease}.file-upload__list .file-upload__remove:hover{background:rgba(243,146,0,.1)}/*# sourceMappingURL=app.css.map */
