.apoyos-page {
padding-top: 0;
}

/* ---- HERO SIMPLE ---- */
.apoyos-hero-simple {
position: relative;
padding: 80px 20px 60px;
background: linear-gradient(180deg, #0d0f12 0%, #1a1d22 100%);
overflow: hidden;
text-align: center;
}

.apoyos-hero-simple .hero-bg {
position: absolute;
inset: 0;
pointer-events: none;
overflow: hidden;
}

.apoyos-hero-simple .hero-circle {
position: absolute;
border-radius: 50%;
filter: blur(60px);
}

.apoyos-hero-simple .hero-circle-1 {
width: 500px;
height: 500px;
background: radial-gradient(circle, rgba(25, 165, 83, 0.2) 0%, transparent 70%);
top: -200px;
right: -150px;
animation: pulse-slow 8s ease-in-out infinite;
}

.apoyos-hero-simple .hero-circle-2 {
width: 400px;
height: 400px;
background: radial-gradient(circle, rgba(139, 255, 133, 0.15) 0%, transparent 70%);
bottom: -150px;
left: -120px;
animation: pulse-slow 10s ease-in-out infinite reverse;
}

@keyframes pulse-slow {
0%, 100% { transform: scale(1); opacity: 1; }
50% { transform: scale(1.1); opacity: 0.8; }
}

.hero-label {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(25, 165, 83, 0.15);
    color: #19A553;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 16px;
}

.hero-content-simple {
position: relative;
z-index: 1;
}

.hero-content-simple h1 {
font-size: 2.5rem;
font-weight: 700;
color: #fff;
margin-bottom: 12px;
max-width: 700px;
margin-left: auto;
margin-right: auto;
line-height: 1.2;
}

.hero-content-simple h1 .highlight {
background: linear-gradient(135deg, #19A553 0%, #0d7a36 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}

.hero-subtitle {
font-size: 1rem;
color: rgba(255, 255, 255, 0.6);
max-width: 500px;
margin: 0 auto 30px;
line-height: 1.6;
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;
}

.stat {
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #19A553;
}

.stat-label {
    font-size: 14px;
    color: #888;
}

/* ---- OFICIOS GRID ---- */
.apoyos-tipos {
    padding: 60px 20px;
    background: #fff;
}

.tipos-grid-simple {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    max-width: 1200px;
    margin: 30px auto 0;
}

.tipo-card-simple {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.2s ease;
}

.tipo-card-simple:hover {
    transform: translateY(-4px);
}

.tipo-icono-simple {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 0 auto 12px;
}

.tipo-icono-simple.soldador { background: #fff3e0; color: #f57c00; }
.tipo-icono-simple.electricista { background: #e3f2fd; color: #1976d2; }
.tipo-icono-simple.pintor { background: #fce4ec; color: #c2185b; }
.tipo-icono-simple.carpintero { background: #efebe9; color: #5d4037; }
.tipo-icono-simple.electronico { background: #e8eaf6; color: #3f51b5; }
.tipo-icono-simple.cerrajero { background: #f1f8e9; color: #558b2f; }

.tipo-card-simple h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.tipo-card-simple p {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}

/* ---- APOYOS LIST ---- */
.apoyos-list-section {
    padding: 60px 20px;
    background: #f8f9fa;
}

.apoyos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 30px auto 0;
}

.apoyo-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.apoyo-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.apoyo-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.apoyo-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.apoyo-icon.soldador { background: #fff3e0; color: #f57c00; }
.apoyo-icon.electricista { background: #e3f2fd; color: #1976d2; }
.apoyo-icon.pintor { background: #fce4ec; color: #c2185b; }
.apoyo-icon.carpintero-metalico { background: #efebe9; color: #5d4037; }
.apoyo-icon.tecnico-electronico { background: #e8eaf6; color: #3f51b5; }
.apoyo-icon.cerrajero { background: #f1f8e9; color: #558b2f; }

.apoyo-verified {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #2e7d32;
    font-weight: 500;
}

.apoyo-card-body h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
}

.apoyo-especialidad {
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
}

.apoyo-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
    font-size: 14px;
}

.apoyo-rating i { color: #ffb400; }
.apoyo-rating span:first-of-type { font-weight: 600; color: #333; }
.apoyo-reviews { color: #888; font-size: 13px; }

.apoyo-zona {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #666;
}

.apoyo-zona i { color: #1a73e8; }

.apoyo-card-footer {
    display: flex;
    gap: 10px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #eee;
}

.btn-whatsapp-apoyo {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 16px;
    background: #25d366;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
}

.btn-whatsapp-apoyo:hover { background: #128c7e; }

.btn-profile-apoyo {
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f4f8;
    color: #333;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s ease;
}

.btn-profile-apoyo:hover { background: #e2e8f0; }

/* ---- CÓMO FUNCIONA ---- */
@property --angle-como-funciona {
syntax: '<angle>';
initial-value: 0deg;
inherits: false;
}

.apoyos-como-funciona {
position: relative;
padding: 100px 20px;
background: linear-gradient(180deg, #0d0f12 0%, #15171a 100%);
overflow: hidden;
}

.apoyos-como-funciona::before {
content: '';
position: absolute;
top: -150px;
left: -100px;
width: 400px;
height: 400px;
background: radial-gradient(circle, rgba(25, 165, 83, 0.08) 0%, transparent 70%);
pointer-events: none;
animation: como-funciona-glow 8s ease-in-out infinite;
}

.apoyos-como-funciona::after {
content: '';
position: absolute;
bottom: -150px;
right: -100px;
width: 500px;
height: 500px;
background: radial-gradient(circle, rgba(139, 255, 133, 0.06) 0%, transparent 70%);
pointer-events: none;
animation: como-funciona-glow 10s ease-in-out infinite reverse;
}

@keyframes como-funciona-glow {
0%, 100% { opacity: 0.4; transform: scale(1); }
50% { opacity: 0.7; transform: scale(1.1); }
}

.apoyos-como-funciona .container-seccion {
position: relative;
z-index: 1;
}

.apoyos-como-funciona .section-title {
color: #ffffff;
font-size: 2.5rem;
margin-bottom: 12px;
}

.apoyos-como-funciona .section-subtitle {
color: rgba(255, 255, 255, 0.6);
font-size: 1.1rem;
margin-bottom: 60px;
}

.pasos-grid-simple {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 25px;
max-width: 1200px;
margin: 0 auto;
}

.paso-card-simple {
position: relative;
padding: 1.5px;
border-radius: 24px;
z-index: 1;
min-height: auto;
display: flex;
}

.paso-card-simple::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border-radius: 24px;
padding: 1.5px;
background: conic-gradient(
from var(--angle-como-funciona),
transparent 0%,
transparent 60%,
#19A553 65%,
#8BFF85 70%,
#ffffff 75%,
#8BFF85 80%,
#19A553 85%,
transparent 90%,
transparent 100%
);
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
animation: spin-como-funciona 3.5s linear infinite;
z-index: 3;
pointer-events: none;
opacity: 0.7;
transition: opacity 0.3s ease;
}

@keyframes spin-como-funciona {
to { --angle-como-funciona: 360deg; }
}

.paso-card-inner {
position: relative;
z-index: 1;
border-radius: 22.5px;
background: linear-gradient(135deg, rgba(25, 165, 83, 0.15) 0%, rgba(13, 15, 18, 0.2) 100%);
backdrop-filter: blur(20px) saturate(1.2);
-webkit-backdrop-filter: blur(20px) saturate(1.2);
border: 0.5px solid rgba(139, 255, 133, 0.1);
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
text-align: center;
padding: 36px 28px;
box-sizing: border-box;
overflow: hidden;
width: 100%;
min-height: auto;
box-shadow:
15px 15px 35px rgba(0, 0, 0, 0.4),
inset 0 0 50px rgba(25, 165, 83, 0.04);
transition: all 0.4s ease;
}

.paso-card-simple:hover .paso-card-inner {
transform: translateY(-6px);
box-shadow:
20px 20px 45px rgba(0, 0, 0, 0.5),
inset 0 0 70px rgba(25, 165, 83, 0.06);
}

.paso-card-simple:hover::before {
animation-duration: 1.5s;
opacity: 1;
}

.paso-card-inner::before {
content: '';
position: absolute;
top: -25%;
left: -25%;
width: 150px;
height: 150px;
background: radial-gradient(circle, rgba(139, 255, 133, 0.12) 0%, transparent 70%);
pointer-events: none;
z-index: 0;
animation: paso-glow 5s ease-in-out infinite;
}

@keyframes paso-glow {
0%, 100% { opacity: 0.3; transform: scale(1); }
50% { opacity: 0.6; transform: scale(1.1); }
}

.paso-numero {
position: relative;
z-index: 1;
width: 55px;
height: 55px;
background: linear-gradient(135deg, #19A553, #0b4926);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.1rem;
font-weight: 700;
color: #ffffff;
margin-bottom: 20px;
border: 2.5px solid #8BFF85;
box-shadow: 0 0 18px rgba(25, 165, 83, 0.35);
flex-shrink: 0;
}

.paso-card-simple h3 {
position: relative;
z-index: 1;
font-size: 1.1rem;
font-weight: 700;
color: #8BFF85;
margin: 0 0 16px;
line-height: 1.4;
}

.paso-card-simple p {
position: relative;
z-index: 1;
font-size: 0.95rem;
color: rgba(255, 255, 255, 0.75);
line-height: 1.7;
margin: 0;
}

.paso-conector {
display: none;
}

@media (max-width: 1024px) {
.pasos-grid-simple {
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}

.apoyos-como-funciona .section-title {
font-size: 2rem;
}
}

@media (max-width: 600px) {
.apoyos-como-funciona {
padding: 60px 15px;
}

.pasos-grid-simple {
grid-template-columns: 1fr;
gap: 16px;
}

.paso-card-inner {
padding: 32px 24px;
}

.paso-numero {
width: 50px;
height: 50px;
font-size: 1rem;
margin-bottom: 18px;
border-width: 2px;
}

.paso-card-simple h3 {
font-size: 1rem;
}

.apoyos-como-funciona .section-title {
font-size: 1.6rem;
}

.apoyos-como-funciona .section-subtitle {
font-size: 0.95rem;
margin-bottom: 40px;
}
}

/* ---- FAQ ---- */
.apoyos-faq {
    padding: 60px 20px;
    background: #f8f9fa;
}

.faq-list-simple {
    max-width: 800px;
    margin: 30px auto 0;
}

.faq-item-simple {
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 12px;
}

.faq-item-simple h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.faq-item-simple p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* ---- SECTION STYLES ---- */
.container-seccion {
    max-width: 1200px;
    margin: 0 auto;
}

.section-title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 8px;
}

.section-subtitle {
    font-size: 16px;
    color: #666;
    text-align: center;
    margin-bottom: 30px;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 600px) {
    .hero-content-simple h1 { font-size: 28px; }
    .hero-subtitle { font-size: 16px; }
    .hero-stats { flex-direction: column; gap: 20px; }
    .tipos-grid-simple { grid-template-columns: repeat(2, 1fr); }
    .apoyos-grid { grid-template-columns: 1fr; }
}
