/*
Theme Name: ULAN Institucional
Theme URI: https://zingangu.com
Author: Zingangu Comercial, LDA
Author URI: https://zingangu.com
Description: Tema institucional oficial da Universidade Lueji A'NKonde (ULAN), desenvolvido pela Zingangu Comercial, LDA. Design fiel à identidade visual do brasão da ULAN — azul-ciano, verde e branco.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: Proprietary
License URI: https://zingangu.com/licenca
Text Domain: ulan-theme
Tags: university, institutional, angola, responsive, custom-colors
*/

/* =====================================================
   VARIÁVEIS — Paleta fiel ao brasão da ULAN
===================================================== */
:root {
    --ciano:        #5BC8DC;
    --ciano-e:      #3AABB9;
    --ciano-f:      #E8F7FA;
    --ciano-s:      #C5EBF2;
    --verde:        #2EAA4A;
    --verde-e:      #1E7A35;
    --verde-s:      #D4F0DC;
    --preto:        #1A1A1A;
    --ct:           #3D3D3D;
    --cm:           #6B6B6B;
    --ccl:          #F2F8FA;
    --branco:       #FFFFFF;
    --sc:           0 8px 40px rgba(91,200,220,0.22);
    --sl:           0 4px 24px rgba(0,0,0,0.07);
    --nav-height:   76px;
}

/* =====================================================
   RESET & BASE
===================================================== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
    font-family: 'Outfit', sans-serif;
    background: var(--branco);
    color: var(--ct);
    overflow-x: hidden;
    line-height: 1.6;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; font-family: inherit; }

/* =====================================================
   TIPOGRAFIA
===================================================== */
h1, h2, h3, h4 {
    font-family: 'Cormorant Garamond', serif;
    line-height: 1.1;
    color: var(--preto);
}
h1 { font-size: clamp(40px, 6vw, 80px); font-weight: 800; }
h2 { font-size: clamp(28px, 4vw, 46px); font-weight: 800; }
h3 { font-size: clamp(20px, 2.5vw, 26px); font-weight: 700; }
p  { font-size: 15px; color: var(--cm); line-height: 1.75; }

/* =====================================================
   UTILITÁRIOS
===================================================== */
.container    { max-width: 1200px; margin: 0 auto; padding: 0 5vw; }
.section-pad  { padding: 88px 5vw; }
.bg-light     { background: var(--ccl); }
.bg-dark      { background: var(--preto); }
.bg-white     { background: var(--branco); }
.text-center  { text-align: center; }

.section-tag {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 11px; font-weight: 700;
    color: var(--ciano-e);
    letter-spacing: 3px; text-transform: uppercase;
    margin-bottom: 14px;
}
.section-tag::before {
    content: ''; width: 28px; height: 3px;
    background: var(--verde); border-radius: 2px;
}
.section-tag.light { color: var(--ciano); }
.section-tag.light::before { background: var(--ciano); }

.section-title      { margin-bottom: 16px; }
.section-title.light { color: var(--branco); }
.section-sub        { font-size: 15.5px; color: var(--cm); line-height: 1.75; max-width: 540px; font-weight: 300; }
.section-sub.light  { color: rgba(255,255,255,0.55); }

/* =====================================================
   BOTÕES
===================================================== */
.btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 14px 32px; border-radius: 32px;
    font-size: 14.5px; font-weight: 700;
    border: none; transition: all 0.25s;
    font-family: 'Outfit', sans-serif;
    cursor: pointer; text-decoration: none;
}
.btn-ciano {
    background: var(--ciano); color: var(--branco);
    box-shadow: 0 4px 22px rgba(91,200,220,0.4);
}
.btn-ciano:hover { background: var(--ciano-e); transform: translateY(-2px); }
.btn-verde {
    background: var(--verde); color: var(--branco);
    box-shadow: 0 4px 18px rgba(46,170,74,0.35);
}
.btn-verde:hover { background: var(--verde-e); transform: translateY(-2px); }
.btn-outline-w {
    background: transparent; color: var(--branco);
    border: 2px solid rgba(255,255,255,0.45);
}
.btn-outline-w:hover { border-color: var(--ciano); color: var(--ciano); }
.btn-outline {
    background: var(--ciano-f); color: var(--ciano-e);
    border: 1.5px solid var(--ciano-s);
}
.btn-outline:hover { background: var(--ciano); color: var(--branco); }
.btn-sm { padding: 9px 20px; font-size: 13px; }

/* =====================================================
   NAVEGAÇÃO
===================================================== */
#site-header {
    position: fixed; top: 0; left: 0; right: 0; z-index: 200;
    background: rgba(255,255,255,0.97);
    backdrop-filter: blur(16px);
    border-bottom: 3px solid var(--ciano);
    box-shadow: 0 2px 20px rgba(91,200,220,0.15);
    height: var(--nav-height);
    display: flex; align-items: center;
    padding: 0 5vw;
    justify-content: space-between;
}
.site-logo {
    display: flex; align-items: center; gap: 14px;
    text-decoration: none;
}
.logo-emblem {
    width: 52px; height: 52px; border-radius: 50%;
    background: linear-gradient(135deg, var(--ciano), var(--verde));
    display: flex; align-items: center; justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 800; font-size: 22px; color: var(--branco);
    
    
    flex-shrink: 0;
    overflow: hidden;
}
.logo-emblem img { width: 100%; height: 100%; object-fit: cover; }
.logo-text { display: flex; flex-direction: column; line-height: 1.2; }
.logo-text .name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 17px; font-weight: 700; color: var(--preto);
}
.logo-text .motto {
    font-size: 10px; color: var(--verde);
    letter-spacing: 2.5px; text-transform: uppercase; font-weight: 600;
}
.main-nav { display: flex; gap: 2px; align-items: center; }
.main-nav a {
    color: var(--ct); font-size: 13.5px; font-weight: 500;
    padding: 8px 14px; border-radius: 8px; transition: all 0.2s;
}
.main-nav a:hover,
.main-nav a.current-menu-item { color: var(--ciano-e); background: var(--ciano-f); }
.nav-cta {
    background: var(--ciano) !important; color: var(--branco) !important;
    font-weight: 700 !important; padding: 9px 22px !important;
    border-radius: 24px !important; margin-left: 8px;
    box-shadow: 0 4px 16px rgba(91,200,220,0.35);
}
.nav-cta:hover { background: var(--ciano-e) !important; transform: translateY(-1px); }
.hamburger {
    display: none; flex-direction: column; gap: 5px;
    background: none; border: none; padding: 4px;
}
.hamburger span { width: 24px; height: 2px; background: var(--preto); border-radius: 2px; }

/* =====================================================
   HERO (PÁGINA INICIAL)
===================================================== */
.site-hero {
    min-height: 100vh;
    padding-top: var(--nav-height);
    background:
        linear-gradient(160deg, rgba(26,26,26,0.9) 0%, rgba(58,171,185,0.62) 55%, rgba(46,170,74,0.52) 100%),
        url('') center/cover no-repeat;
    background-color: #0d2a1a;
    display: flex; align-items: center;
    padding-left: 5vw; padding-right: 5vw;
    position: relative; overflow: hidden;
}
.site-hero::after {
    content: ''; position: absolute;
    right: -120px; top: 50%; transform: translateY(-50%);
    width: 700px; height: 700px; border-radius: 50%;
    border: 2px solid rgba(91,200,220,0.18);
    box-shadow: 0 0 0 40px rgba(91,200,220,0.06), 0 0 0 80px rgba(91,200,220,0.03);
    pointer-events: none;
}
.hero-badge {
    display: inline-flex; align-items: center; gap: 10px;
    background: rgba(91,200,220,0.15);
    border: 1px solid rgba(91,200,220,0.5);
    border-radius: 24px; padding: 6px 18px;
    font-size: 11px; font-weight: 600; color: var(--ciano);
    letter-spacing: 2.5px; text-transform: uppercase;
    margin-bottom: 28px;
}
.hero-badge-dot { width: 6px; height: 6px; background: var(--verde); border-radius: 50%; }
.hero-content { max-width: 680px; position: relative; z-index: 2; }
.hero-content h1 { color: var(--branco); margin-bottom: 8px; }
.hero-lema {
    font-size: 13px; font-weight: 600;
    letter-spacing: 4px; text-transform: uppercase;
    color: var(--ciano); margin-bottom: 24px;
}
.hero-lema span { color: var(--verde); margin: 0 6px; }
.hero-content p {
    font-size: 16.5px; line-height: 1.75;
    color: rgba(255,255,255,0.8);
    max-width: 520px; margin-bottom: 40px; font-weight: 300;
}
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stats {
    position: absolute; bottom: 52px; right: 5vw;
    display: flex; gap: 36px;
}
.stat { text-align: center; }
.stat-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 40px; font-weight: 800;
    color: var(--ciano); display: block; line-height: 1;
}
.stat-label {
    font-size: 10px; color: rgba(255,255,255,0.55);
    letter-spacing: 2px; text-transform: uppercase; margin-top: 4px;
}
.stat-divider { width: 1px; background: rgba(255,255,255,0.15); }

/* =====================================================
   FAIXA LEMA
===================================================== */
.faixa-lema {
    background: var(--ciano);
    padding: 16px 5vw;
    display: flex; align-items: center; justify-content: center;
    gap: 28px; overflow: hidden; flex-wrap: wrap;
}
.faixa-lema span {
    font-size: 12px; font-weight: 700;
    letter-spacing: 3px; text-transform: uppercase;
    color: var(--branco); white-space: nowrap;
}
.faixa-sep { color: rgba(255,255,255,0.45); font-size: 16px; }

/* =====================================================
   SECÇÃO SOBRE
===================================================== */
.sobre-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.sobre-visual { position: relative; }
.sobre-img {
    width: 100%; aspect-ratio: 4/3;
    border-radius: 20px; object-fit: cover;
    box-shadow: var(--sc); border: 3px solid var(--ciano-s);
    background: linear-gradient(135deg, var(--ciano-f), var(--verde-s));
    min-height: 280px; display: block;
}
.sobre-ring {
    position: absolute; top: -24px; right: -24px;
    width: 100px; height: 100px; border-radius: 50%;
    border: 3px solid var(--ciano); opacity: 0.3; pointer-events: none;
}
.sobre-badge {
    position: absolute; bottom: -20px; left: 28px;
    background: var(--preto); color: var(--branco);
    padding: 14px 22px; border-radius: 14px;
    border-left: 4px solid var(--ciano);
    box-shadow: var(--sl);
}
.sobre-badge strong {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px; color: var(--ciano);
}
.sobre-badge span { font-size: 11px; color: rgba(255,255,255,0.7); letter-spacing: 1px; }
.valores-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 36px; }
.valor-item {
    background: var(--branco); border-radius: 14px; padding: 20px;
    border-top: 3px solid var(--ciano);
    box-shadow: var(--sl); transition: all 0.25s;
}
.valor-item:nth-child(2), .valor-item:nth-child(3) { border-color: var(--verde); }
.valor-item:hover { transform: translateY(-3px); box-shadow: var(--sc); }
.valor-item h4 { font-size: 14px; font-weight: 700; color: var(--preto); margin-bottom: 6px; font-family: 'Outfit', sans-serif; }
.valor-item p { font-size: 13px; color: var(--cm); line-height: 1.6; }

/* =====================================================
   CURSOS
===================================================== */
.cursos-header {
    display: flex; justify-content: space-between;
    align-items: flex-end; margin-bottom: 52px;
    flex-wrap: wrap; gap: 20px;
}
.cursos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.curso-card {
    background: var(--branco); border-radius: 20px; overflow: hidden;
    border: 1px solid rgba(91,200,220,0.18);
    box-shadow: var(--sl); transition: all 0.3s; cursor: pointer;
}
.curso-card:hover { transform: translateY(-6px); box-shadow: var(--sc); border-color: var(--ciano); }
.curso-card-topo { height: 6px; }
.curso-card-body { padding: 28px; }
.curso-icon {
    width: 52px; height: 52px; border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 26px; margin-bottom: 18px;
    background: var(--ciano-f);
}
.curso-faculdade {
    font-size: 11px; font-weight: 700;
    color: var(--ciano-e); letter-spacing: 1.5px;
    text-transform: uppercase; margin-bottom: 10px;
    font-family: 'Outfit', sans-serif;
}
.curso-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 21px; font-weight: 700;
    color: var(--preto); margin-bottom: 8px;
}
.curso-card p { font-size: 13px; color: var(--cm); line-height: 1.65; margin-bottom: 20px; }
.curso-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 20px; }
.curso-tag {
    font-size: 11px; font-weight: 600;
    color: var(--ciano-e); background: var(--ciano-f);
    padding: 4px 12px; border-radius: 20px;
    border: 1px solid var(--ciano-s);
}
.curso-card-footer {
    display: flex; justify-content: space-between;
    align-items: center; padding-top: 16px;
    border-top: 1px solid rgba(91,200,220,0.15);
}
.curso-vagas { font-size: 12px; color: var(--verde); font-weight: 700; font-family: 'Outfit', sans-serif; }

/* =====================================================
   NOTÍCIAS
===================================================== */
.noticias-wrap { background: var(--preto); position: relative; overflow: hidden; }
.noticias-wrap::before {
    content: ''; position: absolute; top: -200px; right: -200px;
    width: 600px; height: 600px; border-radius: 50%;
    background: radial-gradient(circle, rgba(91,200,220,0.08) 0%, transparent 65%);
    pointer-events: none;
}
.noticias-grid { display: grid; grid-template-columns: 5fr 3fr; gap: 24px; margin-top: 48px; }
.noticia-principal {
    background: rgba(91,200,220,0.06);
    border: 1px solid rgba(91,200,220,0.18);
    border-radius: 18px; overflow: hidden;
    cursor: pointer; transition: all 0.3s;
    text-decoration: none; display: block;
}
.noticia-principal:hover { background: rgba(91,200,220,0.1); transform: translateY(-3px); }
.noticia-img {
    width: 100%; height: 240px; object-fit: cover;
    background: linear-gradient(135deg, rgba(91,200,220,0.25), rgba(46,170,74,0.2));
    display: flex; align-items: center; justify-content: center;
    font-size: 56px;
}
.noticia-body { padding: 28px; }
.noticia-categoria {
    display: inline-block; font-size: 10px; font-weight: 700;
    color: var(--ciano); letter-spacing: 2px; text-transform: uppercase;
    margin-bottom: 12px; border: 1px solid rgba(91,200,220,0.35);
    padding: 3px 12px; border-radius: 20px;
}
.noticia-body h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px; color: var(--branco);
    margin-bottom: 10px; line-height: 1.3;
}
.noticia-body p { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.7; }
.noticia-data { font-size: 11px; color: rgba(255,255,255,0.3); margin-top: 18px; letter-spacing: 1px; }
.noticias-side { display: flex; flex-direction: column; gap: 14px; }
.noticia-mini {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.07);
    border-left: 3px solid var(--verde);
    border-radius: 14px; padding: 18px;
    text-decoration: none; transition: all 0.2s;
}
.noticia-mini:nth-child(2) { border-left-color: var(--ciano); }
.noticia-mini:hover { background: rgba(255,255,255,0.07); transform: translateX(4px); }
.noticia-mini h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 15px; color: var(--branco);
    margin-bottom: 6px; line-height: 1.4;
}
.noticia-mini p { font-size: 12px; color: rgba(255,255,255,0.45); line-height: 1.5; }

/* =====================================================
   EVENTOS
===================================================== */
.eventos-lista { margin-top: 44px; display: flex; flex-direction: column; gap: 14px; }
.evento-item {
    display: grid; grid-template-columns: 80px 1fr auto;
    align-items: center; gap: 24px;
    background: var(--branco); border-radius: 16px;
    padding: 20px 28px;
    border-left: 5px solid var(--ciano);
    box-shadow: var(--sl); transition: all 0.25s; cursor: pointer;
}
.evento-item:nth-child(even) { border-left-color: var(--verde); }
.evento-item:hover { transform: translateX(6px); box-shadow: var(--sc); }
.evento-cal { text-align: center; }
.evento-dia {
    font-family: 'Cormorant Garamond', serif;
    font-size: 34px; font-weight: 800;
    color: var(--ciano-e); line-height: 1;
}
.evento-item:nth-child(even) .evento-dia { color: var(--verde); }
.evento-mes { font-size: 10px; font-weight: 700; color: var(--cm); letter-spacing: 2px; text-transform: uppercase; }
.evento-info h4 { font-size: 15.5px; font-weight: 700; color: var(--preto); margin-bottom: 4px; font-family: 'Outfit', sans-serif; }
.evento-info p { font-size: 13px; color: var(--cm); }
.evento-local { font-size: 12px; color: var(--ciano-e); font-weight: 600; margin-top: 4px; font-family: 'Outfit', sans-serif; }
.evento-item:nth-child(even) .evento-local { color: var(--verde); }

/* =====================================================
   PORTAL
===================================================== */
.portal-wrap {
    background: linear-gradient(135deg, var(--preto) 0%, #0d2a1a 50%, #0a2030 100%);
    text-align: center; position: relative; overflow: hidden;
}
.portal-wrap::before {
    content: ''; position: absolute; left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    width: 800px; height: 800px; border-radius: 50%;
    border: 1px solid rgba(91,200,220,0.1);
    box-shadow: 0 0 0 80px rgba(91,200,220,0.04), 0 0 0 160px rgba(91,200,220,0.02);
    pointer-events: none;
}
.portal-cards {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 22px; max-width: 840px; margin: 48px auto 0;
    position: relative; z-index: 1;
}
.portal-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(91,200,220,0.2);
    border-radius: 20px; padding: 38px 28px;
    text-decoration: none; display: block;
    transition: all 0.3s; text-align: center;
}
.portal-card:hover {
    background: rgba(91,200,220,0.1);
    transform: translateY(-6px);
    border-color: var(--ciano);
    box-shadow: 0 12px 40px rgba(91,200,220,0.2);
}
.portal-icon { font-size: 42px; display: block; margin-bottom: 18px; }
.portal-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 21px; color: var(--branco); margin-bottom: 10px;
}
.portal-card p { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.65; }
.portal-arrow {
    display: inline-flex; align-items: center; gap: 6px;
    margin-top: 18px; font-size: 12px; font-weight: 700;
    color: var(--ciano); letter-spacing: 1px; text-transform: uppercase;
    font-family: 'Outfit', sans-serif;
}

/* =====================================================
   GALERIA
===================================================== */
.galeria-grid {
    display: grid; grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 220px; gap: 12px;
}
.galeria-item {
    border-radius: 14px; overflow: hidden;
    position: relative; cursor: pointer;
    background: linear-gradient(135deg, #1a3a2a, #0a2030);
}
.galeria-item:nth-child(3n+1) { grid-column: span 2; grid-row: span 2; }
.galeria-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.galeria-item:hover img { transform: scale(1.06); }
.galeria-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, transparent 50%);
    display: flex; flex-direction: column;
    justify-content: flex-end; padding: 20px;
    opacity: 0; transition: opacity 0.3s;
}
.galeria-item:hover .galeria-overlay { opacity: 1; }
.galeria-overlay h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px; font-weight: 700; color: var(--branco); margin-bottom: 4px;
}
.galeria-overlay span {
    font-size: 11px; color: var(--ciano);
    font-weight: 600; letter-spacing: 1px; text-transform: uppercase;
    font-family: 'Outfit', sans-serif;
}

/* =====================================================
   CONTACTO
===================================================== */
.contacto-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.form-box {
    background: var(--ccl); border-radius: 22px;
    padding: 42px; border: 1px solid var(--ciano-s);
}
.form-box h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px; font-weight: 800; color: var(--preto); margin-bottom: 6px;
}
.form-desc { font-size: 14px; color: var(--cm); margin-bottom: 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 18px; }
.form-group label {
    display: block; font-size: 11px; font-weight: 700;
    color: var(--preto); letter-spacing: 1px;
    margin-bottom: 7px; text-transform: uppercase;
    font-family: 'Outfit', sans-serif;
}
.form-group input,
.form-group textarea,
.form-group select {
    width: 100%; padding: 13px 16px;
    background: var(--branco);
    border: 2px solid transparent; border-radius: 10px;
    font-family: 'Outfit', sans-serif; font-size: 14px;
    color: var(--ct); transition: all 0.2s; outline: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    border-color: var(--ciano);
    box-shadow: 0 0 0 4px rgba(91,200,220,0.12);
}
.form-group textarea { height: 120px; resize: vertical; }
.info-lista { padding-top: 8px; }
.info-item { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 26px; }
.info-ico {
    width: 50px; height: 50px; border-radius: 14px;
    background: var(--ciano-f); border: 2px solid var(--ciano-s);
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; flex-shrink: 0;
}
.info-item h4 {
    font-size: 12px; font-weight: 700; color: var(--ciano-e);
    margin-bottom: 4px; letter-spacing: 1.5px; text-transform: uppercase;
    font-family: 'Outfit', sans-serif;
}
.info-item p { font-size: 14px; color: var(--ct); line-height: 1.6; }
.mapa-placeholder {
    background: linear-gradient(135deg, var(--ciano-f), var(--verde-s));
    border-radius: 16px; height: 200px;
    display: flex; align-items: center; justify-content: center;
    flex-direction: column; gap: 8px;
    border: 2px dashed rgba(91,200,220,0.4); margin-top: 8px;
}

/* =====================================================
   FOOTER
===================================================== */
#site-footer {
    background: #0d1a0f; color: rgba(255,255,255,0.6);
    padding: 68px 5vw 36px;
    border-top: 3px solid var(--ciano);
}
.footer-grid {
    display: grid; grid-template-columns: 2.5fr 1fr 1fr 1fr;
    gap: 48px; margin-bottom: 52px;
}
.footer-brand p {
    font-size: 13px; color: rgba(255,255,255,0.45);
    line-height: 1.8; margin-top: 18px; max-width: 280px;
}
.footer-lema {
    font-family: 'Cormorant Garamond', serif;
    font-size: 15px; font-style: italic;
    color: var(--ciano); margin-top: 16px; letter-spacing: 1px;
}
.footer-col h4 {
    font-size: 10px; font-weight: 700;
    color: var(--ciano); letter-spacing: 2.5px;
    text-transform: uppercase; margin-bottom: 20px;
    font-family: 'Outfit', sans-serif;
}
.footer-col a {
    display: block; color: rgba(255,255,255,0.5);
    font-size: 13.5px; margin-bottom: 10px; transition: color 0.2s;
}
.footer-col a:hover { color: var(--ciano); }
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.07);
    padding-top: 28px;
    display: flex; justify-content: space-between;
    align-items: center; flex-wrap: wrap; gap: 14px;
}
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,0.3); }
.footer-bottom span { color: var(--ciano); }
.sociais { display: flex; gap: 10px; margin-top: 20px; }
.social-btn {
    width: 38px; height: 38px; border-radius: 10px;
    background: rgba(91,200,220,0.1);
    border: 1px solid rgba(91,200,220,0.2);
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,0.55); font-size: 13px;
    font-weight: 700; transition: all 0.2s;
}
.social-btn:hover { background: var(--ciano); color: var(--branco); border-color: var(--ciano); }

/* =====================================================
   RESPONSIVO
===================================================== */
@media (max-width: 960px) {
    .main-nav { display: none; }
    .hamburger { display: flex; }
    .main-nav.open {
        display: flex; flex-direction: column;
        position: fixed; top: var(--nav-height);
        left: 0; right: 0; z-index: 199;
        background: rgba(255,255,255,0.98);
        padding: 24px; gap: 4px;
        border-bottom: 3px solid var(--ciano);
        box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    }
    .sobre-grid, .contacto-grid { grid-template-columns: 1fr; gap: 40px; }
    .cursos-grid { grid-template-columns: 1fr 1fr; }
    .noticias-grid { grid-template-columns: 1fr; }
    .portal-cards { grid-template-columns: 1fr; max-width: 360px; margin-left: auto; margin-right: auto; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .hero-stats { display: none; }
    .section-pad { padding: 64px 5vw; }
    .galeria-grid { grid-template-columns: repeat(2, 1fr); }
    .galeria-item:nth-child(3n+1) { grid-column: span 1; grid-row: span 1; }
}
@media (max-width: 600px) {
    .cursos-grid, .footer-grid { grid-template-columns: 1fr; }
    .evento-item { grid-template-columns: 64px 1fr; }
    .evento-item .btn { display: none; }
    .galeria-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 150px; }
}

/* =====================================================
   ANIMAÇÕES
===================================================== */
@keyframes fadeUp {
    from { opacity: 0; transform: translateY(22px); }
    to   { opacity: 1; transform: translateY(0); }
}
.animate-up { animation: fadeUp 0.7s both; }
.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
.delay-3 { animation-delay: 0.6s; }
.delay-4 { animation-delay: 0.8s; }
