 /* ======== VARIABLES ======== */
:root {
    --palm-dark: #F77A3D;
    --palm-primary: #006837;
    --palm-accent: #b88317; /* Dorado */
    --palm-light: #e8f5e9;
    --text-dark: #2c3e50;
    --text-muted: #6c757d;
    --font-heading: 'Roboto', sans-serif;
    --font-body: 'Poppins', sans-serif;
    --shadow-soft: 0 10px 30px rgba(0,0,0,0.05);
}
  html, body {
             max-width: 100%;
             overflow-x: hidden;
      }


body { font-family: var(--font-body); color: var(--text-dark); background-color: #f9f9f9; overflow-x: hidden; line-height: 1.7; }
h1, h2, h3, h4, h5 { font-family: var(--font-heading); font-weight: 700; }

.text-palm-dark { color: var(--palm-dark); }
.section-subtitle { display: block; text-transform: uppercase; letter-spacing: 2px; font-size: 0.8rem; color: var(--palm-accent); font-weight: 700; margin-bottom: 5px; }
.section-heading { color: var(--palm-dark); font-size: 2.5rem; margin-bottom: 20px; }
.line-gold { width: 60px; height: 4px; background: var(--palm-accent); border-radius: 2px; }

/* ======== HERO ======== */
.sst-hero {
    position: relative;
    /* Imagen de seguridad industrial */
    background: url('../../assets/images/SST-2.jpg') center/cover no-repeat fixed;
    height: 60vh; min-height: 450px;
    display: flex; align-items: center; justify-content: center; text-align: center; color: #fff;
    border-radius: 0 0 50% 50% / 0 0 30px 30px; margin-bottom: 60px;
}
.sst-overlay { position: absolute; inset: 0;  }
.sst-content { position: relative; z-index: 2; max-width: 800px; padding: 20px; }
.sst-hero h1 { font-size: 3.5rem; text-shadow: 0 4px 15px rgba(0,0,0,0.3); margin-bottom: 20px; }
.badge-sst { border: 1px solid rgba(255,255,255,0.6); padding: 5px 15px; border-radius: 20px; text-transform: uppercase; letter-spacing: 2px; font-size: 0.8rem; display: inline-block; }
.lead-sst { font-size: 1.2rem; opacity: 0.95; font-weight: 300; }

/* ======== POLÍTICA (TARJETAS) ======== */
.policy-section { padding: 60px 0 80px; }
.policy-card {
    background: #fff; padding: 30px; border-radius: 20px; box-shadow: var(--shadow-soft);
    border: 1px solid #eee; transition: 0.3s; height: 100%; border-bottom: 4px solid transparent;
}
.policy-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); border-bottom-color: var(--palm-primary); }
.icon-policy {
    width: 60px; height: 60px; background: var(--palm-light); color: var(--palm-primary);
    border-radius: 15px; display: flex; align-items: center; justify-content: center;
    font-size: 1.8rem; margin-bottom: 20px;
}
.policy-card h4 { color: var(--palm-dark); font-size: 1.25rem; margin-bottom: 10px; }
.policy-card p { font-size: 0.9rem; color: #666; margin: 0; }

/* ======== PILARES (VERDE) ======== */
.pillars-section { padding: 80px 0; background: linear-gradient(135deg, var(--palm-primary), var(--palm-dark)); color: #fff; }
.pillar-item {
    background: rgba(255,255,255,0.1); padding: 30px 20px; border-radius: 20px;
    text-align: center; border: 1px solid rgba(255,255,255,0.1); transition: 0.3s;
}
.pillar-item:hover { background: #fff; transform: translateY(-5px); }
.pillar-item:hover h5, .pillar-item:hover p { color: var(--palm-dark); }
.pillar-item:hover .pillar-icon { background: var(--palm-primary); color: #fff; }

.pillar-icon {
    width: 70px; height: 70px; background: #fff; color: var(--palm-primary);
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-size: 2rem; margin: 0 auto 20px; transition: 0.3s;
}
.pillar-item h5 { font-size: 1.2rem; margin-bottom: 10px; transition: 0.3s; }
.pillar-item p { font-size: 0.9rem; opacity: 0.9; margin: 0; transition: 0.3s; }

/* ======== COMITÉS ======== */
.committees-section { padding: 100px 0; background-color: #fff; }
.committee-card {
    background: #fff; padding: 40px; border-radius: 20px; box-shadow: var(--shadow-soft);
    border: 1px solid #f0f0f0; height: 100%; transition: 0.3s; position: relative; overflow: hidden;
}
.committee-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0,0,0,0.1); }

/* Decoración superior */
.committee-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 5px; }
.copasst-card::before { background: var(--palm-primary); }
.conv-card::before { background: var(--palm-accent); }

.card-header-com { display: flex; align-items: center; gap: 15px; margin-bottom: 25px; }
.icon-com { font-size: 2.5rem; opacity: 0.8; }
.copasst-card .icon-com { color: var(--palm-primary); }
.conv-card .icon-com { color: var(--palm-accent); }

.committee-card h3 { font-size: 2rem; margin: 0; color: var(--palm-dark); }
.committee-card span { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1px; color: #777; font-weight: 600; }

.list-checks { list-style: none; padding: 0; margin-top: 20px; }
.list-checks li { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; font-size: 0.95rem; color: #555; }
.list-checks li i { color: var(--palm-primary); font-size: 1rem; }

/* ======== PSICOSOCIAL ======== */
.psico-section { padding: 80px 0; background-color: #f9f9f9; }
.badge-psico {
    background: var(--palm-light); color: var(--palm-primary); padding: 5px 12px;
    border-radius: 6px; font-weight: 700; font-size: 0.75rem; text-transform: uppercase;
    display: inline-block; margin-bottom: 15px;
}
.feature-box { display: flex; align-items: flex-start; gap: 15px; }
.feature-box .icon-box {
    width: 45px; height: 45px; background: #fff; color: var(--palm-accent);
    border-radius: 10px; display: flex; align-items: center; justify-content: center;
    font-size: 1.2rem; box-shadow: 0 5px 15px rgba(0,0,0,0.05); flex-shrink: 0;
}
.feature-box h5 { font-size: 1.1rem; color: var(--palm-dark); margin-bottom: 5px; }

.psico-img-frame { position: relative; }
.floating-badge {
    position: absolute; bottom: 20px; right: 20px; background: #fff; padding: 15px 25px;
    border-radius: 50px; box-shadow: 0 10px 30px rgba(0,0,0,0.15); display: flex; align-items: center; gap: 10px;
    font-weight: 700; color: var(--palm-primary);
}
.floating-badge i { color: var(--palm-accent); font-size: 1.5rem; }

/* ======== CTA REPORTE ======== */
.cta-reporte {
    background-color: var(--palm-dark); padding: 40px 0; border-top: 5px solid var(--palm-accent); color: #fff;
}
.btn-reporte {
    background-color: var(--palm-accent); color: #fff; padding: 12px 30px; border-radius: 50px;
    font-weight: 700; text-transform: uppercase; border: none; transition: 0.3s;
}
.btn-reporte:hover { background-color: #fff; color: var(--palm-accent); }

/* ======== OFFCANVAS FORMULARIO ======== */
.offcanvas-end { width: 450px; }
.offcanvas-header { background-color: var(--palm-primary); color: #fff; }
.form-label-sst { font-weight: 600; font-size: 0.9rem; color: var(--palm-dark); margin-bottom: 5px; }
.form-control-sst { border-radius: 10px; padding: 10px; border: 1px solid #ced4da; background: #f8f9fa; }
.form-control-sst:focus { border-color: var(--palm-accent); box-shadow: 0 0 0 3px rgba(184, 131, 23, 0.2); }
.btn-submit-sst {
    width: 100%; background-color: var(--palm-primary); color: #fff; font-weight: 700;
    padding: 12px; border-radius: 10px; border: none; transition: 0.3s; margin-top: 10px;
}
.btn-submit-sst:hover { background-color: var(--palm-dark); }
.anon-box { background-color: #fffdf5; border: 1px dashed var(--palm-accent); padding: 15px; border-radius: 10px; }

/* Responsive */
@media (max-width: 991px) {
    .offcanvas-end { width: 100%; }
    .hero-qs h1 { font-size: 2.5rem; }
}