     
                /* ═══════════════════════════════════════════════════════════
   WCN ANIMAL KINGDOM — estilos del bloque index
   ═══════════════════════════════════════════════════════════ */

                /* ── Hero Banner ── */
                .ak-hero {
                    position: relative;
                    width: 100%;
                    overflow: hidden;
                    background: linear-gradient(135deg,
                            #1a0a00 0%, #3d1f00 30%, #5c3300 60%, #1a0a00 100%);
                    padding: 70px 20px 60px;
                    text-align: center;
                }

                .ak-hero::before {
                    content: "";
                    position: absolute;
                    inset: 0;
                    background-image:
                        linear-gradient(rgba(184, 134, 11, 0.06) 1px, transparent 1px),
                        linear-gradient(90deg, rgba(184, 134, 11, 0.06) 1px, transparent 1px);
                    background-size: 50px 50px;
                    pointer-events: none;
                }

                /* Orbes dorados */
                .ak-orb-l {
                    position: absolute;
                    top: -80px;
                    left: -80px;
                    width: 420px;
                    height: 420px;
                    background: radial-gradient(circle, rgba(218, 165, 32, 0.2) 0%, transparent 70%);
                    filter: blur(55px);
                    animation: akOrbL 9s ease-in-out infinite alternate;
                    pointer-events: none;
                }

                .ak-orb-r {
                    position: absolute;
                    bottom: -60px;
                    right: -60px;
                    width: 360px;
                    height: 360px;
                    background: radial-gradient(circle, rgba(255, 228, 196, 0.18) 0%, transparent 70%);
                    filter: blur(55px);
                    animation: akOrbR 11s ease-in-out infinite alternate;
                    pointer-events: none;
                }

                @keyframes akOrbL {
                    0% {
                        transform: translate(0, 0) scale(1)
                    }

                    100% {
                        transform: translate(65px, 45px) scale(1.3)
                    }
                }

                @keyframes akOrbR {
                    0% {
                        transform: translate(0, 0) scale(1)
                    }

                    100% {
                        transform: translate(-50px, -30px) scale(1.2)
                    }
                }

                /* Patas flotando */
                .ak-paw {
                    position: absolute;
                    font-size: 1.4rem;
                    opacity: 0;
                    animation: akPawFloat linear infinite;
                    pointer-events: none;
                    user-select: none;
                }

                @keyframes akPawFloat {
                    0% {
                        transform: translateY(0) rotate(0deg) scale(0.5);
                        opacity: 0;
                    }

                    10% {
                        opacity: 0.6;
                    }

                    90% {
                        opacity: 0.2;
                    }

                    100% {
                        transform: translateY(-140px) rotate(25deg) scale(1.2);
                        opacity: 0;
                    }
                }

                /* Título hero */
                .ak-hero-inner {
                    position: relative;
                    z-index: 2;
                    max-width: 900px;
                    margin: 0 auto;
                    font-family: 'luckiest guy';
                }

                .ak-tag {
                    display: inline-block;
                    font-family: 'luckiest guy';
                    font-size: 0.72rem;
                    font-weight: 700;
                    letter-spacing: 3px;
                    text-transform: uppercase;
                    color: #d4a843;
                    border: 1px solid rgba(212, 168, 67, 0.4);
                    padding: 5px 18px;
                    border-radius: 2px;
                    margin-bottom: 22px;
                    backdrop-filter: blur(4px);
                }

                .ak-hero-title {
                    font-family: "luckiest guy", cursive;
                    font-size: clamp(1.6rem, 4.5vw, 3.2rem);
                    line-height: 1.1;
                    margin: 0 0 10px;
                    background: linear-gradient(90deg, #ffe4c4 0%, #d4a843 25%, #ff8c00 50%, #d4a843 75%, #ffe4c4 100%);
                    background-size: 300% auto;
                    -webkit-background-clip: text;
                    background-clip: text;
                    color: transparent;
                    animation: akTitleGlow 5s linear infinite;
                }

                @keyframes akTitleGlow {
                    0% {
                        background-position: 0% center
                    }

                    100% {
                        background-position: 300% center
                    }
                }

                .ak-hero-sub {
                    font-family: "Lilita One", cursive;
                    font-size: clamp(0.9rem, 2vw, 1.3rem);
                    color: rgba(255, 228, 196, 0.7);
                    font-style: italic;
                    margin: 0 0 6px;
                }

                .ak-hero-line {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    gap: 12px;
                    margin: 20px auto 0;
                    position: relative;
                    z-index: 2;
                }

                .ak-hero-line span {
                    display: block;
                    width: 80px;
                    height: 2px;
                    background: linear-gradient(90deg, transparent, #d4a843, transparent);
                    animation: akLineGlow 2s ease-in-out infinite alternate;
                }

                .ak-hero-line em {
                    color: #d4a843;
                    font-size: 1.2rem;
                    font-style: normal;
                }

                @keyframes akLineGlow {
                    0% {
                        box-shadow: 0 0 4px #d4a843
                    }

                    100% {
                        box-shadow: 0 0 14px #d4a843, 0 0 28px rgba(212, 168, 67, 0.5)
                    }
                }

                /* ── Separador dorado con glow ── */
                .ak-divider {
                    width: 100%;
                    height: 2px;
                    background: linear-gradient(90deg,
                            transparent 0%, rgba(212, 168, 67, 0.1) 8%,
                            #d4a843 35%, #d4a843 65%,
                            rgba(212, 168, 67, 0.1) 92%, transparent 100%);
                    animation: akDivGlow 3s ease-in-out infinite alternate;
                }

                @keyframes akDivGlow {
                    0% {
                        box-shadow: 0 0 5px rgba(212, 168, 67, 0.3)
                    }

                    100% {
                        box-shadow: 0 0 20px rgba(212, 168, 67, 0.8), 0 0 40px rgba(212, 168, 67, 0.35)
                    }
                }

                /* ── Sección con foto de origen ── */
                .ak-section {
                    background: #000;
                }

                .ak-section-header {
                    display: flex;
                    align-items: stretch;
                    max-width: 1100px;
                    margin: 0 auto;
                    padding: 55px 30px 40px;
                    gap: 0;
                }

                .ak-section-header:nth-child(even) {
                    flex-direction: row-reverse;
                }

                .ak-sec-img-wrap {
                    flex: 0 0 380px;
                    position: relative;
                    border-radius: 10px;
                    overflow: hidden;
                    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.8);
                    transition: box-shadow 0.4s, transform 0.4s;
                    opacity: 0;
                    transform: translateY(30px);
                    transition: opacity 0.7s ease, transform 0.7s ease,
                        box-shadow 0.4s ease;
                }

                .ak-sec-img-wrap.ak-in {
                    opacity: 1;
                    transform: translateY(0);
                }

                .ak-sec-img-wrap:hover {
                    transform: translateY(-6px) scale(1.015);
                    box-shadow: 0 0 25px rgba(212, 168, 67, 0.55),
                        0 0 50px rgba(212, 168, 67, 0.28),
                        0 20px 40px rgba(0, 0, 0, 0.85);
                }

                .ak-sec-img-wrap img {
                    width: 100%;
                    height: 360px;
                    object-fit: cover;
                    object-position: center;
                    display: block;
                    filter: brightness(0.9) contrast(1.05) saturate(1.1);
                    transition: transform 0.65s, filter 0.4s;
                }

                .ak-sec-img-wrap:hover img {
                    transform: scale(1.05);
                    filter: brightness(1.0) contrast(1.08);
                }

                .ak-sec-img-ov {
                    position: absolute;
                    inset: 0;
                    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.6) 100%);
                    pointer-events: none;
                }

                .ak-sec-badge {
                    position: absolute;
                    top: 14px;
                    left: 14px;
                    background: rgba(0, 0, 0, 0.75);
                    border: 1.5px solid #d4a843;
                    padding: 4px 12px;
                    border-radius: 2px;
                    font-family: "Lilita One", cursive;
                    font-size: 0.7rem;
                    letter-spacing: 2px;
                    color: #d4a843;
                    backdrop-filter: blur(5px);
                    box-shadow: 0 0 10px rgba(212, 168, 67, 0.3);
                }

                .ak-sec-text {
                    flex: 1;
                    padding: 0 45px;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                }

                .ak-sec-title {
                    font-family: "Luckiest Guy", cursive;
                    font-size: clamp(1.8rem, 3vw, 2.8rem);
                    color: bisque;
                    line-height: 1;
                    margin: 0 0 6px;
                    text-shadow: 0 2px 15px rgba(255, 228, 196, 0.2);
                }

                .ak-sec-subtitle {
                    font-family: "Lilita One", cursive;
                    font-size: 0.9rem;
                    letter-spacing: 2px;
                    color: rgba(212, 168, 67, 0.85);
                    text-transform: uppercase;
                    margin: 0 0 16px;
                    font-style: italic;
                }

                .ak-sec-nline {
                    width: 55px;
                    height: 3px;
                    background: linear-gradient(90deg, #d4a843, transparent);
                    border-radius: 2px;
                    margin-bottom: 18px;
                }

                .ak-sec-intro {
                    font-family: "Georgia", serif;
                    font-size: 1.05rem;
                    line-height: 1.78;
                    color: rgba(255, 228, 196, 0.75);
                    font-style: italic;
                    font-weight: 300;
                    margin: 0;
                }

                /* ── Grid de animales ── */
                .ak-animals-grid {
                    display: grid;
                    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
                    gap: 20px;
                    max-width: 1100px;
                    margin: 0 auto;
                    padding: 0 30px 55px;
                }

                .ak-animal-card {
                    background: #0d0d0d;
                    border-radius: 8px;
                    overflow: hidden;
                    border: 1px solid rgba(212, 168, 67, 0.15);
                    transition: all 0.4s ease;
                    opacity: 0;
                    transform: translateY(25px);
                }

                .ak-animal-card.ak-in {
                    opacity: 1;
                    transform: translateY(0);
                }

                .ak-animal-card:hover {
                    transform: translateY(-8px);
                    border-color: rgba(212, 168, 67, 0.5);
                    box-shadow: 0 0 20px rgba(212, 168, 67, 0.3),
                        0 12px 30px rgba(0, 0, 0, 0.7);
                }

                .ak-animal-card img {
                    width: 100%;
                    height: 170px;
                    object-fit: cover;
                    display: block;
                    transition: transform 0.5s, filter 0.4s;
                    filter: brightness(0.88) saturate(1.1);
                }

                .ak-animal-card:hover img {
                    transform: scale(1.07);
                    filter: brightness(1.0) saturate(1.2);
                }

                .ak-animal-body {
                    padding: 14px 14px 16px;
                }

                .ak-animal-num {
                    font-family: "Lilita One", cursive;
                    font-size: 0.65rem;
                    letter-spacing: 2px;
                    color: rgba(212, 168, 67, 0.6);
                    text-transform: uppercase;
                    margin: 0 0 4px;
                    display: block;
                }

                .ak-animal-name {
                    font-family: "Lilita One", cursive;
                    font-size: 1.05rem;
                    color: bisque;
                    margin: 0 0 8px;
                    line-height: 1.1;
                }

                .ak-animal-desc {
                    font-family: "Georgia", serif;
                    font-size: 0.85rem;
                    line-height: 1.6;
                    color: rgba(255, 228, 196, 0.62);
                    font-style: italic;
                    margin: 0 0 12px;
                }

                /* Botón Read More de cada animal */
                .ak-readmore {
                    display: inline-flex;
                    align-items: center;
                    gap: 6px;
                    font-family: "Lilita One", cursive;
                    font-size: 0.72rem;
                    letter-spacing: 1.5px;
                    text-transform: uppercase;
                    color: #d4a843;
                    text-decoration: none;
                    border-bottom: 1px solid transparent;
                    transition: border-color 0.3s, color 0.3s;
                    padding-bottom: 1px;
                }

                .ak-readmore:hover {
                    color: bisque;
                    border-color: bisque;
                }

                /* ── CTA ver todo ── */
                .ak-cta {
                    text-align: center;
                    padding: 40px 20px 20px;
                }

                .ak-cta-btn {
                    display: inline-block;
                    padding: 13px 38px;
                    background: transparent;
                    border: 2px solid #d4a843;
                    color: #d4a843;
                    font-family: "Lilita One", cursive;
                    font-size: 0.88rem;
                    letter-spacing: 2px;
                    text-transform: uppercase;
                    text-decoration: none;
                    border-radius: 3px;
                    transition: all 0.3s ease;
                }

                .ak-cta-btn:hover {
                    background: #d4a843;
                    color: #000;
                    box-shadow: 0 0 25px rgba(212, 168, 67, 0.6);
                }

                /* ── Responsive ── */
                @media (max-width: 860px) {

                    .ak-section-header,
                    .ak-section-header:nth-child(even) {
                        flex-direction: column !important;
                        padding: 40px 16px 30px;
                    }

                    .ak-sec-img-wrap {
                        flex: none;
                        width: 100%;
                        max-width: 420px;
                        margin: 0 auto;
                    }

                    .ak-sec-img-wrap img {
                        height: 240px;
                    }

                    .ak-sec-text {
                        padding: 22px 0 0;
                    }

                    .ak-animals-grid {
                        padding: 0 16px 40px;
                        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
                    }
                }

                /* ══════════════════════════════════════════════════════
   NAVBAR — sticky igual al de Global Voices
══════════════════════════════════════════════════════ */
                .ak-nav {
                    width: 100%;
                    background: #111112;
                    border-bottom: 1px solid bisque;
                    padding: 10px 24px;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    position: sticky;
                    top: 0;
                    z-index: 200;
                }

                .ak-nav-logo {
                    font-family: "luckiest guy", cursive;
                    font-size: 1.15rem;
                    font-style: italic;
                    text-decoration: none;
                    letter-spacing: 1px;
                    color: bisque;
                }

                .ak-nav-logo span {
                    color: #d4a843;
                }
            