/* Base visual compartida — I.E. El Cardón */
:root {
    --primary: #087f5b;
    --primary-dark: #056247;
    --primary-light: #e8f5ef;
    --accent: #f6c945;
    --ink: #172b23;
    --muted: #5f7169;
    --surface: #ffffff;
    --canvas: #f5f8f6;
    --line: #dce8e1;
    --radius-sm: 12px;
    --radius: 20px;
    --radius-lg: 28px;
    --shadow: 0 12px 32px rgba(20, 56, 40, .10);
    --shadow-hover: 0 18px 38px rgba(20, 56, 40, .16);
}

html { scroll-behavior: smooth; }

body {
    min-height: 100vh;
    background: var(--canvas);
    color: var(--ink);
    font-family: 'Outfit', system-ui, -apple-system, 'Segoe UI', sans-serif;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}

body::selection { background: #b9e4d0; color: #123224; }
main { min-height: 45vh; }

h1, h2, h3, h4, h5, h6 {
    color: var(--ink);
    font-family: 'Outfit', system-ui, sans-serif;
    font-weight: 800;
    line-height: 1.16;
    letter-spacing: -.02em;
}

p { color: inherit; }
a { color: var(--primary); text-underline-offset: .18em; }
a:hover { color: var(--primary-dark); }

/* Foco visible para navegación por teclado. */
:focus-visible {
    outline: 3px solid var(--accent) !important;
    outline-offset: 3px;
}

.container { width: min(1180px, calc(100% - 32px)); }

.btn, .btn-portal {
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: .01em;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.btn:hover, .btn-portal:hover { transform: translateY(-2px); }

/* Patrones que comparten las páginas informativas. */
.hero-wrap {
    background: linear-gradient(125deg, var(--primary-dark), var(--primary)) !important;
    isolation: isolate;
}

.floating-card,
.content-card,
.info-card,
.card {
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.floating-card { border-radius: var(--radius-lg) !important; }

.section-header i,
.quick-icon {
    background: var(--primary-light) !important;
    color: var(--primary) !important;
}

.iframe-container {
    border-color: var(--line) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.75);
}

/* Formularios y tablas legibles y consistentes. */
input, select, textarea {
    border-color: var(--line) !important;
    border-radius: var(--radius-sm) !important;
}

input:focus, select:focus, textarea:focus {
    border-color: var(--primary) !important;
    box-shadow: 0 0 0 .24rem rgba(8, 127, 91, .16) !important;
}

.table {
    --bs-table-bg: transparent;
    --bs-table-striped-bg: #eef7f2;
    border-color: var(--line);
}

/* Ajustes finales de la cabecera común. */
.barra-superior-govco { background: #2457a6 !important; }
.header-middle { background: rgba(255,255,255,.97) !important; }
.navbar-custom { background: var(--primary) !important; }
.site-header-barrancalebrija .dropdown-menu {
    border: 1px solid var(--line) !important;
    box-shadow: var(--shadow-hover) !important;
}
.site-header-barrancalebrija .nav-link { letter-spacing: .02em; }
.header-action { background: var(--primary) !important; box-shadow: 0 8px 18px rgba(8,127,91,.22) !important; }
.header-action:hover { background: var(--primary-dark) !important; }

/* La franja de pie conserva la identidad y gana contraste. */
.site-footer { margin-top: 4rem !important; }
.footer-block { transition: transform .2s ease, background-color .2s ease; }
.footer-block:hover { transform: translateY(-3px); background: rgba(255,255,255,.13); }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

@media (max-width: 767.98px) {
    .container { width: min(100% - 24px, 1180px); }
    .floating-card { border-radius: var(--radius) !important; }
    .site-footer { margin-top: 2.5rem !important; }
}

/* Capa visual final: se carga después del contenido de cada página. */
body { background: linear-gradient(180deg, #eef7f2 0, #f8fbf9 340px, #f5f8f6 100%) !important; }

.hero-wrap {
    min-height: 255px;
    display: grid;
    align-items: center;
    padding: 64px 0 118px !important;
    background: radial-gradient(circle at 88% 22%, rgba(246, 201, 69, .32) 0 5%, transparent 5.2%), radial-gradient(circle at 78% 28%, rgba(255,255,255,.12) 0 14%, transparent 14.2%), linear-gradient(125deg, #034f3a, #087f5b 58%, #159a73) !important;
    box-shadow: inset 0 -1px rgba(255,255,255,.18);
}

.hero-wrap::after { content: ''; position: absolute; width: 340px; height: 340px; right: -135px; bottom: -210px; border: 34px solid rgba(255,255,255,.10); border-radius: 50%; }

.hero-wrap h1 { max-width: 850px; font-size: clamp(2.1rem, 4.3vw, 3.8rem) !important; letter-spacing: -.04em !important; text-wrap: balance; }

/* Contraste consistente en todas las portadas institucionales. */
.hero-wrap h1,
.hero-wrap h2,
.hero-wrap h3,
.hero-wrap p { color: #ffffff !important; }

.hero-wrap h1 { text-shadow: 0 3px 16px rgba(0, 37, 27, .24); }

/* Títulos claros sobre superficies institucionales oscuras. */
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6,
.site-footer p,
.site-footer li,
.site-footer span,
.site-footer a,
.site-footer .footer-title,
.site-footer .footer-update {
    color: #ffffff !important;
}

.site-footer .footer-title { text-shadow: 0 1px 2px rgba(0,0,0,.16); }
.site-footer .footer-info i { color: #f6c945 !important; }

.avisos-panel,
.avisos-panel h1,
.avisos-panel h2,
.avisos-panel h3,
.avisos-panel h4,
.avisos-panel p,
.avisos-panel .avisos-title,
.avisos-panel .section-title {
    color: #ffffff !important;
}

.hero-label, .hero-wrap .hero-label {
    display: inline-flex !important; align-items: center; width: fit-content; margin: 0 auto 14px !important; padding: 7px 14px !important;
    border: 1px solid rgba(255,255,255,.36) !important; border-radius: 999px !important; background: rgba(255,255,255,.12) !important;
    color: #fff !important; font-size: .76rem !important; font-weight: 800 !important; letter-spacing: .1em; box-shadow: none !important;
}

.floating-card {
    margin-top: -72px !important; padding: clamp(24px, 4vw, 48px) !important; border: 1px solid rgba(255,255,255,.9) !important;
    border-radius: 26px !important; background: rgba(255,255,255,.96) !important; box-shadow: 0 24px 60px rgba(5, 79, 58, .16) !important;
}

.section-header, .card-title-custom { padding-bottom: 18px; border-bottom: 1px solid #dce8e1; }
.section-header i, .card-title-custom i { display: inline-grid; place-items: center; width: 48px; height: 48px; margin-right: 12px !important; border-radius: 14px !important; background: #e6f5ed !important; color: #087f5b !important; }
.iframe-container, .iframe-box { border: 1px solid #dce8e1 !important; border-radius: 16px !important; background: #fbfdfc !important; box-shadow: inset 0 1px 2px rgba(5, 79, 58, .04) !important; }

.site-header-barrancalebrija .header-middle { padding: 18px 0 !important; border-bottom: 0 !important; box-shadow: 0 4px 18px rgba(15, 51, 37, .06); }
.site-header-barrancalebrija .navbar-custom { background: linear-gradient(90deg, #056247, #087f5b) !important; box-shadow: 0 8px 20px rgba(5, 79, 58, .18) !important; }
.site-footer { background: linear-gradient(135deg, #034f3a, #087f5b 64%, #14946e) !important; }

@media (max-width: 767.98px) {
    .hero-wrap { min-height: 220px; padding: 52px 0 88px !important; }
    .floating-card { margin-top: -48px !important; }
}
