/* ============================================
   ABOUT PAGE — css/about.css
   ============================================ */

/* ── Hero ────────────────────────────────────── */
.about-hero .gategory-hero-img {
    background: linear-gradient(155deg, var(--color-secundario) 0%, #001500 100%);
    height: 58vh;
    min-height: 320px;
}

.about-hero .hero-entrada-content {
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.10) 0%,
        rgba(0, 0, 0, 0.05) 30%,
        rgba(0, 30, 0, 0.55) 70%,
        rgba(0, 20, 0, 0.80) 100%
    );
}

.page-hero-subtitle {
    text-align: center;
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.82);
    margin: 10px 0 0;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.5;
}

@media (max-width: 600px) {
    .about-hero .gategory-hero-img {
        height: 50vh;
    }
    .page-hero-subtitle {
        font-size: 0.9rem;
        padding: 0 12px;
    }
}

/* ── Intro Section ───────────────────────────── */
.about-intro {
    padding: 72px 0 64px;
}

.about-intro-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 64px;
    align-items: center;
}

.about-intro-eyebrow {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-logo1, #007a00);
    background: #edf7ed;
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 18px;
}

.about-intro-heading {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.18;
    margin: 0 0 20px;
}

.about-intro-heading span {
    color: var(--color-secundario);
}

.about-intro-lead {
    font-size: 1.05rem;
    color: #4a5a4a;
    line-height: 1.7;
    margin: 0 0 28px;
    max-width: 540px;
}

.about-intro-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--color-secundario);
    color: #fff;
    text-decoration: none;
    padding: 13px 28px;
    border-radius: 9px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: background 0.2s, transform 0.15s;
}

.about-intro-cta:hover {
    background: var(--color-logo1, #007a00);
    transform: translateY(-1px);
    color: #fff;
}

/* Highlight card on the right */
.about-highlight-card {
    background: var(--color-secundario);
    border-radius: 20px;
    padding: 44px 36px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.about-highlight-card::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
}

.about-highlight-card::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
}

.about-highlight-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    position: relative;
    z-index: 1;
}

.about-highlight-item:first-child {
    padding-top: 0;
}

.about-highlight-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.about-highlight-icon {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-highlight-icon svg {
    width: 22px;
    height: 22px;
    color: #fff;
}

.about-highlight-num {
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1;
    color: var(--color-principal);
}

.about-highlight-label {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.75);
    margin-top: 3px;
    line-height: 1.3;
}

/* ── Stats Row ───────────────────────────────── */
.about-stats {
    padding: 56px 0;
    background: #f5faf5;
    border-top: 1px solid #deeede;
    border-bottom: 1px solid #deeede;
}

.about-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.about-stat {
    text-align: center;
    padding: 8px 24px;
    border-right: 1px solid #deeede;
}

.about-stat:last-child {
    border-right: none;
}

.about-stat-number {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: var(--color-secundario);
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: -0.02em;
}

.about-stat-label {
    font-size: 0.85rem;
    color: #5a6a5a;
    font-weight: 500;
    line-height: 1.35;
}

/* ── Why Choose Us ───────────────────────────── */
.about-features {
    padding: 80px 0 72px;
}

.about-section-header {
    text-align: center;
    margin-bottom: 52px;
}

.about-section-eyebrow {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-logo1, #007a00);
    margin-bottom: 12px;
}

.about-section-title {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 14px;
    line-height: 1.2;
}

.about-section-subtitle {
    font-size: 1rem;
    color: #666;
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.6;
}

.about-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.about-feature-card {
    background: #fff;
    border: 1px solid #e8f0e8;
    border-radius: 16px;
    padding: 32px 24px 28px;
    text-align: center;
    transition: box-shadow 0.2s, transform 0.2s;
}

.about-feature-card:hover {
    box-shadow: 0 8px 32px rgba(0, 61, 0, 0.1);
    transform: translateY(-3px);
}

.about-feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--color-secundario), var(--color-logo1, #007a00));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #fff;
}

.about-feature-icon svg {
    width: 28px;
    height: 28px;
}

.about-feature-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 10px;
    line-height: 1.2;
}

.about-feature-text {
    font-size: 0.875rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* ── Story / Prose ───────────────────────────── */
.about-story {
    padding: 72px 0 80px;
    background: #fafcfa;
    border-top: 1px solid #e8f0e8;
}

.about-story-inner {
    max-width: 780px;
    margin: 0 auto;
}

.about-story-inner p {
    font-size: 1.02rem;
    color: #444;
    line-height: 1.8;
    margin: 0 0 20px;
}

.about-story-inner p:last-child {
    margin-bottom: 0;
}

.about-story-inner strong {
    color: var(--color-secundario);
}

/* ── CTA Banner ──────────────────────────────── */
.about-cta {
    background: var(--color-secundario);
    padding: 72px 0;
    text-align: center;
}

.about-cta-title {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 800;
    color: #fff;
    margin: 0 0 14px;
    line-height: 1.2;
}

.about-cta-text {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 36px;
    line-height: 1.6;
}

.about-cta-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

.about-cta-btn-primary {
    display: inline-block;
    background: var(--color-principal);
    color: #fff;
    text-decoration: none;
    padding: 14px 32px;
    border-radius: 9px;
    font-weight: 700;
    font-size: 1rem;
    transition: opacity 0.2s, transform 0.15s;
}

.about-cta-btn-primary:hover {
    opacity: 0.88;
    transform: translateY(-1px);
    color: #fff;
}

.about-cta-btn-secondary {
    display: inline-block;
    background: transparent;
    color: #fff;
    text-decoration: none;
    padding: 13px 32px;
    border-radius: 9px;
    font-weight: 600;
    font-size: 1rem;
    border: 2px solid rgba(255, 255, 255, 0.5);
    transition: border-color 0.2s, background 0.2s;
}

.about-cta-btn-secondary:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

/* ── Responsive ──────────────────────────────── */
@media (max-width: 1100px) {
    .about-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 820px) {
    .about-intro {
        padding: 48px 0 40px;
    }

    .about-intro-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-highlight-card {
        padding: 32px 24px;
    }

    .about-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-stat {
        padding: 20px 16px;
        border-bottom: 1px solid #deeede;
    }

    .about-stat:nth-child(2n) {
        border-right: none;
    }

    .about-stat:nth-last-child(-n+2) {
        border-bottom: none;
    }

    .about-features {
        padding: 56px 0 48px;
    }

    .about-features-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .about-story {
        padding: 48px 0 56px;
    }

    .about-cta {
        padding: 52px 0;
    }
}

@media (max-width: 540px) {
    .about-features-grid {
        grid-template-columns: 1fr;
    }

    .about-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
