.services-list{background-color:#f7f9fc!important}@media (min-width:992px){.services-mobile-only{display:none!important}}@media (max-width:991.98px){.services-desktop-only{display:none!important}}.services-tab-wrapper{display:grid;grid-template-columns:350px 1fr;gap:40px;align-items:stretch}.services-nav-container{background:#fff;border-radius:24px;padding:30px;box-shadow:inset 0 0 0 1px rgba(113,70,243,.05);height:100%}.services-tabs-nav{display:flex;flex-direction:column;gap:12px}.services-tab-btn{display:flex;width:100%;padding:18px 24px;background:#fff;box-shadow:inset 0 0 0 1px rgba(113,70,243,.12);border-radius:16px;gap:14px;color:#475569;cursor:pointer;text-align:left;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease;border:none;position:relative}.services-tab-btn:hover{box-shadow:inset 0 0 0 1px rgba(113,70,243,.25),0 4px 12px rgba(113,70,243,.04);color:#1e293b}.services-tab-btn.active{background:linear-gradient(135deg,#7146f3 0,#52a4de 100%);box-shadow:none;color:#fff}.services-tab-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:rgba(113,70,243,.08);border-radius:12px;color:#7146f3;flex-shrink:0;transition:background-color .2s ease,color .2s ease}.services-tab-btn.active .services-tab-icon{background:rgba(255,255,255,.22);color:#fff}.services-tab-icon svg{width:22px;height:22px}.services-tab-text{flex-grow:1;display:flex;flex-direction:column;gap:2px;min-width:0}.services-tab-title{font-weight:600;font-size:16.5px;line-height:1.2;white-space:normal}.services-tab-note{font-size:11px;color:#94a3b8;line-height:1.35;margin-top:4px}.services-tab-btn.active .services-tab-note{color:rgba(255,255,255,.8)}.services-tab-count{display:inline-block;font-size:10px;font-weight:700;background:#f1f5f9;color:#64748b;padding:3px 8px;border-radius:20px;align-self:center;transition:background-color .2s ease,color .2s ease}.services-tab-btn.active .services-tab-count{background:rgba(255,255,255,.25);color:#fff}.services-panes-container{width:100%;height:100%}.services-tab-pane{display:none;height:100%}@keyframes servicePaneFadeIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.services-tab-pane.active{display:flex;flex-direction:column;animation:servicePaneFadeIn .3s ease forwards}.service-premium-card{background:#fff;border-radius:24px;padding:50px;box-shadow:inset 0 0 0 1px rgba(113,70,243,.05),0 8px 24px rgba(113,70,243,.04);position:relative;height:100%;display:flex;flex-direction:column}.service-premium-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#7146f3 0,#52a4de 100%);border-radius:24px 24px 0 0}.service-premium-pane-header{display:flex;align-items:center;gap:16px;margin-bottom:25px;border-bottom:1px solid #f1f5f9;padding-bottom:20px}.service-premium-pane-icon-large{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:rgba(113,70,243,.08);border-radius:14px;color:#7146f3;flex-shrink:0}.service-premium-pane-icon-large svg{width:32px;height:32px}.service-premium-pane-title{margin:0 0 6px 0;font-weight:800;font-size:24px;color:#0f172a;letter-spacing:-.5px}.service-premium-pane-desc{margin:0;font-size:13.5px;color:#64748b;line-height:1.5}.services-accordion-mobile{display:flex;flex-direction:column;gap:14px;width:100%}.services-accordion-item{background:#fff;border-radius:20px;overflow:hidden;box-shadow:inset 0 0 0 1px rgba(113,70,243,.08),0 4px 12px rgba(113,70,243,.02);transition:box-shadow .25s ease}.services-accordion-item.active{box-shadow:inset 0 0 0 1px rgba(113,70,243,.15),0 6px 18px rgba(113,70,243,.04)}.services-accordion-header{width:100%;display:flex;align-items:center;gap:14px;padding:16px 20px;background:0 0;border:none;cursor:pointer;text-align:left;color:#1e293b;outline:0;user-select:none}.services-accordion-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;background:rgba(113,70,243,.06);border-radius:10px;color:#7146f3;flex-shrink:0;transition:background-color .2s ease,color .2s ease}.services-accordion-item.active .services-accordion-icon{background:#7146f3;color:#fff}.services-accordion-icon svg{width:18px;height:18px}.services-accordion-title{font-weight:700;font-size:15px;line-height:1.3;flex-grow:1;color:#1e293b;transition:color .2s ease}.services-accordion-item.active .services-accordion-title{color:#7146f3}.services-accordion-arrow{display:flex;align-items:center;justify-content:center;width:24px;height:24px;color:#94a3b8;transition:transform .25s cubic-bezier(.25, 1, .5, 1),color .2s ease}.services-accordion-arrow svg{width:16px;height:16px}.services-accordion-item.active .services-accordion-arrow{transform:rotate(180deg);color:#7146f3}.services-accordion-body{display:none;border-top:1px solid #f1f5f9}.services-accordion-item.active .services-accordion-body{display:block;animation:accordionFadeIn .25s ease forwards}@keyframes accordionFadeIn{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.services-accordion-body-inner{padding:20px}.services-accordion-desc{margin:0 0 20px 0;font-size:13.5px;line-height:1.5;color:#64748b}.service-premium-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.service-premium-item{display:flex;align-items:flex-start;gap:14px;position:relative;padding:12px;border-radius:12px;transition:background-color .2s ease}.service-premium-item:hover{background-color:#f8fafc}.service-premium-item-icon-wrapper{display:flex;align-items:center;justify-content:center;width:38px;height:38px;background:rgba(113,70,243,.07);border-radius:10px;color:#7146f3;flex-shrink:0;transition:background-color .2s ease,color .2s ease}.service-premium-item:hover .service-premium-item-icon-wrapper{background:rgba(113,70,243,.14)}.service-premium-item-icon-wrapper svg{width:20px;height:20px}.service-premium-item-content{flex-grow:1;display:flex;flex-direction:column;gap:4px}.service-premium-item-title-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex-wrap:wrap}.service-premium-link{color:#1e293b;text-decoration:none;font-weight:600;font-size:15px;line-height:1.4;transition:color .2s ease}.service-premium-link::after{content:'';position:absolute;inset:0;border-radius:12px;z-index:2}.service-premium-item:hover .service-premium-link{color:#7146f3}.service-premium-scope{margin:0;font-size:13px;color:#64748b;line-height:1.5}@media (max-width:480px){.services-accordion-header{padding:14px 16px;gap:10px}.services-accordion-icon{width:34px;height:34px;border-radius:8px}.services-accordion-icon svg{width:16px;height:16px}.services-accordion-title{font-size:18px}.services-accordion-body-inner{padding:16px}.services-accordion-desc{font-size:12.5px;margin-bottom:14px}.service-premium-item{padding:8px;gap:10px}.service-premium-item-icon-wrapper{width:32px;height:32px;border-radius:8px}.service-premium-item-icon-wrapper svg{width:16px;height:16px}.service-premium-link{font-size:13.5px}.service-premium-scope{font-size:12px}}