* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background: #f6f6f6;
    color: #111;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

.about-page {
    width: 100%;
}

/* HERO */
.about-hero {
    min-height: 360px;
    background:
        linear-gradient(rgba(0,0,0,0.72), rgba(0,0,0,0.72)),
        url("../imgs/todo.jpg") center center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 75px 20px;
}

.about-hero-content {
    max-width: 950px;
}

.about-hero span,
.section-title span,
.about-intro-text span,
.about-cta span {
    color: #fb8e00;
    font-weight: 900;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.about-hero h1 {
    color: #fff;
    font-size: 56px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 16px 0;
    line-height: 1.1;
}

.about-hero p {
    color: rgba(255,255,255,0.9);
    font-size: 19px;
    line-height: 1.7;
}

/* INTRO */
.about-intro {
    max-width: 1250px;
    margin: 0 auto;
    padding: 85px 20px;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 55px;
    align-items: center;
}

.about-intro-text h2 {
    font-size: 44px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 14px 0 24px;
    line-height: 1.15;
}

.about-intro-text p {
    color: #444;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 18px;
}

.about-intro-image {
    background: #fff;
    border-radius: 28px;
    padding: 55px 35px;
    box-shadow: 0 14px 38px rgba(0,0,0,0.08);
    text-align: center;
}

.about-intro-image img {
    width: 100%;
    max-width: 360px;
    height: auto;
    object-fit: contain;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 35px;
}

.about-stats div {
    background: #fff;
    border-radius: 22px;
    padding: 25px 18px;
    text-align: center;
    box-shadow: 0 10px 28px rgba(0,0,0,0.06);
}

.about-stats strong {
    display: block;
    color: #fb8e00;
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 8px;
}

.about-stats span {
    color: #444;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
}

/* TITULOS */
.section-title {
    text-align: center;
    margin-bottom: 48px;
}

.section-title h2 {
    font-size: 44px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 10px;
}

/* VALORES */
.about-values {
    padding: 80px 20px;
    background: #fff;
}

.values-grid {
    max-width: 1250px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.value-card {
    background: #fff;
    border-radius: 28px;
    padding: 42px 32px;
    text-align: center;
    box-shadow: 0 14px 38px rgba(0,0,0,0.08);
    border: 1px solid #eee;
    transition: 0.25s ease;
}

.value-card:hover {
    transform: translateY(-6px);
}

.value-card i {
    color: #fb8e00;
    font-size: 44px;
    margin-bottom: 22px;
}

.value-card h3 {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 15px;
}

.value-card p {
    color: #555;
    font-size: 16px;
    line-height: 1.7;
}

/* MISIÓN */
.about-mission {
    padding: 80px 20px;
    max-width: 1250px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.mission-card {
    background: #fff;
    border-radius: 28px;
    padding: 38px 30px;
    text-align: center;
    box-shadow: 0 14px 38px rgba(0,0,0,0.08);
}

.mission-card i {
    color: #fb8e00;
    font-size: 42px;
    margin-bottom: 20px;
}

.mission-card h3 {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 14px;
}

.mission-card p {
    color: #555;
    font-size: 16px;
    line-height: 1.7;
}

/* CTA */
.about-cta {
    padding: 85px 20px;
    background:
        linear-gradient(rgba(0,0,0,0.72), rgba(0,0,0,0.72)),
        url("../imgs/cotiza.jpg") center center / cover no-repeat;
    text-align: center;
}

.about-cta-content {
    max-width: 850px;
    margin: 0 auto;
}

.about-cta h2 {
    color: #fff;
    font-size: 44px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 15px 0;
}

.about-cta p {
    color: rgba(255,255,255,0.88);
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.about-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.about-cta-buttons a {
    background: #fb8e00;
    color: #fff;
    padding: 15px 25px;
    border-radius: 35px;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    transition: 0.25s ease;
}

.about-cta-buttons a:nth-child(2) {
    background: #fff;
    color: #111;
}

.about-cta-buttons a:hover {
    transform: translateY(-3px);
}

/* WHATSAPP FLOTANTE */
.whatsapp-float {
    position: fixed;
    left: 18px;
    bottom: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.whatsapp-float a {
    background: #25d366;
    color: #fff;
    padding: 13px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 9px;
    font-weight: 800;
    box-shadow: 0 10px 25px rgba(0,0,0,0.18);
    transition: 0.25s ease;
}

.whatsapp-float a:hover {
    transform: translateX(4px);
}

/* RESPONSIVE */
@media (max-width: 1000px) {
    .about-intro,
    .values-grid,
    .about-mission {
        grid-template-columns: 1fr;
    }

    .about-hero h1 {
        font-size: 42px;
    }

    .about-intro-text h2,
    .section-title h2,
    .about-cta h2 {
        font-size: 34px;
    }

    .about-stats {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .about-hero {
        min-height: 320px;
        padding: 60px 18px;
    }

    .about-hero h1 {
        font-size: 31px;
    }

    .about-hero p,
    .about-intro-text p,
    .value-card p,
    .mission-card p,
    .about-cta p {
        font-size: 15px;
    }

    .about-intro,
    .about-values,
    .about-mission,
    .about-cta {
        padding: 55px 16px;
    }

    .value-card,
    .mission-card {
        padding: 30px 24px;
    }

    .about-cta-buttons {
        flex-direction: column;
    }

    .about-cta-buttons a {
        width: 100%;
        justify-content: center;
    }

    .whatsapp-float {
        left: 10px;
        bottom: 10px;
    }

    .whatsapp-float a {
        padding: 11px 15px;
        font-size: 14px;
    }
}