.ServiceFeatures-module__eYr1SG__section{background:linear-gradient(180deg,transparent 0%,rgba(var(--color-primary-rgb,31,117,254),.03)100%);padding:50px 0;position:relative}.ServiceFeatures-module__eYr1SG__section:before{content:"";background:linear-gradient(90deg,transparent 0%,rgba(var(--color-primary-rgb,31,117,254),.3)50%,transparent 100%);width:80%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.ServiceFeatures-module__eYr1SG__container{max-width:1400px;margin:0 auto;padding:0 20px}.ServiceFeatures-module__eYr1SG__header{text-align:center;margin-bottom:30px}.ServiceFeatures-module__eYr1SG__title{font-size:var(--h2-size);color:#fff;margin:0 0 16px;font-weight:800}.ServiceFeatures-module__eYr1SG__underline{background:linear-gradient(90deg,var(--color-primary-dark)0%,var(--color-primary-light)50%,var(--color-primary-dark)100%);border-radius:2px;width:80px;height:4px;margin:0 auto}.ServiceFeatures-module__eYr1SG__featuresList{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:24px;max-width:1200px;margin:0 auto;padding:0;list-style:none;display:grid}.ServiceFeatures-module__eYr1SG__featureItem{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-sizing:border-box;background:#1a1d2499;border:1px solid #ffffff14;border-radius:12px;align-items:center;gap:16px;width:100%;height:100%;min-height:120px;padding:24px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex}.ServiceFeatures-module__eYr1SG__featureItem:hover{background:rgba(var(--color-primary-rgb,31,117,254),.08);border-color:rgba(var(--color-primary-rgb,31,117,254),.3);box-shadow:0 12px 32px rgba(var(--color-primary-rgb,31,117,254),.15);transform:translateY(-4px)}.ServiceFeatures-module__eYr1SG__iconWrapper{background:rgba(var(--color-icon-bg-rgb,31,117,254),var(--color-icon-bg-opacity,.15));border:2px solid rgba(var(--color-icon-bg-rgb,31,117,254),.3);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex}.ServiceFeatures-module__eYr1SG__iconWrapper svg{color:var(--color-icon);opacity:var(--color-icon-opacity,1);font-size:1.5rem}.ServiceFeatures-module__eYr1SG__featureItem:hover .ServiceFeatures-module__eYr1SG__iconWrapper{background:rgba(var(--color-icon-bg-rgb,31,117,254),calc(var(--color-icon-bg-opacity,.15) + .1));border-color:rgba(var(--color-icon-bg-rgb,31,117,254),.5);transform:rotate(5deg)}.ServiceFeatures-module__eYr1SG__featureText{color:#ffffffd9;flex:1;font-size:1.05rem;font-weight:400;line-height:1.6}@media (max-width:1024px){.ServiceFeatures-module__eYr1SG__featuresList{grid-template-columns:repeat(3,1fr);gap:20px}}@media (max-width:768px){.ServiceFeatures-module__eYr1SG__section{padding:60px 0}.ServiceFeatures-module__eYr1SG__header{margin-bottom:40px}.ServiceFeatures-module__eYr1SG__title{font-size:var(--h2-size-tablet)}.ServiceFeatures-module__eYr1SG__featuresList{gap:16px;grid-template-columns:1fr!important}.ServiceFeatures-module__eYr1SG__featureItem{text-align:center;flex-direction:column;width:100%;max-width:500px;margin:0 auto;padding:20px}.ServiceFeatures-module__eYr1SG__iconWrapper{width:40px;height:40px}.ServiceFeatures-module__eYr1SG__featureText{font-size:1rem}}@media (max-width:480px){.ServiceFeatures-module__eYr1SG__title{font-size:var(--h2-size-mobile)}.ServiceFeatures-module__eYr1SG__featureItem{gap:12px;padding:16px}.ServiceFeatures-module__eYr1SG__iconWrapper{width:36px;height:36px}.ServiceFeatures-module__eYr1SG__featureText{font-size:.95rem}}
.ServicePage-module__Ja7CKG__pageContainer{background:var(--color-background);min-height:100vh;padding-top:120px}@media (max-width:768px){.ServicePage-module__Ja7CKG__pageContainer{padding-top:0}}.ServicePage-module__Ja7CKG__contentSection{position:relative;overflow:hidden}.ServicePage-module__Ja7CKG__contentSection:after{content:"";background:radial-gradient(circle at 20% 30%,rgba(var(--color-primary-rgb,31,117,254),.05)0%,transparent 50%),radial-gradient(circle at 80% 70%,#c9a9610d 0%,transparent 50%);pointer-events:none;z-index:0;position:absolute;inset:0}.ServicePage-module__Ja7CKG__contentGrid{z-index:1;position:relative}.ServicePage-module__Ja7CKG__mainContent{min-width:0}.ServicePage-module__Ja7CKG__imageSidebar{position:sticky;top:100px}.ServicePage-module__Ja7CKG__imageWrapper{border-radius:var(--radius-lg);background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);box-shadow:0 20px 60px #00000080,0 0 40px rgba(var(--color-primary-rgb,31,117,254),.1);transition:var(--transition-base);position:relative;overflow:hidden}.ServicePage-module__Ja7CKG__imageWrapper:before{content:"";background:linear-gradient(135deg,var(--color-primary),var(--color-accent));border-radius:var(--radius-lg);opacity:0;z-index:-1;transition:opacity .4s;position:absolute;inset:-2px}.ServicePage-module__Ja7CKG__imageWrapper:hover:before{opacity:.3}.ServicePage-module__Ja7CKG__imageWrapper:hover{box-shadow:0 30px 80px #0009,0 0 60px rgba(var(--color-primary-rgb,31,117,254),.2);transform:translateY(-5px)}.ServicePage-module__Ja7CKG__serviceImage{object-fit:cover;width:100%;height:auto;transition:transform .4s;display:block}.ServicePage-module__Ja7CKG__imageWrapper:hover .ServicePage-module__Ja7CKG__serviceImage{transform:scale(1.05)}@media (max-width:1024px){.ServicePage-module__Ja7CKG__contentGrid{gap:var(--spacing-xl);grid-template-columns:1fr}.ServicePage-module__Ja7CKG__imageSidebar{max-width:600px;margin:0 auto;position:relative;top:0}}@media (max-width:768px){.ServicePage-module__Ja7CKG__contentSection{padding:30px 0}}@media (max-width:480px){.ServicePage-module__Ja7CKG__contentSection{padding:30px 0}.ServicePage-module__Ja7CKG__contentGrid{gap:var(--spacing-lg)}}
