.services-hero-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:80px 0;position:relative;overflow:hidden}.services-hero-section:before{content:"";position:absolute;top:0;right:0;width:400px;height:400px;background:var(--gradient-primary);border-radius:50%;opacity:.1;transform:translate(200px,-200px)}.services-hero-section:after{content:"";position:absolute;bottom:0;left:0;width:300px;height:300px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;opacity:.08;transform:translate(-150px,150px)}.services-hero-content{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center;position:relative;z-index:2}.services-hero-section .hero-left{color:var(--color-text-primary);max-width:600px}.services-hero-section .hero-title{font-size:2.8rem;font-weight:700;line-height:1.2;margin-bottom:30px;color:var(--color-text-primary)}.services-hero-section .hero-content{display:block!important;grid-template-columns:none!important;gap:0!important;margin-bottom:40px}.services-hero-section .hero-description{font-size:1.1rem;line-height:1.8;color:var(--color-text-secondary);margin-bottom:25px;text-align:justify;font-weight:500}.services-hero-section .hero-description:last-of-type{margin-bottom:0}.services-hero-section .hero-actions{display:flex;gap:20px;flex-wrap:wrap}.services-hero-section .btn-primary,.services-hero-section .btn-secondary{padding:18px 36px;border-radius:50px;font-size:16px;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:12px;text-decoration:none;min-width:180px;justify-content:center}.services-hero-section .btn-primary{background:var(--gradient-primary);color:#fff;box-shadow:0 8px 25px #0596694d}.services-hero-section .btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 35px #05966966}.services-hero-section .btn-secondary{background:#fff;color:var(--color-primary);border:2px solid #FF8888;box-shadow:0 4px 20px #00000014}.services-hero-section .btn-secondary:hover{background:#f88;color:#fff;transform:translateY(-3px);box-shadow:0 8px 30px #0596694d}.services-hero-section .hero-right{position:relative;display:flex;align-items:center;justify-content:center}.services-hero-section .hero-cta-card{background:#fff;border-radius:30px;padding:40px;text-align:center;box-shadow:0 20px 60px #0000001a;border:2px solid #f8f9fa;max-width:400px;position:relative;overflow:hidden}.services-hero-section .hero-cta-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-primary)}.services-hero-section .cta-icon{font-size:60px;color:var(--color-primary);margin-bottom:25px;opacity:.9}.services-hero-section .cta-title{font-size:1.8rem;font-weight:700;color:var(--color-text-primary);margin-bottom:20px;line-height:1.3}.services-hero-section .cta-description{font-size:1rem;color:var(--color-text-secondary);line-height:1.6;margin-bottom:30px;font-weight:500}.services-hero-section .cta-stats{display:flex;justify-content:space-around;margin-bottom:35px;padding:25px 0;border-top:1px solid #f1f3f4;border-bottom:1px solid #f1f3f4}.services-hero-section .cta-stat{text-align:center}.services-hero-section .cta-stat .stat-number{font-size:28px;font-weight:800;color:var(--color-primary);display:block;line-height:1}.services-hero-section .cta-stat .stat-label{font-size:12px;color:var(--color-text-secondary);margin-top:8px;font-weight:500}.services-hero-section .cta-button{display:inline-flex;align-items:center;gap:12px;background:var(--gradient-primary);color:#fff;text-decoration:none;padding:18px 36px;border-radius:50px;font-weight:600;font-size:16px;transition:all .3s ease;box-shadow:0 8px 25px #0596694d;min-width:200px;justify-content:center}.services-hero-section .cta-button:hover{transform:translateY(-3px);box-shadow:0 15px 35px #05966966;color:#fff;text-decoration:none}.services-section{padding:80px 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef);position:relative;overflow:hidden}.services-section:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="service-dots" width="30" height="30" patternUnits="userSpaceOnUse"><circle cx="15" cy="15" r="1.5" fill="%23FF8888" opacity="0.06"/></pattern></defs><rect width="100" height="100" fill="url(%23service-dots)"/></svg>');opacity:.8}.services-section .section-header{text-align:center;margin-bottom:60px;position:relative;z-index:2}.services-section .section-title{font-size:2.8rem;font-weight:700;color:var(--color-text-primary);margin-bottom:20px;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.services-section .section-subtitle{font-size:1.2rem;color:var(--color-text-secondary);font-weight:500;max-width:600px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;position:relative;z-index:2}.service-card{background:#fff;border-radius:24px;padding:35px;box-shadow:0 4px 20px #0000000f;transition:all .4s cubic-bezier(.4,0,.2,1);border:2px solid transparent;position:relative;height:100%;display:flex;flex-direction:column;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,var(--color-secondary) 0%,var(--color-primary) 50%,#FF8888 100%);transform:scaleX(0);transition:transform .4s ease;z-index:1}.service-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #0000001f;border-color:#05966933}.service-card:hover:before{transform:scaleX(1)}.service-header{display:flex;align-items:flex-start;gap:20px;margin-bottom:25px}.service-icon-wrapper{flex-shrink:0}.service-icon{width:70px;height:70px;min-width:70px;background:var(--gradient-primary);border-radius:18px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.service-icon:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.2) 50%,transparent 70%);transform:translate(-100%);transition:transform .6s ease}.service-card:hover .service-icon:before{transform:translate(100%)}.service-icon i{font-size:2rem;color:#fff;z-index:2;position:relative}.service-header-text{flex:1}.service-title{font-size:1.5rem;font-weight:700;color:var(--color-text-primary);margin-bottom:8px;line-height:1.3}.service-subtitle{font-size:.95rem;color:var(--color-text-secondary);font-weight:500;line-height:1.4}.service-body{flex:1;display:flex;flex-direction:column;margin-bottom:25px}.service-description{color:var(--color-text-secondary);line-height:1.7;margin-bottom:20px;font-size:.95rem;font-weight:500;flex:1}.service-features{list-style:none;display:flex;flex-direction:column;gap:12px}.service-features li{display:flex;align-items:center;gap:12px;font-size:.9rem;color:var(--color-text-secondary)}.service-features li i{color:var(--color-primary);font-size:16px;flex-shrink:0}.service-footer{margin-top:auto;padding-top:20px;border-top:1px solid #f1f3f4}.service-link{display:inline-flex;align-items:center;gap:10px;color:var(--color-primary);text-decoration:none;font-weight:600;font-size:.95rem;transition:all .3s ease}.service-link:hover{color:var(--color-secondary);gap:15px}.service-link i{font-size:14px;transition:transform .3s ease}.service-link:hover i{transform:translate(5px)}@media (max-width: 1200px){.services-grid{grid-template-columns:repeat(2,1fr);gap:25px}.service-card{padding:30px}.service-icon{width:65px;height:65px;min-width:65px}.service-icon i{font-size:1.8rem}}@media (max-width: 1024px){.services-hero-content{grid-template-columns:1fr;gap:60px;text-align:center}.services-hero-section .hero-left{max-width:100%;text-align:center}.services-hero-section .hero-actions{justify-content:center}}@media (max-width: 768px){.services-hero-section{padding:50px 0}.services-hero-section .hero-left{max-width:100%;text-align:center}.services-hero-section .hero-title{font-size:2.2rem;text-align:center}.services-hero-section .hero-description{font-size:1rem;text-align:center}.services-hero-section .hero-actions{flex-direction:column;align-items:center;gap:15px}.services-hero-section .btn-primary,.services-hero-section .btn-secondary{width:100%;max-width:280px;justify-content:center;padding:16px 30px}.services-hero-section .hero-cta-card{padding:30px 25px;margin:0 20px}.services-hero-section .cta-icon{font-size:50px;margin-bottom:20px}.services-hero-section .cta-title{font-size:1.5rem}.services-hero-section .cta-stats{padding:20px 0;margin-bottom:25px}.services-hero-section .cta-stat .stat-number{font-size:24px}.services-hero-section .cta-button{padding:16px 30px;min-width:180px}.services-section{padding:60px 0}.services-section .section-title{font-size:2.2rem}.services-section .section-subtitle{font-size:1.1rem}.services-grid{grid-template-columns:1fr;gap:25px}.service-card{padding:25px}.service-header{gap:15px;margin-bottom:20px}.service-icon{width:60px;height:60px;min-width:60px}.service-icon i{font-size:1.6rem}.service-title{font-size:1.3rem}.service-subtitle,.service-description{font-size:.9rem}.service-features li{font-size:.85rem}}@media (max-width: 480px){.services-hero-section{padding:30px 0}.services-hero-section .hero-left{text-align:center}.services-hero-section .hero-title{font-size:1.8rem;text-align:center}.services-hero-section .hero-description{font-size:.9rem;text-align:center}.services-hero-section .hero-actions{gap:12px}.services-hero-section .btn-primary,.services-hero-section .btn-secondary{padding:14px 25px;font-size:14px}.services-hero-section .hero-cta-card{padding:25px 20px;margin:0 15px}.services-hero-section .cta-icon{font-size:40px;margin-bottom:20px}.services-hero-section .cta-title{font-size:1.3rem}.services-hero-section .cta-description{font-size:.9rem}.services-hero-section .cta-stats{padding:15px 0;margin-bottom:20px}.services-hero-section .cta-stat .stat-number{font-size:20px}.services-hero-section .cta-stat .stat-label{font-size:11px}.services-hero-section .cta-button{padding:14px 25px;min-width:160px;font-size:14px}.services-section{padding:50px 0}.services-section .section-title{font-size:1.8rem}.services-section .section-subtitle{font-size:1rem}.service-card{padding:20px}.service-header{gap:12px;margin-bottom:18px}.service-icon{width:55px;height:55px;min-width:55px;border-radius:14px}.service-icon i{font-size:1.4rem}.service-title{font-size:1.2rem}.service-subtitle{font-size:.85rem}.service-description{font-size:.85rem;margin-bottom:15px}.service-features{gap:10px}.service-features li{font-size:.8rem;gap:10px}.service-features li i{font-size:14px}.service-footer{padding-top:15px}.service-link{font-size:.9rem}}.article-sidebar{display:flex!important;flex-direction:column!important;gap:25px!important;align-self:flex-start!important;z-index:10}html,body,body>main,body>main>section.article-section,body>main>section.article-section>.container,body>main>section.article-section>.container>.article-layout,main,main>section.article-section,main>section.article-section>.container,main>section.article-section>.container>.article-layout,.article-section,.article-section .container,.article-section .container .article-layout,.article-layout,section.article-section,section.article-section>.container,section.article-section>.container>.article-layout,section.article-section .article-layout,.article-section>.container,.article-section>.container>.article-layout{overflow:visible!important;overflow-x:hidden!important;overflow-y:visible!important;position:relative!important;height:auto!important;min-height:auto!important;max-height:none!important}
