.ceh-modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:99999;opacity:0;visibility:hidden;background-color:#0009;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;transition:all .3s;display:flex;position:fixed;top:0;left:0}.ceh-modal-overlay.open{opacity:1;visibility:visible}.ceh-modal-content{opacity:0;background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:1100px;max-height:90vh;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow-y:auto;transform:translateY(20px);box-shadow:0 20px 40px #0003}.ceh-modal-content::-webkit-scrollbar{width:6px}.ceh-modal-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:8px}.ceh-modal-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:8px}.ceh-modal-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.ceh-modal-content.open{opacity:1;transform:translateY(0)}.ceh-modal-close{color:#64748b;cursor:pointer;z-index:20;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem;box-shadow:0 2px 4px #0000000d}.ceh-modal-close:hover{color:#0f172a;background:#e2e8f0;transform:rotate(90deg)}.ceh-modal-layout{flex-wrap:nowrap;display:flex;position:relative}.ceh-modal-left{flex:1;min-width:0}.ceh-modal-right{background:#f8fafc;border-left:1px solid #e2e8f0;flex-shrink:0;width:400px;padding:2.5rem 1.5rem}.ceh-modal-sticky-sidebar{flex-direction:column;gap:2.5rem;display:flex;position:sticky;top:1rem}.ceh-modal-header{text-align:center;background:linear-gradient(135deg,#f4f8fc 0%,#e6efff 50%,#d8e7ff 100%);border-bottom:1px solid #e2e8f0;border-radius:16px 0 0;padding:2rem 2.5rem 1.75rem}.ceh-modal-badge{color:#fff;text-transform:uppercase;letter-spacing:.05em;background:#0d6efd;border-radius:20px;margin-bottom:.75rem;padding:.35rem .85rem;font-size:.7rem;font-weight:700;display:inline-block}.ceh-modal-header h2{color:#1e293b;margin-bottom:.75rem;font-size:1.75rem;font-weight:800;line-height:1.2}.ceh-modal-header h2 span{color:#0a58ca}.ceh-modal-header p{color:#475569;max-width:650px;margin:0 auto;font-size:1rem;line-height:1.5}.ceh-modal-stats{background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;justify-content:center;gap:2rem;margin:0 2rem 2rem;padding:1.25rem 2rem;display:flex}.ceh-stat-item{align-items:center;gap:.75rem;display:flex}.ceh-stat-info{text-align:center;flex-direction:column;display:flex}.ceh-stat-value{color:#0a58ca;margin-bottom:.15rem;font-size:1.35rem;font-weight:800;line-height:1.1}.ceh-stat-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.ceh-modal-modules-section{background:#fff;padding:0 2.5rem 2.5rem}.ceh-modal-modules-section h3{color:#0f172a;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700;display:flex}.ceh-modal-modules-section h3:before{content:"";background:#0a58ca;border-radius:4px;width:4px;height:20px}.ceh-modules-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.ceh-module-card{text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;padding:1rem 1.25rem;transition:all .2s;display:flex}.ceh-module-card:hover{border-color:#0d6efd;transform:translateY(-2px);box-shadow:0 4px 12px #0d6efd14}.ceh-module-num{color:#0a58ca;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.75rem;font-weight:700}.ceh-module-title{color:#334155;font-size:.95rem;font-weight:600;line-height:1.4}.ceh-modal-tools-section{text-align:center;background:#fff;padding:1.5rem 2.5rem}.ceh-modal-tools-section h3{color:#64748b;text-transform:uppercase;letter-spacing:.02em;margin-bottom:1rem;font-size:1rem;font-weight:700}.ceh-tools-grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:2.5rem;display:flex}.ceh-tool-item{flex-direction:column;align-items:center;gap:.5rem;display:flex}.ceh-modal-right .inquiry-form-wrapper.hero{background:#f4f8fc;border:1px solid #0d6efd26;box-shadow:0 4px 20px #0d6efd14}.ceh-modal-right .inquiry-form-wrapper.hero .urgency-badge{background:#0d6efd}.ceh-modal-right .inquiry-form-wrapper.hero .submit-btn{background:linear-gradient(#0d6efd 0%,#0a58ca 100%);box-shadow:0 4px 15px #0a58ca4d}.ceh-modal-right .inquiry-form-wrapper.hero .submit-btn:hover:not(:disabled){background:linear-gradient(#0d6efd 0%,#094cb0 100%);transform:translateY(-2px);box-shadow:0 6px 20px #0a58ca66}.ceh-modal-right .inquiry-form-wrapper.hero .form-input:focus,.ceh-modal-right .inquiry-form-wrapper.hero .phone-field-wrapper:focus-within{border-color:#0d6efd;box-shadow:0 0 0 3px #0d6efd1a}.ceh-modal-right .inquiry-form-wrapper.hero .checkbox-label input[type=checkbox]{accent-color:#0d6efd}.ceh-tool-img{object-fit:contain;filter:drop-shadow(0 4px 6px #0000000d);width:auto;height:40px;transition:transform .3s}.ceh-tool-item:hover .ceh-tool-img{transform:scale(1.1)}.ceh-tool-item span{color:#475569;font-size:.8rem;font-weight:600}@media (max-width:992px){.ceh-modal-layout{flex-direction:column}.ceh-modal-header{border-radius:16px 16px 0 0}.ceh-modal-right{border-top:1px solid #e2e8f0;border-left:none;width:100%;padding:2.5rem}.ceh-modal-sticky-sidebar{position:static}}@media (max-width:768px){.ceh-modal-header{padding:2rem 1.5rem}.ceh-modal-header h2{font-size:1.5rem}.ceh-modal-stats{gap:1.5rem;padding:1.5rem}.ceh-modal-modules-section{padding:1.5rem}.ceh-modules-grid{grid-template-columns:1fr}.ceh-modal-right{padding:2rem 1.5rem}}
