.service-page{background:#0c0e1d;color:#fff;direction:rtl;text-align:right;min-height:100vh;font-family:Heebo,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.service-container{max-width:1100px;margin:0 auto;padding:0 24px}.service-hero{background:linear-gradient(135deg,#0c0e1d,#1a1f3a 60%,#0f1628);padding:100px 0 80px;text-align:center;position:relative;overflow:hidden}.service-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 50% 0%,rgba(59,130,246,.15) 0%,transparent 70%);pointer-events:none}.service-hero h1{font-size:clamp(2rem,5vw,3.2rem);font-weight:800;color:#fff;margin-bottom:1.2rem;line-height:1.25;position:relative}.service-hero-subtitle{font-size:clamp(1rem,2.5vw,1.3rem);color:#b0c4de;margin-bottom:2.4rem;max-width:640px;margin-left:auto;margin-right:auto;line-height:1.6}.service-cta-btn{display:inline-flex;align-items:center;gap:10px;background:#25d366;color:#fff;font-size:1.15rem;font-weight:700;padding:16px 36px;border:none;border-radius:50px;cursor:pointer;text-decoration:none;box-shadow:0 4px 20px #25d36666;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.service-cta-btn:hover{background:#20ba5a;transform:translateY(-2px);box-shadow:0 6px 28px #25d3668c}.service-cta-btn i{font-size:1.3rem}.service-stats{background:#1a1f3a;border-top:1px solid rgba(59,130,246,.2);border-bottom:1px solid rgba(59,130,246,.2);padding:32px 0}.service-stats-inner{display:flex;justify-content:center;align-items:center;gap:0;flex-wrap:wrap}.service-stat{display:flex;flex-direction:column;align-items:center;padding:16px 48px;border-left:1px solid rgba(255,255,255,.1);flex:1;min-width:160px}.service-stat:last-child{border-left:none}.service-stat-value{font-size:2rem;font-weight:800;color:#3b82f6;line-height:1;margin-bottom:6px}.service-stat-label{font-size:.9rem;color:#b0b0b0;text-align:center}.service-about{background:#0c0e1d;padding:80px 0}.service-about h2{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;color:#fff;margin-bottom:1.6rem}.service-about-text p{font-size:1.05rem;color:#d0d8e8;line-height:1.85;margin-bottom:1.2rem}.service-about-text p:last-child{margin-bottom:0}.service-steps{background:#1a1f3a;padding:80px 0}.service-steps h2{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;color:#fff;text-align:center;margin-bottom:3rem}.service-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.service-step-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:36px 28px;text-align:center;transition:transform .2s ease,border-color .2s ease}.service-step-card:hover{transform:translateY(-4px);border-color:#3b82f659}.service-step-icon{width:64px;height:64px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:1.5rem;color:#fff;box-shadow:0 4px 16px #3b82f659}.service-step-card h3{font-size:1.15rem;font-weight:700;color:#fff;margin-bottom:10px}.service-step-card p{font-size:.95rem;color:#b0b0b0;line-height:1.6}.service-testimonials{background:#0c0e1d;padding:80px 0}.service-testimonials h2{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;color:#fff;text-align:center;margin-bottom:3rem}.service-testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.service-testimonial-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:30px;display:flex;flex-direction:column;gap:16px;transition:transform .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.service-testimonial-card:hover{transform:translateY(-4px)}.service-testimonial-header{display:flex;align-items:center;gap:14px}.service-testimonial-img{width:56px;height:56px;border-radius:50%;object-fit:cover;border:2px solid #3B82F6;flex-shrink:0}.service-testimonial-name{font-size:1rem;font-weight:700;color:#fff;margin:0}.service-testimonial-role{font-size:.85rem;color:#888;margin:2px 0 0}.service-testimonial-stars{display:flex;gap:3px}.service-testimonial-stars i{color:#fbbf24;font-size:.85rem}.service-testimonial-quote{font-size:.95rem;color:#d0d8e8;line-height:1.65;margin:0;font-style:italic}.service-faq{background:#1a1f3a;padding:80px 0}.service-faq h2{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;color:#fff;text-align:center;margin-bottom:.8rem}.service-faq-subtitle{font-size:1.1rem;color:#b0b0b0;text-align:center;margin-bottom:2.8rem}.service-faq-list{max-width:720px;margin:0 auto}.service-faq .faq-item{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:10px;margin-bottom:14px;overflow:hidden}.service-faq .faq-question{width:100%;background:transparent;border:none;padding:20px 25px;text-align:right;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:1.05rem;font-weight:600;color:#fff;transition:background .25s ease}.service-faq .faq-question:hover{background:#ffffff0f}.service-faq .faq-question.active{background:#3b82f6;color:#fff}.service-faq .faq-question i{font-size:.95rem;transition:transform .3s ease;flex-shrink:0;margin-right:12px}.service-faq .faq-question i.rotated{transform:rotate(180deg)}.service-faq .faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease;background:#ffffff05}.service-faq .faq-answer.open{max-height:300px;padding:20px 25px}.service-faq .faq-answer p{margin:0;color:#d0d8e8;line-height:1.7;font-size:.97rem}.service-cta-final{background:linear-gradient(135deg,#1a1f3a,#0f1628);padding:80px 0;text-align:center;border-top:1px solid rgba(59,130,246,.2)}.service-cta-final h2{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;color:#fff;margin-bottom:1rem}.service-cta-final p{font-size:1.1rem;color:#b0c4de;margin-bottom:2.4rem;max-width:560px;margin-left:auto;margin-right:auto}@media (max-width: 900px){.service-steps-grid,.service-testimonials-grid{grid-template-columns:1fr}.service-stats-inner{flex-direction:row;flex-wrap:wrap;gap:0}.service-stat{border-left:none;border-bottom:1px solid rgba(255,255,255,.1);flex:0 0 50%}.service-stat:nth-child(odd){border-left:1px solid rgba(255,255,255,.1)}.service-stat:last-child{border-left:none;border-bottom:none}}@media (max-width: 600px){.service-hero{padding:72px 0 60px}.service-about,.service-steps,.service-testimonials,.service-faq,.service-cta-final{padding:60px 0}.service-stat{flex:0 0 100%;border-left:none;border-right:none}.service-cta-btn{font-size:1rem;padding:14px 28px}}.service-related-articles{background:#0c0e1d;padding:3rem 0;border-top:1px solid #1a1f3a}.service-related-articles h2{font-size:1.4rem;color:#e2e8f0;margin-bottom:1.2rem}.service-related-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.service-related-link{display:inline-flex;align-items:center;gap:.6rem;color:#60a5fa;text-decoration:none;font-size:.95rem;transition:color .2s}.service-related-link:hover{color:#93c5fd;text-decoration:underline}
