/* =====================================================
   LANDING TÉCNICO EN PRODUCCIÓN AGROPECUARIA
   ===================================================== */

#pa-landing { font-family: 'IBM Plex Sans', sans-serif; }

/* Hero */
.pa-hero {
    min-height: 92vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    position: relative;
}
.pa-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(26,46,26,0.88) 0%, rgba(37,165,63,0.55) 100%);
}
.pa-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 1080px;
    margin: 0 auto;
    padding: 120px 32px 80px;
    color: #fff;
}
.pa-badge {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 100px;
    margin-bottom: 24px;
}
.pa-hero h1 {
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    font-size: 68px;
    font-weight: 800;
    color: #fff !important;
    line-height: 1.05;
    margin-bottom: 24px;
    padding-bottom: 0;
    max-width: 700px;
}
.pa-hero p {
    font-size: 19px;
    color: rgba(255,255,255,0.85);
    max-width: 580px;
    line-height: 1.7;
    margin-bottom: 40px;
    padding-bottom: 0;
}
.pa-hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 64px; }

.pa-btn {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 32px;
    border-radius: 100px;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}
.pa-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(0,0,0,0.2); }
.pa-btn--white { background: #fff; color: #25a53f !important; }
.pa-btn--outline { background: transparent; color: #fff !important; border: 2px solid rgba(255,255,255,0.6); }
.pa-btn--outline:hover { border-color: #fff; }

.pa-hero-stats {
    display: flex;
    gap: 48px;
    flex-wrap: wrap;
    padding-top: 32px;
    border-top: 1px solid rgba(255,255,255,0.2);
}
.pa-hero-stats div { display: flex; flex-direction: column; gap: 4px; }
.pa-hero-stats strong { font-size: 22px; font-weight: 700; color: #fff; }
.pa-hero-stats span { font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.55); }

/* Secciones */
.pa-section { padding: 88px 0; }
.pa-section--white { background: #fff; }
.pa-section--gray  { background: #f4f7f3; }
.pa-section--dark  { background: #1a2e1a; color: rgba(255,255,255,0.85); }
.pa-section--dark h2 { color: #fff !important; }
.pa-section--cta { background: #25a53f; text-align: center; padding: 80px 0; }

.pa-inner { max-width: 1080px; margin: 0 auto; padding: 0 32px; }

.pa-eyebrow {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #25a53f;
    margin-bottom: 12px;
}
.pa-eyebrow--light { color: rgba(255,255,255,0.5); }

.pa-section h2 {
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #1a2e1a !important;
    line-height: 1.1;
    margin-bottom: 40px;
    padding-bottom: 0;
}

/* Intro 2 cols */
.pa-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.pa-intro-text h2 { margin-bottom: 20px; }
.pa-intro-text p { font-size: 16px; line-height: 1.8; color: #555; margin-bottom: 20px; padding-bottom: 0; }
.pa-check-list { list-style: none; padding: 0; margin: 24px 0 0; }
.pa-check-list li { padding: 10px 0 10px 28px; border-bottom: 1px solid #eef2ec; font-size: 15px; color: #444; position: relative; }
.pa-check-list li::before { content: "✓"; color: #25a53f; font-weight: 700; position: absolute; left: 0; }
.pa-intro-img img { width: 100%; height: 480px; object-fit: cover; border-radius: 16px; box-shadow: 0 24px 64px rgba(0,0,0,0.15); }

/* Cards */
.pa-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 16px; }
.pa-card { background: #fff; border-radius: 14px; padding: 32px 28px; border: 1px solid #e4ede1; transition: box-shadow 0.25s ease, transform 0.25s ease; }
.pa-card:hover { box-shadow: 0 12px 40px rgba(37,165,63,0.12); transform: translateY(-4px); }
.pa-card-icon { width: 48px; height: 48px; background: #eef6ee; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.pa-card-icon svg { width: 24px; height: 24px; stroke: #25a53f; }
.pa-card h3 { font-size: 17px; font-weight: 700; color: #1a2e1a !important; margin-bottom: 10px; padding-bottom: 0; }
.pa-card p { font-size: 14px; color: #666; line-height: 1.65; margin: 0; padding: 0; }

/* Galería */
.pa-gallery { display: grid; grid-template-columns: 1.5fr 1fr 1fr; grid-template-rows: 420px; gap: 4px; }
.pa-gallery-img { background-size: cover; background-position: center; overflow: hidden; }

/* Módulos */
.pa-modulos-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.pa-modulos-col h3 { font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #25a53f !important; margin-bottom: 16px; margin-top: 32px; padding-bottom: 0; }
.pa-modulos-col h3:first-child { margin-top: 0; }
.pa-modulos-list { list-style: none; padding: 0; margin: 0 0 8px; }
.pa-modulos-list li { display: flex; align-items: baseline; gap: 12px; padding: 11px 0; border-bottom: 1px solid #eef2ec; font-size: 15px; color: #444; line-height: 1.4; }
.pa-num { font-size: 11px; font-weight: 700; color: #fff; background: #25a53f; padding: 2px 7px; border-radius: 4px; flex-shrink: 0; }
.pa-carnets { margin-top: 32px; background: #f4f7f3; border-radius: 12px; padding: 24px; }
.pa-carnets h3 { margin-top: 0 !important; }
.pa-carnets p { font-size: 14px; color: #555; line-height: 1.7; margin: 0; padding: 0; }

/* Acceso */
.pa-access-list { list-style: none; padding: 0; margin: 0; }
.pa-access-list li { padding: 11px 0 11px 24px; border-bottom: 1px solid rgba(255,255,255,0.1); font-size: 15px; color: rgba(255,255,255,0.8); position: relative; }
.pa-access-list li::before { content: "->"; color: #25a53f; position: absolute; left: 0; font-weight: 700; }

/* Tags salidas */
.pa-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.pa-tags span { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); color: rgba(255,255,255,0.85); padding: 7px 16px; border-radius: 100px; font-size: 14px; }

/* CTA */
.pa-cta-inner h2 { font-family: 'IBM Plex Sans Condensed', sans-serif; font-size: 48px; font-weight: 800; color: #fff !important; margin-bottom: 16px; padding-bottom: 0; }
.pa-cta-inner p { font-size: 18px; color: rgba(255,255,255,0.85); margin-bottom: 36px; padding-bottom: 0; }

/* Responsive */
@media (max-width: 980px) {
    .pa-hero h1 { font-size: 42px; }
    .pa-two-col, .pa-modulos-grid { grid-template-columns: 1fr; gap: 40px; }
    .pa-cards { grid-template-columns: 1fr 1fr; }
    .pa-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 260px 260px; }
    .pa-gallery-img--tall { grid-row: span 2; }
    .pa-hero { background-attachment: scroll; }
}
@media (max-width: 600px) {
    .pa-hero h1 { font-size: 32px; }
    .pa-cards { grid-template-columns: 1fr; }
    .pa-gallery { grid-template-columns: 1fr; grid-template-rows: repeat(3, 260px); }
    .pa-gallery-img--tall { grid-row: span 1; }
    .pa-hero-stats { gap: 24px; }
}

/* ---- Sello Ciclo Concertado ---- */
.pa-hero-title-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.pa-concertado-badge {
    width: 110px;
    height: 110px;
    object-fit: contain;
    flex-shrink: 0;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.35));
}
@media (max-width: 600px) {
    .pa-concertado-badge { width: 80px; height: 80px; }
}
