.services-container{max-width:1200px;margin:0 auto;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.service-tabs{display:flex;gap:16px;margin-bottom:40px;overflow-x:auto;padding:4px 0;-webkit-overflow-scrolling:touch}.service-tab{flex-shrink:0;padding:12px 24px;border-radius:10px;background:white;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap;border:2px solid #60a5fa;color:black}.service-tab:hover{border-color:#60a5fa;color:#3b82f6}.service-tab.active{background:#3fb9eb;border-color:#3fb9eb;color:white}.service-content{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.service-info{padding-right:20px}.service-title{font-size:2rem;font-weight:700;color:#111827;margin-bottom:20px;line-height:1.2}.service-description{font-size:16px;line-height:1.6;color:#6b7280;margin:0}.service-points{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.service-point{display:flex;align-items:center;justify-content:space-between;background:#3fb9eb;padding:18px 20px;border-radius:8px;transition:all .2s ease;cursor:pointer;min-height:132px}.service-point:hover{background:#4a9fe7;transform:translateY(-1px);box-shadow:0 4px 12px rgba(91,181,240,.25)}.point-text{color:white;font-weight:500;font-size:15px;line-height:1.3;flex:1;margin-right:12px}.point-arrow{display:flex;align-items:center;justify-content:center;width:28px;height:28px;margin-top:40px!important;background:white!important;border-radius:50%;transition:all .2s ease;flex-shrink:0}.service-point:hover .point-arrow{background:white;transform:translateX(2px)}@media (max-width:768px){.services-container{padding:16px}.service-tabs{margin-bottom:30px;gap:12px}.service-tab{padding:10px 18px;font-size:13px;min-width:max-content}.service-content{grid-template-columns:1fr;gap:30px}.service-info{padding-right:0;order:1}.service-title{font-size:1.75rem;margin-bottom:16px}.service-description{font-size:15px;line-height:1.5}.service-points{order:2;gap:10px}.service-point{padding:16px 18px;min-height:52px}.point-text{font-size:14px;margin-right:10px}.point-arrow{width:26px;height:26px}}@media (max-width:480px){.services-container{padding:12px}.service-tabs{gap:8px;margin-bottom:24px}.service-tab{padding:8px 16px;font-size:12px}.service-title{font-size:1.5rem}.service-description{font-size:14px}.service-point{padding:14px 16px;min-height:48px}.point-text{font-size:13px;margin-right:8px}.point-arrow{width:24px;height:24px}.point-arrow svg{width:16px;height:16px}}.service-content{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}