.services-about-grid{display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:64px}.services-about-visual{justify-content:center;min-height:360px}.sa-panel,.services-about-visual{position:relative;display:flex;align-items:center}.sa-panel{z-index:1;width:100%;max-width:340px;padding:40px 28px;background:var(--gradient-soft);border:1px solid var(--color-border-light);flex-direction:column;gap:28px}.sa-panel,.sa-panel-icon{border-radius:20px;box-shadow:var(--shadow)}.sa-panel-icon{display:flex;align-items:center;justify-content:center;width:72px;height:72px;background:var(--gradient-primary);color:var(--color-on-primary);font-size:2rem}.sa-panel-bars{display:flex;align-items:flex-end;gap:12px;height:90px;width:100%}.sa-panel-bars span{flex:1;border-radius:8px 8px 0 0;background:linear-gradient(180deg,var(--secondary),var(--secondary-dark));box-shadow:0 6px 16px rgba(var(--brand-secondary-rgb),.35)}.sa-badge{bottom:12%;right:-4%;padding:12px 20px;background:var(--color-white);border:1px solid var(--color-border-light);border-radius:999px;box-shadow:var(--shadow);font-size:.85rem;font-weight:700;color:var(--color-dark)}.sa-badge,.sa-photo-ring{position:absolute;z-index:2}.sa-photo-ring{display:flex;align-items:center;justify-content:center;border-radius:50%;border:2px dashed rgba(var(--brand-primary-rgb),.35);pointer-events:none}.sa-photo{display:block;border-radius:50%;overflow:hidden;border:5px solid var(--color-white);box-shadow:var(--shadow)}.sa-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.sa-photo-ring-1{width:152px;height:152px;top:-10%;left:-8%}.sa-photo-ring-1 .sa-photo{width:120px;height:120px}.sa-photo-ring-2{width:104px;height:104px;bottom:-8%;left:2%;border-color:rgba(var(--brand-secondary-rgb),.35)}.sa-photo-ring-2 .sa-photo{width:76px;height:76px;border-width:4px}.services-about-eyebrow{display:inline-block;margin-bottom:14px;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-primary)}.services-about-title{font-size:2.2rem;font-weight:800;color:var(--color-dark);margin-bottom:18px}.services-about-desc{font-size:1.05rem;line-height:1.75;color:var(--color-text-secondary);margin-bottom:28px;max-width:560px}.services-about-points{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:16px 24px;margin:0;padding:0}.services-about-points li{display:flex;align-items:flex-start;gap:10px;font-weight:500;color:var(--color-dark);line-height:1.5}.services-about-check{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:22px;height:22px;margin-top:2px;border-radius:50%;background:var(--color-primary-light);color:var(--color-primary);font-size:.75rem}@media (max-width:991px){.services-about-grid{grid-template-columns:1fr;gap:56px;text-align:center}.services-about-desc{margin-left:auto;margin-right:auto}.services-about-points{grid-template-columns:1fr;text-align:left;max-width:420px;margin:0 auto}.sa-badge{right:4%}}@media (max-width:576px){.services-about-title{font-size:1.7rem}.sa-panel{padding:32px 20px}.sa-badge{font-size:.75rem;padding:10px 16px}}.services-grid-section{background:var(--color-background)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.services-grid-card{display:flex;flex-direction:column;height:100%;padding:32px 28px;background:var(--color-white);border:1px solid var(--color-border-light);border-radius:20px;box-shadow:var(--shadow-sm);transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.services-grid-card:hover{transform:translateY(-8px);border-color:var(--color-border);box-shadow:var(--shadow-hover)}.services-grid-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;margin-bottom:20px;border-radius:16px;color:var(--color-white);font-size:1.5rem;transition:transform .35s ease}.services-grid-card:hover .services-grid-icon{transform:scale(1.08) rotate(-4deg)}.services-grid-icon.grad-a{background:linear-gradient(135deg,var(--primary),var(--secondary))}.services-grid-icon.grad-b{background:linear-gradient(135deg,var(--secondary),var(--brand-error))}.services-grid-icon.grad-c{background:linear-gradient(135deg,var(--brand-warning),var(--brand-error))}.services-grid-icon.grad-d{background:linear-gradient(135deg,var(--brand-success),var(--primary))}.services-grid-icon.grad-e{background:linear-gradient(135deg,var(--brand-error),var(--secondary))}.services-grid-icon.grad-f{background:linear-gradient(135deg,var(--primary),var(--brand-success))}.services-grid-title{font-size:1.15rem;font-weight:700;color:var(--color-dark);margin-bottom:10px}.services-grid-desc{flex:1;font-size:.95rem;line-height:1.65;color:var(--color-text-secondary);margin-bottom:20px}.services-grid-link{display:inline-flex;align-items:center;gap:6px;font-weight:600;font-size:.92rem;color:var(--color-primary);text-decoration:none;width:-moz-fit-content;width:fit-content}.services-grid-link svg{transition:transform .25s ease}.services-grid-card:hover .services-grid-link svg{transform:translateX(4px)}@media (max-width:1150px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.services-grid{grid-template-columns:1fr;gap:20px}.services-grid-card{padding:26px 22px}}.services-hero{position:relative;overflow:hidden;padding:160px 0 100px;background:var(--gradient-soft)}.services-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(560px circle at 88% 10%,rgba(var(--brand-primary-rgb),.14),transparent 65%),radial-gradient(480px circle at 8% 90%,rgba(var(--brand-secondary-rgb),.12),transparent 65%);pointer-events:none}.services-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:56px}.services-hero-eyebrow{display:inline-block;margin-bottom:16px;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-primary)}.services-hero-title{font-size:3rem;font-weight:800;line-height:1.15;color:var(--color-dark);margin-bottom:24px}.services-hero-accent{background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;color:transparent}.services-hero-desc{font-size:1.1rem;line-height:1.75;color:var(--color-text-secondary);max-width:540px;margin-bottom:36px}.services-hero-actions{display:flex;flex-wrap:wrap;gap:16px}.services-hero-actions .btn{height:54px;display:inline-flex;align-items:center;justify-content:center;padding:0 32px;font-weight:600;border-radius:var(--radius-sm);transition:transform .3s ease,box-shadow .3s ease,background .3s ease,border-color .3s ease}.services-hero-actions .btn-primary:hover{transform:translateY(-3px)}.btn.services-hero-btn-outline{border:1.5px solid var(--color-border-strong);background:var(--color-white);color:var(--color-dark)}.btn.services-hero-btn-outline:hover{border-color:var(--color-primary);color:var(--color-primary);transform:translateY(-3px);box-shadow:var(--shadow-sm)}.services-hero-visual{position:relative;display:flex;align-items:center;justify-content:center;min-height:380px}.services-hero-mockup{position:relative;z-index:1;width:100%;max-width:420px;background:var(--color-white);border:1px solid var(--color-border-light);border-radius:20px;box-shadow:var(--shadow-lg);overflow:hidden}.shm-topbar{display:flex;gap:6px;padding:14px 16px;border-bottom:1px solid var(--color-border-light)}.shm-topbar span{width:9px;height:9px;border-radius:50%;background:var(--color-border-strong)}.shm-topbar span:first-child{background:var(--brand-error)}.shm-topbar span:nth-child(2){background:var(--brand-warning)}.shm-topbar span:nth-child(3){background:var(--brand-success)}.shm-body{padding:22px}.shm-hero-block{gap:14px;height:90px;border-radius:14px;background:var(--gradient-primary);margin-bottom:16px}.shm-hero-block,.shm-icon-tile{display:flex;align-items:center;justify-content:center}.shm-icon-tile{width:46px;height:46px;border-radius:12px;border:1px solid hsla(0,0%,100%,.4);color:var(--color-white);font-size:1.25rem;box-shadow:0 6px 16px rgba(var(--brand-dark-rgb),.18);animation:shmTileJingleSpin 4.4s ease-in-out infinite}.shm-icon-tile.tile-ai{background:linear-gradient(135deg,var(--secondary),var(--brand-error))}.shm-icon-tile.tile-cloud{background:linear-gradient(135deg,var(--primary),var(--secondary))}.shm-icon-tile.tile-automation{background:linear-gradient(135deg,var(--brand-warning),var(--brand-error))}.shm-icon-tile.tile-code{background:linear-gradient(135deg,var(--brand-success),var(--primary))}@keyframes shmTileJingleSpin{0%,50%{transform:rotate(0deg) scale(1)}56%{transform:rotate(-14deg) scale(1.06)}62%{transform:rotate(12deg) scale(1.06)}68%{transform:rotate(-10deg) scale(1.06)}74%{transform:rotate(8deg) scale(1.06)}80%{transform:rotate(0deg) scale(1.06)}to{transform:rotate(1turn) scale(1)}}@media (prefers-reduced-motion:reduce){.shm-icon-tile{animation:none}}.shm-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px}.shm-card{height:44px;border-radius:10px;background:var(--color-surface);border:1px solid var(--color-border-light)}.shm-bars{display:flex;align-items:flex-end;gap:8px;height:70px;padding:0 4px}.shm-bars span{flex:1;border-radius:6px 6px 0 0;background:var(--gradient-secondary);opacity:.85}.services-hero-float{position:absolute;z-index:2;display:inline-flex;align-items:center;gap:8px;padding:10px 16px 10px 10px;background:var(--color-white);border:1px solid var(--color-border-light);border-radius:999px;box-shadow:var(--shadow);font-size:.85rem;font-weight:600;color:var(--color-dark);white-space:nowrap;animation:servicesHeroFloat 5s ease-in-out infinite}.services-hero-float-icon{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:var(--gradient-primary);color:var(--color-on-primary);font-size:.85rem}.sh-float-1{top:6%;right:2%;animation-delay:0s}.sh-float-2{top:20%;left:-4%;animation-delay:.6s}.sh-float-3{bottom:14%;right:-6%;animation-delay:1.2s}.sh-float-4{bottom:0;left:12%;animation-delay:1.8s}@keyframes servicesHeroFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (prefers-reduced-motion:reduce){.services-hero-float{animation:none}}@media (max-width:1150px){.services-hero-title{font-size:2.6rem}}@media (max-width:991px){.services-hero{padding:140px 0 80px}.services-hero-grid{grid-template-columns:1fr;gap:64px;text-align:center}.services-hero-copy{display:flex;flex-direction:column;align-items:center}.services-hero-desc{max-width:100%}.services-hero-actions{justify-content:center}.services-hero-visual{min-height:320px}.sh-float-2{left:2%}.sh-float-3{right:0}}@media (max-width:576px){.services-hero{padding:120px 0 60px}.services-hero-title{font-size:2rem}.services-hero-desc{font-size:1rem}.services-hero-actions{flex-direction:column;width:100%}.services-hero-actions .btn{width:100%}.services-hero-float{font-size:.75rem;padding:8px 12px 8px 8px}.services-hero-float-icon{width:22px;height:22px}.sh-float-1{top:-2%;right:0}.sh-float-4{bottom:-4%;left:4%}}.services-process-timeline{position:relative;display:flex;justify-content:space-between;gap:16px}.services-process-line{position:absolute;top:27px;left:4%;right:4%;height:2px;background:var(--color-border);z-index:0}.services-process-step{position:relative;z-index:1;flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;text-align:center}.services-process-number{width:56px;height:56px;margin-bottom:16px;border-radius:50%;background:var(--gradient-primary);color:var(--color-on-primary);font-weight:800;font-size:.95rem;box-shadow:var(--shadow-sm);border:4px solid var(--color-background)}.services-process-icon,.services-process-number{display:flex;align-items:center;justify-content:center}.services-process-icon{width:40px;height:40px;margin-bottom:12px;border-radius:12px;background:var(--color-primary-light);color:var(--color-primary);font-size:1.1rem}.services-process-title{font-size:1rem;font-weight:700;color:var(--color-dark);margin-bottom:6px}.services-process-desc{font-size:.85rem;line-height:1.55;color:var(--color-text-secondary);margin:0;max-width:150px}@media (max-width:991px){.services-process-timeline{flex-direction:column;align-items:stretch;gap:36px}.services-process-line{display:none}.services-process-step{flex-direction:row;align-items:flex-start;text-align:left;gap:18px}.services-process-number{flex-shrink:0;margin-bottom:0}.services-process-icon{display:none}.services-process-desc{max-width:none}}