.flecha-servicios{max-width:1100px;margin:0 auto;padding:120px 15px 60px;font-family:inherit;color:#333}
.flecha-servicios .hero-section{text-align:center;padding:50px 20px;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);color:#fff;border-radius:16px;margin-bottom:50px;position:relative;overflow:hidden}
.flecha-servicios .hero-section::before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 80"><circle cx="40" cy="40" r="1" fill="rgba(255,255,255,0.03)"/></svg>') repeat;background-size:20px 20px}
.flecha-servicios .hero-section *{position:relative;z-index:1}
.flecha-servicios .hero-section h2{font-size:2.4em;margin-bottom:15px;font-weight:700;letter-spacing:-0.5px;color:#fff}
.flecha-servicios .hero-section .accent{color:#e74c3c}
.flecha-servicios .hero-section p{font-size:1.15em;opacity:0.9;max-width:650px;margin:0 auto;line-height:1.7}
.flecha-servicios .services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;margin-bottom:50px}
.flecha-servicios .service-card{background:#fff;border:1px solid #eee;border-radius:14px;overflow:hidden;transition:all 0.3s ease;position:relative}
.flecha-servicios .service-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,0.1);border-color:#e74c3c}
.flecha-servicios .service-card-img{height:220px;background-size:cover;background-position:center;position:relative}
.flecha-servicios .service-card-img::after{content:'';position:absolute;bottom:0;left:0;right:0;height:80px;background:linear-gradient(transparent,rgba(0,0,0,0.08))}
.flecha-servicios .service-card-body{padding:25px 28px 28px}
.flecha-servicios .service-card h3{font-size:1.25em;margin-bottom:10px;color:#1a1a2e;font-weight:700}
.flecha-servicios .service-card p{color:#666;line-height:1.7;font-size:0.95em;margin-bottom:0}
.flecha-servicios .service-card ul{margin:12px 0 0;padding-left:0;list-style:none}
.flecha-servicios .service-card ul li{padding:5px 0 5px 22px;position:relative;color:#555;font-size:0.9em;line-height:1.5}
.flecha-servicios .service-card ul li::before{content:'\2713';position:absolute;left:0;color:#e74c3c;font-weight:700}
.flecha-servicios .brands-section{text-align:center;padding:45px 30px;background:#f8f9fa;border-radius:14px;margin-bottom:50px}
.flecha-servicios .brands-section h2{font-size:1.6em;color:#1a1a2e;margin-bottom:8px}
.flecha-servicios .brands-section .subtitle{color:#888;margin-bottom:25px;font-size:1em}
.flecha-servicios .brands-list{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}
.flecha-servicios .brand-tag{background:#fff;border:1px solid #e0e0e0;padding:8px 20px;border-radius:50px;font-size:0.9em;color:#444;font-weight:500;transition:all 0.2s ease}
.flecha-servicios .brand-tag:hover{border-color:#e74c3c;color:#e74c3c;background:#fef5f5}
.flecha-servicios .cta-section{text-align:center;padding:50px 30px;background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;border-radius:14px}
.flecha-servicios .cta-section h2{font-size:1.8em;margin-bottom:12px;color:#fff}
.flecha-servicios .cta-section p{font-size:1.1em;opacity:0.95;margin-bottom:25px;max-width:550px;margin-left:auto;margin-right:auto}
.flecha-servicios .cta-btn{display:inline-block;padding:14px 40px;background:#fff;color:#e74c3c;font-weight:700;font-size:1.05em;border-radius:50px;text-decoration:none;transition:all 0.3s ease;box-shadow:0 4px 15px rgba(0,0,0,0.15)}
.flecha-servicios .cta-btn:hover{transform:scale(1.05);box-shadow:0 6px 25px rgba(0,0,0,0.25);color:#c0392b}
@media(max-width:768px){.flecha-servicios{padding-top:100px}.flecha-servicios .hero-section{padding:35px 15px}.flecha-servicios .hero-section h2{font-size:1.7em}.flecha-servicios .services-grid{grid-template-columns:1fr;gap:20px}.flecha-servicios .service-card-body{padding:20px}.flecha-servicios .cta-section{padding:35px 20px}.flecha-servicios .cta-section h2{font-size:1.4em}.flecha-servicios .service-card-img{height:180px}}