/* ESTILOS ESPECÍFICOS: QUIENES-SOMOS.HTML */

/* Hero Estático */
.static-hero {
    width: 100%;
    min-height: 80vh;
    padding: 140px 0 60px 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.static-hero .left-text {
    opacity: 1;
    transform: none;
}

.static-hero .main-featured-img {
    transform: none;
    max-width: 100%;
    max-height: 520px;
    object-fit: contain;
    filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.12));
}

.hero-actions {
    display: flex;
    gap: 1.2rem;
    align-items: center;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.btn-line {
    display: inline-block;
    padding: 1rem 2rem;
    border: 2px solid var(--title-color);
    color: var(--title-color);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-line:hover {
    background: var(--title-color);
    color: #fff;
    transform: translateY(-2px);
}

/* Contenedores y Filosofía */
.section-container {
    padding: 10rem 10%;
    max-width: 1600px;
    margin: 0 auto;
}

.philosophy-block {
    text-align: left;
    max-width: 1100px;
    margin: 0 auto;
}

.phil-text h2, 
h2.phil-text,
.philosophy-block h2,
.mosaic-info h3 {
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.05;
    margin-bottom: 2.5rem;
    text-transform: uppercase;
    color: var(--title-color);
}

.phil-text strong,
h2.phil-text strong,
.philosophy-block h2 strong,
.info-card h3 strong {
    font-weight: 900;
    display: inline;
}

.phil-accent p,
p.phil-accent {
    font-size: 1.55rem;
    line-height: 1.6;
    color: #333;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.phil-text p:not(.phil-accent) {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #666;
}

/* Mosaic Info (Visión & Misión / Compromiso) */
.mosaic-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 550px;
    margin: 6rem auto;
    max-width: 1400px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 40px 100px rgba(0,0,0,0.06);
}

.info-card {
    padding: 6rem 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.info-card h3 {
    font-size: 2.8rem;
    margin-bottom: 1.8rem;
}

.yellow-card {
    background: var(--primary);
    color: #000;
}

.yellow-card .tag {
    color: #000 !important;
    opacity: 0.85;
    margin-bottom: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.75rem;
    display: block;
}

.yellow-card h3 {
    color: #000;
}

.yellow-card .check-list {
    margin-top: 1.5rem;
    padding: 0;
}

.yellow-card .check-list li {
    font-size: 1.1rem;
    font-weight: 700;
    padding: 1.1rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    list-style: none;
    color: #000;
}

.yellow-card .check-list li::before {
    content: '';
    width: 12px;
    height: 2px;
    background: #000;
    margin-right: 1.5rem;
    display: inline-block;
    flex-shrink: 0;
}

.light-card {
    background: #fff;
    color: #000;
    border: 1px solid #eee;
    border-left: none;
}

.light-card .tag {
    color: var(--primary);
    margin-bottom: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.75rem;
    display: block;
}

.light-card h3 {
    color: var(--title-color);
}

.light-card p {
    font-size: 1.12rem;
    line-height: 1.65;
    color: #555;
}

.light-card p strong {
    color: var(--title-color);
    font-weight: 800;
}

/* Sección Gestión Empresarial (Políticas) */
.governance-section {
    padding: 8rem 8% 9rem;
    background: #f8f9fa;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.governance-container {
    max-width: 1400px;
    margin: 0 auto;
}

.governance-header {
    margin-bottom: 4rem;
}

.governance-header .tag {
    display: inline-block;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 1rem;
}

.governance-header .section-title {
    font-size: 3.5rem;
    font-weight: 300;
    color: var(--title-color);
    line-height: 1.1;
    margin-bottom: 1rem;
}

.governance-header .section-title strong {
    font-weight: 900;
}

.governance-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.gov-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    padding: 1.8rem 1.6rem;
    background: #111;
    display: flex;
    align-items: center;
    border: 1px solid rgba(255,255,255,0.08);
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.gov-card .tech-bg {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 0;
    background: linear-gradient(135deg, var(--title-color) 0%, #0a0c16 100%);
    transition: opacity 0.5s ease;
    opacity: 0.75;
}

.gov-card .tech-grid-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: 
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 16px 16px;
    z-index: 1;
    opacity: 0.45;
    transition: all 0.5s ease;
}

.gov-card:hover {
    border-color: var(--primary);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(237, 190, 8, 0.18);
}

.gov-card:hover .tech-bg { opacity: 1; }
.gov-card:hover .tech-grid-overlay { opacity: 1; transform: scale(1.05); }

.gov-card-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    width: 100%;
    gap: 1.2rem;
}

.gov-card .tech-icon-box {
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,0.4);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    flex-shrink: 0;
    transition: all 0.4s ease;
}

.gov-card:hover .tech-icon-box {
    background: var(--primary);
    color: var(--title-color);
    box-shadow: 0 0 15px rgba(237, 190, 8, 0.4);
}

.gov-card .tech-text {
    flex: 1;
    min-width: 0;
}

.gov-card .tech-label {
    display: block;
    font-size: 0.62rem;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0.35rem;
    font-weight: 700;
}

.gov-card .tech-text h3 {
    font-size: 0.98rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 0.2rem;
}

.gov-card .tech-text h3 strong {
    font-weight: 800;
}

.gov-card .tech-text p {
    font-size: 0.78rem;
    color: #aaa;
    margin: 0;
}

.gov-download-arrow {
    color: #666;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.gov-card:hover .gov-download-arrow {
    color: var(--primary);
    transform: translate(3px, -3px);
}

/* Responsividad */
@media (max-width: 1200px) {
    .governance-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1024px) {
    .static-hero {
        padding: 110px 5% 50px 5%;
        min-height: auto;
    }
    .mosaic-info {
        grid-template-columns: 1fr;
        margin: 4rem auto;
    }
    .light-card {
        border-left: 1px solid #eee;
        border-top: none;
    }
    .info-card {
        padding: 4rem 2.5rem;
    }
    .phil-text h2, h2.phil-text, .philosophy-block h2, .mosaic-info h3 {
        font-size: 2.6rem;
    }
    .section-container {
        padding: 6rem 6%;
    }
    .governance-header .section-title {
        font-size: 2.8rem;
    }
}

@media (max-width: 768px) {
    .static-hero {
        padding: 95px 5% 40px 5%;
    }
    .phil-text h2, h2.phil-text, .philosophy-block h2, .mosaic-info h3 {
        font-size: 2.1rem;
        margin-bottom: 1.8rem;
    }
    .phil-accent p, p.phil-accent {
        font-size: 1.25rem;
    }
    .section-container {
        padding: 4rem 5%;
    }
    .info-card {
        padding: 3rem 1.8rem;
    }
    .governance-section {
        padding: 5rem 5% 6rem;
    }
    .governance-header .section-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 650px) {
    .governance-grid {
        grid-template-columns: 1fr;
    }
    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }
    .btn-line {
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .static-hero {
        padding: 85px 4% 30px 4%;
    }
    .phil-text h2, h2.phil-text, .philosophy-block h2, .mosaic-info h3 {
        font-size: 1.65rem;
        margin-bottom: 1.2rem;
    }
    .phil-accent p, p.phil-accent {
        font-size: 1.05rem;
    }
    .phil-text p:not(.phil-accent) {
        font-size: 0.95rem;
    }
    .section-container {
        padding: 3rem 4%;
    }
    .info-card {
        padding: 2rem 1.2rem;
    }
    .info-card h3 {
        font-size: 1.8rem;
        margin-bottom: 1.2rem;
    }
    .yellow-card .check-list li {
        font-size: 0.92rem;
        padding: 0.8rem 0;
    }
    .governance-section {
        padding: 3.5rem 4% 4.5rem;
    }
    .governance-header .section-title {
        font-size: 1.7rem;
    }
    .gov-card {
        padding: 1.2rem 1rem;
    }
    .gov-card .tech-icon-box {
        width: 42px;
        height: 42px;
    }
}
