/*
Theme component: ARANOX Notícias
Revision: AW4_016_01_PREMIUM_REV01
*/

/* AW4_016_01_NOTICIAS_PREMIUM_START */

:root{
    --news-shell:min(100% - 56px,1240px);
    --news-ink:#071827;
    --news-ink-soft:#183042;
    --news-muted:#607486;
    --news-border:rgba(13,71,101,.13);
    --news-border-dark:rgba(119,223,239,.16);
    --news-surface:#f4f8fb;
    --news-surface-2:#eaf2f7;
    --news-navy:#061621;
    --news-navy-2:#09283b;
    --news-navy-3:#0b3449;
    --news-cyan:#40d0dd;
    --news-blue:#2da7e0;
    --news-blue-deep:#087dab;
    --news-orange:#ff8e29;
    --news-white:#fff;
    --news-radius-xl:36px;
    --news-radius-lg:28px;
    --news-radius-md:21px;
    --news-shadow-xl:
        0 38px 90px rgba(4,27,43,.15),
        0 8px 26px rgba(4,27,43,.08);
    --news-shadow-dark:
        0 38px 85px rgba(0,0,0,.34),
        inset 0 1px 0 rgba(255,255,255,.035);
}

*{
    box-sizing:border-box;
}

.news-page{
    overflow:hidden;
    color:var(--news-ink);
    background:var(--news-surface);
}

.news-page a{
    color:inherit;
}

.news-shell{
    position:relative;
    z-index:2;
    width:var(--news-shell);
    margin-inline:auto;
}

.news-featured,
.news-feed,
.news-ecosystem,
.news-tracks,
.news-knowledge,
.news-newsletter{
    position:relative;
    padding:clamp(92px,9vw,142px) 0;
}

.news-eyebrow,
.news-kicker{
    display:inline-flex;
    align-items:center;
    gap:12px;
    color:var(--news-blue-deep);
    font-size:.74rem;
    font-weight:900;
    line-height:1;
    letter-spacing:.17em;
    text-transform:uppercase;
}

.news-eyebrow::before,
.news-kicker::before{
    content:"";
    width:34px;
    height:2px;
    border-radius:99px;
    background:
        linear-gradient(
            90deg,
            var(--news-orange),
            var(--news-blue)
        );
    box-shadow:0 0 10px rgba(45,167,224,.24);
}

.news-section-heading{
    max-width:920px;
    margin-bottom:52px;
}

.news-section-heading h2{
    max-width:1000px;
    margin:18px 0 0;
    color:var(--news-ink);
    font-size:clamp(2.65rem,5.1vw,5.85rem);
    font-weight:780;
    line-height:.93;
    letter-spacing:-.065em;
    text-wrap:balance;
}

.news-section-heading--light h2{
    color:#fff;
}

.news-section-heading--light .news-kicker{
    color:var(--news-cyan);
}

/* ==========================================================================
   HERO
   ========================================================================== */

.news-hero{
    position:relative;
    min-height:min(880px,92vh);
    overflow:hidden;
    color:#fff;
    background:
        radial-gradient(
            circle at 78% 28%,
            rgba(44,174,215,.22),
            transparent 24%
        ),
        radial-gradient(
            circle at 28% 78%,
            rgba(35,207,185,.12),
            transparent 31%
        ),
        linear-gradient(
            132deg,
            #030c13 0,
            #061925 43%,
            #0a2b40 100%
        );
    isolation:isolate;
}

.news-hero::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:-3;
    opacity:.3;
    background-image:
        linear-gradient(
            rgba(84,210,226,.08) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(84,210,226,.08) 1px,
            transparent 1px
        );
    background-size:64px 64px;
    mask-image:
        linear-gradient(
            90deg,
            transparent,
            #000 20% 80%,
            transparent
        );
    animation:newsGridDrift 24s linear infinite;
}

.news-hero::after{
    content:"";
    position:absolute;
    z-index:-2;
    width:min(76vw,980px);
    aspect-ratio:1;
    right:-18%;
    top:-34%;
    border:1px solid rgba(70,209,225,.12);
    border-radius:50%;
    box-shadow:
        0 0 0 90px rgba(70,209,225,.018),
        0 0 0 180px rgba(70,209,225,.012),
        0 0 120px rgba(51,185,215,.07);
    animation:newsHeroOrbit 22s linear infinite;
}

.news-hero__mesh{
    position:absolute;
    inset:0;
    z-index:-1;
    pointer-events:none;
}

.news-hero__mesh::before,
.news-hero__mesh::after{
    content:"";
    position:absolute;
    border-radius:50%;
    filter:blur(4px);
}

.news-hero__mesh::before{
    width:9px;
    height:9px;
    left:14%;
    top:24%;
    background:var(--news-cyan);
    box-shadow:
        120px 54px 0 -2px rgba(64,208,221,.5),
        370px -70px 0 -3px rgba(64,208,221,.45),
        730px 165px 0 -2px rgba(64,208,221,.55),
        910px 430px 0 -3px rgba(64,208,221,.42),
        530px 580px 0 -2px rgba(64,208,221,.38);
    animation:newsSignals 5.8s ease-in-out infinite;
}

.news-hero__mesh::after{
    width:440px;
    height:440px;
    right:3%;
    bottom:-20%;
    opacity:.34;
    background:
        radial-gradient(
            circle,
            rgba(51,190,219,.28),
            transparent 67%
        );
    animation:newsGlowBreath 7s ease-in-out infinite;
}

.news-hero__layout{
    display:grid;
    grid-template-columns:minmax(0,1.22fr) minmax(360px,.78fr);
    gap:clamp(54px,7vw,100px);
    align-items:center;
    min-height:inherit;
    padding-block:110px;
}

.news-hero__copy{
    max-width:840px;
}

.news-hero__copy .news-eyebrow{
    color:#7be5ed;
}

.news-hero__copy h1{
    max-width:900px;
    margin:24px 0 30px;
    font-size:clamp(3.65rem,6.5vw,7.4rem);
    font-weight:790;
    line-height:.88;
    letter-spacing:-.075em;
    text-wrap:balance;
}

.news-hero__copy p{
    max-width:790px;
    margin:0;
    color:rgba(231,245,251,.68);
    font-size:clamp(1.02rem,1.45vw,1.24rem);
    line-height:1.78;
}

.news-hero__actions{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:40px;
}

.news-button{
    position:relative;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:56px;
    padding:0 25px;
    overflow:hidden;
    border:1px solid transparent;
    border-radius:999px;
    font-size:.78rem;
    font-weight:900;
    letter-spacing:.08em;
    text-decoration:none;
    text-transform:uppercase;
    transition:
        transform .28s ease,
        border-color .28s ease,
        background .28s ease,
        box-shadow .28s ease;
}

.news-button::before{
    content:"";
    position:absolute;
    inset:0;
    opacity:0;
    background:
        linear-gradient(
            115deg,
            transparent 25%,
            rgba(255,255,255,.36),
            transparent 70%
        );
    transform:translateX(-130%);
    transition:none;
}

.news-button:hover::before{
    opacity:1;
    animation:newsButtonSweep .8s ease;
}

.news-button:hover{
    transform:translateY(-3px);
}

.news-button--primary{
    color:#00151f !important;
    background:
        linear-gradient(
            135deg,
            #68e6e6,
            #30b7e5
        );
    box-shadow:
        0 16px 34px rgba(43,181,221,.22),
        inset 0 1px 0 rgba(255,255,255,.45);
}

.news-button--primary:hover{
    box-shadow:
        0 22px 44px rgba(43,181,221,.31),
        inset 0 1px 0 rgba(255,255,255,.52);
}

.news-button--secondary{
    color:#eafaff !important;
    border-color:rgba(151,227,238,.24);
    background:rgba(255,255,255,.045);
    backdrop-filter:blur(10px);
}

.news-button--secondary:hover{
    border-color:rgba(151,227,238,.46);
    background:rgba(255,255,255,.085);
}

.news-hero__signal{
    position:relative;
    padding:clamp(31px,4vw,50px);
    overflow:hidden;
    border:1px solid rgba(116,224,237,.2);
    border-radius:var(--news-radius-xl);
    background:
        linear-gradient(
            145deg,
            rgba(14,53,72,.78),
            rgba(3,18,28,.82)
        );
    box-shadow:var(--news-shadow-dark);
    backdrop-filter:blur(20px);
    transform-style:preserve-3d;
}

.news-hero__signal::before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    opacity:.7;
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(50,190,219,.22),
            transparent 38%
        );
}

.news-hero__signal::after{
    content:"";
    position:absolute;
    top:-35%;
    left:-45%;
    width:44%;
    height:170%;
    opacity:.55;
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(120,235,242,.12),
            transparent
        );
    transform:skewX(-15deg);
    animation:newsSignalSweep 7s ease-in-out infinite;
}

.news-signal__label{
    position:relative;
    z-index:2;
    display:inline-flex;
    align-items:center;
    gap:9px;
    color:var(--news-cyan);
    font-size:.72rem;
    font-weight:900;
    letter-spacing:.17em;
    text-transform:uppercase;
}

.news-signal__label::before{
    content:"";
    width:8px;
    height:8px;
    border-radius:50%;
    background:var(--news-cyan);
    box-shadow:
        0 0 0 6px rgba(64,208,221,.08),
        0 0 18px rgba(64,208,221,.7);
    animation:newsDotPulse 2.4s ease-in-out infinite;
}

.news-hero__signal strong{
    position:relative;
    z-index:2;
    display:block;
    margin:28px 0 35px;
    font-size:clamp(1.45rem,2.3vw,2.45rem);
    line-height:1.08;
    letter-spacing:-.04em;
}

.news-signal__line{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:8px;
    margin-bottom:31px;
}

.news-signal__line span{
    position:relative;
    height:3px;
    overflow:hidden;
    border-radius:99px;
    background:rgba(131,227,239,.13);
}

.news-signal__line span::after{
    content:"";
    position:absolute;
    inset:0;
    border-radius:inherit;
    background:
        linear-gradient(
            90deg,
            var(--news-blue),
            var(--news-cyan)
        );
    transform:translateX(-105%);
    animation:newsSignalLine 3.6s ease-in-out infinite;
}

.news-signal__line span:nth-child(2)::after{
    animation-delay:.35s;
}

.news-signal__line span:nth-child(3)::after{
    animation-delay:.7s;
}

.news-signal__line span:nth-child(4)::after{
    animation-delay:1.05s;
}

.news-hero__signal ul{
    position:relative;
    z-index:2;
    display:grid;
    gap:15px;
    margin:0;
    padding:0;
    list-style:none;
}

.news-hero__signal li{
    display:flex;
    align-items:center;
    gap:12px;
    color:rgba(233,248,252,.68);
    font-size:.95rem;
}

.news-hero__signal li::before{
    content:"";
    width:6px;
    height:6px;
    border-radius:50%;
    background:#52d5e0;
    box-shadow:0 0 10px rgba(82,213,224,.65);
}

/* ==========================================================================
   DESTAQUE
   ========================================================================== */

.news-featured{
    overflow:hidden;
    background:
        radial-gradient(
            circle at 100% 0,
            rgba(47,174,218,.11),
            transparent 28%
        ),
        linear-gradient(
            180deg,
            #f6fafc,
            #edf4f8
        );
}

.news-featured::after{
    content:"";
    position:absolute;
    width:460px;
    height:460px;
    left:-260px;
    bottom:-260px;
    border:1px solid rgba(8,125,171,.1);
    border-radius:50%;
    box-shadow:
        0 0 0 55px rgba(8,125,171,.02),
        0 0 0 110px rgba(8,125,171,.014);
}

.news-feature-card{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:1.12fr .88fr;
    min-height:510px;
    overflow:hidden;
    border:1px solid rgba(9,83,116,.11);
    border-radius:var(--news-radius-xl);
    background:#fff;
    box-shadow:var(--news-shadow-xl);
    transition:
        transform .42s cubic-bezier(.2,.7,.2,1),
        box-shadow .42s ease,
        border-color .42s ease;
}

.news-feature-card::after{
    content:"";
    position:absolute;
    inset:0;
    z-index:4;
    pointer-events:none;
    border-radius:inherit;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.75);
}

.news-feature-card:hover{
    transform:translateY(-8px);
    border-color:rgba(42,167,209,.28);
    box-shadow:
        0 48px 105px rgba(4,27,43,.2),
        0 12px 30px rgba(4,27,43,.08);
}

.news-feature-card__media,
.news-card__media{
    position:relative;
    display:block;
    overflow:hidden;
    background:#061725;
}

.news-feature-card__media::after,
.news-card__media::after{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:
        linear-gradient(
            180deg,
            transparent 52%,
            rgba(2,14,23,.36)
        );
}

.news-feature-card__media img,
.news-card__media img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:
        transform .85s cubic-bezier(.2,.7,.2,1),
        filter .85s ease;
}

.news-feature-card:hover img,
.news-card:hover img{
    transform:scale(1.055);
    filter:saturate(1.07) contrast(1.025);
}

.news-feature-card__content{
    position:relative;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:clamp(38px,5.2vw,76px);
    overflow:hidden;
}

.news-feature-card__content::before{
    content:"";
    position:absolute;
    width:270px;
    height:270px;
    right:-160px;
    top:-150px;
    border:1px solid rgba(42,167,209,.1);
    border-radius:50%;
    box-shadow:
        0 0 0 42px rgba(42,167,209,.018),
        0 0 0 84px rgba(42,167,209,.012);
}

.news-feature-card__content h3{
    position:relative;
    margin:24px 0 19px;
    font-size:clamp(2.15rem,3.45vw,4rem);
    font-weight:780;
    line-height:.98;
    letter-spacing:-.055em;
    text-wrap:balance;
}

.news-feature-card__content h3 a,
.news-card h3 a{
    text-decoration:none;
    transition:color .25s ease;
}

.news-feature-card__content h3 a:hover,
.news-card h3 a:hover{
    color:#007ca9;
}

.news-feature-card__content p{
    position:relative;
    margin:0;
    color:#536a7c;
    font-size:1.06rem;
    line-height:1.75;
}

.news-meta{
    position:relative;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:9px;
    color:#61788a;
    font-size:.68rem;
    font-weight:850;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.news-meta > *{
    display:inline-flex;
    align-items:center;
    min-height:29px;
    padding:0 10px;
    border:1px solid rgba(10,94,130,.1);
    border-radius:999px;
    background:rgba(234,243,248,.72);
}

.news-meta span:first-child{
    color:#006f99;
    border-color:rgba(0,140,189,.16);
    background:rgba(31,182,218,.095);
}

.news-text-link{
    position:relative;
    display:inline-flex;
    align-items:center;
    gap:10px;
    align-self:flex-start;
    margin-top:25px;
    color:#007da9 !important;
    font-size:.82rem;
    font-weight:900;
    letter-spacing:.06em;
    text-decoration:none;
    text-transform:uppercase;
}

.news-text-link span{
    display:inline-grid;
    place-items:center;
    width:31px;
    height:31px;
    border:1px solid rgba(0,125,169,.17);
    border-radius:50%;
    transition:
        transform .28s ease,
        background .28s ease,
        color .28s ease;
}

.news-text-link:hover span{
    color:#fff;
    background:#007da9;
    transform:translate(3px,-3px);
}

.news-media-placeholder{
    position:absolute;
    inset:0;
    display:grid;
    place-items:center;
    overflow:hidden;
    color:rgba(255,255,255,.92);
    background:
        radial-gradient(
            circle at 70% 28%,
            rgba(0,188,230,.38),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #04111b,
            #0a344b
        );
}

.news-media-placeholder::before,
.news-media-placeholder::after{
    content:"";
    position:absolute;
    border:1px solid rgba(98,226,242,.17);
    border-radius:50%;
}

.news-media-placeholder::before{
    width:66%;
    aspect-ratio:1;
    animation:newsPlaceholderOrbit 20s linear infinite;
}

.news-media-placeholder::after{
    width:43%;
    aspect-ratio:1;
    border-style:dashed;
    animation:newsPlaceholderOrbitReverse 15s linear infinite;
}

.news-media-placeholder i{
    position:absolute;
    width:18%;
    aspect-ratio:1;
    border-radius:50%;
    background:
        radial-gradient(
            circle,
            rgba(74,215,229,.2),
            transparent 68%
        );
    box-shadow:0 0 42px rgba(74,215,229,.14);
    animation:newsGlowBreath 4.5s ease-in-out infinite;
}

.news-media-placeholder b{
    position:relative;
    z-index:2;
    font-size:clamp(1.35rem,3vw,3rem);
    font-weight:800;
    letter-spacing:.23em;
}

/* ==========================================================================
   PERSPECTIVAS EDITORIAIS
   ========================================================================== */

.news-tracks{
    overflow:hidden;
    color:#fff;
    background:
        radial-gradient(
            circle at 14% 25%,
            rgba(44,169,207,.14),
            transparent 25%
        ),
        radial-gradient(
            circle at 88% 78%,
            rgba(42,205,180,.09),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #040e15,
            #071d2a 48%,
            #082c3e
        );
}

.news-tracks::before{
    content:"";
    position:absolute;
    inset:0;
    opacity:.25;
    background-image:
        linear-gradient(
            rgba(87,215,228,.07) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(87,215,228,.07) 1px,
            transparent 1px
        );
    background-size:58px 58px;
    mask-image:
        linear-gradient(
            90deg,
            transparent,
            #000 18% 82%,
            transparent
        );
}

.news-tracks__grid{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:22px;
}

.news-tracks__grid article{
    position:relative;
    min-height:275px;
    padding:32px;
    overflow:hidden;
    border:1px solid rgba(116,222,235,.14);
    border-radius:var(--news-radius-lg);
    background:
        linear-gradient(
            145deg,
            rgba(17,60,79,.72),
            rgba(5,24,36,.86)
        );
    box-shadow:
        0 25px 55px rgba(0,0,0,.22),
        inset 0 1px 0 rgba(255,255,255,.025);
    backdrop-filter:blur(10px);
    transition:
        transform .34s cubic-bezier(.2,.7,.2,1),
        border-color .34s ease,
        box-shadow .34s ease;
}

.news-tracks__grid article::before{
    content:"";
    position:absolute;
    top:-35%;
    left:-60%;
    width:40%;
    height:180%;
    opacity:.4;
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(104,231,239,.12),
            transparent
        );
    transform:skewX(-15deg);
    transition:none;
}

.news-tracks__grid article::after{
    content:"";
    position:absolute;
    width:145px;
    height:145px;
    right:-85px;
    bottom:-90px;
    border:1px solid rgba(73,209,225,.11);
    border-radius:50%;
    box-shadow:0 0 0 30px rgba(73,209,225,.018);
}

.news-tracks__grid article:hover{
    transform:translateY(-9px);
    border-color:rgba(116,222,235,.34);
    box-shadow:
        0 36px 72px rgba(0,0,0,.32),
        0 0 32px rgba(51,190,217,.07);
}

.news-tracks__grid article:hover::before{
    animation:newsCardSweep .9s ease;
}

.news-tracks__grid article > span{
    position:relative;
    z-index:2;
    display:inline-grid;
    place-items:center;
    width:43px;
    height:43px;
    border:1px solid rgba(84,220,233,.18);
    border-radius:14px;
    color:var(--news-cyan);
    background:rgba(65,198,215,.07);
    font-size:.72rem;
    font-weight:900;
    letter-spacing:.12em;
}

.news-tracks__grid h3{
    position:relative;
    z-index:2;
    margin:43px 0 13px;
    font-size:1.55rem;
    font-weight:760;
    letter-spacing:-.035em;
}

.news-tracks__grid p{
    position:relative;
    z-index:2;
    margin:0;
    color:rgba(231,246,250,.59);
    line-height:1.7;
}

/* ==========================================================================
   FEED E FILTRO
   ========================================================================== */

.news-feed{
    background:
        radial-gradient(
            circle at 10% 14%,
            rgba(45,167,224,.075),
            transparent 25%
        ),
        #f5f9fb;
}

.news-feed__top{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:44px;
    margin-bottom:50px;
}

.news-feed__top .news-section-heading{
    margin-bottom:0;
}

.news-filter{
    position:relative;
    display:grid;
    grid-template-columns:minmax(190px,1fr) minmax(175px,.8fr) auto;
    gap:9px;
    width:min(100%,620px);
    padding:10px;
    border:1px solid rgba(11,94,129,.11);
    border-radius:23px;
    background:rgba(255,255,255,.86);
    box-shadow:
        0 20px 50px rgba(6,37,57,.085),
        inset 0 1px 0 rgba(255,255,255,.85);
    backdrop-filter:blur(12px);
}

.news-filter label{
    position:relative;
    min-width:0;
}

.news-filter input,
.news-filter select,
.news-filter button{
    width:100%;
    min-height:53px;
    border:1px solid rgba(14,83,113,.12);
    border-radius:15px;
    padding:0 16px;
    color:var(--news-ink);
    background:#f4f8fa;
    font:inherit;
    outline:none;
    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        background .25s ease,
        transform .25s ease;
}

.news-filter input:focus,
.news-filter select:focus{
    border-color:rgba(0,150,202,.5);
    background:#fff;
    box-shadow:
        0 0 0 4px rgba(27,172,216,.1),
        0 8px 20px rgba(5,67,94,.06);
}

.news-filter button{
    min-width:110px;
    border-color:transparent;
    color:#001621;
    background:
        linear-gradient(
            135deg,
            #61e1e4,
            #31afe0
        );
    font-size:.75rem;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
    cursor:pointer;
    box-shadow:0 10px 22px rgba(42,167,209,.16);
}

.news-filter button:hover{
    transform:translateY(-2px);
    box-shadow:0 15px 29px rgba(42,167,209,.25);
}

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

.news-card{
    position:relative;
    display:flex;
    flex-direction:column;
    min-width:0;
    overflow:hidden;
    border:1px solid rgba(10,82,113,.1);
    border-radius:var(--news-radius-lg);
    background:#fff;
    box-shadow:
        0 20px 46px rgba(5,36,56,.075),
        inset 0 1px 0 rgba(255,255,255,.8);
    transition:
        transform .34s cubic-bezier(.2,.7,.2,1),
        box-shadow .34s ease,
        border-color .34s ease;
}

.news-card::after{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    border-radius:inherit;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.8);
}

.news-card:hover{
    transform:translateY(-9px);
    border-color:rgba(26,159,205,.25);
    box-shadow:
        0 36px 75px rgba(5,36,56,.15),
        0 10px 24px rgba(5,36,56,.06);
}

.news-card__media{
    aspect-ratio:16/10;
}

.news-card__body{
    position:relative;
    display:flex;
    flex:1;
    flex-direction:column;
    padding:27px;
}

.news-card__body::before{
    content:"";
    position:absolute;
    width:120px;
    height:120px;
    right:-76px;
    bottom:-76px;
    border:1px solid rgba(33,164,206,.08);
    border-radius:50%;
}

.news-card h3{
    position:relative;
    margin:20px 0 13px;
    font-size:1.46rem;
    font-weight:760;
    line-height:1.12;
    letter-spacing:-.035em;
}

.news-card p{
    position:relative;
    margin:0;
    color:#5e7182;
    line-height:1.68;
}

.news-card__footer{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    margin-top:auto;
    padding-top:26px;
    color:#718290;
    font-size:.76rem;
    font-weight:800;
    letter-spacing:.03em;
}

.news-card__footer a{
    position:relative;
    display:inline-flex;
    align-items:center;
    gap:7px;
    color:#007da9;
    text-decoration:none;
}

.news-card__footer a::after{
    content:"↗";
    display:inline-grid;
    place-items:center;
    width:26px;
    height:26px;
    border:1px solid rgba(0,125,169,.15);
    border-radius:50%;
    transition:
        transform .25s ease,
        background .25s ease,
        color .25s ease;
}

.news-card__footer a:hover::after{
    color:#fff;
    background:#007da9;
    transform:translate(2px,-2px);
}

.news-pagination{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:8px;
    margin-top:54px;
}

.news-pagination .page-numbers{
    display:inline-grid;
    place-items:center;
    min-width:45px;
    min-height:45px;
    padding:0 13px;
    border:1px solid rgba(10,83,115,.12);
    border-radius:14px;
    color:#304b5e;
    background:#fff;
    box-shadow:0 8px 20px rgba(5,37,57,.05);
    font-size:.79rem;
    font-weight:850;
    text-decoration:none;
    transition:
        transform .24s ease,
        border-color .24s ease,
        background .24s ease;
}

.news-pagination .page-numbers:hover{
    transform:translateY(-2px);
    border-color:rgba(24,156,201,.3);
}

.news-pagination .current{
    color:#001621;
    border-color:transparent;
    background:
        linear-gradient(
            135deg,
            #62e2e5,
            #32b0e0
        );
}

.news-empty{
    padding:70px 34px;
    border:1px solid rgba(10,83,115,.1);
    border-radius:var(--news-radius-xl);
    text-align:center;
    background:#fff;
    box-shadow:var(--news-shadow-xl);
}

.news-empty span{
    color:#007da9;
    font-size:.72rem;
    font-weight:900;
    letter-spacing:.15em;
    text-transform:uppercase;
}

.news-empty h3{
    margin:18px 0 12px;
    font-size:2.15rem;
    letter-spacing:-.04em;
}

.news-empty p{
    max-width:650px;
    margin:0 auto 28px;
    color:#607486;
}

/* ==========================================================================
   ECOSSISTEMA
   ========================================================================== */

.news-ecosystem{
    overflow:hidden;
    color:#fff;
    background:
        radial-gradient(
            circle at 82% 18%,
            rgba(43,183,215,.17),
            transparent 28%
        ),
        linear-gradient(
            132deg,
            #05131d,
            #082638 55%,
            #0a3449
        );
}

.news-ecosystem::before{
    content:"";
    position:absolute;
    inset:0;
    opacity:.24;
    background-image:
        linear-gradient(
            rgba(79,213,227,.07) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(79,213,227,.07) 1px,
            transparent 1px
        );
    background-size:60px 60px;
}

.news-ecosystem__layout{
    display:grid;
    grid-template-columns:.78fr 1.22fr;
    gap:clamp(60px,8vw,105px);
    align-items:center;
}

.news-ecosystem__layout h2,
.news-knowledge h2,
.news-newsletter h2{
    margin:0;
    font-size:clamp(2.7rem,4.9vw,5.65rem);
    font-weight:780;
    line-height:.93;
    letter-spacing:-.065em;
    text-wrap:balance;
}

.news-ecosystem__layout h2{
    color:#fff;
}

.news-ecosystem__layout p,
.news-knowledge p,
.news-newsletter p{
    font-size:1.05rem;
    line-height:1.78;
}

.news-ecosystem__layout p{
    color:rgba(230,246,250,.63);
}

.news-ecosystem__map{
    position:relative;
    display:grid;
    gap:16px;
    padding:46px 0 46px 72px;
}

.news-ecosystem__map::before{
    content:"ARANOX";
    position:absolute;
    left:0;
    top:50%;
    display:grid;
    place-items:center;
    width:57px;
    height:57px;
    border:1px solid rgba(78,217,231,.3);
    border-radius:50%;
    color:rgba(222,249,252,.84);
    background:rgba(7,37,52,.93);
    box-shadow:
        0 0 0 12px rgba(68,203,219,.045),
        0 0 32px rgba(68,203,219,.13);
    font-size:7px;
    font-weight:900;
    letter-spacing:.12em;
    transform:translateY(-50%);
    animation:newsEcosystemCore 4s ease-in-out infinite;
}

.news-ecosystem__map::after{
    content:"";
    position:absolute;
    left:56px;
    top:50%;
    width:26px;
    height:1px;
    background:
        linear-gradient(
            90deg,
            rgba(70,213,228,.85),
            rgba(70,213,228,.08)
        );
}

.news-ecosystem__map article{
    position:relative;
    display:grid;
    grid-template-columns:92px 1fr;
    gap:7px 22px;
    padding:25px 28px;
    overflow:hidden;
    border:1px solid rgba(107,220,233,.15);
    border-radius:var(--news-radius-md);
    background:
        linear-gradient(
            145deg,
            rgba(18,65,84,.8),
            rgba(6,27,40,.88)
        );
    box-shadow:
        0 22px 45px rgba(0,0,0,.2),
        inset 0 1px 0 rgba(255,255,255,.025);
    transition:
        transform .3s ease,
        border-color .3s ease;
}

.news-ecosystem__map article::before{
    content:"";
    position:absolute;
    left:-40%;
    top:0;
    width:25%;
    height:100%;
    opacity:.3;
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(80,222,233,.16),
            transparent
        );
}

.news-ecosystem__map article:hover{
    border-color:rgba(107,220,233,.32);
    transform:translateX(7px);
}

.news-ecosystem__map article:hover::before{
    animation:newsMapSweep .8s ease;
}

.news-ecosystem__map small{
    grid-row:span 2;
    align-self:center;
    color:var(--news-cyan);
    font-size:.66rem;
    font-weight:900;
    letter-spacing:.13em;
    text-transform:uppercase;
}

.news-ecosystem__map strong{
    color:#fff;
    font-size:1.12rem;
}

.news-ecosystem__map span{
    color:rgba(232,247,250,.57);
    line-height:1.55;
}

/* ==========================================================================
   CONHECIMENTO
   ========================================================================== */

.news-knowledge{
    overflow:hidden;
    background:
        radial-gradient(
            circle at 88% 22%,
            rgba(39,175,217,.1),
            transparent 27%
        ),
        #fff;
}

.news-knowledge::before{
    content:"";
    position:absolute;
    width:560px;
    height:560px;
    right:-310px;
    top:-320px;
    border:1px solid rgba(3,130,177,.08);
    border-radius:50%;
    box-shadow:
        0 0 0 70px rgba(3,130,177,.018),
        0 0 0 140px rgba(3,130,177,.012);
}

.news-knowledge__layout{
    display:grid;
    grid-template-columns:.3fr 1fr;
    gap:clamp(45px,7vw,90px);
    align-items:start;
}

.news-knowledge__index{
    position:relative;
    font-size:clamp(7rem,16vw,15rem);
    font-weight:800;
    line-height:.7;
    color:transparent;
    -webkit-text-stroke:1px rgba(0,130,176,.23);
    text-shadow:0 25px 50px rgba(0,113,157,.06);
}

.news-knowledge__index::after{
    content:"";
    position:absolute;
    width:13px;
    height:13px;
    right:10%;
    top:12%;
    border-radius:50%;
    background:var(--news-cyan);
    box-shadow:
        0 0 0 12px rgba(64,208,221,.07),
        0 0 23px rgba(64,208,221,.45);
    animation:newsDotPulse 2.6s ease-in-out infinite;
}

.news-knowledge__layout > div:last-child{
    position:relative;
    max-width:900px;
    padding:clamp(34px,5vw,66px);
    border:1px solid rgba(9,83,116,.1);
    border-radius:var(--news-radius-xl);
    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.96),
            rgba(239,247,250,.92)
        );
    box-shadow:var(--news-shadow-xl);
}

.news-knowledge__layout > div:last-child::before{
    content:"";
    position:absolute;
    left:0;
    top:42px;
    bottom:42px;
    width:3px;
    border-radius:99px;
    background:
        linear-gradient(
            180deg,
            var(--news-orange),
            var(--news-blue),
            var(--news-cyan)
        );
}

.news-knowledge p{
    color:#536b7c;
}

/* ==========================================================================
   NEWSLETTER
   ========================================================================== */

.news-newsletter{
    overflow:hidden;
    color:#fff;
    background:
        radial-gradient(
            circle at 78% 18%,
            rgba(55,200,218,.19),
            transparent 28%
        ),
        linear-gradient(
            126deg,
            #030d15,
            #071f2e 53%,
            #0a354a
        );
}

.news-newsletter::before{
    content:"";
    position:absolute;
    inset:0;
    opacity:.23;
    background-image:
        linear-gradient(
            rgba(85,218,231,.07) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(85,218,231,.07) 1px,
            transparent 1px
        );
    background-size:58px 58px;
    mask-image:
        linear-gradient(
            90deg,
            transparent,
            #000 20% 80%,
            transparent
        );
}

.news-newsletter__layout{
    display:grid;
    grid-template-columns:1fr .82fr;
    gap:clamp(60px,8vw,100px);
    align-items:center;
}

.news-newsletter p{
    color:rgba(231,247,251,.62);
}

.news-newsletter__form{
    position:relative;
    padding:clamp(27px,4vw,42px);
    overflow:hidden;
    border:1px solid rgba(115,225,237,.18);
    border-radius:var(--news-radius-lg);
    background:
        linear-gradient(
            145deg,
            rgba(19,66,85,.62),
            rgba(4,22,33,.78)
        );
    box-shadow:var(--news-shadow-dark);
    backdrop-filter:blur(15px);
}

.news-newsletter__form::before{
    content:"";
    position:absolute;
    width:200px;
    height:200px;
    right:-125px;
    top:-125px;
    border:1px solid rgba(77,216,230,.13);
    border-radius:50%;
    box-shadow:0 0 0 35px rgba(77,216,230,.018);
}

.news-newsletter__form label{
    position:relative;
    z-index:2;
}

.news-newsletter__form label span{
    display:block;
    margin-bottom:10px;
    color:rgba(230,248,251,.72);
    font-size:.71rem;
    font-weight:900;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.news-newsletter__form input[type="email"]{
    width:100%;
    min-height:58px;
    padding:0 17px;
    border:1px solid rgba(120,224,235,.2);
    border-radius:15px;
    color:#fff;
    background:rgba(2,15,23,.55);
    font:inherit;
    outline:none;
    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        background .25s ease;
}

.news-newsletter__form input[type="email"]:focus{
    border-color:rgba(88,220,232,.54);
    background:rgba(2,15,23,.75);
    box-shadow:0 0 0 4px rgba(64,208,221,.08);
}

.news-newsletter__form button{
    position:relative;
    z-index:2;
    width:100%;
    min-height:58px;
    margin-top:11px;
    border:0;
    border-radius:15px;
    color:#00151f;
    background:
        linear-gradient(
            135deg,
            #66e5e6,
            #30afe1
        );
    font-size:.77rem;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
    cursor:pointer;
    box-shadow:0 13px 28px rgba(43,181,221,.18);
    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.news-newsletter__form button:hover{
    transform:translateY(-2px);
    box-shadow:0 18px 36px rgba(43,181,221,.27);
}

.news-newsletter__form small{
    position:relative;
    z-index:2;
    display:block;
    margin-top:13px;
    color:rgba(232,248,251,.43);
    line-height:1.55;
}

/* ==========================================================================
   REVEAL E MOVIMENTO
   ========================================================================== */

[data-news-reveal]{
    opacity:0;
    transform:
        translate3d(0,34px,0)
        scale(.985);
    transition:
        opacity .78s ease,
        transform .78s cubic-bezier(.2,.7,.2,1);
    transition-delay:var(--news-delay,0ms);
}

[data-news-reveal].is-visible{
    opacity:1;
    transform:none;
}

.news-tracks__grid article,
.news-card,
.news-ecosystem__map article{
    --news-pointer-x:50%;
    --news-pointer-y:50%;
}

.news-card::before,
.news-tracks__grid article > *{
    pointer-events:none;
}

/* ==========================================================================
   KEYFRAMES
   ========================================================================== */

@keyframes newsGridDrift{
    from{
        background-position:0 0,0 0;
    }

    to{
        background-position:64px 64px,64px 64px;
    }
}

@keyframes newsHeroOrbit{
    from{
        transform:rotate(0deg);
    }

    to{
        transform:rotate(360deg);
    }
}

@keyframes newsSignals{
    0%,
    100%{
        opacity:.4;
        filter:brightness(.8);
    }

    50%{
        opacity:1;
        filter:brightness(1.35);
    }
}

@keyframes newsGlowBreath{
    0%,
    100%{
        opacity:.35;
        transform:scale(.95);
    }

    50%{
        opacity:.75;
        transform:scale(1.08);
    }
}

@keyframes newsButtonSweep{
    from{
        transform:translateX(-130%);
    }

    to{
        transform:translateX(150%);
    }
}

@keyframes newsSignalSweep{
    0%,
    20%{
        left:-45%;
    }

    62%,
    100%{
        left:125%;
    }
}

@keyframes newsDotPulse{
    0%,
    100%{
        opacity:.45;
        transform:scale(.8);
    }

    50%{
        opacity:1;
        transform:scale(1.25);
    }
}

@keyframes newsSignalLine{
    0%{
        transform:translateX(-105%);
    }

    45%,
    65%{
        transform:translateX(0);
    }

    100%{
        transform:translateX(105%);
    }
}

@keyframes newsPlaceholderOrbit{
    from{
        transform:rotate(0deg);
    }

    to{
        transform:rotate(360deg);
    }
}

@keyframes newsPlaceholderOrbitReverse{
    from{
        transform:rotate(360deg);
    }

    to{
        transform:rotate(0deg);
    }
}

@keyframes newsCardSweep{
    from{
        left:-60%;
    }

    to{
        left:130%;
    }
}

@keyframes newsMapSweep{
    from{
        left:-40%;
    }

    to{
        left:130%;
    }
}

@keyframes newsEcosystemCore{
    0%,
    100%{
        box-shadow:
            0 0 0 12px rgba(68,203,219,.045),
            0 0 28px rgba(68,203,219,.11);
    }

    50%{
        box-shadow:
            0 0 0 18px rgba(68,203,219,.025),
            0 0 45px rgba(68,203,219,.23);
    }
}

/* ==========================================================================
   RESPONSIVIDADE
   ========================================================================== */

@media (max-width:1100px){

    .news-hero{
        min-height:auto;
    }

    .news-hero__layout,
    .news-ecosystem__layout,
    .news-newsletter__layout{
        grid-template-columns:1fr;
    }

    .news-hero__layout{
        gap:50px;
        padding-block:100px;
    }

    .news-hero__signal{
        max-width:680px;
    }

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

    .news-feature-card__media{
        min-height:400px;
    }

    .news-tracks__grid,
    .news-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .news-feed__top{
        align-items:stretch;
        flex-direction:column;
    }

    .news-filter{
        width:100%;
    }

    .news-ecosystem__map{
        max-width:760px;
    }
}

@media (max-width:760px){

    :root{
        --news-shell:min(100% - 30px,1240px);
        --news-radius-xl:28px;
        --news-radius-lg:23px;
    }

    .news-featured,
    .news-feed,
    .news-ecosystem,
    .news-tracks,
    .news-knowledge,
    .news-newsletter{
        padding:80px 0;
    }

    .news-hero__layout{
        padding-block:82px;
    }

    .news-hero__copy h1{
        font-size:clamp(3rem,14.5vw,4.8rem);
    }

    .news-hero__copy p{
        font-size:1rem;
    }

    .news-hero__actions{
        align-items:stretch;
        flex-direction:column;
    }

    .news-button{
        width:100%;
    }

    .news-feature-card__media{
        min-height:260px;
    }

    .news-feature-card__content{
        padding:34px 25px;
    }

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

    .news-tracks__grid article{
        min-height:245px;
    }

    .news-filter{
        grid-template-columns:1fr;
        padding:9px;
    }

    .news-filter button{
        min-width:0;
    }

    .news-ecosystem__map{
        padding:76px 0 0;
    }

    .news-ecosystem__map::before{
        left:50%;
        top:0;
        transform:translateX(-50%);
    }

    .news-ecosystem__map::after{
        left:50%;
        top:56px;
        width:1px;
        height:22px;
        transform:none;
        background:
            linear-gradient(
                180deg,
                rgba(70,213,228,.85),
                rgba(70,213,228,.08)
            );
    }

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

    .news-ecosystem__map small{
        grid-row:auto;
    }

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

    .news-knowledge__index{
        font-size:7rem;
    }

    .news-knowledge__layout > div:last-child{
        padding:35px 27px;
    }

    .news-empty{
        padding:48px 23px;
    }
}

@media (max-width:430px){

    :root{
        --news-shell:min(100% - 24px,1240px);
    }

    .news-hero__copy h1{
        font-size:clamp(2.75rem,15vw,4rem);
    }

    .news-hero__signal{
        padding:27px 23px;
    }

    .news-feature-card__content h3{
        font-size:2rem;
    }

    .news-card__body{
        padding:23px;
    }

    .news-meta{
        gap:7px;
        font-size:.61rem;
    }

    .news-meta > *{
        min-height:26px;
        padding:0 8px;
    }

    .news-section-heading h2,
    .news-ecosystem__layout h2,
    .news-knowledge h2,
    .news-newsletter h2{
        font-size:clamp(2.4rem,13vw,3.65rem);
    }
}

/* ==========================================================================
   ACESSIBILIDADE
   ========================================================================== */

@media (prefers-reduced-motion:reduce){

    *,
    *::before,
    *::after{
        scroll-behavior:auto !important;
    }

    [data-news-reveal]{
        opacity:1;
        transform:none;
        transition:none;
    }

    .news-hero::before,
    .news-hero::after,
    .news-hero__mesh::before,
    .news-hero__mesh::after,
    .news-button::before,
    .news-hero__signal::after,
    .news-signal__label::before,
    .news-signal__line span::after,
    .news-media-placeholder::before,
    .news-media-placeholder::after,
    .news-media-placeholder i,
    .news-tracks__grid article::before,
    .news-ecosystem__map::before,
    .news-ecosystem__map article::before,
    .news-knowledge__index::after{
        animation:none !important;
    }

    .news-card,
    .news-feature-card,
    .news-button,
    .news-feature-card img,
    .news-card img,
    .news-ecosystem__map article,
    .news-tracks__grid article{
        transition:none !important;
    }
}

/* AW4_016_01_NOTICIAS_PREMIUM_END */

/* AW4_016_03_NEWS_PLACEHOLDER_LOGO_START */

.news-media-placeholder__logo{
    position:relative;
    z-index:3;
    display:block;
    width:min(56%,360px);
    max-width:360px;
    height:auto;
    object-fit:contain;
    filter:
        drop-shadow(0 12px 28px rgba(0,0,0,.30))
        drop-shadow(0 0 18px rgba(72,207,224,.12));
    animation:newsPlaceholderLogoBreath 5.4s ease-in-out infinite;
}

.news-feature-card__media .news-media-placeholder__logo{
    width:min(52%,390px);
    max-width:390px;
}

.news-card__media .news-media-placeholder__logo{
    width:min(57%,235px);
    max-width:235px;
}

@keyframes newsPlaceholderLogoBreath{
    0%,
    100%{
        opacity:.88;
        transform:scale(.97);
        filter:
            drop-shadow(0 12px 28px rgba(0,0,0,.30))
            drop-shadow(0 0 14px rgba(72,207,224,.10));
    }

    50%{
        opacity:1;
        transform:scale(1.025);
        filter:
            drop-shadow(0 16px 35px rgba(0,0,0,.36))
            drop-shadow(0 0 25px rgba(72,207,224,.22));
    }
}

@media (max-width:760px){
    .news-feature-card__media .news-media-placeholder__logo{
        width:min(62%,310px);
    }

    .news-card__media .news-media-placeholder__logo{
        width:min(60%,220px);
    }
}

@media (prefers-reduced-motion:reduce){
    .news-media-placeholder__logo{
        animation:none !important;
    }
}

/* AW4_016_03_NEWS_PLACEHOLDER_LOGO_END */

/* AW4_016_03_NEWS_PLACEHOLDER_SCALE_REV02_START */

/*
 * Ajuste fino da escala do logotipo ARANOX nos placeholders.
 *
 * Destaque:
 * - largura máxima de 250px;
 * - ocupação máxima de 36% do painel.
 *
 * Cards:
 * - largura máxima de 150px;
 * - ocupação máxima de 34% da mídia.
 */

.news-feature-card__media .news-media-placeholder__logo{
    width:min(36%,250px);
    max-width:250px;
    height:auto;
    object-fit:contain;
}

.news-card__media .news-media-placeholder__logo{
    width:min(34%,150px);
    max-width:150px;
    height:auto;
    object-fit:contain;
}

@media (max-width:760px){

    .news-feature-card__media .news-media-placeholder__logo{
        width:min(42%,220px);
        max-width:220px;
    }

    .news-card__media .news-media-placeholder__logo{
        width:min(38%,140px);
        max-width:140px;
    }
}

@media (max-width:430px){

    .news-feature-card__media .news-media-placeholder__logo{
        width:min(46%,190px);
        max-width:190px;
    }

    .news-card__media .news-media-placeholder__logo{
        width:min(42%,125px);
        max-width:125px;
    }
}

/* AW4_016_03_NEWS_PLACEHOLDER_SCALE_REV02_END */
