.grandstander {
    font-family: "Grandstander", cursive;
    font-optical-sizing: auto;
    font-style: normal;
}

.fa-globe:before {
    content: "\f0ac";
}

.dropdown-menu-arida {
    right: auto;
    left: 0;
}

.dropdown-menu-arida::after {
    left: 10px;
    right: auto;
}

.ic-media-social {
    position: relative;
    right: 1em;
    width: 2em;
    transition: 200ms linear;
}

    .ic-media-social img {
        width: 2em;
        height: 3em;
        text-indent: -999px;
        overflow: hidden;
        display: inline-block;
    }

        .ic-media-social img:hover {
            opacity: 0.5;
            transform: scale(1.1);
        }

.content {
    position: relative;
    z-index: 10;
}

.card-img {
    transition: 200ms linear;
}

    .card-img:hover {
        opacity: 0.5;
        transform: scale(1.025);
    }

.no-webp .reviews {
    background: url("../images/section-background-wallpapers.webp");
}

.webp .reviews {
    background: url("../images/section-background-wallpapers.webp");
}

.no-webp .section.reviews:before {
    content: "";
    background-image: url("../images/bg-edges-arida-review.webp");
}

.webp .section.reviews:before {
    content: "";
    background-image: url("../images/bg-edges-arida-review.webp");
}

.section.reviews:before {
    height: 98px;
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
}

.no-webp .aoca {
    background: url("../images/section-background-end.webp");
}

.webp .aoca {
    background: url("../images/section-background-end.webp");
}

.aoca {
    background-size: cover !important;
    background-position: center center !important;
    padding: 0 0 20%;
}

.no-webp .section.aoca:before {
    content: "";
    background-image: url("../images/bg-edges-arida-end.webp");
}

.webp .section.aoca:before {
    content: "";
    background-image: url("../images/bg-edges-arida-end.webp");
}

.section.aoca:before {
    height: 200px;
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
    top: -95px;
    background-repeat: no-repeat;
    background-position: center center;
}

.navigation {
    position: absolute;
    height: 50px;
    z-index: 1;
}

.section {
    width: 100%;
    float: left;
}

.z-index-1 {
    z-index: 1;
}

:root {
    --jumbotron-padding-y: 3rem;
}

.banner {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
}

.section.banner:after {
    content: "";
    z-index: 4;
    position: absolute;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-bottom: 100px;
    left: 50%;
    text-align: center;
    background: url(../images/ic-arrow-white.svg)no-repeat center;
    background-size: contain;
    opacity: 0;
}

.layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.edge {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 200px;
    background: url("../images/edge.webp") repeat-x;
}

.layer-logo {
    left: 10%;
    right: 4%;
    top: -5%;
    bottom: 20.5%;
}

.plataforms {
    animation: 3s ease 1.5s transitiontoup;
    -webkit-animation: 3s ease 1.5s transitiontoup;
    opacity: 1;
}

.layer-logo {
    animation: 3s ease 1.5s transitiontoup;
    -webkit-animation: 3s ease 1.5s transitiontoup;
    opacity: 1;
}

.layer-coroa-de-frade,
.layer-cicera {
    animation: 3s ease 1.5s transitiontoupdelay;
    -webkit-animation: 3s ease 1.5s transitiontoupdelay;
    opacity: 1;
}

.layer-clouds {
    animation: 3s ease 1.5s transitiontoup;
    -webkit-animation: 3s ease 1.5s transitiontoup;
    opacity: 1;
}

.plataforms {
    position: relative;
    width: 100%;
}

    .plataforms img {
        background-size: 100% auto;
        background-position: center;
        vertical-align: middle;
    }

a.epic-badge,
a.steam-badge,
a.gog-badge,
a.humble-badge,
a.nuuvem-badge,
a.microsoft-badge,
a.google-badge,
a.apple-badge {
    height: 100%;
    display: inline-block;
    padding: 0 0 5px;
    text-decoration: none;
    /*-webkit-filter: drop-shadow(5px 0px 5px rgb(255, 255, 255));
            filter: drop-shadow(5px 0px 5px rgb(255, 255, 255));*/
}

img.ic-steam-badge,
img.ic-microsoft-badge,
img.ic-nuuvem-badge,
img.ic-humble-badge,
img.ic-google-badge,
img.ic-apple-badge {
    transition: 200ms linear;
}

    img.ic-steam-badge:hover,
    img.ic-microsoft-badge:hover,
    img.ic-nuuvem-badge:hover,
    img.ic-google-badge:hover,
    img.ic-apple-badge:hover {
        opacity: 0.5;
        transform: scale(1.1);
    }

img.ic-epic-badge,
img.ic-gog-badge {
    opacity: 0.5;
    cursor: no-drop;
    -webkit-animation: colorwait 1s infinite alternate;
    -moz-animation: colorwait 1s infinite alternate;
    -ms-animation: colorwait 1s infinite alternate;
    -o-animation: colorwait 1s infinite alternate;
    animation: colorwait 1s infinite alternate;
}

.content .video {
    width: 100%;
    float: left;
    background: #000;
    margin-bottom: 1.5em;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.8s ease-in-out;
}

    #loader img {
        width: 100px;
    }

.hide {
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity 0.8s ease-in-out;
}

.popup {
    background-color: #ffffff;
    padding: 0;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    border-radius: 8px;
    display: none;
    text-align: center;
    z-index: 999999;
    border: 5px solid #fff;
}

    .popup button {
        display: block;
        margin: -10px 0px 20px auto;
        background-color: transparent;
        font-size: 40px;
        color: #000000;
        border-radius: 100%;
        width: 40px;
        height: 40px;
        border: none;
        outline: none;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
    }

    .popup h2 {
        margin-top: -20px;
    }

    .popup p {
        font-size: 14px;
        text-align: justify;
        margin: 20px 0;
        line-height: 25px;
    }

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    display: none;
}



/* Landscape phones and portrait tablets */
@media (max-width: 767px) {


    .no-webp .layer-dust {
        background-image: url("../images/banner/mobile/dust.webp");
    }

    .webp .layer-dust {
        background-image: url("../images/banner/mobile/dust.webp");
    }

    .no-webp .layer-coroa-de-frade {
        background-image: url("../images/banner/mobile/coroa-de-frade.webp");
    }

    .webp .layer-coroa-de-frade {
        background-image: url("../images/banner/mobile/coroa-de-frade.webp");
    }

    .no-webp .layer-sky {
        background-image: url("../images/banner/mobile/sky.webp");
    }

    .webp .layer-sky {
        background-image: url("../images/banner/mobile/sky.webp");
    }

    .no-webp .layer-clouds {
        background-image: url("../images/banner/mobile/clouds.webp");
    }

    .webp .layer-clouds {
        background-image: url("../images/banner/mobile/clouds.webp");
    }

    .no-webp .layer-cicera {
        background-image: url("../images/banner/mobile/cicera.webp");
    }

    .webp .layer-cicera {
        background-image: url("../images/banner/mobile/cicera.webp");
    }

    .no-webp .layer-logo {
        background-image: url("../images/banner/mobile/logo.webp");
    }

    .webp .layer-logo {
        background-image: url("../images/banner/mobile/logo.webp");
    }

    .no-webp .layer-ground {
        background-image: url("../images/banner/mobile/ground.webp");
    }

    .webp .layer-ground {
        background-image: url("../images/banner/mobile/ground.webp");
    }

    .no-webp .banner {
        padding-bottom: 110%;
        background: rgb(109, 209, 252) url("../images/banner/mobile/sky.webp");
    }

    .webp .banner {
        padding-bottom: 110%;
        background: rgb(109, 209, 252) url("../images/banner/mobile/sky.webp");
    }

    .plataforms {
        margin: -50% 0 0;
    }

        .plataforms img {
            width: 7.5em;
            height: 1.5em;
            -webkit-filter: drop-shadow(0 0 0.75rem white); /* Chrome, Safari, Edge */
            -moz-filter: drop-shadow(0 0 0.75rem white); /* Firefox */
            -ms-filter: drop-shadow(0 0 0.75rem white); /* Internet Explorer */
            -o-filter: drop-shadow(0 0 0.75rem white); /* Opera */
            filter: drop-shadow(0 0 0.75rem white);
        }

    img.ic-nuuvem-badge {
        height: 2.5em !important;
        width: 6em !important;
    }

    img.ic-steam-badge, img.ic-humble-badge {
        height: 2.5em !important;
        width: 6em !important;
    }

    img.ic-microsoft-badge {
        height: 2.5em !important;
        width: 6em !important;
    }

    img.ic-google-badge {
        height: 2.5em !important;
        width: 6em !important;
    }

    img.ic-apple-badge {
        height: 2.5em !important;
        width: 6em !important;
    }

    .section.banner:after {
        bottom: 15%;
        animation: scrollarrowbottommobile infinite 2s ease;
    }

    .reviews {
        background-size: cover !important;
        background-position: bottom left !important;
    }

    .content .video {
        margin-top: -1.5em;
    }

    .popup {
        width: 90%;
        border: 5px solid #fff;
    }
}
/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
/* Large desktops and laptops */
@media (min-width: 768px) {
    .no-webp .layer-dust {
        background-image: url("../images/banner/desktop/dust.webp");
    }

    .webp .layer-dust {
        background-image: url("../images/banner/desktop/dust.webp");
    }

    .no-webp .layer-coroa-de-frade {
        background-image: url("../images/banner/desktop/coroa-de-frade.webp");
    }

    .webp .layer-coroa-de-frade {
        background-image: url("../images/banner/desktop/coroa-de-frade.webp");
    }

    .no-webp .layer-sky {
        background-image: url("../images/banner/desktop/sky.webp");
    }

    .webp .layer-sky {
        background-image: url("../images/banner/desktop/sky.webp");
    }

    .no-webp .layer-clouds {
        background-image: url("../images/banner/desktop/clouds.webp");
    }

    .webp .layer-clouds {
        background-image: url("../images/banner/desktop/clouds.webp");
    }

    .no-webp .layer-cicera {
        background-image: url("../images/banner/desktop/cicera.webp");
    }

    .webp .layer-cicera {
        background-image: url("../images/banner/desktop/cicera.webp");
    }

    .no-webp .layer-logo {
        background-image: url("../images/banner/desktop/logo.webp");
    }

    .webp .layer-logo {
        background-image: url("../images/banner/desktop/logo.webp");
    }

    .no-webp .layer-ground {
        background-image: url("../images/banner/desktop/ground.webp");
    }

    .webp .layer-ground {
        background-image: url("../images/banner/desktop/ground.webp");
    }

    .no-webp .banner {
        padding-bottom: 65%;
        background: rgb(109, 209, 252) url("../images/banner/desktop/sky.webp");
    }

    .webp .banner {
        padding-bottom: 65%;
        background: rgb(109, 209, 252) url("../images/banner/desktop/sky.webp");
    }

    .content .video {
        margin-top: -10.5em;
    }

    .plataforms {
        margin: -40% -5% 0;
    }

        .plataforms img {
            width: 15em;
            height: 3em;
        }

    img.ic-nuuvem-badge {
        height: 3.5em !important;
        width: 12em !important;
        margin-top: 5px !important
    }

    img.ic-steam-badge, img.ic-humble-badge {
        height: 5.5em !important;
        width: 9em !important;
    }

    img.ic-microsoft-badge {
        height: 6em !important;
        width: 13em !important;
    }

    img.ic-google-badge,
    img.ic-apple-badge {
        height: 4em !important;
        width: 12em !important;
        padding: .25em;
    }

    .section.banner:after {
        bottom: 25%;
        animation: scrollarrowbottomdesktop infinite 2s ease;
    }

    .reviews {
        background-size: cover !important;
        background-position: bottom center !important;
    }

    .jumbotron {
        padding-top: calc(var(--jumbotron-padding-y) * 2);
        padding-bottom: calc(var(--jumbotron-padding-y) * 2);
    }
}


footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

    footer p {
        margin-bottom: .25rem;
    }

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
/*
 * Globals
 */
html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #060605 !important;
}

/* ── Custom scrollbar ─────────────────────────────────────── */
html { scrollbar-width: thin; scrollbar-color: rgba(205,163,91,0.5) #221c18; }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #221c18; }
::-webkit-scrollbar-thumb { background: rgba(205,163,91,0.5); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: #cda35b; }

.fadein {
    animation: 3 ease 0s normal forwards 1 fadein;
    -webkit-animation: 3s ease 0s normal forwards 1 fadein;
    opacity: 1;
}

/* Links */
a,
a:focus,
a:hover {
    color: #fff;
}

/*
 * Base structure
 */

.cover-container {
    max-width: 42em;
}


/*
 * Header
 */

/*
 * Cover
 */
.cover {
    padding: 0 1.5rem;
}

    .cover .btn-lg {
        padding: .75rem 1.25rem;
        font-weight: 700;
    }


/*
 * Footer
 */

/* Large desktops and laptops */
@media (min-width: 1200px) {
}

/* Landscape tablets and medium desktops */
/* Portrait tablets and small desktops */
/* Large desktops and laptops */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
}

/* Animation */
@keyframes transitiontoup {
    0% {
        opacity: 0;
        transform: translateY(750px);
    }

    50% {
        opacity: 0.5;
        transform: translateY(250);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Animation */
@keyframes transitiontoupdelay {
    0% {
        opacity: 0;
        transform: translateY(750px);
    }

    50% {
        opacity: 0.5;
        transform: translateY(550);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


@keyframes transitiontodown {
    0% {
        opacity: 0;
        transform: translateY(-550px);
    }

    50% {
        opacity: 0.5;
        transform: translateY(-250);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes transitiontoleft {
    0% {
        opacity: 0;
        transform: translateX(550px);
    }

    50% {
        opacity: 0.5;
        transform: translateX(250);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }

    85% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    0% {
        opacity: 0;
    }

    85% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    0% {
        opacity: 0;
    }

    85% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    85% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes colorwait {
    from {
        opacity: 0.25;
    }

    to {
        opacity: 0.5;
    }
}

@-moz-keyframes colorwait {
    from {
        opacity: 0.25;
    }

    to {
        opacity: 0.5;
    }
}

@-ms-keyframes colorwait {
    from {
        opacity: 0.25;
    }

    to {
        opacity: 0.5;
    }
}

@-o-keyframes colorwait {
    from {
        opacity: 0.25;
    }

    to {
        opacity: 0.5;
    }
}

@keyframes colorwait {
    from {
        opacity: 0.25;
    }

    to {
        opacity: 0.5;
    }
}

@keyframes scrollarrowbottommobile {
    0% {
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        bottom: 10%;
    }
}

@keyframes scrollarrowbottomdesktop {
    0% {
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        bottom: 20%;
    }
}


/* ================================================================
   ARIDA 2 — NEW COMPONENT CSS (redesign 2026-06)
   ================================================================ */

/* ---- Typography system ---------------------------------------- */
.section h3,
.section h4,
.arida-impact-subtitle,
.arida-description-heading {
    font-family: 'Grandstander', cursive;
}
.arida-review-quote,
.arida-featured-quote-text {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
}
.arida-featured-quote-text { font-weight: 400; }
.arida-character-inner .char-body,
.arida-impact-list li,
.arida-description-text p {
    font-family: 'DM Sans', system-ui, sans-serif;
}
.arida-impact-subtitle { font-weight: 700; letter-spacing: 0.01em; }
.arida-description-heading { font-weight: 700; }

/* ---- Video ---------------------------------------------------- */
.arida-video-outer { width: 50%; margin: 0 auto; }
.arida-embed { position: relative; width: 100%; aspect-ratio: 16/9; overflow: hidden; background: #000; border-radius: 4px; }
.arida-embed iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; display: block; }
@media (max-width: 767px) { .arida-video-outer { width: 100%; } }

/* ---- Description --------------------------------------------- */
.arida-description-section { padding: 52px 0 44px !important; }
.arida-description-heading {
    font-size: 1.25rem; font-weight: 700; color: rgba(210,165,70,0.92);
    text-align: center; margin-bottom: 20px; letter-spacing: 0.06em; text-transform: uppercase;
}
.arida-description-text { max-width: 576px; margin: 0 auto; text-align: center; }
.arida-description-text p { color: rgba(241,233,219,0.88); font-size: 1.0rem; line-height: 1.75; }

/* ---- Platform badges row ------------------------------------- */
.plataforms-row { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 0; }
@media (max-width: 767px) { .plataforms-row { justify-content: center; } }

/* ---- Banner scroll hint -------------------------------------- */
.section.banner:after {
  content: "scroll down";
  font-family: 'DM Sans', sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
  color: rgba(255,255,255,0.75);
  z-index: 20;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  margin: 0;
  width: auto;
  text-align: center;
  background: url(../images/ic-arrow-white.svg) no-repeat bottom center;
  background-size: 14px;
  padding-bottom: 22px;
  opacity: 0;
}
.section.banner.scrolled:after { animation: none !important; opacity: 0 !important; }
@keyframes scrollarrowbottommobile {
  0%   { opacity: 0;   transform: translateX(-50%) translateY(-6px); }
  35%  { opacity: 1;   transform: translateX(-50%) translateY(0px);  }
  65%  { opacity: 1;   transform: translateX(-50%) translateY(6px);  }
  100% { opacity: 0;   transform: translateX(-50%) translateY(6px);  }
}
@keyframes scrollarrowbottomdesktop {
  0%   { opacity: 0;   transform: translateX(-50%) translateY(-6px); }
  35%  { opacity: 1;   transform: translateX(-50%) translateY(0px);  }
  65%  { opacity: 1;   transform: translateX(-50%) translateY(6px);  }
  100% { opacity: 0;   transform: translateX(-50%) translateY(6px);  }
}
@media (max-width: 767px)  { .section.banner:after { animation: scrollarrowbottommobile  infinite 2.4s ease-in-out; } }
@media (min-width: 992px)  { .section.banner:after { animation: scrollarrowbottomdesktop infinite 2.4s ease-in-out; } }

/* ---- Social sidebar ------------------------------------------ */
.arida-social-sidebar {
    position: fixed; right: 16px; top: 50%; transform: translateY(-50%);
    display: flex; flex-direction: column; align-items: center; gap: 6px; z-index: 200;
}
.arida-social-sidebar a { display: flex; align-items: center; justify-content: center; }
.arida-social-sidebar img { width: 1.5em; height: 1.5em; opacity: 0.75; transition: opacity 0.2s ease, transform 0.2s ease; }
.arida-social-sidebar img:hover { opacity: 1; transform: scale(1.15); }
@media (max-width: 767px) { .arida-social-sidebar { display: none; } }

/* ---- Gallery ------------------------------------------------- */
.arida-screenshots-section { position: relative; width: 100%; background: #030202; overflow: hidden; padding-bottom: 92px; }
.arida-gallery-wrapper { overflow: hidden; position: relative; line-height: 0; }
.arida-gallery-track { display: flex; transition: transform 0.45s cubic-bezier(0.22,1,0.36,1); will-change: transform; cursor: grab; user-select: none; }
.arida-gallery-item { flex: 0 0 calc(100% / 3); max-width: calc(100% / 3); padding: 0 2px; line-height: 0; overflow: hidden; }
.arida-gallery-item a { display: block; overflow: hidden; line-height: 0; }
.arida-gallery-img { width: 100%; height: 295px; object-fit: cover; object-position: center; display: block; cursor: pointer; transition: transform 0.4s ease, opacity 0.3s ease; }
.arida-gallery-item:hover .arida-gallery-img { transform: scale(1.05); opacity: 0.82; }
.arida-gallery-dots { display: flex; justify-content: center; align-items: center; gap: 8px; padding: 14px 0 12px; background: #030202; }
.arida-gallery-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.28); cursor: pointer; border: none; outline: none; padding: 0; display: block; flex-shrink: 0; transition: background 0.22s ease, transform 0.22s ease; }
.arida-gallery-dot.active { background: rgba(218,225,238,0.90); transform: scale(1.4); }
.arida-gallery-dot:hover:not(.active) { background: rgba(255,255,255,0.55); }
.arida-gallery-prev,
.arida-gallery-next { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; background: rgba(0,0,0,0.42); border: 1px solid rgba(255,255,255,0.15); color: rgba(255,255,255,0.88); width: 44px; height: 44px; border-radius: 50%; font-size: 1.9rem; line-height: 44px; cursor: pointer; display: flex; align-items: center; justify-content: center; text-align: center; padding: 0; padding-bottom: 2px; transition: background 0.22s ease, transform 0.2s ease; }
.arida-gallery-prev:hover,
.arida-gallery-next:hover { background: rgba(0,0,0,0.72); transform: translateY(-50%) scale(1.1); }
.arida-gallery-prev { left: 10px; }
.arida-gallery-next { right: 10px; }

/* ---- Section eyebrow ----------------------------------------- */
.arida-section-eyebrow { font-size: 0.75rem; letter-spacing: 0.20em; text-transform: uppercase; color: rgba(200,175,120,0.68); margin-bottom: 8px; display: block; }

/* ---- Section backgrounds (ARIDA 2 — dark solid for now) ------ */
.arida-bg-cicera {     background-image: linear-gradient(rgba(5, 3, 2, 0.84), rgba(5, 3, 2, 0.84)), url(/images/background-cicera-section.webp);background-color: #1d0504;background-size: 2560px auto;background-position: -908px 50%;background-repeat: no-repeat; }
.arida-bg-cicera-alt { background-image: linear-gradient(rgba(5, 3, 2, 0.80), rgba(5, 3, 2, 0.80)), url(../images/background-game-with-impact-section.webp);background-size: cover;background-position: center center;background-repeat: no-repeat;background-attachment: fixed;}

/* ---- Awards --------------------------------------------------- */
.arida-awards-section { padding: 88px 0 40px; background: #050403; position: relative; z-index: 2; clip-path: polygon(0 0, 50% 72px, 100% 0, 100% 100%, 0 100%); margin-top: -72px; }
.arida-awards-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px 20px; align-items: center; padding: 0 16px; margin-top: 8px; max-width: 1100px; margin-left: auto; margin-right: auto; opacity: 1 !important; transform: none !important; }
.arida-award-item { display: flex; align-items: center; justify-content: center; flex: 0 0 86px; transition: transform 0.22s ease, opacity 0.22s ease; opacity: 0.92; visibility: visible !important; }
.arida-award-item:hover { opacity: 1; transform: scale(1.08); }
.arida-awards-grid img { max-width: 86px; max-height: 72px; width: 100%; height: auto; object-fit: contain; display: block; opacity: 1 !important; }

/* ---- Featured quote ------------------------------------------ */
.arida-featured-quote-section { padding: 0px 24px 110px; background: #060403; text-align: center; }
.arida-featured-quote-text { font-size: clamp(1.45rem,2.8vw,2.1rem); font-style: italic; font-weight: 300; color: #f1e9db; line-height: 1.6; max-width: 720px; margin: 0 auto; letter-spacing: 0.025em; }

/* ---- Cicera gif preview -------------------------------------- */
.arida-cicera-gif-preview { background: #060403; text-align: center; padding: 0 24px 72px; }
.arida-cicera-gif-preview img { max-width: 600px; width: 100%; border-radius: 10px; box-shadow: 0 8px 40px rgba(0,0,0,0.7); display: block; margin: 0 auto; }
@media (max-width: 767px) { .arida-cicera-gif-preview { padding: 0 16px 48px; } }

/* ---- Cícera character section -------------------------------- */
.arida-character-section { padding: 88px 0 68px; position: relative; z-index: 3; clip-path: polygon(0 0, 50% 72px, 100% 0, 100% 100%, 0 100%); margin-top: -72px; }
.arida-character-inner { max-width: 1030px; margin: 0 auto; padding: 0 28px; display: flex; align-items: center; gap: 28px; }
.arida-character-text { flex: 1; min-width: 0; }
@media (min-width: 768px) { .arida-character-text { padding-right: 40px; } }
.arida-character-art { flex: 0 0 525px; min-height: 390px; display: flex; align-items: flex-end; justify-content: center; }
.arida-character-art img { max-width: 100%; max-height: 750px; object-fit: contain; filter: drop-shadow(0 8px 40px rgba(0,0,0,0.85)); }
.arida-character-inner h3 { font-size: 1.75rem; font-weight: 600; color: #f1e9db; margin-bottom: 22px; line-height: 1.2; }
.arida-character-inner .char-body { font-size: 1.05rem; line-height: 1.88; color: rgba(241,233,219,0.80); margin-bottom: 18px; text-align: justify; }
.arida-character-inner .char-quote { border-left: 3px solid rgba(200,155,55,0.60); padding: 8px 0 8px 22px; margin: 28px 0; font-style: italic; color: rgba(241,233,219,0.60); font-size: 1.05rem; }

/* ---- Game with Impact ---------------------------------------- */
.arida-impact-section { padding: 88px 0 60px; position: relative; z-index: 4; clip-path: polygon(0 0, 50% 72px, 100% 0, 100% 100%, 0 100%); margin-top: -72px; }
.arida-impact-inner { max-width: 576px; margin: 0 auto; padding: 0 28px; }
.arida-impact-inner h3 { font-size: 1.75rem; font-weight: 600; color: #f1e9db; margin-bottom: 28px; }
.arida-impact-subtitle { font-size: 1.1rem; font-weight: 700; color: rgba(210,165,70,0.92); margin: 36px 0 6px; letter-spacing: 0.03em; line-height: 1.3; }
.arida-impact-gif-hero, .arida-impact-gif-inline { margin: 32px auto; border-radius: 8px; overflow: hidden; line-height: 0; max-width: 480px; text-align: center; }
.arida-impact-gif-hero img, .arida-impact-gif-inline img, .arida-impact-gif-hero video, .arida-impact-gif-inline video { width: 100%; display: block; border-radius: 8px; box-shadow: 0 4px 28px rgba(0,0,0,0.65); margin: 0 auto; aspect-ratio: 16 / 9; object-fit: cover; }
@media (max-width: 767px) { .arida-impact-gif-hero, .arida-impact-gif-inline { max-width: 100%; } }
.arida-impact-list { list-style: none; padding: 0; margin: 0 0 40px; }
.arida-impact-list li { position: relative; padding: 12px 0 12px 28px; color: rgba(241,233,219,0.80); text-align: justify; font-size: 1rem; line-height: 1.72; border-bottom: 1px solid rgba(255,255,255,0.055); }
.arida-impact-list li:last-child { border-bottom: none; }
.arida-impact-list li::before { content: ""; position: absolute; left: 0; top: 20px; width: 8px; height: 8px; background: rgba(200,155,55,0.75); border-radius: 50%; }

/* ---- Reviews (press quotes — override old wallpaper style) --- */
.section.reviews {
    position: relative; z-index: 5;
    clip-path: polygon(0 0, 50% 72px, 100% 0, 100% 100%, 0 100%);
    padding-top: 88px; padding-bottom: 52px; margin-top: -72px;
}
.section.reviews::before { display: none !important; content: none !important; }
.section.reviews::after  { display: none; }
.arida-review-quote { font-size: 1.3rem; font-style: italic; line-height: 1.65; color: #f1e9db; border: none; padding: 0; margin: 0 0 0.6rem; }
.arida-review-cite { display: block; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(241,233,219,0.55); font-style: normal; }
.section.reviews .col-12 > div { position: relative; max-width: 560px; margin: 10px auto !important; background: rgba(10,8,6,0.52); border: 1px solid rgba(215,215,235,0.11); border-radius: 12px; padding: 28px 32px 22px !important; backdrop-filter: blur(3px); }
.section.reviews .col-12 > div::before { content: "\201C"; font-family: 'Playfair Display', Georgia, serif; font-size: 5rem; color: rgba(215,215,235,0.10); position: absolute; top: -4px; left: 18px; line-height: 1; pointer-events: none; user-select: none; }

/* ---- Support / Partners --------------------------------------- */
.arida-support-section { padding: 130px 0 70px; background: #050403; position: relative; z-index: 6; clip-path: polygon(0 0, 50% 72px, 100% 0, 100% 100%, 0 100%); margin-top: -72px; }
.arida-support-grid { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 28px 44px; padding: 0 16px; margin-top: 8px; }
.arida-support-grid a { display: inline-flex; align-items: center; justify-content: center; opacity: 0.60; transition: opacity 0.22s ease, transform 0.22s ease; }
.arida-support-grid a:hover { opacity: 1; transform: scale(1.06); }
.arida-support-grid img { max-height: 52px; max-width: 160px; object-fit: contain; }

/* ---- Lightbox ------------------------------------------------- */
.ekko-lightbox .modal-content,
.ekko-lightbox .modal-header,
.ekko-lightbox .modal-footer { background-color: #0a0806 !important; border: none; border-radius: 1em; overflow: hidden; }
.ekko-lightbox .modal-body { padding: 4px; background: #0a0806; }
.modal-backdrop.show { backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); background-color: rgba(0,0,0,0.72); opacity: 1; }

/* ---- Responsive (new sections) -------------------------------- */
@media (max-width: 767px) {
    .arida-gallery-item { flex: 0 0 50%; max-width: 50%; }
    .arida-gallery-img { height: 175px; }
    .arida-awards-grid { gap: 18px 14px; }
    .arida-awards-grid img { max-width: 120px; max-height: 100px; }
    .arida-award-item { flex: 0 0 120px; }
    .arida-section-eyebrow { font-size: 0.82rem; }
    .arida-description-heading { font-size: 1.5rem; }
    .arida-description-text p { font-size: 1.05rem; }
    .arida-character-inner h3, .arida-impact-inner h3 { font-size: 1.6rem; }
    .arida-character-inner .char-body, .arida-character-inner .char-quote { font-size: 1.05rem; }
    .arida-impact-subtitle { font-size: 1.1rem; }
    .arida-impact-list li { font-size: 1.05rem; }
    .section.reviews { padding-top: 120px; }
    .arida-awards-section { padding-top: 120px; }
    .arida-character-section, .arida-impact-section { padding: 120px 0 40px; }
    .arida-support-section { padding-top: 120px; }
    .arida-screenshots-section { padding-top: 24px; padding-bottom: 92px; }
    .arida-character-inner { flex-direction: column; gap: 28px; padding: 0 18px; }
    .arida-character-art { flex: 0 0 auto; width: 80%; max-width: 300px; }
    .arida-impact-inner { padding: 0 18px; }
}

/* ---- Fixed navigation ---------------------------------------- */
.arida-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; }
.arida-nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 18px 32px; background: linear-gradient(to bottom, rgba(0,0,0,0.32) 0%, transparent 100%); }
.arida-nav-actions { display: flex; align-items: center; gap: 10px; }
.arida-nav-totop { display: flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,0.55); background: none; cursor: pointer; padding: 0; flex-shrink: 0; z-index: 1001; opacity: 0; pointer-events: none; transform: scale(0.7); transition: border-color 0.2s ease, opacity 0.25s ease, transform 0.25s ease; }
.arida-nav-totop.is-visible { opacity: 1; pointer-events: auto; transform: scale(1); }
.arida-nav-totop:hover { border-color: rgba(255,255,255,0.90); }
.arida-nav-logo { display: flex; align-items: center; flex-shrink: 0; }
.arida-nav-logo img { height: 44px; width: auto; display: block; opacity: 0.88; transition: opacity 0.2s ease; }
.arida-nav-logo:hover img { opacity: 1; }
.arida-nav-burger { display: flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,0.55); background: none; cursor: pointer; padding: 0; flex-shrink: 0; z-index: 1001; transition: border-color 0.2s ease; }
.arida-nav-burger:hover { border-color: rgba(255,255,255,0.90); }
.arida-nav-burger-icon { position: relative; width: 18px; height: 12px; }
.arida-nav-burger-line { position: absolute; left: 0; width: 18px; height: 1.5px; background: rgba(255,255,255,0.92); border-radius: 1px; transition: transform 0.3s ease, top 0.3s ease; }
.arida-nav-burger-line:first-child { top: 1px; }
.arida-nav-burger-line:last-child  { top: 9px; }
.arida-nav-burger.is-open .arida-nav-burger-line:first-child { top: 5px; transform: rotate(45deg); }
.arida-nav-burger.is-open .arida-nav-burger-line:last-child  { top: 5px; transform: rotate(-45deg); }
.arida-nav-overlay { position: fixed; inset: 0; z-index: 999; pointer-events: none; visibility: hidden; overflow: hidden; }
.arida-nav-overlay.is-open { pointer-events: auto; visibility: visible; }
.arida-nav-overlay-dim { position: absolute; inset: 0; background: rgba(0,0,0,0); transition: background 0.35s ease; cursor: pointer; }
.arida-nav-overlay.is-open .arida-nav-overlay-dim { background: rgba(0,0,0,0.60); }
.arida-nav-overlay-panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(520px,55vw); max-width: 100vw; background: rgba(6,5,3,0.97); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); display: flex; flex-direction: column; padding: 24px 32px 36px; transform: translateX(100%); transition: transform 0.35s cubic-bezier(0.22,1,0.36,1); z-index: 1; }
.arida-nav-overlay.is-open .arida-nav-overlay-panel { transform: translateX(0); }
.arida-nav-overlay-links { display: flex; flex-direction: column; gap: 0; margin-top: 70px; flex: 1; overflow-y: auto; scrollbar-width: none; }
.arida-nav-overlay-links::-webkit-scrollbar { width: 0; }
.arida-nav-overlay-link { font-family: 'Gotham Black', 'Gotham', 'Montserrat', 'DM Sans', sans-serif; font-size: clamp(17px,3vw,30px); font-weight: 900; letter-spacing: 0.02em; text-transform: uppercase; color: rgba(255,255,255,0.88); text-decoration: none; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,0.07); transition: color 0.2s ease, padding-left 0.25s ease; display: block; flex-shrink: 0; }
.arida-nav-overlay-link:hover { color: rgba(210,165,70,0.95); padding-left: 10px; }
.arida-nav-overlay-bottom { padding-top: 24px; display: flex; flex-direction: column; gap: 16px; }
.arida-nav-overlay-lang { display: flex; align-items: center; gap: 8px; }
.arida-nav-overlay-lang-item { font-family: 'DM Sans', sans-serif; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.45); text-decoration: none; transition: color 0.2s ease; }
.arida-nav-overlay-lang-item.is-active { color: rgba(210,165,70,0.85); }
.arida-nav-overlay-lang-item:not(.is-active):hover { color: rgba(255,255,255,0.85); }
.arida-nav-overlay-lang-sep { color: rgba(255,255,255,0.20); font-size: 12px; }
@media (max-width: 767px) { .arida-nav-inner { padding: 14px 20px; } .arida-nav-actions { gap: 8px; } .arida-nav-totop { width: 40px; height: 40px; } .arida-nav-overlay-panel { width: 100vw; } }
@media (max-height: 780px) { .arida-nav-overlay-links { margin-top: 52px; } .arida-nav-overlay-link { font-size: clamp(18px,2.2vw,28px); padding: 6px 0; } }
@media (max-height: 580px) { .arida-nav-overlay-links { margin-top: 36px; } .arida-nav-overlay-link { font-size: 22px; padding: 4px 0; } }

/* ---- A11y ----------------------------------------------------- */
html[data-a11y-contrast] body { background: #000 !important; }
html[data-a11y-contrast] .arida-nav,
html[data-a11y-contrast] .arida-nav-overlay-panel { background: #000 !important; }
html[data-a11y-contrast] .section,
html[data-a11y-contrast] section,
html[data-a11y-contrast] .arida-screenshots-section,
html[data-a11y-contrast] .arida-awards-section { background: #000 !important; background-image: none !important; }
html[data-a11y-contrast] .section.plataforms { background: transparent !important; }
html[data-a11y-contrast] p,
html[data-a11y-contrast] span:not([class*="a11y"]),
html[data-a11y-contrast] h1, html[data-a11y-contrast] h2,
html[data-a11y-contrast] h3, html[data-a11y-contrast] h4,
html[data-a11y-contrast] li { color: #fff !important; text-shadow: none !important; opacity: 1 !important; }
html[data-a11y-contrast] .section::before,
html[data-a11y-contrast] .section::after { opacity: 0.08 !important; }
html[data-a11y-motion] *,
html[data-a11y-motion] *::before,
html[data-a11y-motion] *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
html[data-a11y-motion] [data-aos] { opacity: 1 !important; transform: none !important; transition: none !important; }

/* ---- Banner CTA overlay (wishlist inside banner, below logo) -- */
@keyframes a2WishlistFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.banner-wishlist-cta {
  position: absolute;
  left: 60%;
  top: 45%;
  transform: translateX(-50%);
  z-index: 30;
  opacity: 0;
  animation: a2WishlistFadeIn 0.9s ease 4.5s forwards;
}
.banner-wishlist-cta .arida2-wishlist-btn { margin: 0; width: auto; min-width: 280px; }
@media (max-width: 767px) {
  .banner-wishlist-cta { left: 50%; top: 62%; }
  .banner-wishlist-cta .arida2-wishlist-btn { min-width: 220px; }
}

/* ---- Wishlist button ------------------------------------------ */
.arida2-wishlist-btn {
  display: flex; align-items: center; justify-content: center;
  width: 22%; min-height: 58px; margin: 14px auto 0;
  border-radius: 999px; padding: 8px 32px;
  font-weight: 700; font-size: 15px; letter-spacing: 0.08em; text-transform: uppercase;
  color: #fff !important; text-decoration: none !important;
  background: linear-gradient(120deg, #c0452c, #e0c089, #d9543a);
  background-size: 200% auto;
  box-shadow: 0 6px 20px rgba(192,69,44,0.45);
  animation: aridaWishlistPulse 3s ease-in-out infinite;
}
.arida2-wishlist-btn .wishlist-steam-ic { height: 60px; width: auto; }
@keyframes aridaWishlistPulse {
  0%,100% { transform: scale(1); background-position: 0% center; box-shadow: 0 6px 20px rgba(192,69,44,0.45); }
  50%      { transform: scale(1.05); background-position: 100% center; box-shadow: 0 11px 30px rgba(217,84,58,0.6); }
}
@media (max-width: 767px) {
  .arida2-wishlist-btn { width: 80%; padding: 8px 20px; }
  .arida2-wishlist-btn .wishlist-steam-ic { height: 44px; max-width: 100%; }
}

@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2) format('woff2');
    font-display: swap;
}

.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}

    .youtube img {
        width: 100%;
        top: -16.82%;
        left: 0;
        opacity: 0.7;
    }

    .youtube .play-button {
        width: 90px;
        height: 60px;
        background-color: #333;
        box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
        z-index: 1;
        opacity: 0.8;
        border-radius: 6px;
    }

        .youtube .play-button:before {
            content: "";
            border-style: solid;
            border-width: 15px 0 15px 26.0px;
            border-color: transparent transparent transparent #fff;
        }

    .youtube img,
    .youtube .play-button {
        cursor: pointer;
    }

        .youtube img,
        .youtube iframe,
        .youtube .play-button,
        .youtube .play-button:before {
            position: absolute;
        }

            .youtube .play-button,
            .youtube .play-button:before {
                top: 50%;
                left: 50%;
                transform: translate3d( -50%, -50%, 0 );
            }

    .youtube iframe {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }
