:root {
    --navy: #06192d;
    --blue: #0b4f8a;
    --blue-2: #0d67ad;
    --cyan: #31b6b4;
    --gold: #f2d77f;
    --light: #f4f8fb;
    --white: #ffffff;
    --text: #13283c;
    --muted: #64788a;
    --border: #dce6ee;
    --shadow: 0 18px 50px rgba(6, 25, 45, .10);
    --radius: 20px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: var(--text);
    background: var(--white);
    line-height: 1.6;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font: inherit;
}

.container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

/* HEADER */

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(6, 25, 45, .92);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.nav-wrap {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.brand-text strong {
    color: white;
    font-size: 1rem;
    letter-spacing: .06em;
}

.brand-text span {
    color: #9fb7cb;
    font-size: .72rem;
    margin-top: 4px;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.main-nav a {
    color: #dce9f3;
    font-size: .88rem;
    font-weight: 700;
    transition: .25s ease;
}

.main-nav a:hover {
    color: var(--cyan);
}

.main-nav .nav-cta {
    padding: 10px 16px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 999px;
}

.menu-toggle {
    display: none;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.menu-toggle span {
    width: 27px;
    height: 2px;
    display: block;
    background: white;
    margin: 6px 0;
}

/* HERO */

.hero {
    min-height: 800px;
    padding-top: 78px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(3,17,31,.98) 0%, rgba(5,29,51,.93) 42%, rgba(4,28,49,.68) 72%, rgba(3,17,31,.64) 100%),
        linear-gradient(0deg, rgba(3,17,31,.82) 0%, transparent 48%),
        url("../img/hero-huelva-radio.png") center / cover no-repeat,
        #06192d;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .20;
    background-image:
        linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(90deg, black 0%, rgba(0,0,0,.65) 46%, transparent 78%);
}

.hero::after {
    content: "";
    position: absolute;
    width: 620px;
    height: 620px;
    border: 1px solid rgba(46,185,232,.15);
    border-radius: 50%;
    right: -260px;
    top: 90px;
    box-shadow:
        0 0 0 70px rgba(46,185,232,.04),
        0 0 0 140px rgba(46,185,232,.025);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 76% 43%, rgba(49,182,180,.13), transparent 23%),
        linear-gradient(to top, rgba(3,17,31,.58), transparent 48%);
}

.hero-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(330px, .68fr);
    align-items: center;
    gap: clamp(46px, 6vw, 96px);
}

.eyebrow {
    display: inline-block;
    color: #8cdcf7;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .18em;
    margin-bottom: 16px;
}

.eyebrow.dark {
    color: var(--blue-2);
}

.hero h1 {
    color: white;
    font-size: clamp(3.5rem, 6.5vw, 6.5rem);
    line-height: .86;
    letter-spacing: -.055em;
    max-width: 760px;
    text-wrap: balance;
}

.hero h1 span {
    display: block;
}

.hero-title-lead,
.hero-title-tail {
    font-size: .72em;
    letter-spacing: -.035em;
}

.hero-title-lead {
    color: #dcebf5;
}

.hero-title-place {
    color: #ffffff;
    font-size: 1.12em;
    margin: .08em 0 .1em;
    text-shadow: 0 12px 42px rgba(0,0,0,.32);
}

.hero-title-tail {
    color: #f5fbff;
}

.hero-copy > p {
    max-width: 650px;
    color: #bfd0df;
    font-size: 1.12rem;
    margin-top: 32px;
    padding-left: 18px;
    border-left: 2px solid rgba(49,182,180,.7);
}

.hero-actions {
    display: flex;
    gap: 14px;
    margin-top: 34px;
    flex-wrap: wrap;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 999px;
    font-weight: 800;
    border: 0;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

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

.btn-primary {
    background: linear-gradient(135deg, var(--cyan), #1f92d0);
    color: #03111f;
    box-shadow: 0 12px 30px rgba(46,185,232,.25);
}

.btn-secondary {
    color: white;
    border: 1px solid rgba(255,255,255,.26);
    background: rgba(255,255,255,.07);
}

.hero-tags {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.hero-tags span {
    color: #9fb7cb;
    border: 1px solid rgba(140,220,247,.18);
    padding: 6px 11px;
    border-radius: 999px;
    font-size: .75rem;
    backdrop-filter: blur(8px);
    background: rgba(3,17,31,.24);
}

.hero-card {
    min-height: 360px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 30px;
    padding: 40px;
    background:
        linear-gradient(145deg, rgba(255,255,255,.10), rgba(6,25,45,.40)),
        rgba(6,25,45,.34);
    backdrop-filter: blur(16px);
    position: relative;
    box-shadow: 0 30px 90px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.07);
    overflow: hidden;
}

.hero-card .small-label {
    color: #7ba8c7;
    font-size: .7rem;
    letter-spacing: .2em;
    font-weight: 800;
}

.hero-card p {
    color: #a9bfd2;
}

.onair {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #d7f8ff;
    margin-top: 18px;
    font-weight: 900;
    letter-spacing: .12em;
    font-size: .75rem;
}

.dot {
    width: 9px;
    height: 9px;
    background: #41e06c;
    border-radius: 50%;
    box-shadow: 0 0 14px rgba(65,224,108,.8);
}

.scroll-hint {
    position: absolute;
    bottom: 22px;
    left: 50%;
    color: rgba(255,255,255,.45);
    animation: bounce 1.7s infinite;
}

@keyframes bounce {
    50% { transform: translateY(8px); }
}

/* QUICK LINKS */

.quick-links {
    margin-top: -44px;
    position: relative;
    z-index: 5;
}

.quick-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    background: white;
    border-radius: 22px;
    box-shadow: var(--shadow);
    overflow: hidden;
    border: 1px solid var(--border);
}

.quick-card {
    display: flex;
    gap: 14px;
    padding: 25px;
    align-items: center;
    border-right: 1px solid var(--border);
    transition: background .2s ease;
}

.quick-card:last-child {
    border-right: 0;
}

.quick-card:hover {
    background: #f7fbfe;
}

.quick-card strong,
.quick-card span {
    display: block;
}

.quick-card strong {
    font-size: .95rem;
}

.quick-card span {
    font-size: .78rem;
    color: var(--muted);
    margin-top: 2px;
}

/* SECTIONS */

.section {
    padding: 110px 0;
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 42px;
}

.section-heading.centered {
    justify-content: center;
    text-align: center;
}

.section-heading h2,
.join h2,
.contact-section h2 {
    font-size: clamp(2.2rem, 4.3vw, 4rem);
    line-height: 1.02;
    letter-spacing: -.04em;
}

.section-intro {
    max-width: 620px;
    margin: 15px auto 0;
    color: #9bb3c5;
}

.text-link {
    color: var(--blue-2);
    font-weight: 800;
}

/* NEWS */

.news-grid {
    display: grid;
    grid-template-columns: 1.35fr .85fr .85fr;
    gap: 24px;
}

.news-card {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    background: white;
    box-shadow: 0 10px 30px rgba(6,25,45,.05);
}

.news-image {
    height: 220px;
    position: relative;
    background-color: #0c3657;
}

.featured .news-image {
    height: 290px;
}

.image-radio {
    background:
        radial-gradient(circle at 70% 40%, rgba(46,185,232,.55), transparent 15%),
        linear-gradient(125deg, rgba(3,17,31,.35), rgba(11,79,138,.35)),
        repeating-linear-gradient(90deg, #071b2c 0 22px, #0a2d49 22px 24px);
}

.image-field {
    background:
        radial-gradient(circle at 30% 35%, rgba(255,255,255,.18), transparent 14%),
        linear-gradient(145deg, #143d54, #0d7190 58%, #72aec0);
}

.image-workshop {
    background:
        linear-gradient(45deg, rgba(46,185,232,.15), transparent),
        repeating-linear-gradient(135deg, #0b273d 0 12px, #103953 12px 24px);
}

.badge {
    position: absolute;
    top: 18px;
    left: 18px;
    color: white;
    background: var(--blue-2);
    padding: 7px 11px;
    border-radius: 999px;
    font-size: .7rem;
    font-weight: 800;
}

.news-body {
    padding: 24px;
}

.meta {
    color: var(--blue-2);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.news-body h3 {
    font-size: 1.35rem;
    line-height: 1.2;
    margin: 10px 0 12px;
}

.featured .news-body h3 {
    font-size: 1.8rem;
}

.news-body p {
    color: var(--muted);
    font-size: .94rem;
}

.news-body a {
    display: inline-block;
    margin-top: 16px;
    color: var(--blue-2);
    font-weight: 800;
}

/* RADIO */

.radio-section {
    background: var(--navy);
    color: white;
    position: relative;
    overflow: hidden;
}

.radio-section::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    right: -220px;
    top: -170px;
    border: 1px solid rgba(46,185,232,.15);
    box-shadow: 0 0 0 70px rgba(46,185,232,.03), 0 0 0 140px rgba(46,185,232,.02);
}

.radio-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    position: relative;
}

.radio-card {
    min-height: 300px;
    padding: 28px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.10);
    background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
    position: relative;
    transition: transform .25s ease, border-color .25s ease;
}

.radio-card:hover {
    transform: translateY(-6px);
    border-color: rgba(46,185,232,.45);
}

.radio-card h3 {
    font-size: 1.35rem;
}

.radio-card p {
    color: #9fb7cb;
    margin-top: 10px;
}

.radio-card a {
    color: var(--cyan);
    display: inline-block;
    margin-top: 22px;
    font-weight: 800;
}

/* EVENTS */

.events {
    border-top: 1px solid var(--border);
}

.event {
    display: grid;
    grid-template-columns: 100px 1fr 50px;
    align-items: center;
    gap: 28px;
    padding: 25px 10px;
    border-bottom: 1px solid var(--border);
    transition: background .2s ease, padding .2s ease;
}

.event:hover {
    background: #f8fbfd;
    padding-left: 20px;
    padding-right: 20px;
}

.event-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    border-right: 1px solid var(--border);
}

.event-date strong {
    font-size: 2.1rem;
    line-height: 1;
}

.event-date span,
.event-type {
    color: var(--blue-2);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .12em;
}

.event-info h3 {
    font-size: 1.25rem;
    margin: 4px 0;
}

.event-info p {
    color: var(--muted);
}

.event-arrow {
    font-size: 1.7rem;
    color: var(--blue-2);
}

/* JOIN */

.join {
    background:
        radial-gradient(circle at 10% 20%, rgba(46,185,232,.18), transparent 20%),
        linear-gradient(120deg, #08243e, #0a416a);
    color: white;
    padding: 105px 0;
}

.join-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 80px;
    align-items: center;
}

.join-copy p {
    color: #c2d2df;
    max-width: 700px;
    margin-top: 18px;
}

.join-copy .btn {
    margin-top: 28px;
}

.stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.stat {
    min-height: 150px;
    padding: 24px;
    border-radius: 18px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.12);
}

.stat strong,
.stat span {
    display: block;
}

.stat strong {
    font-size: 1.7rem;
    color: var(--cyan);
}

.stat span {
    color: #b8cbd9;
    margin-top: 8px;
}

/* CONTACT */

.contact-section {
    background: var(--light);
}

.contact-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 80px;
}

.contact-grid > div > p {
    color: var(--muted);
    margin-top: 20px;
    max-width: 540px;
}

.contact-items {
    margin-top: 32px;
    display: grid;
    gap: 18px;
}

.contact-item {
    display: flex;
    gap: 15px;
}

.contact-item p {
    color: var(--muted);
}

.contact-form {
    background: white;
    border: 1px solid var(--border);
    border-radius: 22px;
    padding: 30px;
    box-shadow: var(--shadow);
    display: grid;
    gap: 18px;
}

.contact-form label {
    font-weight: 800;
    font-size: .86rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    margin-top: 7px;
    border: 1px solid #cfdce6;
    border-radius: 11px;
    padding: 13px 14px;
    outline: none;
    background: #fbfdfe;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: var(--cyan);
    box-shadow: 0 0 0 3px rgba(46,185,232,.12);
}

.contact-form small {
    color: var(--muted);
}

.form-honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.form-message {
    padding: 15px 17px;
    border-radius: 12px;
    font-size: .86rem;
}

.form-message.success {
    color: #205c40;
    background: #e9f8f0;
    border: 1px solid #bfe4cf;
}

.form-message.error {
    color: #7b3030;
    background: #fff0f0;
    border: 1px solid #efc6c6;
}

.form-message ul {
    margin: 7px 0 0 18px;
}

/* FOOTER */

.footer {
    background: #03101d;
    color: white;
    padding: 70px 0 25px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.55fr repeat(4, 1fr);
    gap: 36px;
}

.footer-brand {
    margin-bottom: 24px;
}

.footer-text {
    max-width: 370px;
    color: #839db0;
}

.footer h4 {
    margin-bottom: 15px;
}

.footer-grid > div > a {
    display: block;
    color: #8fa8ba;
    margin: 9px 0;
    font-size: .9rem;
}

.footer-grid > div > a:hover {
    color: white;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: #617b8f;
    font-size: .8rem;
    padding-top: 28px;
    margin-top: 45px;
    border-top: 1px solid rgba(255,255,255,.08);
}

.back-top {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: var(--blue-2);
    color: white;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0,0,0,.2);
    opacity: 0;
    transform: translateY(15px);
    pointer-events: none;
    transition: .25s ease;
    z-index: 900;
}

.back-top.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* RESPONSIVE */

@media (max-width: 1120px) {
    .menu-toggle {
        display: block;
    }

    .main-nav {
        display: none;
        position: absolute;
        top: 78px;
        left: 20px;
        right: 20px;
        padding: 18px;
        border-radius: 14px;
        background: #071d31;
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        box-shadow: 0 18px 45px rgba(0,0,0,.25);
    }

    .main-nav.open {
        display: flex;
    }

    .main-nav a {
        padding: 10px 12px;
    }

    .hero {
        min-height: auto;
        padding: 150px 0 120px;
    }

    .hero-content,
    .join-grid,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .hero-card {
        max-width: 500px;
    }

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

    .quick-card:nth-child(2) {
        border-right: 0;
    }

    .quick-card:nth-child(-n+2) {
        border-bottom: 1px solid var(--border);
    }

    .quick-card:last-child {
        grid-column: 1 / -1;
        border-bottom: 0;
    }

    .news-grid {
        grid-template-columns: 1fr 1fr;
    }

    .news-card.featured {
        grid-column: 1 / -1;
    }
}

@media (max-width: 650px) {
    .container {
        width: min(100% - 28px, 1180px);
    }

    .brand-text span {
        display: none;
    }

    .hero h1 {
        font-size: clamp(3rem, 15vw, 4.8rem);
    }

    .hero-card {
        min-height: 300px;
        padding: 30px;
    }

    .quick-grid,
    .radio-grid,
    .news-grid,
    .stats,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .quick-card {
        border-right: 0;
        border-bottom: 1px solid var(--border);
    }

    .quick-card:last-child {
        grid-column: auto;
        border-bottom: 0;
    }

    .news-card.featured {
        grid-column: auto;
    }

    .section {
        padding: 80px 0;
    }

    .section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .event {
        grid-template-columns: 70px 1fr;
        gap: 16px;
    }

    .event-arrow {
        display: none;
    }

    .contact-grid,
    .join-grid {
        gap: 45px;
    }

    .footer-bottom {
        flex-direction: column;
    }
}
.gallery-public-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.gallery-public-grid article{overflow:hidden;border:1px solid var(--border);border-radius:20px;background:#fff}.gallery-public-grid a{text-decoration:none;color:inherit}.gallery-public-grid article>a>div:last-child{padding:24px}.gallery-cover{min-height:240px;background:linear-gradient(135deg,#082b48,#138d91);background-size:cover;background-position:center}.gallery-public-grid span,.gallery-public-grid small{color:var(--muted);font-size:.78rem}.gallery-public-grid h2{margin:8px 0;font-size:1.45rem}.album-photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.album-photo-grid figure{margin:0;overflow:hidden;border-radius:16px;background:#f2f6f8}.album-photo-grid img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}.album-photo-grid figcaption{padding:15px}.album-photo-grid p{margin:5px 0 0;color:var(--muted)}.board-photo{width:76px;height:76px;object-fit:cover;border-radius:50%}
@media(max-width:900px){.gallery-public-grid,.album-photo-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.gallery-public-grid,.album-photo-grid{grid-template-columns:1fr}}


.brand-logo {
    width: 62px;
    height: 62px;
    object-fit: cover;
    object-position: left center;
    border-radius: 50%;
    flex: 0 0 auto;
    filter: drop-shadow(0 4px 10px rgba(0,0,0,.25));
}

.footer-logo {
    width: 72px;
    height: 72px;
}

.hero-logo-card {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 480px;
}

.hero-logo-stage {
    width: min(330px, 92%);
    aspect-ratio: 1;
    position: relative;
    display: grid;
    place-items: center;
    margin-bottom: 24px;
}

.hero-logo {
    position: relative;
    z-index: 2;
    width: 78%;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: left center;
    border-radius: 50%;
    filter: drop-shadow(0 22px 30px rgba(0,0,0,.38));
}

.hero-logo-glow {
    position: absolute;
    width: 94%;
    height: 94%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(49,182,180,.20), transparent 68%);
    filter: blur(4px);
}

.hero-logo-orbit {
    position: absolute;
    border: 1px solid rgba(140,220,247,.17);
    border-radius: 50%;
}

.orbit-one {
    inset: 4%;
}

.orbit-two {
    inset: -5%;
    border-style: dashed;
    opacity: .65;
}

.hero-logo-card .small-label {
    color: var(--gold);
}

.hero-logo-card p {
    margin-top: 6px;
}


@media (max-width: 650px) {
    .brand-logo {
        width: 52px;
        height: 52px;
    }
    .hero-logo-card {
        min-height: 390px;
    }
    .hero-logo-stage {
        width: min(285px, 86%);
    }
    .hero-logo {
        width: 78%;
    }
}

/* RADIO EN HUELVA - PÁGINA INTERIOR */

.main-nav a.active {
    color: var(--cyan);
    position: relative;
}

.main-nav a.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 2px;
    background: var(--cyan);
    border-radius: 999px;
}

.page-hero {
    min-height: 530px;
    padding: 150px 0 90px;
    color: white;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    background:
        radial-gradient(circle at 82% 40%, rgba(49,182,180,.20), transparent 22%),
        linear-gradient(120deg, #03111f 0%, #082745 58%, #0a416a 100%);
}

.page-hero::before,
.page-hero::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(140,220,247,.13);
    border-radius: 50%;
}

.page-hero::before {
    width: 520px;
    height: 520px;
    right: -130px;
    top: 30px;
    box-shadow: 0 0 0 70px rgba(46,185,232,.025), 0 0 0 140px rgba(46,185,232,.018);
}

.page-hero::after {
    width: 260px;
    height: 260px;
    left: -170px;
    bottom: -120px;
}

.page-hero-grid {
    position: absolute;
    inset: 0;
    opacity: .15;
    background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
    background-size: 52px 52px;
    mask-image: linear-gradient(90deg, black, transparent 72%);
}

.page-hero-content {
    display: grid;
    grid-template-columns: 1fr 320px;
    align-items: center;
    gap: 80px;
    position: relative;
    z-index: 2;
}

.page-hero h1 {
    font-size: clamp(3.5rem, 7vw, 6.5rem);
    line-height: .92;
    letter-spacing: -.055em;
}

.page-hero-subtitle {
    color: var(--gold);
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    font-weight: 800;
    margin-top: 22px;
}

.page-hero-intro {
    color: #b9cddd;
    max-width: 760px;
    font-size: 1.05rem;
    margin-top: 14px;
}

.page-hero-signal {
    width: 280px;
    height: 280px;
    position: relative;
    display: grid;
    place-items: center;
    justify-self: end;
}

.page-hero-signal > span {
    position: absolute;
    border: 1px solid rgba(140,220,247,.22);
    border-radius: 50%;
}

.page-hero-signal > span:nth-child(1) { inset: 0; }
.page-hero-signal > span:nth-child(2) { inset: 32px; }
.page-hero-signal > span:nth-child(3) { inset: 64px; }

.signal-core {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    text-align: center;
    color: #d9f8ff;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: .06em;
    background: rgba(49,182,180,.15);
    border: 1px solid rgba(140,220,247,.34);
    box-shadow: 0 0 50px rgba(49,182,180,.18);
}

.radio-subnav {
    background: white;
    border-bottom: 1px solid var(--border);
    box-shadow: 0 8px 24px rgba(6,25,45,.04);
    position: sticky;
    top: 78px;
    z-index: 100;
}

.radio-subnav-inner {
    display: flex;
    align-items: center;
    gap: 30px;
    min-height: 62px;
    overflow-x: auto;
    scrollbar-width: none;
}

.radio-subnav-inner::-webkit-scrollbar { display: none; }

.radio-subnav a {
    color: var(--muted);
    font-size: .82rem;
    font-weight: 800;
    white-space: nowrap;
}

.radio-subnav a:hover { color: var(--blue-2); }

.radio-page-section {
    padding: 95px 0;
    scroll-margin-top: 140px;
}

.section-soft { background: var(--light); }

.page-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 38px;
}

.page-section-heading h2 {
    font-size: clamp(2.2rem, 4.2vw, 3.7rem);
    line-height: 1;
    letter-spacing: -.045em;
}

.demo-label,
.integration-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #7b5d08;
    background: #fff7d7;
    border: 1px solid #eddda2;
    border-radius: 999px;
    padding: 8px 13px;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .08em;
    white-space: nowrap;
}

.repeater-table-wrap {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: white;
    overflow: hidden;
    box-shadow: 0 12px 34px rgba(6,25,45,.06);
}

.repeater-table {
    width: 100%;
    border-collapse: collapse;
}

.repeater-table th {
    color: #b8cbd9;
    background: var(--navy);
    padding: 16px 14px;
    text-align: left;
    font-size: .68rem;
    text-transform: uppercase;
    letter-spacing: .07em;
}

.repeater-table td {
    padding: 20px 14px;
    border-bottom: 1px solid var(--border);
    color: var(--muted);
    font-size: .86rem;
}

.repeater-table tbody tr:last-child td { border-bottom: 0; }
.repeater-table td strong { color: var(--text); }

.status-pending {
    display: inline-block;
    color: #8a6500;
    background: #fff7d7;
    border-radius: 999px;
    padding: 5px 9px;
    font-size: .7rem;
    font-weight: 800;
}

.data-note {
    color: var(--muted);
    font-size: .8rem;
    margin-top: 14px;
}

.info-card-grid {
    display: grid;
    gap: 20px;
}

.three-columns { grid-template-columns: repeat(3, 1fr); }
.four-columns { grid-template-columns: repeat(4, 1fr); }
.five-columns { grid-template-columns: repeat(5, 1fr); }

.info-card {
    min-height: 245px;
    padding: 28px;
    background: white;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: 0 10px 28px rgba(6,25,45,.045);
    display: flex;
    flex-direction: column;
    transition: transform .22s ease, border-color .22s ease;
}

.info-card:hover {
    transform: translateY(-4px);
    border-color: rgba(49,182,180,.42);
}

.info-card h3 {
    font-size: 1.25rem;
}

.info-card p {
    color: var(--muted);
    font-size: .9rem;
    margin-top: 9px;
}

.info-card .band-reference {
    color: #607b8e;
    font-size: .78rem;
    line-height: 1.55;
    margin-top: 16px;
}

.future-link {
    color: var(--blue-2);
    font-size: .75rem;
    font-weight: 800;
    margin-top: auto;
    padding-top: 22px;
}

.technical-notice,
.development-notice {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-top: 28px;
    border-radius: 15px;
    padding: 18px 20px;
}

.technical-notice {
    color: #38576d;
    background: #eaf6fa;
    border: 1px solid #c9e7ef;
    font-size: .86rem;
}

.notice-symbol {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    display: grid;
    place-items: center;
    border: 1px solid #8fc9d8;
    border-radius: 50%;
    color: var(--blue-2);
    font-weight: 900;
    font-style: normal;
}

.digital-section {
    color: white;
    background:
        radial-gradient(circle at 85% 20%, rgba(49,182,180,.14), transparent 18%),
        var(--navy);
    position: relative;
    overflow: hidden;
}

.digital-intro {
    max-width: 820px;
    color: #afc4d3;
    margin: -18px 0 32px;
}

.light-heading h2 { color: white; }

.dark-card {
    min-height: 280px;
    color: white;
    background: linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.025));
    border-color: rgba(255,255,255,.10);
    box-shadow: none;
}

.dark-card p { color: #9fb7cb; }
.dark-card .future-link { color: var(--cyan); }

.mode-dot {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: var(--cyan);
    box-shadow: 0 0 18px rgba(49,182,180,.7);
}

.metric-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.metric-card {
    min-height: 180px;
    padding: 22px;
    border: 1px solid var(--border);
    border-radius: 17px;
    background: white;
    display: flex;
    flex-direction: column;
}

.metric-card > span { color: var(--muted); font-size: .8rem; font-weight: 800; }
.metric-card strong { color: var(--blue-2); font-size: 2.7rem; line-height: 1; margin-top: 20px; }
.metric-card strong.metric-state { font-size: 1.7rem; line-height: 1.1; overflow-wrap: anywhere; }
.metric-card small { color: #8aa0b1; margin-top: auto; }

.metric-card strong.cluster-node { font-size: 1.9rem; overflow-wrap: anywhere; }
.metric-card > .cluster-endpoint { margin-top: 12px; color: #176c78; font-size: .86rem; overflow-wrap: anywhere; }

.cluster-connect-details {
    margin-top: 18px;
    padding: 15px 18px;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: #f7fbfd;
    color: var(--blue-2);
}

.cluster-connect-details summary { cursor: pointer; font-weight: 800; }
.cluster-connect-details p { margin: 12px 0 0; color: var(--muted); }
.cluster-connect-details dl { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px 22px; margin: 16px 0 2px; }
.cluster-connect-details dl div { min-width: 0; }
.cluster-connect-details dt { color: var(--muted); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.cluster-connect-details dd { margin: 4px 0 0; font-weight: 800; overflow-wrap: anywhere; }

.integration-label {
    color: #236148;
    background: #e9f8f0;
    border-color: #c8ead7;
    letter-spacing: .02em;
}

.integration-label .dot {
    width: 7px;
    height: 7px;
    box-shadow: 0 0 10px rgba(65,224,108,.55);
}

.icon-card { min-height: 330px; }

.satellite-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin-top: auto;
    padding-top: 20px;
}

.satellite-links .future-link {
    margin-top: 0;
    padding-top: 0;
}

.satellite-notice { margin-top: 28px; }

.resource-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.resource-card {
    min-height: 86px;
    padding: 20px;
    border: 1px solid var(--border);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    background: white;
    font-weight: 800;
    transition: border-color .2s ease, transform .2s ease;
}

a.resource-card:hover {
    border-color: var(--cyan);
    transform: translateY(-2px);
}

.resource-card strong { color: var(--blue-2); font-size: 1.25rem; }
.resource-card small { color: #91a4b3; font-size: .68rem; font-weight: 700; }
.resource-card.disabled { color: #6f8494; background: #f9fbfc; }

.development-notice {
    color: #5f4d16;
    background: #fff9e7;
    border: 1px solid #ecdfa9;
    margin-top: 50px;
}

.development-notice p { margin-top: 2px; font-size: .86rem; }

.development-icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: white;
    background: #b28c22;
    font-weight: 900;
}

@media (max-width: 1100px) {
    .five-columns { grid-template-columns: repeat(3, 1fr); }
    .four-columns { grid-template-columns: repeat(2, 1fr); }
    .metric-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 980px) {
    .main-nav a.active::after { display: none; }
    .page-hero-content { grid-template-columns: 1fr; }
    .page-hero-signal { display: none; }
    .page-hero { min-height: 500px; }
    .radio-subnav { top: 78px; }
    .three-columns { grid-template-columns: 1fr; }
    .info-card { min-height: 220px; }
}

@media (max-width: 760px) {
    .radio-page-section { padding: 72px 0; }
    .page-section-heading { align-items: flex-start; flex-direction: column; }
    .five-columns,
    .four-columns,
    .metric-grid,
    .resource-grid { grid-template-columns: 1fr; }
    .cluster-connect-details dl { grid-template-columns: 1fr; }

    .repeater-table-wrap { border: 0; background: transparent; box-shadow: none; overflow: visible; }
    .repeater-table,
    .repeater-table tbody,
    .repeater-table tr,
    .repeater-table td { display: block; width: 100%; }
    .repeater-table thead { display: none; }
    .repeater-table tr {
        padding: 14px 18px;
        margin-bottom: 16px;
        border: 1px solid var(--border);
        border-radius: 16px;
        background: white;
        box-shadow: 0 10px 28px rgba(6,25,45,.05);
    }
    .repeater-table td {
        display: grid;
        grid-template-columns: minmax(120px, .8fr) 1fr;
        gap: 14px;
        padding: 10px 0;
        border-bottom: 1px solid var(--border);
        text-align: right;
    }
    .repeater-table td::before {
        content: attr(data-label);
        color: var(--text);
        font-size: .72rem;
        font-weight: 900;
        text-align: left;
        text-transform: uppercase;
        letter-spacing: .04em;
    }
    .repeater-table tr:last-child td { border-bottom: 1px solid var(--border); }
    .repeater-table tr td:last-child { border-bottom: 0; }
}

@media (max-width: 650px) {
    .page-hero { min-height: 450px; padding: 130px 0 70px; }
    .page-hero h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
    .page-hero-subtitle { line-height: 1.35; }
    .radio-subnav-inner { gap: 22px; }
    .radio-subnav { top: 78px; }
}

/* NOTICIAS - PÁGINA INTERIOR */

.news-page-hero {
    min-height: 500px;
    background:
        radial-gradient(circle at 82% 36%, rgba(242,215,127,.11), transparent 19%),
        radial-gradient(circle at 72% 65%, rgba(49,182,180,.16), transparent 24%),
        linear-gradient(120deg, #03111f 0%, #082745 58%, #0a416a 100%);
}

.news-hero-mark {
    width: 270px;
    height: 270px;
    justify-self: end;
    border: 1px solid rgba(140,220,247,.20);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(6,25,45,.22);
    box-shadow: 0 0 0 34px rgba(49,182,180,.025), 0 0 0 68px rgba(49,182,180,.018);
}

.news-hero-mark span {
    color: white;
    font-size: 3.4rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.05em;
}

.news-hero-mark strong {
    color: var(--gold);
    font-size: .64rem;
    letter-spacing: .2em;
    margin-top: 12px;
}

.featured-news-section {
    padding: 80px 0 45px;
    background: var(--light);
}

.featured-news-card {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    min-height: 440px;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 26px;
    background: white;
    box-shadow: var(--shadow);
}

.featured-news-visual,
.news-list-visual {
    position: relative;
    overflow: hidden;
    background-color: #0b3656;
}

.featured-news-visual::after,
.news-list-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(3,17,31,.42), transparent 55%);
}

.provisional-badge {
    position: absolute;
    z-index: 2;
    top: 18px;
    left: 18px;
    color: #ffeaa5;
    background: rgba(3,17,31,.78);
    border: 1px solid rgba(242,215,127,.35);
    border-radius: 999px;
    padding: 7px 11px;
    font-size: .62rem;
    font-weight: 900;
    letter-spacing: .08em;
    backdrop-filter: blur(8px);
}

.featured-news-content {
    padding: clamp(32px, 5vw, 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-card-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    color: #879aa9;
    font-size: .7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.news-card-meta span {
    color: var(--blue-2);
}

.news-card-meta span::after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    margin-left: 10px;
    vertical-align: middle;
    border-radius: 50%;
    background: #9aacb9;
}

.featured-news-content h2 {
    font-size: clamp(2rem, 3.5vw, 3.3rem);
    line-height: 1.02;
    letter-spacing: -.045em;
    margin-top: 18px;
}

.featured-news-content p {
    color: var(--muted);
    margin-top: 18px;
}

.featured-news-content .btn {
    align-self: flex-start;
    margin-top: 28px;
}

.news-listing-section {
    padding: 70px 0 100px;
    background: var(--light);
}

.news-listing-heading { margin-bottom: 28px; }

.news-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 34px;
}

.news-filter {
    min-height: 40px;
    padding: 0 16px;
    color: var(--muted);
    background: white;
    border: 1px solid var(--border);
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 800;
    cursor: pointer;
    transition: color .2s ease, background .2s ease, border-color .2s ease;
}

.news-filter:hover {
    color: var(--blue-2);
    border-color: #aacbdc;
}

.news-filter.active {
    color: white;
    background: var(--blue);
    border-color: var(--blue);
}

.news-page-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.news-list-card {
    min-height: 460px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: white;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: 0 10px 30px rgba(6,25,45,.05);
    transition: transform .22s ease, border-color .22s ease;
}

.news-list-card:hover {
    transform: translateY(-5px);
    border-color: rgba(49,182,180,.42);
}

.news-list-card[hidden] { display: none; }

.news-list-visual {
    min-height: 210px;
}

.news-list-content {
    padding: 24px;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.news-list-content h3 {
    font-size: 1.3rem;
    line-height: 1.18;
    margin-top: 13px;
}

.news-list-content p {
    color: var(--muted);
    font-size: .9rem;
    margin-top: 12px;
}

.news-list-content > a {
    color: var(--blue-2);
    font-size: .83rem;
    font-weight: 900;
    margin-top: auto;
    padding-top: 20px;
}

.news-visual-radio {
    background:
        radial-gradient(circle at 72% 38%, rgba(49,182,180,.60), transparent 14%),
        linear-gradient(130deg, rgba(3,17,31,.15), rgba(11,79,138,.25)),
        repeating-linear-gradient(90deg, #071b2c 0 22px, #0a2d49 22px 24px);
}

.news-visual-field {
    background: linear-gradient(150deg, #0b2940 0%, #126383 55%, #69a9b9 100%);
}

.news-visual-contest {
    background:
        linear-gradient(45deg, rgba(242,215,127,.12), transparent),
        repeating-linear-gradient(135deg, #091d30 0 18px, #123d5b 18px 36px);
}

.news-visual-training {
    background:
        radial-gradient(circle at 30% 35%, rgba(255,255,255,.15), transparent 15%),
        linear-gradient(145deg, #16415d, #16889a);
}

.news-visual-tech {
    background:
        linear-gradient(rgba(49,182,180,.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(49,182,180,.12) 1px, transparent 1px),
        #08243e;
    background-size: 24px 24px;
}

.news-visual-dx {
    background: radial-gradient(circle at 75% 40%, #3ba9bd 0 4%, transparent 22%), linear-gradient(135deg, #06192d, #0d5d88);
}

.news-visual-community {
    background: radial-gradient(circle at 50% 120%, rgba(242,215,127,.30), transparent 38%), linear-gradient(120deg, #0a2944, #0b6d87);
}

.pagination-demo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 48px;
}

.pagination-demo a,
.pagination-demo span {
    min-width: 42px;
    min-height: 42px;
    padding: 0 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: white;
    font-size: .8rem;
    font-weight: 800;
}

.pagination-demo a:hover { border-color: var(--cyan); color: var(--blue-2); }
.pagination-demo .pagination-current { color: white; background: var(--blue); border-color: var(--blue); }
.pagination-demo .pagination-disabled { color: #a9b7c1; background: #f5f7f8; }

.empty-news-message {
    padding: 40px;
    color: var(--muted);
    text-align: center;
    background: white;
    border: 1px dashed #bfcdd7;
    border-radius: var(--radius);
}

.news-development-notice { margin-top: 40px; }

@media (max-width: 980px) {
    .news-hero-mark { display: none; }
    .featured-news-card { grid-template-columns: 1fr; }
    .featured-news-visual { min-height: 360px; }
    .news-page-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 650px) {
    .news-page-hero { min-height: 450px; }
    .featured-news-section { padding: 50px 0 30px; }
    .featured-news-visual { min-height: 250px; }
    .featured-news-content { padding: 28px; }
    .news-listing-section { padding: 55px 0 75px; }
    .news-page-grid { grid-template-columns: 1fr; }
    .news-list-card { min-height: 430px; }
    .news-filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; scrollbar-width: none; }
    .news-filters::-webkit-scrollbar { display: none; }
    .news-filter { flex: 0 0 auto; }
}

/* ACTIVIDADES - PÁGINA INTERIOR */

.activities-page-hero {
    min-height: 500px;
    background: radial-gradient(circle at 82% 38%, rgba(242,215,127,.13), transparent 19%), radial-gradient(circle at 72% 68%, rgba(49,182,180,.15), transparent 25%), linear-gradient(120deg, #03111f 0%, #082745 58%, #0a416a 100%);
}

.agenda-hero-mark {
    width: 270px;
    height: 270px;
    justify-self: end;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(140,220,247,.20);
    border-radius: 28px;
    background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(6,25,45,.24));
    box-shadow: 0 30px 70px rgba(0,0,0,.18);
}

.agenda-hero-mark span { color: white; font-size: 2.1rem; font-weight: 900; letter-spacing: -.04em; }
.agenda-hero-mark strong { color: var(--gold); font-size: .62rem; letter-spacing: .2em; margin-top: 10px; }

.featured-activity-section { padding: 80px 0 45px; background: var(--light); }

.featured-activity-card {
    display: grid;
    grid-template-columns: 1.12fr .88fr;
    min-height: 460px;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 26px;
    background: white;
    box-shadow: var(--shadow);
}

.featured-activity-visual,
.past-activity-visual {
    position: relative;
    overflow: hidden;
    background-color: #0b3656;
}

.featured-activity-visual::after,
.past-activity-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(3,17,31,.55), transparent 60%);
}

.featured-date {
    position: absolute;
    z-index: 2;
    left: 28px;
    bottom: 26px;
    width: 108px;
    padding: 15px 12px;
    color: white;
    text-align: center;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 16px;
    background: rgba(3,17,31,.72);
    backdrop-filter: blur(10px);
}

.featured-date strong,
.featured-date span,
.featured-date small { display: block; }
.featured-date strong { font-size: 2.1rem; line-height: 1; }
.featured-date span { color: var(--gold); font-size: .7rem; font-weight: 900; letter-spacing: .1em; margin-top: 5px; }
.featured-date small { color: #9fb7cb; margin-top: 3px; }

.featured-activity-content {
    padding: clamp(32px, 5vw, 58px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.activity-category {
    color: var(--blue-2);
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.featured-activity-content h2 {
    font-size: clamp(2rem, 3.5vw, 3.25rem);
    line-height: 1.02;
    letter-spacing: -.045em;
    margin-top: 14px;
}

.featured-activity-content > p { color: var(--muted); margin-top: 17px; }
.featured-activity-content .btn { align-self: flex-start; margin-top: 28px; }

.activity-details { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 25px; }
.activity-details div { padding-top: 13px; border-top: 1px solid var(--border); }
.activity-details dt { color: #8295a4; font-size: .66rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.activity-details dd { color: var(--text); font-size: .86rem; font-weight: 800; margin-top: 4px; }

.upcoming-activities-section { padding: 70px 0 100px; background: var(--light); }

.activity-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 32px;
}

.activity-filter {
    min-height: 40px;
    padding: 0 16px;
    color: var(--muted);
    background: white;
    border: 1px solid var(--border);
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 800;
    cursor: pointer;
}

.activity-filter:hover { color: var(--blue-2); border-color: #aacbdc; }
.activity-filter.active { color: white; background: var(--blue); border-color: var(--blue); }

.activity-agenda {
    border-top: 1px solid var(--border);
}

.activity-agenda-item {
    display: grid;
    grid-template-columns: 115px minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    padding: 26px 12px;
    border-bottom: 1px solid var(--border);
    transition: background .2s ease, padding .2s ease;
}

.activity-agenda-item:hover { padding-left: 22px; padding-right: 22px; background: white; }
.activity-agenda-item[hidden] { display: none; }

.agenda-date {
    text-align: center;
    border-right: 1px solid var(--border);
    padding-right: 20px;
}

.agenda-date strong,
.agenda-date span,
.agenda-date small { display: block; }
.agenda-date strong { font-size: 2rem; line-height: 1; }
.agenda-date span { color: var(--blue-2); font-size: .66rem; font-weight: 900; letter-spacing: .08em; margin-top: 5px; }
.agenda-date small { color: #91a3b0; margin-top: 3px; }

.agenda-content h3 { font-size: 1.35rem; line-height: 1.18; margin-top: 5px; }
.agenda-content > p { color: var(--muted); font-size: .9rem; margin-top: 7px; }
.agenda-meta { display: flex; flex-wrap: wrap; gap: 18px; color: #7c91a1; font-size: .74rem; font-weight: 700; margin-top: 12px; }
.agenda-meta span + span::before { content: "·"; margin-right: 18px; }

.agenda-action {
    min-height: 42px;
    padding: 0 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--blue-2);
    border: 1px solid #c4d6e2;
    border-radius: 999px;
    font-size: .77rem;
    font-weight: 900;
    white-space: nowrap;
}

.agenda-action:hover { border-color: var(--cyan); }

.empty-activity-message {
    padding: 40px;
    color: var(--muted);
    text-align: center;
    background: white;
    border: 1px dashed #bfcdd7;
    border-radius: var(--radius);
}

.calendar-section {
    padding: 100px 0;
    color: white;
    background: radial-gradient(circle at 12% 20%, rgba(49,182,180,.16), transparent 20%), var(--navy);
}

.calendar-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.calendar-copy h2 { font-size: clamp(2.5rem, 5vw, 4.2rem); line-height: 1; letter-spacing: -.045em; }
.calendar-copy > p { color: #9fb7cb; margin: 18px 0 28px; }

.demo-calendar {
    padding: 28px;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 22px;
    background: rgba(255,255,255,.055);
}

.calendar-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.10); }
.calendar-header span { color: #8da8bc; font-size: .78rem; }
.calendar-weekdays,
.calendar-days { display: grid; grid-template-columns: repeat(7, 1fr); }
.calendar-weekdays { color: var(--cyan); font-size: .68rem; font-weight: 900; text-align: center; padding: 18px 0 8px; }
.calendar-days span { min-height: 52px; display: grid; place-items: center; color: #b5c8d6; font-size: .8rem; border: 1px solid rgba(255,255,255,.045); position: relative; }
.calendar-days .has-demo-event { color: white; font-weight: 900; background: rgba(49,182,180,.12); }
.calendar-days .has-demo-event::after { content: ""; position: absolute; bottom: 7px; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
.calendar-legend { color: #849fb2; font-size: .7rem; margin-top: 16px; }
.calendar-legend span { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); margin-right: 7px; }

.past-activities-section { padding: 100px 0; background: white; }
.past-activities-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

.past-activity-card {
    min-height: 430px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: white;
    box-shadow: 0 10px 28px rgba(6,25,45,.05);
}

.past-activity-visual { min-height: 185px; }
.past-activity-content { padding: 22px; display: flex; flex: 1; flex-direction: column; }
.past-activity-content h3 { font-size: 1.2rem; line-height: 1.18; margin-top: 12px; }
.past-activity-content p { color: var(--muted); font-size: .86rem; margin-top: 10px; }
.past-activity-content > a { color: var(--blue-2); font-size: .8rem; font-weight: 900; margin-top: auto; padding-top: 18px; }
.activities-development-notice { margin-top: 40px; }

.activity-visual-portable { background: linear-gradient(145deg, #09283d, #126b82 58%, #83b9bf); }
.activity-visual-training { background: radial-gradient(circle at 28% 35%, rgba(255,255,255,.15), transparent 14%), linear-gradient(135deg, #143d59, #168b99); }
.activity-visual-tech { background: linear-gradient(rgba(49,182,180,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(49,182,180,.12) 1px, transparent 1px), #08243e; background-size: 25px 25px; }
.activity-visual-meeting { background: radial-gradient(circle at 50% 110%, rgba(242,215,127,.25), transparent 38%), linear-gradient(120deg, #0a2944, #0d607d); }
.activity-visual-radio { background: radial-gradient(circle at 72% 38%, rgba(49,182,180,.60), transparent 14%), repeating-linear-gradient(90deg, #071b2c 0 22px, #0a2d49 22px 24px); }

@media (max-width: 1100px) {
    .past-activities-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 980px) {
    .agenda-hero-mark { display: none; }
    .featured-activity-card { grid-template-columns: 1fr; }
    .featured-activity-visual { min-height: 350px; }
    .calendar-layout { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
    .activity-agenda-item { grid-template-columns: 78px 1fr; gap: 18px; padding: 22px 0; }
    .agenda-action { grid-column: 2; justify-self: start; }
    .agenda-date { padding-right: 14px; }
    .agenda-meta { display: grid; gap: 4px; }
    .agenda-meta span + span::before { display: none; }
}

@media (max-width: 650px) {
    .activities-page-hero { min-height: 450px; }
    .featured-activity-section { padding: 50px 0 30px; }
    .featured-activity-visual { min-height: 250px; }
    .featured-activity-content { padding: 28px; }
    .activity-details { grid-template-columns: 1fr; }
    .upcoming-activities-section { padding: 55px 0 75px; }
    .activity-filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; scrollbar-width: none; }
    .activity-filters::-webkit-scrollbar { display: none; }
    .activity-filter { flex: 0 0 auto; }
    .calendar-section,
    .past-activities-section { padding: 75px 0; }
    .demo-calendar { padding: 18px; }
    .calendar-days span { min-height: 42px; }
    .past-activities-grid { grid-template-columns: 1fr; }
}

/* LA SECCIÓN - PÁGINA INTERIOR */

.section-page-hero { min-height: 500px; background: radial-gradient(circle at 82% 38%, rgba(242,215,127,.12), transparent 19%), radial-gradient(circle at 72% 68%, rgba(49,182,180,.16), transparent 25%), linear-gradient(120deg, #03111f 0%, #082745 58%, #0a416a 100%); }
.section-hero-mark { width: 270px; height: 270px; justify-self: end; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(140,220,247,.20); border-radius: 50%; background: rgba(6,25,45,.22); box-shadow: 0 0 0 34px rgba(49,182,180,.025), 0 0 0 68px rgba(49,182,180,.018); }
.section-hero-mark span { color: white; font-size: 3.7rem; font-weight: 900; line-height: 1; letter-spacing: -.06em; }
.section-hero-mark strong { color: var(--gold); font-size: .7rem; letter-spacing: .22em; margin-top: 12px; }

.about-section { padding: 100px 0; background: white; }
.about-section-grid { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(55px, 8vw, 110px); align-items: center; }
.about-copy h2,
.participate-heading h2,
.start-radio-grid h2 { font-size: clamp(2.4rem, 4.6vw, 4rem); line-height: 1; letter-spacing: -.045em; }
.about-copy > p { color: var(--muted); font-size: 1.05rem; margin-top: 20px; }
.about-copy .provisional-copy { color: #7a681f; font-size: .82rem; padding: 14px 16px; background: #fff9e7; border: 1px solid #ecdfa9; border-radius: 12px; }

.about-logo-panel { min-height: 430px; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; border: 1px solid var(--border); border-radius: 26px; background: radial-gradient(circle, rgba(49,182,180,.13), transparent 55%), var(--light); }
.about-logo-panel img { width: min(280px, 68%); aspect-ratio: 1; object-fit: cover; object-position: left center; border-radius: 50%; position: relative; z-index: 2; filter: drop-shadow(0 20px 30px rgba(6,25,45,.20)); }
.about-logo-panel small { color: #7b5d08; font-size: .62rem; font-weight: 900; letter-spacing: .18em; margin-top: 22px; z-index: 2; }
.about-wave { position: absolute; border: 1px solid rgba(13,103,173,.12); border-radius: 50%; }
.wave-a { width: 360px; height: 360px; }
.wave-b { width: 440px; height: 440px; }

.section-areas-section { padding: 100px 0; background: var(--light); }
.section-areas-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.section-area-card { min-height: 225px; padding: 25px; display: flex; flex-direction: column; border: 1px solid var(--border); border-radius: 18px; background: white; box-shadow: 0 8px 24px rgba(6,25,45,.04); }
.section-area-card h3 { font-size: 1.18rem; }
.section-area-card p { color: var(--muted); font-size: .86rem; margin-top: 9px; }

.board-section { padding: 100px 0; color: white; background: radial-gradient(circle at 90% 15%, rgba(49,182,180,.13), transparent 18%), var(--navy); }
.board-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.board-card { min-height: 128px; padding: 22px; display: flex; align-items: center; gap: 20px; border: 1px solid rgba(255,255,255,.10); border-radius: 17px; background: rgba(255,255,255,.045); }
.board-avatar { width: 58px; height: 58px; flex: 0 0 58px; border: 1px solid rgba(140,220,247,.22); border-radius: 50%; background: radial-gradient(circle, rgba(49,182,180,.20), transparent 65%); }
.board-card div > span { color: var(--cyan); font-size: .64rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.board-card h3 { font-size: 1.12rem; margin-top: 4px; }
.board-card p { color: #7f9caf; font-size: .74rem; margin-top: 4px; }

.headquarters-section { padding: 100px 0; background: var(--light); }
.headquarters-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; }
.headquarters-data { overflow: hidden; border: 1px solid var(--border); border-radius: 20px; background: white; }
.headquarters-data > div { display: grid; grid-template-columns: 150px 1fr; gap: 18px; padding: 17px 20px; border-bottom: 1px solid var(--border); }
.headquarters-data > div:last-child { border-bottom: 0; }
.headquarters-data dt { color: #8295a4; font-size: .68rem; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.headquarters-data dd { color: var(--text); font-size: .86rem; font-weight: 800; }
.headquarters-data a { color: var(--blue-2); }
.map-placeholder { min-height: 420px; padding: 30px; position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border: 1px solid #bdd4df; border-radius: 20px; background: #dfeef3; }
.map-grid { position: absolute; inset: 0; opacity: .4; background-image: linear-gradient(rgba(13,103,173,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(13,103,173,.18) 1px, transparent 1px); background-size: 38px 38px; transform: rotate(-8deg) scale(1.2); }
.map-placeholder strong,
.map-placeholder span { position: relative; }
.map-placeholder strong { color: var(--blue); }
.map-placeholder span { color: #678394; font-size: .75rem; margin-top: 6px; }

.callsign-section { padding: 90px 0; color: white; background: linear-gradient(120deg, #08243e, #0a416a); }
.callsign-layout { display: grid; grid-template-columns: 1fr .85fr; gap: 80px; align-items: center; }
.callsign-layout h2 { font-size: clamp(2.5rem, 5vw, 4.2rem); line-height: 1; letter-spacing: -.045em; }
.callsign-layout p { color: #a9bfd2; max-width: 600px; margin-top: 16px; }
.callsign-card { min-height: 210px; padding: 32px; display: flex; flex-direction: column; justify-content: center; border: 1px solid rgba(255,255,255,.13); border-radius: 21px; background: rgba(255,255,255,.06); }
.callsign-card span { color: var(--gold); font-size: .65rem; font-weight: 900; letter-spacing: .15em; }
.callsign-card strong { font-size: clamp(1.7rem, 3vw, 2.6rem); margin-top: 12px; }
.callsign-card small { color: #8fa9bb; margin-top: 8px; }

.history-section { padding: 100px 0; background: white; }
.history-intro { max-width: 780px; color: var(--muted); font-size: 1.02rem; }
.history-timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 50px; border-top: 2px solid #d8e6ed; }
.history-timeline > div { position: relative; padding: 30px 30px 0 0; }
.history-timeline > div::before { content: ""; position: absolute; top: -7px; left: 0; width: 12px; height: 12px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 6px white; }
.history-timeline span { color: var(--blue-2); font-size: .66rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.history-timeline strong { display: block; margin-top: 8px; }
.history-timeline p { color: var(--muted); font-size: .82rem; margin-top: 7px; }

.participate-section { padding: 100px 0; color: white; background: radial-gradient(circle at 15% 20%, rgba(49,182,180,.15), transparent 18%), var(--navy); }
.participate-heading { text-align: center; margin-bottom: 42px; }
.participate-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.participate-grid article { min-height: 310px; padding: 30px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.11); border-radius: 20px; background: rgba(255,255,255,.05); }
.participate-grid article > span { color: var(--gold); font-size: .63rem; font-weight: 900; letter-spacing: .12em; }
.participate-grid h3 { font-size: 1.35rem; margin-top: 20px; }
.participate-grid p { color: #9fb7cb; font-size: .88rem; margin-top: 10px; }
.participate-grid .btn { align-self: flex-start; margin-top: auto; font-size: .8rem; }

.start-radio-section { padding: 100px 0; background: var(--light); }
.start-radio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.start-radio-grid > div { padding: clamp(30px, 5vw, 50px); border: 1px solid var(--border); border-radius: 22px; background: white; }
.start-radio-grid h2 { font-size: clamp(2rem, 3.6vw, 3.2rem); }
.start-radio-grid p { color: var(--muted); margin-top: 17px; }
.start-radio-grid .btn { margin-top: 26px; }
.section-outline-button { color: var(--blue-2); border: 1px solid #acc9d9; background: white; }

@media (max-width: 1100px) {
    .section-areas-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 980px) {
    .section-hero-mark { display: none; }
    .about-section-grid,
    .headquarters-grid,
    .callsign-layout { grid-template-columns: 1fr; }
    .about-logo-panel { min-height: 380px; }
}

@media (max-width: 760px) {
    .board-grid,
    .participate-grid,
    .start-radio-grid { grid-template-columns: 1fr; }
    .history-timeline { grid-template-columns: 1fr; border-top: 0; border-left: 2px solid #d8e6ed; margin-left: 7px; }
    .history-timeline > div { padding: 0 0 34px 28px; }
    .history-timeline > div::before { top: 3px; left: -7px; }
}

@media (max-width: 650px) {
    .section-page-hero { min-height: 450px; }
    .about-section,
    .section-areas-section,
    .board-section,
    .headquarters-section,
    .history-section,
    .participate-section,
    .start-radio-section { padding: 75px 0; }
    .section-areas-grid { grid-template-columns: 1fr; }
    .headquarters-data > div { grid-template-columns: 1fr; gap: 5px; }
    .map-placeholder { min-height: 300px; }
    .board-card { align-items: flex-start; }
    .about-logo-panel { min-height: 330px; }
}

/* RECURSOS - PÁGINA INTERIOR */

.resources-page-hero { min-height: 500px; background: radial-gradient(circle at 82% 38%, rgba(242,215,127,.12), transparent 19%), radial-gradient(circle at 72% 68%, rgba(49,182,180,.16), transparent 25%), linear-gradient(120deg, #03111f 0%, #082745 58%, #0a416a 100%); }
.resources-hero-mark { width: 270px; height: 270px; justify-self: end; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(140,220,247,.20); border-radius: 50%; background: rgba(6,25,45,.22); box-shadow: 0 0 0 34px rgba(49,182,180,.025), 0 0 0 68px rgba(49,182,180,.018); }
.resources-hero-mark span { color: white; font-size: 3.5rem; font-weight: 900; line-height: 1; letter-spacing: -.055em; }
.resources-hero-mark strong { color: var(--gold); font-size: .66rem; letter-spacing: .2em; margin-top: 12px; }
.services-section { padding: 100px 0; background: var(--light); }
.featured-services-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 20px; }
.featured-service-card { min-height: 390px; padding: 32px; display: flex; flex-direction: column; border: 1px solid var(--border); border-radius: 22px; background: white; box-shadow: 0 10px 30px rgba(6,25,45,.05); }
.featured-service-card.primary-service { color: white; background: radial-gradient(circle at 90% 10%, rgba(49,182,180,.20), transparent 25%), linear-gradient(145deg, #06192d, #0a416a); border-color: rgba(49,182,180,.24); box-shadow: 0 20px 50px rgba(6,25,45,.18); }
.featured-service-card h3 { font-size: clamp(1.5rem, 2.4vw, 2.15rem); line-height: 1.05; }
.featured-service-card p { color: var(--muted); margin-top: 14px; }
.primary-service p { color: #afc4d3; }
.featured-service-card .btn { align-self: flex-start; margin-top: auto; font-size: .8rem; }
.service-outline-button { color: var(--blue-2); border: 1px solid #aecbd9; background: white; }
.cluster-data { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: auto; padding-top: 24px; }
.cluster-data div { padding: 14px; border: 1px solid var(--border); border-radius: 12px; background: var(--light); }
.cluster-data dt { color: #8195a4; font-size: .62rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.cluster-data dd { color: var(--blue); font-size: 1rem; font-weight: 900; margin-top: 4px; }
.cluster-service small { color: #7d929f; font-size: .7rem; margin-top: 15px; }
.future-services-note { color: var(--muted); font-size: .78rem; margin-top: 18px; }
.featured-resources-section { padding: 100px 0; background: #f4f8fa; }
.featured-resources-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.featured-resource-link { min-height: 150px; padding: 25px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; color: var(--blue-2); border: 1px solid var(--border); border-radius: 18px; background: white; box-shadow: 0 8px 26px rgba(6,25,45,.045); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.featured-resource-link.has-image { padding: 0; display: block; overflow: hidden; }
.resource-image { height: 130px; padding: 20px; display: block; background: #f5f8fa; border-bottom: 1px solid var(--border); }
.resource-image img, .resource-list-image img { width: 100%; height: 100%; display: block; object-fit: contain; }
.resource-link-content { min-height: 112px; padding: 22px 25px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.featured-resource-link:hover { border-color: var(--cyan); box-shadow: 0 14px 34px rgba(6,25,45,.09); transform: translateY(-2px); }
.featured-resource-link:focus-visible, .external-links-list a:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }
.featured-resource-link strong { display: block; font-size: 1.25rem; line-height: 1.2; }
.featured-resource-link small, .external-links-list small { display: block; margin-top: 8px; color: var(--muted); font-size: .76rem; font-weight: 500; line-height: 1.45; }
.useful-links-section { padding: 100px 0; background: white; }
.useful-links-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.useful-links-card { min-height: 365px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--border); border-radius: 20px; background: white; box-shadow: 0 8px 26px rgba(6,25,45,.045); scroll-margin-top: 110px; }
.useful-links-card h3 { font-size: 1.3rem; }
.useful-links-card > p { color: var(--muted); font-size: .85rem; margin-top: 8px; }
.external-links-list { margin-top: auto; padding-top: 23px; border-top: 1px solid var(--border); }
.external-links-list a { min-height: 58px; padding: 9px 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #37566d; border-bottom: 1px solid #edf2f5; font-size: .8rem; font-weight: 800; }
.resource-list-image { width: 58px; height: 48px; padding: 6px; flex: 0 0 auto; display: block; border: 1px solid var(--border); border-radius: 9px; background: #f5f8fa; }
.resource-list-copy { min-width: 0; flex: 1 1 auto; }
.external-links-list a:last-child { border-bottom: 0; }
.external-links-list a:hover { color: var(--blue-2); }
.resource-indicator { flex: 0 0 auto; color: var(--cyan); font-size: 1rem; }
.metric-link { color: var(--blue-2); font-size: .72rem; font-weight: 800; margin-top: auto; }

@media (max-width: 1100px) {
    .featured-services-grid { grid-template-columns: 1fr 1fr; }
    .primary-service { grid-row: span 2; }
    .featured-resources-grid,
    .useful-links-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 980px) {
    .resources-hero-mark { display: none; }
}

@media (max-width: 760px) {
    .featured-services-grid { grid-template-columns: 1fr; }
    .primary-service { grid-row: auto; }
    .featured-service-card { min-height: 330px; }
}

@media (max-width: 650px) {
    .resources-page-hero { min-height: 450px; }
    .services-section,
    .featured-resources-section,
    .useful-links-section { padding: 75px 0; }
    .featured-resources-grid,
    .useful-links-grid { grid-template-columns: 1fr; }
    .useful-links-card { min-height: 330px; }
}

/* Dynamic news states and detail */
.public-empty-state { padding: 48px 32px; border: 1px solid #d8e3eb; border-radius: 20px; background: #f7fafc; text-align: center; color: #536b80; }
.public-empty-state strong { display: block; margin-bottom: 8px; color: #102b43; font-size: 1.18rem; }
.public-empty-state p { margin: 0; }
.public-empty-state.compact { padding: 35px 24px; }
.featured-news-visual[style], .news-list-visual[style], .news-image[style] { background-size: cover; background-position: center; }
.news-detail-header { padding: 105px 0 65px; color: #fff; background: radial-gradient(circle at 78% 35%, rgba(49,182,180,.2), transparent 28%), linear-gradient(120deg, #03111f, #0a3c62); }
.container.narrow { width: min(860px, calc(100% - 40px)); }
.news-detail-header .news-card-meta { color: #bfd0df; }
.news-detail-header h1 { max-width: 820px; margin: 18px 0; font-size: clamp(2.5rem, 6vw, 5.2rem); line-height: .98; }
.news-detail-summary { max-width: 740px; font-size: 1.2rem; line-height: 1.65; color: #c4d3df; }
.news-detail-author { display: inline-block; margin-top: 12px; color: #f2d77f; font-weight: 800; }
.news-detail-image { display: block; width: 100%; max-height: 580px; margin: 55px 0 0; object-fit: cover; border-radius: 22px; }
.news-detail-content { padding-top: 60px; padding-bottom: 35px; color: #263f54; font-size: 1.08rem; line-height: 1.9; }
.news-detail-back { padding-bottom: 90px; }
.news-detail-back a { color: #087f89; font-weight: 800; text-decoration: none; }
.detail-empty { min-height: 60vh; padding: 120px 0; text-align: center; }
.detail-empty h1 { margin: 12px 0; font-size: clamp(2.3rem, 6vw, 4.5rem); color: #082b48; }
.detail-empty p { margin-bottom: 30px; color: #60768a; }
.radio-managed-resources { margin-top: 28px; }
@media (max-width: 650px) {
    .news-detail-header { padding: 72px 0 45px; }
    .news-detail-summary { font-size: 1.05rem; }
    .news-detail-content { padding-top: 42px; font-size: 1rem; }
}
