.service-page .service-hero{background:var(--bg-primary);color:var(--text-primary);padding:180px 0 100px;position:relative;overflow:hidden}.service-page .service-hero .parallax-hero-bg{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}.service-page .service-hero .parallax-hero-bg .parallax-layer{position:absolute;inset:0;will-change:transform}.service-page .service-hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(245,132,43,.06) 1px,transparent 0);background-size:32px 32px;mask-image:radial-gradient(ellipse 70% 60% at 50% 50%,black 20%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 70% 60% at 50% 50%,black 20%,transparent 100%);z-index:0}.service-page .service-hero .hero-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center;position:relative;z-index:2}.service-page .service-hero .hero-content .hero-text h1{font-family:var(--font-heading);font-size:clamp(2.5rem,5vw,4rem);font-weight:700;margin-bottom:20px;line-height:1.1;color:var(--text-primary);letter-spacing:-.02em}.service-page .service-hero .hero-content .hero-text .hero-subtitle{font-size:1.15rem;margin-bottom:32px;line-height:1.7;color:var(--text-secondary)}.service-page .service-hero .hero-content .hero-text .hero-features{margin-bottom:40px}.service-page .service-hero .hero-content .hero-text .hero-features .feature-item{display:flex;align-items:center;gap:12px;margin-bottom:16px;font-size:1.05rem;color:var(--text-secondary)}.service-page .service-hero .hero-content .hero-text .hero-features .feature-item i,.service-page .service-hero .hero-content .hero-text .hero-features .feature-item svg{color:var(--accent-primary);font-size:1.1rem;width:18px;height:18px}.service-page .service-hero .hero-content .hero-text .hero-actions{display:flex;gap:16px;flex-wrap:wrap}.service-page .service-hero .hero-content .hero-text .hero-actions .cta-button{padding:16px 32px;border:none;border-radius:50px;font-family:var(--font-heading);font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;gap:8px}.service-page .service-hero .hero-content .hero-text .hero-actions .cta-button.primary{background:linear-gradient(135deg,#f5842b,#d9541e);color:#0f0e0c;box-shadow:0 0 20px rgba(245,132,43,.15)}.service-page .service-hero .hero-content .hero-text .hero-actions .cta-button.primary:hover{transform:translateY(-3px);box-shadow:0 0 36px rgba(245,132,43,.3),0 8px 24px rgba(0,0,0,.15)}.service-page .service-hero .hero-content .hero-text .hero-actions .cta-button.secondary{background:rgba(0,0,0,0);color:var(--text-primary);border:1px solid var(--border-color)}.service-page .service-hero .hero-content .hero-text .hero-actions .cta-button.secondary:hover{border-color:var(--accent-primary);color:var(--accent-primary);transform:translateY(-3px)}.service-page .service-hero .hero-content .hero-visual{display:flex;justify-content:center;align-items:center}.service-page .service-hero .hero-content .hero-visual .hero-icon{width:200px;height:200px;background:rgba(245,132,43,.06);border-radius:50%;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(245,132,43,.15)}.service-page .service-hero .hero-content .hero-visual .hero-icon i,.service-page .service-hero .hero-content .hero-visual .hero-icon svg{font-size:4rem;width:64px;height:64px;color:var(--accent-primary)}.service-page .services-overview{padding:120px 0;background:var(--bg-secondary)}.service-page .services-overview .section-header{text-align:center;margin-bottom:60px}.service-page .services-overview .section-header h2{font-family:var(--font-heading);font-size:clamp(2rem,4vw,2.8rem);font-weight:700;margin-bottom:16px;color:var(--text-primary)}.service-page .services-overview .section-header p{font-size:1.1rem;color:var(--text-muted);max-width:560px;margin:0 auto}.service-page .services-overview .services-grid{display:grid;grid-template-columns:1fr;grid-gap:24px;gap:24px}@media(min-width:600px){.service-page .services-overview .services-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.service-page .services-overview .services-grid{grid-template-columns:repeat(3,1fr)}.service-page .services-overview .services-grid:has(>:nth-child(2):last-child),.service-page .services-overview .services-grid:has(>:nth-child(4):last-child){grid-template-columns:repeat(2,1fr)}}.service-page .services-overview .services-grid .service-card{background:var(--card-bg);padding:36px 28px;border-radius:20px;border:1px solid var(--border-color);transition:all .35s ease}.service-page .services-overview .services-grid .service-card:hover{transform:translateY(-6px);border-color:rgba(245,132,43,.2);box-shadow:0 0 24px rgba(245,132,43,.08),0 8px 32px rgba(0,0,0,.15)}.service-page .services-overview .services-grid .service-card .service-icon{width:60px;height:60px;background:rgba(245,132,43,.08);border:1px solid rgba(245,132,43,.12);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.service-page .services-overview .services-grid .service-card .service-icon i,.service-page .services-overview .services-grid .service-card .service-icon svg{font-size:1.5rem;width:26px;height:26px;color:var(--accent-primary)}.service-page .services-overview .services-grid .service-card h3{font-family:var(--font-heading);font-size:1.3rem;font-weight:600;margin-bottom:12px;color:var(--text-primary)}.service-page .services-overview .services-grid .service-card p{color:var(--text-muted);margin-bottom:20px;line-height:1.7;font-size:.92rem}.service-page .services-overview .services-grid .service-card .service-features{list-style:none;padding:0}.service-page .services-overview .services-grid .service-card .service-features li{color:var(--text-secondary);position:relative;padding:8px 0 8px 24px;font-size:.9rem}.service-page .services-overview .services-grid .service-card .service-features li:before{content:"→";position:absolute;left:0;color:var(--accent-primary);font-weight:700;font-size:.85rem}.service-page .development-process{padding:120px 0;background:var(--bg-primary)}.service-page .development-process .section-header{text-align:center;margin-bottom:60px}.service-page .development-process .section-header h2{font-family:var(--font-heading);font-size:clamp(2rem,4vw,2.8rem);font-weight:700;margin-bottom:16px;color:var(--text-primary)}.service-page .development-process .section-header p{font-size:1.1rem;color:var(--text-muted);max-width:560px;margin:0 auto}.service-page .development-process .process-timeline{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:24px;gap:24px;margin-top:48px}.service-page .development-process .process-timeline .process-step{text-align:center;padding:36px 24px;background:var(--card-bg);border:1px solid var(--border-color);border-radius:20px;transition:all .3s ease}.service-page .development-process .process-timeline .process-step:hover{border-color:rgba(245,132,43,.15);box-shadow:0 0 20px rgba(245,132,43,.08)}.service-page .development-process .process-timeline .process-step .step-number{width:56px;height:56px;background:rgba(245,132,43,.08);border:1px solid rgba(245,132,43,.15);color:var(--accent-primary);border-radius:16px;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-size:1.3rem;font-weight:700;margin:0 auto 20px}.service-page .development-process .process-timeline .process-step .step-content h3{font-family:var(--font-heading);font-size:1.15rem;font-weight:600;margin-bottom:12px;color:var(--text-primary)}.service-page .development-process .process-timeline .process-step .step-content p{color:var(--text-muted);line-height:1.65;font-size:.92rem;margin-bottom:16px}.service-page .development-process .process-timeline .process-step .step-content .step-details{list-style:none;padding:0;text-align:left}.service-page .development-process .process-timeline .process-step .step-content .step-details li{color:var(--text-secondary);position:relative;padding:4px 0 4px 20px;font-size:.88rem}.service-page .development-process .process-timeline .process-step .step-content .step-details li:before{content:"→";position:absolute;left:0;color:var(--accent-primary);font-size:.82rem}.service-page .technologies{padding:120px 0;background:var(--bg-secondary)}.service-page .technologies .section-header{text-align:center;margin-bottom:60px}.service-page .technologies .section-header h2{font-family:var(--font-heading);font-size:clamp(2rem,4vw,2.8rem);font-weight:700;margin-bottom:16px;color:var(--text-primary)}.service-page .technologies .section-header p{font-size:1.1rem;color:var(--text-muted);max-width:560px;margin:0 auto}.service-page .technologies .tech-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:24px;gap:24px}.service-page .technologies .tech-categories .tech-category{background:var(--card-bg);padding:36px 28px;border-radius:20px;border:1px solid var(--border-color);transition:all .3s ease}.service-page .technologies .tech-categories .tech-category:hover{border-color:rgba(245,132,43,.15);box-shadow:0 0 20px rgba(245,132,43,.08)}.service-page .technologies .tech-categories .tech-category h3{font-family:var(--font-heading);font-size:1.2rem;font-weight:600;margin-bottom:24px;color:var(--text-primary);text-align:center}.service-page .technologies .tech-categories .tech-category .tech-grid{display:grid;grid-gap:12px;gap:12px}.service-page .technologies .tech-categories .tech-category .tech-grid .tech-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:12px;background:var(--bg-secondary);border:1px solid var(--border-color);transition:all .25s ease}.service-page .technologies .tech-categories .tech-category .tech-grid .tech-item:hover{border-color:rgba(245,132,43,.2);background:rgba(245,132,43,.04)}.service-page .technologies .tech-categories .tech-category .tech-grid .tech-item .tech-icon{font-size:1.3rem;color:var(--accent-primary)}.service-page .technologies .tech-categories .tech-category .tech-grid .tech-item span{font-weight:500;color:var(--text-secondary)}.service-page .cta-section{padding:120px 0;background:var(--bg-primary);text-align:center;position:relative;overflow:hidden}.service-page .cta-section .cta-content{max-width:600px;margin:0 auto}.service-page .cta-section .cta-content h2{font-family:var(--font-heading);font-size:clamp(2rem,4vw,2.8rem);font-weight:700;margin-bottom:16px;color:var(--text-primary)}.service-page .cta-section .cta-content p{font-size:1.1rem;color:var(--text-muted);margin-bottom:36px}.service-page .cta-section .cta-content .cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.service-page .cta-section .cta-content .cta-buttons .btn,.service-page .cta-section .cta-content .cta-buttons .cta-button{padding:16px 32px;border-radius:50px;font-family:var(--font-heading);font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease;border:none;cursor:pointer}.service-page .cta-section .cta-content .cta-buttons .btn.btn-primary,.service-page .cta-section .cta-content .cta-buttons .btn.primary,.service-page .cta-section .cta-content .cta-buttons .cta-button.btn-primary,.service-page .cta-section .cta-content .cta-buttons .cta-button.primary{background:linear-gradient(135deg,#f5842b,#d9541e);color:#0f0e0c;box-shadow:0 0 20px rgba(245,132,43,.15)}.service-page .cta-section .cta-content .cta-buttons .btn.btn-primary:hover,.service-page .cta-section .cta-content .cta-buttons .btn.primary:hover,.service-page .cta-section .cta-content .cta-buttons .cta-button.btn-primary:hover,.service-page .cta-section .cta-content .cta-buttons .cta-button.primary:hover{transform:translateY(-3px);box-shadow:0 0 36px rgba(245,132,43,.3)}.service-page .cta-section .cta-content .cta-buttons .btn.btn-secondary,.service-page .cta-section .cta-content .cta-buttons .btn.secondary,.service-page .cta-section .cta-content .cta-buttons .cta-button.btn-secondary,.service-page .cta-section .cta-content .cta-buttons .cta-button.secondary{background:rgba(0,0,0,0);color:var(--text-primary);border:1px solid var(--border-color)}.service-page .cta-section .cta-content .cta-buttons .btn.btn-secondary:hover,.service-page .cta-section .cta-content .cta-buttons .btn.secondary:hover,.service-page .cta-section .cta-content .cta-buttons .cta-button.btn-secondary:hover,.service-page .cta-section .cta-content .cta-buttons .cta-button.secondary:hover{border-color:var(--accent-primary);color:var(--accent-primary);transform:translateY(-3px)}@media(max-width:768px){.service-page .service-hero{padding:140px 0 72px}.service-page .service-hero .hero-content{grid-template-columns:1fr;gap:40px;text-align:center}.service-page .service-hero .hero-content .hero-visual{order:-1}.service-page .service-hero .hero-content .hero-visual .hero-icon{width:140px;height:140px}.service-page .service-hero .hero-content .hero-visual .hero-icon i,.service-page .service-hero .hero-content .hero-visual .hero-icon svg{font-size:3rem;width:48px;height:48px}.service-page .cta-section,.service-page .development-process,.service-page .services-overview,.service-page .technologies{padding:80px 0}.service-page .cta-section .cta-content .cta-buttons{flex-direction:column;align-items:center}}