.service-modal-overlay{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem}.service-modal-backdrop{position:absolute;inset:0;background-color:#00000080;-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem)}.service-modal-container{position:relative;background-color:#fff;border-radius:1rem;max-width:65rem;width:100%;max-height:90vh;overflow:hidden;box-shadow:0 1.25rem 3.125rem #0000004d;z-index:10000}.service-modal-close{position:absolute;top:1.25rem;right:1.25rem;width:2rem;height:2rem;background-color:#fbeadb;border-radius:50%;border:none;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:transform .3s}.service-modal-close:hover{transform:scale(1.1)}.service-modal-close img{width:1.125rem;height:1.125rem}.service-modal-content{display:grid;grid-template-columns:1fr 1fr;height:100%;max-height:90vh}.service-modal-left{background-color:#fdf6f0;padding:2.5rem;overflow-y:auto;max-height:90vh}.service-modal-right{background-color:#f4a261;position:relative;overflow:hidden}.service-modal-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.service-modal-title{font-family:var(--neulis-semi-bold);font-weight:700;color:#ff6a00;font-size:2.25rem;line-height:2.7rem;margin-bottom:1.5rem;letter-spacing:.03125rem}.service-modal-description{font-family:Poppins;font-weight:300;color:#ff6a00;font-size:1rem;line-height:1.7rem;margin-bottom:1.25rem}.service-modal-section{margin-top:2rem}.service-modal-subtitle{font-family:var(--neulis-semi-bold);font-weight:700;color:#e91e63;font-size:1.5rem;line-height:1.3125rem;margin-bottom:1.25rem}.service-modal-list{list-style:none;padding:0;margin:0}.service-modal-list li{font-family:Poppins;font-weight:300;color:#ff6a00;font-size:1rem;line-height:1.5rem;margin-bottom:.75rem;padding-left:1.125rem;position:relative}.service-modal-list li:before{content:"";position:absolute;left:0;top:.5625rem;width:.375rem;height:.375rem;background-color:#ff6a00;border-radius:50%}.service-modal-price{display:flex;align-items:baseline;gap:.3rem}.price-value{font-family:Poppins;font-weight:700;color:#e91e63;font-size:1.75rem;line-height:2.625rem}.price-installment{font-family:Poppins;font-weight:300;color:#e91e63;font-size:1rem;line-height:1.5rem}.service-modal-cta{width:100%;background-color:#e91e63;color:#fff;border:none;border-radius:.625rem;padding:1rem 1.5rem;font-family:Poppins;font-weight:600;font-size:.9375rem;line-height:1.40625rem;cursor:pointer;transition:transform .3s;margin-top:2rem;text-decoration:none;display:block;text-align:center}.service-modal-cta:hover{transform:scale(1.02)}.service-modal-note{font-family:Poppins;font-weight:400;color:#999;font-size:.6875rem;line-height:1.03125rem;text-align:center;margin-top:.75rem}.modal-enter{transition:opacity .3s ease-out}.modal-enter-start{opacity:0}.modal-enter-end{opacity:1}.modal-leave{transition:opacity .3s ease-in}.modal-leave-start{opacity:1}.modal-leave-end{opacity:0}@media(max-width:1024px){.service-modal-container{max-width:48rem}.service-modal-left{padding:2rem}.service-modal-title{font-size:2rem;line-height:2.4rem}.service-modal-subtitle{font-size:1.25rem}}@media(max-width:768px){.service-modal-overlay{padding:0}.service-modal-container{max-width:100%;max-height:100vh;border-radius:0}.service-modal-content{grid-template-columns:1fr;grid-template-rows:auto 1fr}.service-modal-left{padding:1.5rem;order:2}.service-modal-right{height:15rem;order:1}.service-modal-close{top:.75rem;right:.75rem;background-color:#fbeadbf2}.service-modal-title{font-size:1.75rem;line-height:2.1rem;margin-bottom:1rem}.service-modal-description{font-size:.95rem;line-height:1.55rem;margin-bottom:1rem}.service-modal-section{margin-top:1.5rem}.service-modal-subtitle{font-size:1.15rem;margin-bottom:1rem}.service-modal-list li{font-size:.95rem;line-height:1.45rem}.price-value{font-size:1.5rem;line-height:2.25rem}.service-modal-cta{padding:.875rem 1.25rem;font-size:.875rem;margin-top:1.5rem}}@media(max-width:480px){.service-modal-left{padding:1.25rem}.service-modal-right{height:12rem}.service-modal-title{font-size:1.5rem;line-height:1.9rem}.service-modal-description{font-size:.9rem;line-height:1.5rem}.service-modal-subtitle{font-size:1rem}.service-modal-list li{font-size:.9rem;line-height:1.4rem}.price-value{font-size:1.35rem;line-height:2rem}.price-installment{font-size:.9rem}.service-modal-cta{font-size:.8125rem}}
