.hero-service{background:linear-gradient(135deg, var(--bg-main) 0%, var(--bg-surface) 100%);align-items:center;min-height:85vh;padding:6rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.hero-service:before{content:"";pointer-events:none;background:radial-gradient(circle,#35bcff26,#0000 70%);border-radius:50%;width:800px;height:800px;position:absolute;top:-50%;right:-20%}.service-container{z-index:1;grid-template-columns:1fr .8fr;align-items:center;gap:3rem;max-width:1300px;margin:0 auto;display:grid;position:relative}.hero-badge{background:var(--bg-elevated);border:1px solid var(--border-subtle);color:var(--secondary);box-shadow:var(--shadow-sm);border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.6rem 1.2rem;font-size:.85rem;font-weight:600;display:inline-flex}.hero-badge .icon{font-size:1.1rem}.hero-title{color:var(--text-main);margin:0 0 1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1}.gradient-text{background:var(--tertiary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline-block}.hero-description{color:var(--text-muted);max-width:550px;margin:0 0 2rem;font-size:1.15rem;line-height:1.7}.hero-cta{flex-wrap:wrap;gap:1rem;margin-bottom:3rem;display:flex}.btn-primary-large{background:linear-gradient(135deg, var(--secondary), var(--accent-2));color:var(--neutral-white);cursor:pointer;border:none;border-radius:10px;align-items:center;gap:.6rem;padding:1.1rem 2.2rem;font-family:Onest,sans-serif;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #35bcff4d}.btn-primary-large:hover{transform:translateY(-2px);box-shadow:0 8px 30px #35bcff66}.btn-secondary-large{color:var(--text-main);border:2px solid var(--border-medium);background:0 0;border-radius:10px;align-items:center;gap:.6rem;padding:1.1rem 2.2rem;font-family:Onest,sans-serif;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.btn-secondary-large:hover{border-color:var(--secondary);background:var(--hover-overlay);transform:translateY(-2px)}.hero-visual{justify-content:center;align-items:center;height:500px;display:flex;position:relative}.visual-glow{background:radial-gradient(circle,#35bcff33,#0000 70%);border-radius:50%;width:300px;height:300px;animation:4s ease-in-out infinite pulse;position:relative}@keyframes pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.tech-logo{background:var(--bg-elevated);border:1px solid var(--border-subtle);box-shadow:var(--shadow-md);border-radius:10px;flex-direction:column;align-items:center;gap:.3rem;padding:.5rem;transition:all .3s;display:flex;position:absolute}.tech-logo:hover{border-color:var(--secondary);z-index:10;box-shadow:0 12px 40px #35bcff40;transform:scale(1.15)!important}.tech-icon{border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.tech-icon .icon{color:var(--neutral-white);font-size:1.5rem}.tech-logo span{color:var(--text-main);white-space:nowrap;font-size:.65rem;font-weight:600}.tech-logo-1,.tech-logo-2,.tech-logo-3,.tech-logo-4{animation:20s linear infinite orbit-inner}.tech-logo-5,.tech-logo-6,.tech-logo-7,.tech-logo-8{animation:25s linear infinite orbit-middle}.tech-logo-9,.tech-logo-10,.tech-logo-11,.tech-logo-12{animation:30s linear infinite orbit-outer}.tech-logo-1{animation-delay:0s}.tech-logo-2{animation-delay:-5s}.tech-logo-3{animation-delay:-10s}.tech-logo-4{animation-delay:-15s}.tech-logo-5{animation-delay:0s}.tech-logo-6{animation-delay:-6.25s}.tech-logo-7{animation-delay:-12.5s}.tech-logo-8{animation-delay:-18.75s}.tech-logo-9{animation-delay:0s}.tech-logo-10{animation-delay:-7.5s}.tech-logo-11{animation-delay:-15s}.tech-logo-12{animation-delay:-22.5s}@keyframes orbit-inner{0%{transform:rotate(0)translate(120px)rotate(0)}to{transform:rotate(360deg)translate(120px)rotate(-360deg)}}@keyframes orbit-middle{0%{transform:rotate(0)translate(180px)rotate(0)}to{transform:rotate(360deg)translate(180px)rotate(-360deg)}}@keyframes orbit-outer{0%{transform:rotate(0)translate(240px)rotate(0)}to{transform:rotate(360deg)translate(240px)rotate(-360deg)}}.services-section{background-color:var(--bg-main);padding:5rem 2rem}.services-container{max-width:1300px;margin:0 auto}.section-header{text-align:center;margin-bottom:3.5rem}.section-badge{color:var(--secondary);text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#35bcff1a,#01d3d21a);border-radius:50px;margin-bottom:1rem;padding:.5rem 1.2rem;font-size:.85rem;font-weight:700;display:inline-block}.section-title{color:var(--text-main);margin-bottom:.8rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.section-subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.1rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.service-card{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:16px;flex-direction:column;gap:1.2rem;padding:2rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.service-card:before{content:"";background:linear-gradient(90deg, var(--secondary), var(--accent-2));transform-origin:0;width:100%;height:4px;transition:transform .3s;position:absolute;top:0;left:0;transform:scaleX(0)}.service-card:hover{border-color:var(--secondary);transform:translateY(-5px);box-shadow:0 10px 30px #35bcff26}.service-card:hover:before{transform:scaleX(1)}.card-header{align-items:center;gap:1rem;display:flex}.service-icon{background:linear-gradient(135deg, var(--secondary), var(--accent-2));border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.service-icon .icon{color:var(--neutral-white);font-size:1.6rem}.service-title{color:var(--text-main);margin:0;font-size:1.25rem;font-weight:700}.service-title a{color:var(--text-main);text-decoration:none}.service-title a:hover{color:var(--secondary)}.service-description{color:var(--text-muted);flex:1;margin:0;font-size:.95rem;line-height:1.6}.service-features{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.service-features li{color:var(--text-main);align-items:center;gap:.6rem;font-size:.9rem;font-weight:500;display:flex}.service-features .icon{color:var(--state-success);flex-shrink:0;font-size:1.1rem}.card-footer{border-top:1px solid var(--border-subtle);padding-top:.5rem}.btn-learn-more{color:var(--secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-family:Onest,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-learn-more:hover{background:var(--hover-overlay);gap:.7rem}.btn-learn-more .icon{font-size:1rem;transition:transform .3s}.btn-learn-more:hover .icon{transform:translate(3px)}.process-section{background:linear-gradient(180deg, var(--bg-main), var(--bg-surface));padding:5rem 2rem;position:relative}.process-container{max-width:1300px;margin:0 auto}.process-timeline{grid-template-columns:repeat(6,1fr);gap:1.5rem;margin-top:3rem;padding:2rem 0;display:grid;position:relative}.timeline-line{background:linear-gradient(90deg, var(--border-subtle), var(--secondary), var(--border-subtle));z-index:0;height:2px;position:absolute;top:60px;left:8%;right:8%}.process-step{text-align:center;z-index:1;flex-direction:column;align-items:center;gap:1rem;display:flex;position:relative}.step-marker{background:var(--bg-elevated);border:3px solid var(--secondary);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;box-shadow:0 4px 12px #35bcff4d}.step-number{background:linear-gradient(135deg, var(--secondary), var(--accent-2));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.3rem;font-weight:800}.step-content{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:12px;flex-direction:column;align-items:center;gap:.6rem;width:100%;min-height:140px;padding:1.5rem 1rem;transition:all .3s;display:flex}.step-content .icon{color:var(--secondary);font-size:1.8rem}.step-content h3{color:var(--text-main);margin:0;font-size:1.1rem;font-weight:700}.step-content p{color:var(--text-muted);margin:0;font-size:.85rem;line-height:1.5}.process-step:hover .step-marker{transform:scale(1.1);box-shadow:0 6px 20px #35bcff66}.process-step:hover .step-content{border-color:var(--secondary);transform:translateY(-5px);box-shadow:0 8px 25px #35bcff26}.faqs-section{background-color:var(--bg-main);padding:6rem 2rem}.faqs-container{max-width:900px;margin:0 auto}.faqs-list{flex-direction:column;gap:1rem;display:flex}.faq-item{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:12px;transition:all .3s;overflow:hidden}.faq-item:hover{border-color:var(--secondary)}.faq-question{cursor:pointer;width:100%;color:var(--text-main);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.5rem 2rem;font-family:Onest,sans-serif;font-size:1.05rem;font-weight:600;transition:all .3s;display:flex}.faq-question:hover{color:var(--secondary)}.faq-icon{color:var(--text-muted);flex-shrink:0;font-size:1.5rem;transition:transform .3s}.faq-item.open .faq-icon{color:var(--secondary);transform:rotate(180deg)}.faq-answer{max-height:0;transition:max-height .3s;overflow:hidden}.faq-answer.show{max-height:500px}.faq-answer p{color:var(--text-muted);margin:0;padding:0 2rem 1.5rem;line-height:1.8}.cta-section{background:linear-gradient(135deg,#1e3a8a,#0a0e27);padding:6rem 2rem;position:relative;overflow:hidden}.cta-section:before{content:"";background:radial-gradient(circle,#35bcff26,#0000 70%);position:absolute;inset:0}.cta-container{text-align:center;z-index:1;max-width:900px;margin:0 auto;position:relative}.cta-title{color:var(--neutral-white);margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.3}.cta-description{color:#ffffffd9;margin-bottom:2.5rem;font-size:1.2rem;line-height:1.8}.btn-cta-main{background:linear-gradient(135deg, var(--tertiary), #ffdb4d);color:var(--primary);cursor:pointer;border:none;border-radius:12px;padding:1.5rem 3rem;font-family:Onest,sans-serif;font-size:1.2rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.btn-cta-main:hover{transform:translateY(-4px);box-shadow:0 12px 40px #facc1566}.contact-section{background-color:var(--bg-main);padding:6rem 2rem}.contact-container{text-align:center;max-width:800px;margin:0 auto}.contact-title{color:var(--text-main);margin-bottom:1rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800}.highlight-yellow{color:var(--tertiary)}.contact-subtitle{color:var(--text-muted);margin-bottom:3rem;font-size:1.2rem}.contact-curve{width:200px;height:100px;margin:0 auto 3rem}.contact-curve svg{width:100%;height:100%}.contact-methods{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:600px;margin:0 auto;display:grid}.contact-card{cursor:pointer;flex-direction:column;align-items:center;gap:1.5rem;text-decoration:none;transition:transform .3s;display:flex}.contact-card:hover{transform:translateY(-8px)}.contact-icon{border-radius:24px;justify-content:center;align-items:center;width:120px;height:120px;transition:all .3s;display:flex}.contact-icon .icon{color:var(--neutral-white);font-size:4rem}.btn-contact{color:var(--neutral-white);cursor:pointer;border:none;border-radius:12px;padding:.75rem 2rem;font-family:Onest,sans-serif;font-size:1rem;font-weight:600;transition:all .3s;display:inline-block}.contact-card:hover .btn-contact{box-shadow:var(--shadow-md);transform:scale(1.05)}@media (width<=1200px){.service-container{grid-template-columns:1fr;gap:2.5rem}.hero-visual{height:400px}.process-timeline{grid-template-columns:repeat(3,1fr)}}@media (width<=968px){.hero-service{min-height:auto;padding:4rem 1.5rem 3rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.process-timeline{grid-template-columns:repeat(2,1fr)}.timeline-line,.hero-visual{display:none}}@media (width<=768px){.section-header{margin-bottom:2.5rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.faq-question{padding:1.25rem 1.5rem;font-size:1rem}.faq-answer p{padding:0 1.5rem 1.25rem;font-size:.95rem}.cta-description{font-size:1.1rem}.btn-cta-main{padding:1.25rem 2.5rem;font-size:1.1rem}}@media (width<=640px){.hero-cta{flex-direction:column;width:100%}.btn-primary-large,.btn-secondary-large{justify-content:center;width:100%}.services-grid{grid-template-columns:1fr}.service-card{padding:1.5rem}.process-timeline{grid-template-columns:1fr}.step-content{min-height:auto;padding:1.25rem .75rem}.contact-methods{grid-template-columns:1fr}}@media (width<=480px){.hero-service{padding:3rem 1rem 2rem}.hero-title{font-size:2rem}.hero-description{font-size:1rem}.hero-badge{padding:.5rem 1rem;font-size:.75rem}.btn-primary-large,.btn-secondary-large{padding:1rem 1.8rem;font-size:.95rem}.section-badge{padding:.4rem 1rem;font-size:.75rem}.service-title{font-size:1.1rem}.service-description{font-size:.9rem}.step-content h3{font-size:1rem}.step-content p{font-size:.8rem}.contact-icon{width:100px;height:100px}.contact-icon .icon{font-size:3rem}}@media (width<=360px){.hero-title{font-size:1.75rem}}.service-detail-header{padding:6rem 2rem 2rem}.post-breadcrumbs{color:var(--text-subtle);flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;font-size:.85rem;display:flex}.post-breadcrumbs a{color:var(--text-muted);text-decoration:none}.post-breadcrumbs a:hover{color:var(--secondary)}.service-detail-icon{background:linear-gradient(135deg, var(--secondary), var(--accent-2,var(--secondary)));width:64px;height:64px;color:var(--neutral-white,#fff);border-radius:16px;justify-content:center;align-items:center;margin-bottom:1.25rem;font-size:1.75rem;display:flex}.service-detail-title{color:var(--text-main);margin-bottom:1rem;font-size:clamp(1.75rem,4vw,3rem);font-weight:800;line-height:1.2}.service-detail-summary{color:var(--text-muted);max-width:700px;margin-bottom:2rem;font-size:1.1rem}.project-meta-row{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:12px;flex-wrap:wrap;gap:2rem;margin-bottom:2rem;padding:1.5rem;display:flex}.project-meta-item{flex-direction:column;gap:.25rem;display:flex}.meta-label{color:var(--text-subtle);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem}.meta-value{color:var(--text-main);font-size:.95rem;font-weight:700}.project-links{flex-wrap:wrap;gap:1rem;display:flex}.project-links .btn{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-family:Onest,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.project-links .btn-primary{background:var(--btn-primary-bg,var(--secondary));color:var(--neutral-white,#fff)}.project-links .btn-primary:hover{background:var(--btn-primary-hover,var(--accent-2))}.service-detail-cover{margin-bottom:3rem}.service-detail-cover img{object-fit:cover;border-radius:16px;width:100%;max-height:500px}.project-body{padding-bottom:3rem}.project-tech-list{flex-wrap:wrap;gap:.6rem;display:flex}.project-tech-list-large{margin-bottom:2rem}.project-tech-list-large .tech-chip{padding:.4rem 1rem;font-size:.85rem}.tech-chip{background:var(--bg-surface);border:1px solid var(--border-subtle);color:var(--text-muted);border-radius:999px;align-items:center;gap:.35rem;padding:.3rem .75rem;font-size:.8rem;display:inline-flex}.project-description{max-width:800px;color:var(--text-main);margin-bottom:2rem;font-size:1.05rem;line-height:1.9}.project-description p{margin-bottom:1.5rem}.service-features-large{max-width:700px;margin-bottom:2.5rem}.related-projects{background-color:var(--bg-surface);padding:4rem 2rem}.related-projects .services-grid{margin-top:1.5rem}@media (width<=640px){.service-detail-header{padding:5rem 1rem 1.5rem}}
