.service-modal__overlay{z-index:var(--z-modal);-webkit-backdrop-filter:blur(8px);background:#0a112899;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.service-modal__panel{background:#fffffff2;border:1px solid #0050c81f;border-radius:24px;width:100%;max-width:640px;max-height:90vh;position:relative;overflow-y:auto;box-shadow:0 25px 80px #00287826,0 0 60px #007aff0d}.service-modal__close{width:40px;height:40px;color:var(--text-secondary);background:#0050c80f;border:1px solid #0050c81a;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;transition:all .25s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.service-modal__close:hover{color:var(--text-primary);background:#0050c81f;transform:rotate(90deg)}.service-modal__content{flex-direction:column;gap:1.5rem;padding:3rem;display:flex}.service-modal__title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--text-primary);margin:0;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;line-height:1.1}.service-modal__description{color:var(--text-secondary);margin:0;font-size:1.1rem;line-height:1.6}.service-modal__detail{background:#007aff08;border:1px solid #0050c814;border-radius:12px;padding:1.5rem}.service-modal__detail p{color:var(--text-secondary);margin:0;line-height:1.7}.service-modal__outcomes,.service-modal__systems{flex-direction:column;gap:.75rem;display:flex}.service-modal__outcomes h3,.service-modal__systems h3{font-family:var(--font-mono);letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);margin:0;font-size:.7rem;font-weight:600}.service-modal__outcomes ul,.service-modal__systems ul{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.service-modal__outcomes li,.service-modal__systems li{color:var(--text-primary);padding-left:1.25rem;font-size:.95rem;position:relative}.service-modal__outcomes li:before{content:"✓";color:#00c6ff;font-weight:700;position:absolute;left:0}.service-modal__systems li:before{content:"→";color:var(--text-muted);position:absolute;left:0}.service-modal__actions{border-top:1px solid #0050c814;gap:1rem;margin-top:.5rem;padding-top:1rem;display:flex}@media (max-width:600px){.service-modal__content{padding:2rem}.service-modal__actions{flex-direction:column}.service-modal__actions .action-button,.service-modal__actions .ghost-button{width:100%}}[data-theme=dark] .service-modal__overlay{background:#03050cd9}[data-theme=dark] .service-modal__panel{background:#0d1225f5;border-color:#ffffff1a;box-shadow:0 25px 80px #00000080,0 0 60px #50b4ff0d}[data-theme=dark] .service-modal__close{background:#ffffff0f;border-color:#ffffff1a}[data-theme=dark] .service-modal__close:hover{background:#ffffff1f}[data-theme=dark] .service-modal__detail{background:#ffffff08;border-color:#ffffff0f}[data-theme=dark] .service-modal__actions{border-top-color:#ffffff14}
