body{background-color:#08090a}.service-page{--sp-bg: #08090a;--sp-text: #f7f8f8;--sp-muted: #8a8f98;--sp-accent: #d60067;--sp-accent-glow: rgba(214, 0, 103, .35);--sp-secondary: #ffa800;--sp-surface: #111214;--sp-border: rgba(255, 255, 255, .06);background-color:var(--sp-bg);color:var(--sp-text);font-family:Inter Variable,sans-serif}.service-hero{position:relative;padding:10rem 24px 6rem;max-width:900px;margin:0 auto;text-align:center;overflow:hidden}.service-hero:before{content:"";position:absolute;top:-40%;left:50%;transform:translate(-50%);width:600px;height:600px;background:radial-gradient(circle,var(--sp-accent-glow) 0%,transparent 70%);pointer-events:none;z-index:0}.service-badge{position:relative;z-index:1;display:inline-block;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--sp-accent);border:1px solid var(--sp-accent);border-radius:100px;padding:6px 18px;margin-bottom:2rem}.service-title{position:relative;z-index:1;font-family:Geist Variable,sans-serif;font-size:clamp(36px,6vw,64px);font-weight:600;line-height:1.08;letter-spacing:-.03em;margin:0 0 2rem;background:linear-gradient(180deg,#ffffff 30%,var(--sp-muted) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.service-hero-image{position:relative;z-index:1;width:100%;max-width:900px;border-radius:16px;margin-top:2rem;aspect-ratio:16 / 9;-o-object-fit:cover;object-fit:cover;border:1px solid var(--sp-border)}.service-divider{max-width:900px;margin:0 auto;padding:0 24px}.service-divider hr{border:none;height:1px;background:linear-gradient(90deg,transparent,var(--sp-accent),transparent);opacity:.4}.service-intro{max-width:720px;margin:0 auto;padding:4rem 24px 2.5rem;text-align:center}.service-intro p{font-size:clamp(18px,2.2vw,22px);line-height:1.7;color:#c2c6cc;margin:0}.service-highlight-wrapper{max-width:900px;margin:0 auto;padding:0 24px 1rem}.service-highlight{position:relative;border-radius:20px;padding:2px;background:linear-gradient(135deg,#00b4d8,#90e0ef,#00b4d8);background-size:200% 200%;animation:gradient-shift 6s ease infinite}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.service-highlight-inner{background:var(--sp-surface);border-radius:18px;padding:clamp(2rem,5vw,3.5rem)}.service-highlight-inner h2,.service-highlight-inner h3,.service-highlight-inner h5{font-family:Geist Variable,sans-serif;font-weight:600;margin-top:0;margin-bottom:1rem;color:var(--sp-text)}.service-highlight-inner h2{font-size:28px;letter-spacing:-.02em}.service-highlight-inner h5{font-size:18px;margin-top:1.5rem}.service-highlight-inner p{font-size:16px;line-height:1.7;color:#b0b4bc;margin-bottom:1rem}.service-highlight-inner ul{padding-left:0;list-style:none}.service-highlight-inner li{position:relative;padding-left:1.5rem;margin-bottom:1.25rem;font-size:16px;line-height:1.7;color:#b0b4bc}.service-highlight-inner li:before{content:"";position:absolute;left:0;top:10px;width:6px;height:6px;border-radius:50%;background:var(--sp-accent)}.service-highlight-inner li strong{color:var(--sp-text)}.service-body-cards{max-width:960px;margin:0 auto;padding:1.5rem 24px 4rem}.service-body-cards h2{font-family:Geist Variable,sans-serif;font-size:32px;font-weight:600;letter-spacing:-.02em;margin-top:4rem;margin-bottom:1.5rem;color:var(--sp-text);text-align:center}.service-body-cards h3{font-family:Geist Variable,sans-serif;font-size:22px;font-weight:600;margin-top:2.5rem;margin-bottom:1rem;color:var(--sp-text);text-align:center}.service-body-cards p{font-size:17px;line-height:1.75;color:#b0b4bc;margin-bottom:1.25rem;max-width:720px;margin-left:auto;margin-right:auto}.service-body-cards strong{color:var(--sp-text);font-weight:600}.service-body-cards ul{padding-left:0;list-style:none;margin-bottom:2rem;max-width:720px;margin-left:auto;margin-right:auto}.service-body-cards ul li{position:relative;padding-left:1.5rem;margin-bottom:1rem;font-size:17px;line-height:1.75;color:#b0b4bc}.service-body-cards ul li:before{content:"";position:absolute;left:0;top:12px;width:6px;height:6px;border-radius:50%;background:var(--sp-accent)}.service-body-cards ul li strong{color:var(--sp-text)}.service-body-cards ol{padding:0;list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-bottom:3rem;margin-top:1.5rem;counter-reset:card-counter}.service-body-cards ol li{position:relative;overflow:hidden;border-radius:16px;background-color:#1a1b1e;border:1px solid var(--sp-border);padding:2.5rem 1.75rem 1.75rem;font-size:16px;line-height:1.7;color:#b0b4bc;counter-increment:card-counter;transition:background-color .25s ease,border-color .25s ease}.service-body-cards ol li:hover{background-color:#1f2024;border-color:#d6006726}.service-body-cards ol li:after{content:counter(card-counter,decimal-leading-zero);position:absolute;top:1.25rem;right:1.25rem;font-family:Geist Variable,sans-serif;font-size:32px;font-weight:700;color:#ffffff14;line-height:1;pointer-events:none;z-index:0}.service-body-cards ol li:before{content:"";position:absolute;top:-30%;left:-15%;width:120px;height:120px;background:radial-gradient(circle,var(--sp-accent-glow) 0%,transparent 70%);opacity:.35;pointer-events:none;z-index:0;transition:opacity .25s ease}.service-body-cards ol li:hover:before{opacity:.55}.service-body-cards ol li strong{position:relative;z-index:1;display:block;color:var(--sp-text);font-size:17px;font-weight:600;margin-bottom:.5rem;max-width:85%}@media (max-width: 768px){.service-hero{padding:calc(6rem + 70px) 20px 3rem}.service-hero:before{width:350px;height:350px}.service-highlight-inner{padding:1.75rem}.service-body-cards ol{grid-template-columns:1fr}}
