.service-info-section{padding:2rem 0;background-color:#f8f8f8;border-top:1px solid rgba(var(--color-foreground),.08);border-bottom:1px solid rgba(var(--color-foreground),.08);width:100%}.service-info-section--full-width{padding-left:0;padding-right:0}.service-info-container{width:100%;max-width:none;margin:0;padding:0}.service-info-grid{display:flex;justify-content:center;align-items:center;gap:1.2rem;flex-wrap:wrap;width:100%;max-width:none;margin:0;padding:0}.service-info-item{flex:0 1 auto;min-width:0}.service-info-button{width:100%;background:none;border:none;padding:1.2rem;cursor:pointer;transition:all .3s ease;text-align:center;color:rgba(var(--color-foreground),.75);font-size:1.5rem;font-weight:600;text-decoration:none;border-radius:6px;white-space:nowrap;letter-spacing:.02em}.service-info-button:hover{color:rgb(var(--color-foreground));background-color:rgba(var(--color-foreground),.08);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.service-info-button--active{color:rgb(var(--color-foreground));background-color:rgba(var(--color-foreground),.12);box-shadow:0 2px 8px #00000026}.service-info-title{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.service-info-judgeme{flex:0 1 auto;min-width:0}.service-info-judgeme-button{background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;font-weight:700;padding:1.2rem 1.5rem;border-radius:8px;box-shadow:0 2px 8px #ff6b354d}.service-info-judgeme-button:hover{background:linear-gradient(135deg,#e55a2b,#e8851a);color:#fff;transform:translateY(-2px);box-shadow:0 4px 16px #ff6b3566}.service-info-judgeme-button.service-info-button--active{background:linear-gradient(135deg,#e55a2b,#e8851a);box-shadow:0 4px 16px #ff6b3580}.judgeme-rating-display{display:flex;flex-direction:column;align-items:center;gap:.3rem}.review-icon{font-size:1.2em;line-height:1}.review-text{font-size:.9em;font-weight:600;line-height:1}.no-reviews-message{text-align:center;padding:2rem;color:rgba(var(--color-foreground),.6);font-style:italic}.judgeme-reviews-container{max-width:100%}.service-info-content{margin-top:2rem;padding:0 1rem}.service-info-content-panel{display:none;animation:fadeIn .3s ease-in-out}.service-info-content-panel--active{display:block}.service-info-text{max-width:800px;margin:0 auto;line-height:1.6;color:rgba(var(--color-foreground),.85)}.service-info-text p{margin-bottom:1rem}.service-info-text ul{margin-bottom:1rem;padding-left:1.5rem}.service-info-text li{margin-bottom:.5rem}.service-info-text strong{color:rgb(var(--color-foreground));font-weight:600}.service-info-text em{font-style:italic;color:rgba(var(--color-foreground),.7)}.service-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;display:none;opacity:0;transition:opacity .3s ease}.service-modal.show{display:flex;align-items:center;justify-content:center;opacity:1}.service-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.service-modal-content{position:relative;background:rgb(var(--color-background));border-radius:8px;box-shadow:0 20px 40px #00000026;max-width:90vw;max-height:90vh;width:600px;overflow:hidden;transform:scale(.9);transition:transform .3s ease}.service-modal.show .service-modal-content{transform:scale(1)}.service-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid rgba(var(--color-foreground),.1);background-color:rgba(var(--color-foreground),.02)}.service-modal-title{margin:0;font-size:1.4rem;font-weight:700;color:rgb(var(--color-foreground));text-align:left}.service-modal-close{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:4px;transition:background-color .2s ease;color:rgba(var(--color-foreground),.6)}.service-modal-close:hover{background-color:rgba(var(--color-foreground),.1);color:rgb(var(--color-foreground))}.service-modal-close-icon{font-size:1.5rem;line-height:1}.service-modal-tabs{display:flex;border-bottom:1px solid rgba(var(--color-foreground),.1);overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.service-modal-tabs::-webkit-scrollbar{display:none}.service-modal-tab{background:none;border:none;padding:1.2rem 1.8rem;cursor:pointer;color:rgba(var(--color-foreground),.6);font-size:1rem;font-weight:500;white-space:nowrap;transition:all .3s ease;border-bottom:2px solid transparent;position:relative}.service-modal-tab:hover{color:rgb(var(--color-foreground));background-color:rgba(var(--color-foreground),.05)}.service-modal-tab--active{color:rgb(var(--color-foreground));border-bottom-color:rgb(var(--color-link))}.service-modal-body{max-height:60vh;overflow-y:auto;padding:2rem}.service-modal-content-panel{display:none}.service-modal-content-panel--active{display:block}.service-modal-text{color:rgba(var(--color-foreground),.8);line-height:1.6}.service-modal-text p{margin-bottom:1rem}.service-modal-text p:last-child{margin-bottom:0}.service-modal-text ul{margin:1rem 0;padding-left:1.5rem}.service-modal-text li{margin-bottom:.5rem}.service-modal-text strong{color:rgb(var(--color-foreground));font-weight:600}.service-modal-text em{color:rgba(var(--color-foreground),.6);font-style:italic}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:749px){.service-info-grid{gap:.8rem}.service-info-button{padding:1rem .8rem;font-size:1.3rem}.service-info-judgeme-button{padding:1rem 1.2rem}.service-info-content{margin-top:1.5rem;padding:0 .5rem}.service-info-text{font-size:1.4rem}.service-modal-content{width:95vw;max-height:95vh;margin:1rem}.service-modal-header{padding:1rem 1.5rem}.service-modal-title{font-size:1.1rem}.service-modal-tabs{flex-wrap:wrap}.service-modal-tab{padding:1rem 1.2rem;font-size:.9rem}.service-modal-body{padding:1.5rem;max-height:50vh}}@media screen and (max-width:480px){.service-info-section{padding:1.2rem 0}.service-info-grid{gap:.6rem;padding:0 1rem}.service-info-button{padding:.8rem .6rem;font-size:1.1rem}.service-info-judgeme-button{padding:.8rem 1rem;font-size:1rem}.service-modal-tabs{justify-content:center}.service-modal-tab{flex:1;min-width:0;text-align:center}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-service-info.css.map */
