.services-page{padding-top:64px}.services-hero{background:linear-gradient(135deg,var(--secondary) 0,#0a1628 100%);background-image:url(https://res.cloudinary.com/dw0l7b86h/image/upload/v1782130618/Screenshot_from_2026-06-22_14-49-28_htcumo.png?w=1400&q=80);background-size:cover;background-position:50%;min-height:30vh}.services-hero .page-hero-overlay{align-items:center;align-content:center;inset:0}.page-hero-content{color:#fff;background:linear-gradient(0deg,rgba(15,22,35,.96) 0,rgba(15,22,35,.65) 60%,rgba(27,42,74,.35));min-height:50vh;width:100%;padding:10vh 40px 40px;object-fit:cover}.services-list{display:flex;flex-direction:column;gap:80px}.service-row{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.service-row.reverse{direction:rtl}.service-row.reverse>*{direction:ltr}.service-row-img{position:relative;border-radius:var(--radius-xl);overflow:hidden;height:400px;box-shadow:var(--shadow-lg)}.service-row-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.service-row:hover .service-row-img img{transform:scale(1.03)}.service-row-img-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(27,42,74,.35),transparent)}.service-row-icon{width:52px;height:52px;background:var(--secondary);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:16px}[data-theme=dark] .service-row-icon{background:var(--primary)}.service-row-content h2{font-size:clamp(1.4rem,2vw,1.7rem);font-weight:800;color:var(--fg);margin-top:8px;letter-spacing:-.01em}.service-items{display:grid;grid-template-columns:1fr 1fr;gap:10px;list-style:none}.service-items li{display:flex;align-items:flex-start;gap:8px;font-size:.875rem;color:var(--fg-muted);line-height:1.5}.svc-bullet{width:20px;height:20px;border-radius:50%;background:rgba(232,84,26,.1);color:var(--primary);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.service-row-actions{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap}.service-row-actions .btn{min-height:44px}.pricing-note{background:var(--bg-alt)}.pricing-inner{gap:28px;background:var(--secondary);padding:36px 44px;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg)}.pricing-icon,.pricing-inner{display:flex;align-items:center}.pricing-icon{width:64px;height:64px;background:var(--primary);border-radius:var(--radius-lg);justify-content:center;flex-shrink:0}.pricing-inner h3{font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:6px}.pricing-inner p{font-size:.875rem;color:rgba(255,255,255,.65);line-height:1.6}.pricing-inner .btn{margin-left:auto;flex-shrink:0;white-space:nowrap;min-height:44px}@media (max-width:900px){.service-row{grid-template-columns:1fr;gap:28px}.service-row.reverse{direction:ltr}.service-row-img{height:280px}.pricing-inner{flex-direction:column;text-align:center;padding:28px 24px;border-radius:var(--radius-lg)}.pricing-inner .btn{margin:0}}@media (max-width:600px){.service-items{grid-template-columns:1fr}.services-list{gap:52px}.service-row-img{height:240px;border-radius:var(--radius-lg)}}