:root {
    --shell: 1360px;
}

.section {
    padding-block: 88px;
}

.site-header__inner {
    gap: 24px;
}

.brand {
    margin-right: auto;
}

.live-status {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 9px;
    min-height: 39px;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(5, 7, 7, 0.74);
    box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.015);
    backdrop-filter: blur(12px);
}

.live-status__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #777;
    box-shadow: 0 0 0 4px rgba(119, 119, 119, 0.1);
}

.live-status__copy,
.live-status__copy strong,
.live-status__copy small {
    display: block;
}

.live-status__copy strong {
    color: #aaa69d;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.live-status__copy small {
    margin-top: 2px;
    color: #77736c;
    font-size: 9px;
    line-height: 1;
}

.live-status.is-online {
    border-color: rgba(82, 203, 133, 0.28);
}

.live-status.is-online .live-status__dot {
    background: #61df92;
    box-shadow: 0 0 0 4px rgba(82, 203, 133, 0.1), 0 0 15px rgba(82, 203, 133, 0.75);
    animation: live-pulse 2.2s ease-in-out infinite;
}

.live-status.is-online .live-status__copy strong {
    color: #8be2ac;
}

.live-status.is-offline {
    border-color: rgba(213, 98, 91, 0.3);
}

.live-status.is-offline .live-status__dot {
    background: #d5625b;
    box-shadow: 0 0 0 4px rgba(213, 98, 91, 0.1);
}

.live-status.is-offline .live-status__copy strong {
    color: #e28a84;
}

@keyframes live-pulse {
    50% {
        box-shadow: 0 0 0 7px rgba(82, 203, 133, 0), 0 0 20px rgba(82, 203, 133, 0.86);
    }
}

.button--animated {
    position: relative;
    gap: 18px;
    overflow: hidden;
}

.button--animated::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 25%, rgba(255, 244, 210, 0.34), transparent 62%);
    content: "";
    transform: translateX(-130%);
    transition: transform 650ms var(--ease);
}

.button--animated:hover::before,
.button--animated:focus-visible::before {
    transform: translateX(130%);
}

.button--animated > span {
    position: relative;
    z-index: 1;
}

.button--animated > span:last-child {
    transition: transform 220ms var(--ease);
}

.button--animated:hover > span:last-child,
.button--animated:focus-visible > span:last-child {
    transform: translateX(5px);
}

.home-hero--v2 {
    min-height: 820px;
    background-image: url("../images/warplus-v2/hero.webp");
    background-position: center 43%;
    background-size: cover;
}

.home-hero--v2::after {
    background:
        linear-gradient(90deg, rgba(3, 4, 4, 0.94) 0%, rgba(3, 4, 4, 0.65) 23%, rgba(3, 4, 4, 0.1) 49%, rgba(3, 4, 4, 0.28) 72%, rgba(3, 4, 4, 0.9) 100%),
        linear-gradient(180deg, rgba(3, 4, 4, 0.06) 42%, rgba(3, 4, 4, 0.94) 100%);
}

.home-hero--v2 .home-hero__veil {
    background:
        radial-gradient(circle at 52% 40%, rgba(222, 164, 64, 0.08), transparent 28rem),
        linear-gradient(180deg, transparent 56%, rgba(5, 6, 6, 0.66));
}

.home-hero--v2 .home-hero__inner {
    align-items: center;
    min-height: 820px;
    padding-top: 58px;
    padding-bottom: 164px;
}

.hero-copy--v2 {
    width: min(720px, 58%);
}

.hero-copy--v2 h1 {
    max-width: 720px;
    margin-bottom: 24px;
    font-size: clamp(48px, 4.8vw, 74px);
    line-height: 0.98;
    text-wrap: balance;
}

.hero-copy--v2 h1 em {
    display: inline-block;
    margin-top: 8px;
    font-size: 0.83em;
}

.hero-copy--v2 > p {
    max-width: 590px;
    margin-bottom: 0;
    color: #c0bbb1;
    font-size: 18px;
}

.feature-rail--compact {
    right: auto;
    bottom: 34px;
    left: 50%;
    width: min(920px, calc(100% - 64px));
    transform: translateX(-50%);
}

.feature-rail--compact .feature-rail__item {
    min-height: 102px;
    padding: 16px 28px;
    background: rgba(7, 8, 8, 0.82);
    backdrop-filter: blur(12px);
}

.feature-rail--compact .feature-rail__item img {
    width: 52px;
    height: 52px;
    object-fit: contain;
}

.promo-section {
    padding-top: 84px;
}

.promo-carousel--v2 {
    min-height: 530px;
}

.promo-carousel--v2 .promo-slide {
    padding: 64px 96px;
    background-position: center;
    background-size: cover;
}

.promo-slide--bosses-v2 {
    background-image: url("../images/warplus-v2/promo-global.webp");
}

.promo-slide--mounts-v2 {
    background-image: url("../images/warplus-v2/promo-mounts.webp");
}

.promo-slide--vip-v2 {
    background-image: url("../images/warplus-v2/promo-vip.webp");
}

.promo-carousel--v2 .promo-slide__shade {
    background:
        linear-gradient(90deg, rgba(5, 6, 6, 0.96) 0%, rgba(5, 6, 6, 0.84) 34%, rgba(5, 6, 6, 0.2) 68%, rgba(5, 6, 6, 0.72) 100%),
        linear-gradient(180deg, rgba(5, 6, 6, 0.15), rgba(5, 6, 6, 0.7));
}

.promo-carousel--v2 .promo-slide__content {
    max-width: 650px;
}

.promo-carousel--v2 .promo-slide h3 {
    max-width: 620px;
    font-size: clamp(46px, 5vw, 72px);
    line-height: 0.98;
}

.promo-facts--five {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    width: min(850px, 78vw);
}

.promo-facts--five li {
    min-width: 0;
    padding-inline: 12px;
    text-align: center;
}

.promo-facts--five strong {
    display: block;
    font-size: 28px;
}

.news-section--v2 {
    padding-block: 84px;
}

.news-carousel {
    position: relative;
    min-height: 470px;
    overflow: hidden;
    border: 1px solid rgba(185, 138, 53, 0.34);
    clip-path: polygon(18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%, 0 18px);
    background: #0b0d0d;
}

.news-slide {
    position: absolute;
    inset: 0;
    display: grid;
    align-items: center;
    padding: 58px 90px;
    background-position: center;
    background-size: cover;
    opacity: 0;
    pointer-events: none;
    transition: opacity 700ms ease, transform 900ms var(--ease);
    transform: scale(1.025);
}

.news-slide::before {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(4, 5, 5, 0.96) 0%, rgba(4, 5, 5, 0.82) 40%, rgba(4, 5, 5, 0.24) 72%, rgba(4, 5, 5, 0.78) 100%),
        linear-gradient(180deg, rgba(4, 5, 5, 0.1), rgba(4, 5, 5, 0.82));
    content: "";
}

.news-slide.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: none;
}

.news-slide--welcome {
    background-image: url("../images/warplus-v2/news-welcome.webp");
    background-position: 68% 38%;
}

.news-slide--bargain {
    background-image: url("../images/warplus-v2/news-bargain.webp");
    background-position: 72% 36%;
}

.news-slide--goal {
    background-image: url("../images/warplus-v2/news-goal.webp");
    background-position: center 28%;
}

.news-slide__content {
    position: relative;
    z-index: 1;
    width: min(630px, 63%);
}

.news-slide__content .news-card__tag {
    position: static;
    display: inline-flex;
    margin-bottom: 28px;
}

.news-slide__content h3 {
    margin-bottom: 18px;
    color: var(--ivory);
    font-size: clamp(42px, 4.2vw, 62px);
    line-height: 1;
    text-wrap: balance;
}

.news-slide__content p {
    max-width: 620px;
    margin-bottom: 0;
    color: #b8b2a8;
    font-size: 16px;
}

.news-carousel .carousel-control {
    top: 50%;
    transform: translateY(-50%);
}

.news-carousel .carousel-control:hover,
.news-carousel .carousel-control:focus-visible {
    transform: translateY(-50%) scale(1.04);
}

.news-carousel .carousel-dots {
    bottom: 22px;
}

.ranking-section {
    padding-block: 82px;
}

.ranking-layout {
    align-items: center;
}

.ranking-intro h2 {
    font-size: clamp(48px, 5vw, 70px);
}

.ranking-intro > p {
    max-width: 490px;
    color: #aaa69d;
    font-size: 17px;
}

.ranking-seal--v2 {
    margin-top: 28px;
}

.ranking-seal--v2 img {
    width: 98px;
    height: 98px;
    object-fit: contain;
}

.ranking-panel {
    min-height: 390px;
}

.ranking-row {
    min-height: 55px;
}

.siege-section {
    padding-block: 88px;
}

.castle-card {
    min-height: 300px;
}

.castle-card > img {
    min-height: 300px;
}

.castle-card__shade {
    background:
        linear-gradient(180deg, rgba(4, 5, 5, 0.04) 18%, rgba(4, 5, 5, 0.92) 100%),
        linear-gradient(90deg, rgba(4, 5, 5, 0.38), transparent 72%);
}

.minor-castles {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 16px;
}

.castle-mini {
    position: relative;
    min-height: 142px;
    padding: 22px;
    overflow: hidden;
    border: 1px solid rgba(185, 138, 53, 0.2);
    background:
        radial-gradient(circle at 100% 0, rgba(185, 138, 53, 0.1), transparent 12rem),
        rgba(13, 15, 15, 0.86);
    transition: border-color 220ms ease, background 220ms ease, transform 220ms var(--ease);
}

.castle-mini::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 1px;
    background: var(--gold-bright);
    content: "";
    transition: width 300ms var(--ease);
}

.castle-mini:hover,
.castle-mini:focus-within {
    border-color: rgba(227, 187, 99, 0.48);
    background:
        radial-gradient(circle at 100% 0, rgba(185, 138, 53, 0.16), transparent 12rem),
        rgba(16, 18, 18, 0.96);
    transform: translateY(-3px);
}

.castle-mini:hover::before {
    width: 100%;
}

.castle-mini__date {
    display: block;
    color: #8e7446;
    font-size: 9px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.castle-mini h3 {
    margin: 8px 0 12px;
    color: #e1d8c7;
    font-size: 25px;
}

.castle-mini p {
    margin: 0;
    color: #716e68;
    font-size: 12px;
}

.castle-mini p strong {
    color: #aaa59c;
    font-weight: 500;
}

.inner-hero--info-v2,
.inner-hero--download-v2 {
    min-height: 520px;
    background-position: center;
    background-size: cover;
}

.inner-hero--info-v2 {
    background-image: url("../images/warplus-v2/info-hero.webp");
}

.inner-hero--download-v2 {
    background-image: url("../images/warplus-v2/download-hero.webp");
}

.inner-hero--info-v2::after,
.inner-hero--download-v2::after {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(4, 5, 5, 0.92) 0%, rgba(4, 5, 5, 0.48) 32%, rgba(4, 5, 5, 0.15) 56%, rgba(4, 5, 5, 0.78) 100%),
        linear-gradient(180deg, rgba(4, 5, 5, 0.05), rgba(4, 5, 5, 0.95));
    content: "";
}

.inner-hero--info-v2 .inner-hero__content,
.inner-hero--download-v2 .inner-hero__content {
    z-index: 2;
}

.inner-hero--info-v2 .inner-hero__veil,
.inner-hero--download-v2 .inner-hero__veil {
    background: radial-gradient(circle at 35% 42%, rgba(185, 138, 53, 0.1), transparent 26rem);
}

.server-overview .section-heading h2 {
    font-size: clamp(44px, 4.5vw, 65px);
}

.farm-section {
    background:
        radial-gradient(circle at 50% 20%, rgba(185, 138, 53, 0.055), transparent 28rem),
        #080909;
}

.farm-zones {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.farm-zone {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    border: 1px solid rgba(185, 138, 53, 0.28);
    clip-path: polygon(16px 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%, 0 16px);
    background: #0b0c0c;
}

.farm-zone > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 950ms var(--ease), filter 500ms ease;
}

.farm-zone:hover > img {
    filter: saturate(1.08) contrast(1.04);
    transform: scale(1.035);
}

.farm-zone__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(5, 6, 6, 0.06) 18%, rgba(5, 6, 6, 0.94) 85%),
        linear-gradient(90deg, rgba(5, 6, 6, 0.72), transparent 70%, rgba(5, 6, 6, 0.35));
}

.farm-zone__content {
    position: absolute;
    z-index: 1;
    right: 38px;
    bottom: 34px;
    left: 38px;
}

.farm-zone__content h2 {
    max-width: 590px;
    margin-bottom: 14px;
    font-size: clamp(38px, 3.2vw, 52px);
    line-height: 1;
}

.farm-zone__content p {
    max-width: 590px;
    color: #b4aea4;
}

.farm-zone__content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.farm-zone__content li {
    padding: 7px 11px;
    border: 1px solid rgba(227, 187, 99, 0.28);
    border-radius: 99px;
    color: #c9b887;
    background: rgba(5, 6, 6, 0.66);
    font-size: 11px;
    backdrop-filter: blur(8px);
}

.feature-story--v2 {
    padding-bottom: 78px;
}

.feature-story--v2 .feature-story__media {
    height: 420px;
    overflow: visible;
}

.feature-story--v2 .feature-story__media::after {
    background:
        linear-gradient(90deg, rgba(5, 6, 6, 0.8) 0%, rgba(5, 6, 6, 0.12) 30%, rgba(5, 6, 6, 0.08) 68%, rgba(5, 6, 6, 0.82) 100%),
        linear-gradient(180deg, rgba(5, 6, 6, 0.05), rgba(5, 6, 6, 0.9));
}

.feature-story--v2 .feature-story__media > img {
    object-position: center 38%;
}

.feature-story--v2 .feature-story__media-label {
    bottom: -24px;
    padding: 14px 24px 8px;
    border-right: 1px solid rgba(185, 138, 53, 0.34);
    border-left: 1px solid rgba(185, 138, 53, 0.34);
    background: linear-gradient(180deg, rgba(5, 6, 6, 0.22), rgba(5, 6, 6, 0.94));
    backdrop-filter: blur(8px);
}

.feature-story--v2 .feature-story__body {
    gap: 74px;
    padding-top: 84px;
}

.feature-story--bosses {
    padding-bottom: 94px;
}

.boss-groups {
    margin-top: 74px;
}

.boss-group + .boss-group {
    margin-top: 68px;
}

.boss-group__heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(185, 138, 53, 0.18);
}

.boss-group__heading .section-kicker {
    margin-bottom: 7px;
}

.boss-group__heading h2 {
    margin: 0;
    color: #e8dfcf;
    font-size: clamp(36px, 4vw, 54px);
    line-height: 1;
}

.boss-grid {
    display: grid;
    gap: 12px;
}

.boss-grid--global {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.boss-grid--epic {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.boss-grid--return {
    grid-template-columns: repeat(2, minmax(0, 380px));
}

.boss-status-card {
    position: relative;
    min-height: 270px;
    overflow: hidden;
    border: 1px solid rgba(185, 138, 53, 0.25);
    background: #0b0c0c;
    isolation: isolate;
    cursor: help;
}

.boss-status-card--global {
    min-height: 390px;
}

.boss-status-card--return {
    min-height: 230px;
}

.boss-status-card::before {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 42px;
    height: 1px;
    background: var(--gold-bright);
    content: "";
    transition: width 360ms var(--ease);
}

.boss-status-card:hover,
.boss-status-card:focus-visible,
.boss-status-card.is-expanded {
    border-color: rgba(227, 187, 99, 0.62);
    outline: none;
}

.boss-status-card:hover::before,
.boss-status-card:focus-visible::before,
.boss-status-card.is-expanded::before {
    width: 100%;
}

.boss-status-card > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter 450ms ease, transform 850ms var(--ease), opacity 450ms ease;
}

.boss-status-card:hover > img,
.boss-status-card:focus-visible > img,
.boss-status-card.is-expanded > img {
    transform: scale(1.045);
}

.boss-status-card.is-dead > img {
    filter: grayscale(1) contrast(1.04) brightness(0.58);
}

.boss-status-card.is-unknown > img {
    filter: saturate(0.62) brightness(0.7);
}

.boss-status-card__shade {
    position: absolute;
    z-index: 1;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(5, 6, 6, 0.04) 25%, rgba(5, 6, 6, 0.94) 100%),
        linear-gradient(90deg, rgba(5, 6, 6, 0.3), transparent);
}

.boss-status-card__content {
    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: 18px;
    left: 20px;
}

.boss-status-card__type {
    display: block;
    color: var(--gold-bright);
    font-size: 9px;
    letter-spacing: 0.19em;
    text-transform: uppercase;
}

.boss-status-card h3 {
    margin: 5px 0 12px;
    color: #eee5d4;
    font-size: 31px;
    line-height: 1;
}

.boss-status-card--global h3 {
    font-size: 40px;
}

.boss-live-state {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 5px 9px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 99px;
    color: #88847c;
    background: rgba(5, 6, 6, 0.7);
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.boss-live-state i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #777;
}

.boss-status-card.is-alive .boss-live-state {
    border-color: rgba(82, 203, 133, 0.3);
    color: #8be2ac;
}

.boss-status-card.is-alive .boss-live-state i {
    background: #61df92;
    box-shadow: 0 0 11px rgba(82, 203, 133, 0.8);
}

.boss-status-card.is-dead .boss-live-state {
    border-color: rgba(213, 98, 91, 0.3);
    color: #e28a84;
}

.boss-status-card.is-dead .boss-live-state i {
    background: #d5625b;
}

.boss-status-card__tooltip {
    position: absolute;
    z-index: 4;
    top: 14px;
    right: 14px;
    max-width: calc(100% - 28px);
    padding: 8px 11px;
    border: 1px solid rgba(227, 187, 99, 0.3);
    color: #d0c6b4;
    background: rgba(5, 6, 6, 0.9);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.38);
    font-size: 11px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 220ms var(--ease);
    backdrop-filter: blur(10px);
}

.boss-status-card:hover .boss-status-card__tooltip,
.boss-status-card:focus-visible .boss-status-card__tooltip,
.boss-status-card.is-expanded .boss-status-card__tooltip {
    opacity: 1;
    transform: none;
}

.vip-section--v2 {
    padding-block: 84px;
}

.vip-panel--v2 {
    position: relative;
    grid-template-columns: minmax(270px, 0.62fr) minmax(650px, 1.38fr);
    gap: 42px;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(7, 8, 9, 0.97) 0%, rgba(7, 8, 9, 0.87) 48%, rgba(7, 8, 9, 0.73) 100%),
        url("../images/warplus-v2/promo-vip.webp") center / cover no-repeat;
}

.vip-panel--v2::after {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(227, 187, 99, 0.1);
    content: "";
    pointer-events: none;
}

.vip-panel--v2 > * {
    position: relative;
    z-index: 1;
}

.vip-metrics--five {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.vip-metrics--five > div {
    padding-inline: 10px;
}

.vip-metrics--five strong {
    font-size: 30px;
}

.vip-metrics--five span {
    font-size: 10px;
}

.download-stage {
    position: relative;
    overflow: hidden;
    background: #070808;
}

.download-stage__background {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5, 6, 6, 0.94) 0%, rgba(5, 6, 6, 0.62) 50%, rgba(5, 6, 6, 0.94) 100%),
        linear-gradient(180deg, rgba(5, 6, 6, 0.84), rgba(5, 6, 6, 0.98)),
        url("../images/warplus-v2/download-hero.webp") center / cover no-repeat;
    filter: saturate(0.85);
    transform: scale(1.03);
}

.download-stage__inner {
    position: relative;
    z-index: 1;
}

.download-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.download-grid--three .download-card {
    min-height: 390px;
    padding: 30px;
    background: rgba(10, 12, 12, 0.78);
    backdrop-filter: blur(13px);
}

.download-card.is-featured {
    border-color: rgba(227, 187, 99, 0.66);
    background:
        radial-gradient(circle at 100% 0, rgba(185, 138, 53, 0.18), transparent 17rem),
        rgba(13, 14, 13, 0.9);
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.25);
}

.download-card.is-featured::before {
    position: absolute;
    top: 0;
    right: 30px;
    left: 30px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold-bright), transparent);
    box-shadow: 0 0 16px rgba(227, 187, 99, 0.55);
    content: "";
}

.download-grid--three .download-card h3 {
    font-size: 34px;
}

.support-downloads {
    padding-block: 64px;
}

.notebook-fix {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
    align-items: center;
    gap: 60px;
    padding: 38px 42px;
    border: 1px solid rgba(185, 138, 53, 0.24);
    background:
        radial-gradient(circle at 100% 0, rgba(185, 138, 53, 0.09), transparent 18rem),
        rgba(11, 13, 13, 0.86);
}

.notebook-fix h2 {
    margin-bottom: 10px;
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1;
}

.notebook-fix p {
    max-width: 780px;
    margin-bottom: 0;
    color: var(--muted);
}

.notebook-fix__actions {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 18px;
}

.driver-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px 12px;
    color: #77736d;
    font-size: 12px;
}

.driver-links span {
    flex-basis: 100%;
    text-align: right;
}

.driver-links a {
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(227, 187, 99, 0.36);
    color: #c0ae7b;
}

.driver-links a:hover,
.driver-links a:focus-visible {
    border-color: var(--gold-bright);
    color: var(--gold-bright);
}

.install-steps--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.install-steps--four li {
    min-height: 260px;
}

@media (max-width: 1180px) {
    .site-header__inner {
        gap: 16px;
    }

    .site-nav {
        gap: 22px;
    }

    .live-status {
        padding-inline: 9px;
    }

    .promo-facts--five {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: min(650px, 70vw);
    }

    .promo-facts--five li {
        min-height: 68px;
    }

    .minor-castles {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .farm-zone {
        min-height: 600px;
    }

    .boss-grid--epic {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .vip-panel--v2 {
        grid-template-columns: 1fr;
    }

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

    .download-card.is-featured {
        grid-column: 1 / -1;
        min-height: 330px;
    }
}

@media (max-width: 900px) {
    .section {
        padding-block: 72px;
    }

    .live-status__copy small {
        display: none;
    }

    .home-hero--v2 {
        min-height: 850px;
        background-image: url("../images/warplus-v2/hero-mobile.webp");
        background-position: center 28%;
    }

    .home-hero--v2::after {
        background:
            linear-gradient(90deg, rgba(3, 4, 4, 0.88) 0%, rgba(3, 4, 4, 0.32) 50%, rgba(3, 4, 4, 0.82) 100%),
            linear-gradient(180deg, rgba(3, 4, 4, 0.25) 5%, rgba(3, 4, 4, 0.12) 38%, rgba(3, 4, 4, 0.96) 78%);
    }

    .home-hero--v2 .home-hero__inner {
        align-items: flex-start;
        min-height: 850px;
        padding-top: 98px;
        padding-bottom: 140px;
    }

    .hero-copy--v2 {
        width: min(660px, 100%);
    }

    .hero-copy--v2 h1 {
        max-width: 620px;
        font-size: clamp(44px, 8vw, 64px);
    }

    .hero-copy--v2 > p {
        max-width: 540px;
    }

    .feature-rail--compact {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        bottom: 18px;
    }

    .feature-rail--compact .feature-rail__item {
        align-items: center;
        justify-content: center;
        min-height: 100px;
        flex-direction: column;
        gap: 6px;
        padding: 10px;
        text-align: center;
    }

    .feature-rail--compact .feature-rail__item + .feature-rail__item {
        border-top: 0;
        border-left: 1px solid rgba(185, 138, 53, 0.18);
    }

    .feature-rail--compact .feature-rail__item img {
        width: 36px;
        height: 36px;
    }

    .feature-rail--compact .feature-rail__item small {
        display: none;
    }

    .promo-carousel--v2 {
        min-height: 540px;
    }

    .promo-carousel--v2 .promo-slide {
        padding: 54px 70px;
    }

    .promo-carousel--v2 .promo-slide__shade {
        background:
            linear-gradient(90deg, rgba(5, 6, 6, 0.94), rgba(5, 6, 6, 0.56), rgba(5, 6, 6, 0.84)),
            linear-gradient(180deg, rgba(5, 6, 6, 0.22), rgba(5, 6, 6, 0.88));
    }

    .promo-facts--five {
        width: 100%;
    }

    .news-slide {
        padding: 52px 70px;
    }

    .news-slide::before {
        background:
            linear-gradient(90deg, rgba(4, 5, 5, 0.92), rgba(4, 5, 5, 0.48), rgba(4, 5, 5, 0.84)),
            linear-gradient(180deg, rgba(4, 5, 5, 0.12), rgba(4, 5, 5, 0.9));
    }

    .news-slide__content {
        width: min(600px, 86%);
    }

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

    .farm-zones {
        grid-template-columns: 1fr;
    }

    .farm-zone {
        min-height: 540px;
    }

    .feature-story--v2 .feature-story__media {
        height: 360px;
    }

    .feature-story--v2 .feature-story__media-label {
        right: 24px;
    }

    .feature-story--v2 .feature-story__body {
        gap: 34px;
    }

    .boss-grid--global,
    .boss-grid--epic {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .boss-status-card--global {
        min-height: 330px;
    }

    .vip-metrics--five {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .vip-metrics--five > div:nth-child(4) {
        border-left: 0;
    }

    .notebook-fix {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .notebook-fix__actions {
        align-items: flex-start;
    }

    .driver-links {
        justify-content: flex-start;
    }

    .driver-links span {
        text-align: left;
    }

    .install-steps--four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .shell,
    .site-header__inner {
        width: min(calc(100% - 30px), var(--shell));
    }

    .site-header__inner {
        gap: 10px;
    }

    .brand__emblem {
        width: 42px;
        height: 42px;
    }

    .brand__wordmark {
        width: 108px;
    }

    .live-status {
        min-height: 34px;
        gap: 7px;
        padding: 6px 9px;
    }

    .live-status__copy strong {
        max-width: 86px;
        overflow: hidden;
        font-size: 8px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .menu-toggle {
        width: 40px;
        height: 40px;
    }

    .home-hero--v2 {
        min-height: 780px;
        background-position: center 24%;
    }

    .home-hero--v2 .home-hero__inner {
        min-height: 780px;
        padding-top: 86px;
        padding-bottom: 126px;
    }

    .hero-copy--v2 .eyebrow {
        font-size: 9px;
        letter-spacing: 0.18em;
    }

    .hero-copy--v2 h1 {
        font-size: clamp(38px, 11vw, 50px);
    }

    .hero-copy--v2 > p {
        color: #d0cbc1;
        font-size: 15px;
    }

    .feature-rail--compact {
        width: calc(100% - 24px);
    }

    .feature-rail--compact .feature-rail__item {
        min-height: 90px;
        padding-inline: 5px;
    }

    .feature-rail--compact .feature-rail__item strong {
        font-size: 13px;
    }

    .section-heading h2,
    .server-overview .section-heading h2 {
        font-size: 39px;
    }

    .promo-carousel--v2,
    .news-carousel {
        min-height: 575px;
    }

    .promo-carousel--v2 .promo-slide,
    .news-slide {
        padding: 48px 42px;
    }

    .promo-carousel--v2 .promo-slide h3,
    .news-slide__content h3 {
        font-size: 42px;
    }

    .promo-carousel--v2 .promo-slide__content,
    .news-slide__content {
        width: 100%;
    }

    .promo-facts--five {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .promo-facts--five li {
        min-height: 60px;
        font-size: 11px;
    }

    .news-slide--welcome,
    .news-slide--bargain {
        background-position: center;
    }

    .ranking-intro h2 {
        font-size: 47px;
    }

    .ranking-panel {
        min-height: 360px;
    }

    .ranking-row {
        grid-template-columns: 38px minmax(0, 1fr) auto;
        padding-inline: 12px;
    }

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

    .minor-castles {
        grid-template-columns: 1fr 1fr;
    }

    .castle-mini {
        min-height: 150px;
        padding: 18px;
    }

    .castle-mini h3 {
        font-size: 21px;
    }

    .farm-zone {
        min-height: 590px;
    }

    .farm-zone__content {
        right: 24px;
        bottom: 26px;
        left: 24px;
    }

    .farm-zone__content h2 {
        font-size: 39px;
    }

    .feature-story--v2 .feature-story__media {
        height: 310px;
    }

    .feature-story--v2 .feature-story__media-label {
        right: 15px;
        bottom: -20px;
    }

    .feature-story--v2 .feature-story__media-label strong {
        font-size: 58px;
    }

    .feature-story--v2 .feature-story__body {
        padding-top: 70px;
    }

    .boss-groups {
        margin-top: 56px;
    }

    .boss-group__heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 0;
    }

    .boss-grid--global {
        grid-template-columns: 1fr;
    }

    .boss-grid--epic,
    .boss-grid--return {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .boss-status-card,
    .boss-status-card--return {
        min-height: 220px;
    }

    .boss-status-card--global {
        min-height: 350px;
    }

    .boss-status-card__content {
        right: 14px;
        bottom: 14px;
        left: 14px;
    }

    .boss-status-card h3,
    .boss-status-card--global h3 {
        font-size: 25px;
    }

    .boss-status-card--global h3 {
        font-size: 36px;
    }

    .boss-live-state {
        font-size: 8px;
    }

    .vip-panel--v2 {
        padding: 32px 24px;
    }

    .vip-metrics--five {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vip-metrics--five > div {
        min-height: 96px;
    }

    .vip-metrics--five > div:nth-child(3),
    .vip-metrics--five > div:nth-child(5) {
        border-left: 0;
    }

    .download-grid--three {
        grid-template-columns: 1fr;
    }

    .download-card.is-featured {
        grid-column: auto;
    }

    .download-grid--three .download-card {
        min-height: 350px;
    }

    .notebook-fix {
        padding: 30px 24px;
    }

    .install-steps--four,
    .requirements-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 430px) {
    .brand__wordmark {
        display: none;
    }

    .live-status__copy strong {
        max-width: 96px;
    }

    .minor-castles {
        grid-template-columns: 1fr;
    }

    .boss-grid--epic,
    .boss-grid--return {
        gap: 8px;
    }

    .boss-status-card {
        min-height: 205px;
    }

    .boss-status-card h3 {
        font-size: 21px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .live-status.is-online .live-status__dot {
        animation: none;
    }

    .button--animated::before {
        display: none;
    }
}
/* Brilho dourado inspirado no efeito btn-shine */
.eyebrow--shine {
    margin-bottom: 0;
}

.eyebrow--shine span {
    display: inline-block;
    color: transparent;
    background: linear-gradient(
        90deg,
        #9b722c 0%,
        #d5a94e 35%,
        #fff1b5 50%,
        #d5a94e 65%,
        #9b722c 100%
    );
    background-size: 220% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: warplus-text-shine 3.2s linear infinite;
}

@keyframes warplus-text-shine {
    0% {
        background-position: 200% center;
    }

    100% {
        background-position: -20% center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .eyebrow--shine span {
        animation: none;
    }
}
/* Centralização e ampliação da marca no banner principal */
.home-hero--v2 {
    min-height: 680px;
}

.home-hero--v2 .home-hero__inner {
    justify-content: center;
    min-height: 680px;
    padding-top: 0;
    padding-bottom: 0;
}

.hero-signature {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
    isolation: isolate;
}

/* Sombra suave atrás da marca */
.hero-signature::before {
    position: absolute;
    z-index: -1;
    width: min(650px, 90vw);
    height: 340px;
    border-radius: 50%;
    background: radial-gradient(
        ellipse,
        rgba(0, 0, 0, 0.62) 0%,
        rgba(0, 0, 0, 0.28) 48%,
        transparent 74%
    );
    filter: blur(12px);
    content: "";
}

.hero-signature__brand {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    animation: warplus-brand-breathe 4s ease-in-out infinite;
}

.hero-signature__emblem {
    display: block;
    width: 140px;
    height: 140px;
    object-fit: contain;
    filter: drop-shadow(0 0 22px rgba(209, 157, 56, 0.38));
}

.hero-signature__wordmark {
    display: block;
    width: min(460px, 76vw);
    height: auto;
    filter: drop-shadow(0 0 18px rgba(209, 157, 56, 0.2));
}

/* Mantém exatamente a aparência com os traços laterais */
.hero-signature .eyebrow--shine {
    justify-content: center;
    margin: 26px 0 0;
}

@keyframes warplus-brand-breathe {
    0%,
    100% {
        transform: translateY(0);
        filter: brightness(1);
    }

    50% {
        transform: translateY(-4px);
        filter: brightness(1.12);
    }
}

/* Aproxima a seção seguinte */
.promo-section {
    padding-top: 54px;
}

@media (max-width: 900px) {
    .home-hero--v2,
    .home-hero--v2 .home-hero__inner {
        min-height: 650px;
    }

    .hero-signature__emblem {
        width: 112px;
        height: 112px;
    }

    .hero-signature__wordmark {
        width: min(380px, 72vw);
    }
}

@media (max-width: 620px) {
    .home-hero--v2,
    .home-hero--v2 .home-hero__inner {
        min-height: 590px;
    }

    .hero-signature__emblem {
        width: 88px;
        height: 88px;
    }

    .hero-signature__wordmark {
        width: min(285px, 76vw);
    }

    .hero-signature .eyebrow--shine {
        gap: 8px;
        margin-top: 20px;
        font-size: 9px;
        letter-spacing: 0.17em;
    }

    .hero-signature .eyebrow--shine::before,
    .hero-signature .eyebrow--shine::after {
        width: 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-signature__brand {
        animation: none;
    }
}
/* Ajuste final da marca no limite inferior do banner */
.home-hero--v2 {
    overflow: hidden;
}

.home-hero--v2 .home-hero__inner {
    position: relative;
}

.hero-signature {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 16px;
    left: 50%;
    width: min(700px, calc(100% - 32px));
    transform: translateX(-50%);
}

.hero-signature__brand {
    gap: 0;
    animation: none;
}

/* Emblema dourado maior */
.hero-signature__emblem {
    width: 225px;
    height: 225px;
    margin-bottom: -18px;
}

/* Nome WARPLUS menor */
.hero-signature__wordmark {
    width: min(315px, 64vw);
    height: auto;
}

/* Frase próxima ao limite do banner */
.hero-signature .eyebrow--shine {
    margin-top: 19px;
    margin-bottom: 0;
}

/* Brilho mais forte e visível */
.hero-signature .eyebrow--shine span {
    color: transparent;
    background-image: linear-gradient(
        110deg,
        #9b7129 0%,
        #9b7129 40%,
        #fff9dc 48%,
        #ffd56a 52%,
        #c99739 58%,
        #9b7129 100%
    );
    background-size: 250% 100%;
    background-repeat: no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 3px rgba(224, 174, 69, 0.3));
    animation: warplus-shine-visible 2.8s linear infinite !important;
}

@keyframes warplus-shine-visible {
    0% {
        background-position: 180% center;
    }

    100% {
        background-position: -80% center;
    }
}

@media (max-width: 620px) {
    .hero-signature {
        bottom: 12px;
    }

    .hero-signature__emblem {
        width: 155px;
        height: 155px;
        margin-bottom: -12px;
    }

    .hero-signature__wordmark {
        width: min(235px, 65vw);
    }

    .hero-signature .eyebrow--shine {
        margin-top: 15px;
    }
}
/* Conjunto centralizado exatamente sobre a divisão */
.home-hero--v2 {
    position: relative;
    z-index: 2;
    overflow: visible;
}

.home-hero--v2 .home-hero__inner {
    overflow: visible;
}

.hero-signature {
    position: absolute;
    z-index: 5;
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    width: min(700px, calc(100% - 32px));
    transform: translate(-50%, 50%);
}

/* Respiração somente do emblema e do nome WARPLUS */
.hero-signature__brand {
    gap: 0;
    transform-origin: center;
    animation: warplus-brand-breathing 4.2s ease-in-out infinite;
}

@keyframes warplus-brand-breathing {
    0%,
    100% {
        transform: scale(1);
        filter: brightness(1);
    }

    50% {
        transform: scale(1.035);
        filter: brightness(1.15)
            drop-shadow(0 0 14px rgba(213, 163, 58, 0.24));
    }
}

/* Frase sempre dourada */
.hero-signature .eyebrow--shine span {
    color: #c99a3d;
    background-color: #c99a3d;
    background-image: linear-gradient(
        110deg,
        transparent 0%,
        transparent 42%,
        #fffbe7 48%,
        #ffd565 52%,
        transparent 58%,
        transparent 100%
    );
    background-size: 260% 100%;
    background-repeat: no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 2px rgba(218, 168, 61, 0.25));
    animation: warplus-occasional-shine 5.5s ease-in-out infinite !important;
}

/* O brilho passa uma vez e aguarda antes de repetir */
@keyframes warplus-occasional-shine {
    0%,
    60% {
        background-position: 180% center;
    }

    82% {
        background-position: -80% center;
    }

    100% {
        background-position: -80% center;
    }
}

/* Abre espaço para a metade inferior da marca */
.promo-section {
    position: relative;
    z-index: 1;
    padding-top: 205px;
}

@media (max-width: 620px) {
    .hero-signature {
        transform: translate(-50%, 46%);
    }

    .promo-section {
        padding-top: 145px;
    }
}
/* Ampliação final do conjunto */
.hero-signature__emblem {
    width: 285px;
    height: 285px;
    margin-bottom: -26px;
}

.hero-signature__wordmark {
    width: min(350px, 66vw);
    height: auto;
}

.hero-signature .eyebrow--shine {
    margin-top: 22px;
    font-size: 14px;
}

/* Respiração mais perceptível somente na logo e no nome */
.hero-signature__brand {
    transform-origin: center;
    will-change: transform, filter;
    animation: warplus-brand-breathing-large 4.5s ease-in-out infinite !important;
}

@keyframes warplus-brand-breathing-large {
    0%,
    100% {
        transform: scale(1);
        filter:
            brightness(1)
            drop-shadow(0 0 6px rgba(213, 163, 58, 0.08));
    }

    50% {
        transform: scale(1.065);
        filter:
            brightness(1.18)
            drop-shadow(0 0 22px rgba(213, 163, 58, 0.38));
    }
}

/* Espaço para a parte que ultrapassa a divisão */
.promo-section {
    padding-top: 235px;
}

@media (max-width: 620px) {
    .hero-signature__emblem {
        width: 190px;
        height: 190px;
        margin-bottom: -18px;
    }

    .hero-signature__wordmark {
        width: min(260px, 68vw);
    }

    .hero-signature .eyebrow--shine {
        margin-top: 17px;
        font-size: 9px;
    }

    .promo-section {
        padding-top: 170px;
    }
}
/* Reduz a altura do banner e sobe todo o restante */
.home-hero--v2,
.home-hero--v2 .home-hero__inner {
    min-height: 610px;
}

/* Reduz o espaço antes do primeiro conteúdo */
.promo-section {
    padding-top: 205px;
}

@media (max-width: 900px) {
    .home-hero--v2,
    .home-hero--v2 .home-hero__inner {
        min-height: 590px;
    }
}

@media (max-width: 620px) {
    .home-hero--v2,
    .home-hero--v2 .home-hero__inner {
        min-height: 540px;
    }

    .promo-section {
        padding-top: 150px;
    }
}
/* Banner mais compacto no mobile */
@media (max-width: 760px) {
    .home-hero--v2,
    .home-hero--v2 .home-hero__inner {
        min-height: 470px;
    }

    .hero-signature {
        bottom: 0;
        transform: translate(-50%, 43%);
    }

    .promo-section {
        padding-top: 125px;
    }
}

/* =========================================================
   Cabeçalho central + acesso rápido ao UCP
   ========================================================= */
.site-header__inner {
    position: relative;
    justify-content: flex-end;
}

.site-header__inner > .site-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.site-header__panel {
    position: relative;
    z-index: 2;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-left: auto;
    padding: 0 22px;
    border: 1px solid rgba(227, 187, 99, 0.55);
    clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
    color: var(--gold-pale);
    background: linear-gradient(180deg, rgba(185, 138, 53, 0.2), rgba(185, 138, 53, 0.06));
    font: inherit;
    font-size: 14px;
    letter-spacing: 0.035em;
    white-space: nowrap;
    cursor: pointer;
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.site-header__panel:hover,
.site-header__panel:focus-visible {
    border-color: var(--gold-bright);
    color: var(--gold-bright);
    background: linear-gradient(180deg, rgba(185, 138, 53, 0.34), rgba(185, 138, 53, 0.12));
    transform: translateY(-1px);
}

/* Status realocado para a lateral do banner principal */
.hero-live-status {
    position: absolute;
    z-index: 7;
    top: 22px;
    right: max(20px, calc((100vw - var(--shell)) / 2));
    min-width: 142px;
    border-color: rgba(227, 187, 99, 0.16);
    background: linear-gradient(90deg, rgba(3, 4, 4, 0.34), rgba(3, 4, 4, 0.88));
    box-shadow: inset 18px 0 28px rgba(0, 0, 0, 0.22), 0 10px 30px rgba(0, 0, 0, 0.18);
}

.hero-live-status .live-status__copy small {
    display: block;
}

/* Janela inspirada no formulário indicado, adaptada ao Warplus */
.quick-login-dialog {
    width: min(440px, calc(100% - 24px));
    max-height: calc(100svh - 24px);
    overflow: auto;
    border-color: rgba(201, 154, 61, 0.58);
    border-radius: 25px;
    background: #171717;
}

.quick-login-dialog[open] {
    animation: quick-login-enter 220ms ease-out;
}

.quick-login-card {
    position: relative;
    padding: 42px 36px 34px;
    background:
        radial-gradient(circle at 50% 0, rgba(201, 154, 61, 0.1), transparent 18rem),
        #171717;
}

.quick-login-close {
    position: absolute;
    z-index: 2;
    top: 16px;
    right: 16px;
    border-radius: 50%;
}

.quick-login-heading {
    margin-bottom: 28px;
    padding-right: 42px;
}

.quick-login-heading .section-kicker {
    margin-bottom: 10px;
}

.quick-login-heading h2 {
    margin: 0 0 9px;
    color: var(--ivory);
    font-size: 38px;
    line-height: 1;
}

.quick-login-heading p {
    margin: 0;
    color: #8f8a81;
    font-size: 14px;
}

.quick-login-form {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.quick-login-field {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 50px;
    padding: 0 17px;
    border: 1px solid transparent;
    border-radius: 25px;
    color: white;
    background: #171717;
    box-shadow: inset 2px 5px 10px rgb(5, 5, 5);
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.quick-login-field:focus-within {
    border-color: rgba(213, 169, 78, 0.55);
    box-shadow: inset 2px 5px 10px rgb(5, 5, 5), 0 0 0 3px rgba(201, 154, 61, 0.07);
}

.quick-login-icon {
    flex: 0 0 auto;
    width: 19px;
    height: 19px;
    fill: #c99a3d;
}

.quick-login-field input {
    width: 100%;
    min-width: 0;
    padding: 0;
    border: 0;
    outline: 0;
    color: #e1ddd5;
    background: transparent;
    font: inherit;
    font-size: 14px;
}

.quick-login-field input::placeholder {
    color: #77736d;
    opacity: 1;
}

.quick-login-captcha {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 52px;
    gap: 10px;
    margin-top: 4px;
}

.quick-login-captcha img {
    width: 100%;
    height: 62px;
    border: 1px solid rgba(201, 154, 61, 0.2);
    border-radius: 20px;
    object-fit: cover;
    background: #090a0a;
}

.quick-login-captcha button {
    display: grid;
    place-items: center;
    border: 1px solid rgba(201, 154, 61, 0.28);
    border-radius: 18px;
    color: var(--gold-bright);
    background: #202020;
    font-size: 24px;
    cursor: pointer;
    transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.quick-login-captcha button:hover,
.quick-login-captcha button:focus-visible {
    border-color: var(--gold-bright);
    background: #28241c;
    transform: rotate(20deg);
}

.quick-login-feedback {
    min-height: 18px;
    margin: 1px 4px 0;
    color: #b1aca3;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
}

.quick-login-feedback.is-error {
    color: #ed958e;
}

.quick-login-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 4px;
}

.quick-login-submit,
.quick-login-register {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 16px;
    border: 1px solid rgba(201, 154, 61, 0.4);
    border-radius: 6px;
    font: inherit;
    font-family: "Beaufort", Georgia, serif;
    font-size: 16px;
    cursor: pointer;
    transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.quick-login-submit {
    color: #171109;
    background: linear-gradient(135deg, #d5a94e, #9d6b20);
}

.quick-login-register {
    color: #ddd4c3;
    background: #252525;
}

.quick-login-submit:hover,
.quick-login-submit:focus-visible,
.quick-login-register:hover,
.quick-login-register:focus-visible {
    border-color: var(--gold-bright);
    transform: translateY(-1px);
}

.quick-login-register:hover,
.quick-login-register:focus-visible {
    color: white;
    background: #080808;
}

.quick-login-submit:disabled {
    filter: grayscale(0.6);
    cursor: wait;
    opacity: 0.7;
    transform: none;
}

.quick-login-forgot {
    align-self: center;
    margin-top: 7px;
    color: #858078;
    font-size: 12px;
    transition: color 180ms ease;
}

.quick-login-forgot:hover,
.quick-login-forgot:focus-visible {
    color: var(--gold-bright);
}

@keyframes quick-login-enter {
    from {
        opacity: 0;
        transform: translateY(12px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 900px) {
    .site-header__inner {
        justify-content: space-between;
    }

    .site-header__inner > .site-nav {
        top: 100%;
        right: 20px;
        bottom: auto;
        left: 20px;
        transform: none;
    }

    .site-header__panel {
        min-height: 40px;
        margin-right: 12px;
        padding-inline: 17px;
        font-size: 12px;
    }

    .hero-live-status {
        top: 16px;
        right: 16px;
    }
}

@media (max-width: 520px) {
    .site-header__panel {
        min-height: 38px;
        margin-right: 9px;
        padding-inline: 13px;
        font-size: 10px;
    }

    .hero-live-status {
        top: 12px;
        right: 12px;
        min-width: 128px;
        transform: scale(0.92);
        transform-origin: top right;
    }

    .hero-live-status .live-status__copy strong {
        max-width: none;
    }

    .quick-login-card {
        padding: 38px 20px 25px;
    }

    .quick-login-heading {
        margin-bottom: 23px;
    }

    .quick-login-heading h2 {
        font-size: 32px;
    }

    .quick-login-actions {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .quick-login-dialog[open] {
        animation: none;
    }
}

/* =========================================================
   Menu integrado às artes de fundo
   ========================================================= */
.site-header,
.site-header.is-scrolled {
    border-bottom-color: transparent;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    pointer-events: none;
}

.site-header::after {
    display: none;
}

.site-header__inner > * {
    pointer-events: auto;
}

.home-hero,
.inner-hero {
    margin-top: 0;
}

/* Seletor segmentado em vidro escuro */
.site-header__inner > .site-nav {
    top: 50%;
    bottom: auto;
    align-self: auto;
    gap: 4px;
    height: auto;
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 9px;
    background: rgba(12, 13, 13, 0.58);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.045),
        0 12px 34px rgba(0, 0, 0, 0.24);
    -webkit-backdrop-filter: blur(14px) saturate(125%);
    backdrop-filter: blur(14px) saturate(125%);
    transform: translate(-50%, -50%);
}

.site-header__inner > .site-nav > a {
    height: 40px;
    padding: 0 17px;
    border-radius: 6px;
}

.site-header__inner > .site-nav > a:not(.site-nav__panel)::after {
    display: none;
}

.site-header__inner > .site-nav > a:hover,
.site-header__inner > .site-nav > a:focus-visible {
    color: #eee5d3;
    background: rgba(255, 255, 255, 0.045);
}

.site-header__inner > .site-nav > a.is-active {
    color: var(--gold-bright);
    background:
        linear-gradient(180deg, rgba(213, 169, 78, 0.2), rgba(185, 138, 53, 0.1));
    box-shadow:
        inset 0 0 0 1px rgba(227, 187, 99, 0.12),
        0 5px 16px rgba(0, 0, 0, 0.16);
}

/* Botão isolado à direita com o mesmo acabamento */
.site-header__panel {
    border-color: rgba(227, 187, 99, 0.34);
    border-radius: 8px;
    clip-path: none;
    background: rgba(12, 13, 13, 0.62);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 12px 34px rgba(0, 0, 0, 0.22);
    -webkit-backdrop-filter: blur(14px) saturate(125%);
    backdrop-filter: blur(14px) saturate(125%);
}

.site-header__panel:hover,
.site-header__panel:focus-visible {
    background: rgba(43, 35, 20, 0.76);
}

/* Status retangular e discreto no lado esquerdo */
.hero-live-status {
    top: calc(var(--header-height) + 16px);
    right: auto;
    left: max(20px, calc((100vw - var(--shell)) / 2));
    justify-content: flex-start;
    min-width: 166px;
    padding: 10px 15px;
    border: 1px solid rgba(201, 154, 61, 0.2);
    border-left-width: 2px;
    border-radius: 3px;
    background:
        linear-gradient(90deg, rgba(3, 4, 4, 0.82), rgba(3, 4, 4, 0.42));
    box-shadow: inset 12px 0 24px rgba(0, 0, 0, 0.18), 0 10px 28px rgba(0, 0, 0, 0.16);
    -webkit-backdrop-filter: blur(10px) saturate(120%);
    backdrop-filter: blur(10px) saturate(120%);
}

.hero-live-status.is-online {
    border-left-color: rgba(82, 203, 133, 0.78);
}

.hero-live-status.is-offline {
    border-left-color: rgba(213, 98, 91, 0.82);
}

@media (max-width: 900px) {
    .menu-toggle {
        border-color: rgba(227, 187, 99, 0.26);
        border-radius: 8px;
        background: rgba(12, 13, 13, 0.62);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.04),
            0 12px 34px rgba(0, 0, 0, 0.2);
        -webkit-backdrop-filter: blur(14px) saturate(125%);
        backdrop-filter: blur(14px) saturate(125%);
    }

    /* O menu aberto continua flutuando sobre a arte */
    .site-header__inner > .site-nav {
        top: calc(100% - 4px);
        right: auto;
        bottom: auto;
        left: 0;
        gap: 3px;
        width: min(320px, calc(100vw - 30px));
        padding: 8px;
        border-radius: 10px;
        background: rgba(8, 9, 9, 0.74);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.04),
            0 20px 46px rgba(0, 0, 0, 0.36);
        -webkit-backdrop-filter: blur(17px) saturate(125%);
        backdrop-filter: blur(17px) saturate(125%);
        transform: none;
    }

    .site-header__inner > .site-nav > a {
        height: auto;
        min-height: 46px;
        padding: 10px 14px;
    }

    .hero-live-status {
        top: calc(var(--header-height) + 12px);
        right: auto;
        left: 16px;
    }
}

@media (max-width: 520px) {
    .site-header__inner > .site-nav {
        width: min(290px, calc(100vw - 24px));
    }

    .hero-live-status {
        top: calc(var(--header-height) + 9px);
        right: auto;
        left: 12px;
        min-width: 150px;
        transform: scale(0.9);
        transform-origin: top left;
    }
}

/* =========================================================
   Compactação responsiva V3
   Mobile prioritário + redução leve no desktop
   ========================================================= */

/* Títulos mais firmes, preservando a hierarquia do projeto. */
.section-heading h2,
.server-overview .section-heading h2 {
    font-family: "Warplus Sans", Arial, sans-serif;
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1.04;
}

/* Transição cruzada suave, sem zoom entre os banners. */
.promo-slide,
.news-slide {
    transform: none !important;
    transition: opacity 1.15s ease-in-out !important;
}

.promo-slide.is-active,
.news-slide.is-active {
    transform: none !important;
}

/* Controles só aparecem quando há intenção de interação. */
@media (hover: hover) and (pointer: fine) {
    [data-carousel] > .carousel-control {
        opacity: 0;
        pointer-events: none;
        transform: translateY(-50%) scale(0.9);
        transition:
            opacity 240ms ease,
            transform 240ms ease,
            border-color 180ms ease,
            background 180ms ease;
    }

    [data-carousel]:hover > .carousel-control,
    [data-carousel]:focus-within > .carousel-control {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(-50%) scale(1);
    }

    [data-carousel]:hover > .carousel-control:hover,
    [data-carousel]:focus-within > .carousel-control:focus-visible {
        transform: translateY(-50%) scale(1.04);
    }
}

@media (hover: none) {
    [data-carousel] > .carousel-control {
        display: none;
    }
}

/* Desktop: redução discreta, sem perder presença visual. */
@media (min-width: 901px) {
    .section {
        padding-block: 74px;
    }

    .section-heading {
        margin-bottom: 38px;
    }

    .inner-hero--info-v2,
    .inner-hero--download-v2 {
        min-height: 470px;
        padding-top: 98px;
        padding-bottom: 62px;
    }

    .rate-strip {
        margin-bottom: 70px;
    }

    .rate-strip > div {
        min-height: 106px;
        padding: 16px;
    }

    .overview-card {
        min-height: 232px;
        padding: 25px;
    }

    .overview-card__number {
        margin-bottom: 34px;
    }

    .promo-carousel--v2 {
        min-height: 500px;
    }

    .promo-carousel--v2 .promo-slide {
        padding-block: 54px;
    }

    .news-carousel {
        min-height: 430px;
    }

    .news-slide {
        padding-block: 48px;
    }

    .ranking-section,
    .siege-section {
        padding-block: 74px;
    }

    .ranking-layout {
        gap: 70px;
    }

    .ranking-panel {
        min-height: 350px;
        padding: 24px;
    }

    .ranking-row {
        min-height: 49px;
    }

    .castle-card,
    .castle-card > img {
        min-height: 280px;
    }

    .castle-card__content {
        padding: 24px;
    }

    .castle-mini {
        min-height: 128px;
        padding: 18px;
    }

    .siege-prize {
        padding: 25px 30px;
    }

    .farm-zone {
        min-height: 500px;
    }

    .feature-story--v2 {
        padding-bottom: 70px;
    }

    .feature-story--v2 .feature-story__media {
        height: 370px;
    }

    .feature-story--v2 .feature-story__body {
        gap: 58px;
        padding-top: 66px;
    }

    .boss-groups {
        margin-top: 58px;
    }

    .boss-group + .boss-group {
        margin-top: 52px;
    }

    .boss-status-card--global {
        min-height: 350px;
    }

    .boss-status-card--epic {
        min-height: 240px;
    }

    .boss-status-card--return {
        min-height: 210px;
    }

    .vip-section--v2 {
        padding-block: 72px;
    }

    .vip-panel--v2 {
        padding: 46px;
    }

    .vip-metrics > div {
        min-height: 104px;
    }

    .download-grid--three .download-card {
        min-height: 340px;
        padding: 27px;
    }

    .download-card__top {
        margin-bottom: 30px;
    }

    .support-downloads {
        padding-block: 54px;
    }

    .notebook-fix {
        gap: 46px;
        padding: 32px 36px;
    }

    .install-steps--four li {
        min-height: 230px;
        padding: 22px;
    }

    .install-steps li > span {
        margin-bottom: 38px;
    }

    .requirement-card {
        padding: 32px;
    }

    .final-cta {
        min-height: 270px;
        padding-block: 60px;
    }
}

/* Mobile e tablets: densidade maior e leitura preservada. */
@media (max-width: 700px) {
    .shell,
    .site-header__inner {
        width: min(calc(100% - 24px), var(--shell));
    }

    .section {
        padding-block: 48px;
    }

    .section-heading,
    .section-heading--split {
        gap: 14px;
        margin-bottom: 25px;
    }

    .section-heading h2,
    .server-overview .section-heading h2 {
        font-size: clamp(31px, 8.7vw, 37px);
        letter-spacing: -0.04em;
        line-height: 1.03;
    }

    .section-heading p {
        font-size: 14px;
        line-height: 1.55;
    }

    .section-kicker {
        font-size: 9px;
        letter-spacing: 0.18em;
    }

    .inner-hero--info-v2,
    .inner-hero--download-v2 {
        min-height: 350px;
        padding: 104px 0 42px;
    }

    .inner-hero h1 {
        margin-bottom: 10px;
        font-size: clamp(39px, 11vw, 49px);
        line-height: 0.98;
    }

    .inner-hero p {
        max-width: 34ch;
        font-size: 14px;
        line-height: 1.5;
    }

    /* Home: mantém a assinatura, mas reduz a extensão inicial. */
    .home-hero--v2,
    .home-hero--v2 .home-hero__inner {
        min-height: 445px;
    }

    .hero-signature {
        transform: translate(-50%, 39%);
    }

    .promo-section {
        padding-top: 116px;
    }

    /* Informações gerais em uma grade 2 × 2. */
    .rate-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-bottom: 42px;
    }

    .rate-strip > div,
    .rate-strip > div:nth-child(3n + 1),
    .rate-strip > div:nth-child(odd) {
        min-height: 82px;
        padding: 10px 8px;
        border-top: 1px solid rgba(185, 138, 53, 0.18);
        border-left: 0;
    }

    .rate-strip > div:nth-child(-n + 2) {
        border-top: 0;
    }

    .rate-strip > div:nth-child(even) {
        border-left: 1px solid rgba(185, 138, 53, 0.18);
    }

    .rate-strip > div:last-child {
        grid-column: 1 / -1;
        min-height: 72px;
        border-top: 1px solid rgba(185, 138, 53, 0.18);
        border-left: 0;
    }

    .rate-strip strong {
        font-size: 21px;
    }

    .rate-strip span {
        font-size: 9px;
    }

    .overview-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .overview-card {
        min-height: 188px;
        padding: 17px;
    }

    .overview-card__number {
        margin-bottom: 19px;
        font-size: 13px;
    }

    .overview-card h3 {
        margin-bottom: 8px;
        font-size: 20px;
        line-height: 1.08;
    }

    .overview-card p {
        font-size: 12.5px;
        line-height: 1.48;
    }

    /* Banners mais baixos, ainda com tempo suficiente para leitura. */
    .promo-carousel--v2,
    .news-carousel {
        min-height: 455px;
    }

    .promo-carousel--v2 .promo-slide,
    .news-slide {
        padding: 28px 24px 46px;
    }

    .promo-carousel--v2 .promo-slide h3,
    .news-slide__content h3 {
        margin-bottom: 13px;
        font-size: clamp(30px, 9vw, 38px);
        line-height: 1;
    }

    .promo-slide__number {
        margin-bottom: 16px;
        font-size: 12px;
    }

    .promo-slide p,
    .news-slide__content p {
        font-size: 14px;
        line-height: 1.55;
    }

    .promo-facts--five {
        gap: 5px 14px;
        margin-top: 16px;
    }

    .promo-facts--five li {
        min-height: 48px;
        padding-block: 6px;
        font-size: 10px;
    }

    .promo-facts strong {
        font-size: 18px;
    }

    .carousel-dots {
        bottom: 16px;
        gap: 7px;
    }

    .carousel-dots button {
        width: 25px;
    }

    .carousel-dots button.is-active {
        width: 42px;
    }

    /* Ranking. */
    .ranking-section {
        padding-block: 50px;
    }

    .ranking-layout {
        gap: 28px;
    }

    .ranking-intro h2 {
        margin-bottom: 14px;
        font-size: clamp(34px, 9.5vw, 43px);
    }

    .ranking-intro > p {
        font-size: 14px;
        line-height: 1.55;
    }

    .ranking-seal--v2 {
        display: none;
    }

    .ranking-column {
        gap: 12px;
    }

    .ranking-panel {
        min-height: 0;
        padding: 17px;
    }

    .ranking-tabs {
        margin-bottom: 8px;
    }

    .ranking-tabs button {
        padding: 11px 8px;
        font-size: 17px;
    }

    .ranking-row {
        grid-template-columns: 34px minmax(0, 1fr) auto;
        gap: 8px;
        min-height: 44px;
        padding-inline: 4px;
        font-size: 12px;
    }

    .ranking-row__position {
        width: 27px;
        height: 27px;
    }

    .olympiad-trigger {
        min-height: 44px;
    }

    .olympiad-trigger span {
        font-size: 16px;
    }

    /* Castelos principais em faixa deslizável, sem três blocos empilhados. */
    .siege-section {
        padding-block: 50px;
    }

    .castle-grid,
    .farm-zones,
    .boss-grid--global {
        display: grid;
        grid-template-columns: none;
        grid-auto-flow: column;
        overflow-x: auto;
        padding-bottom: 8px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .castle-grid::-webkit-scrollbar,
    .farm-zones::-webkit-scrollbar,
    .boss-grid--global::-webkit-scrollbar {
        display: none;
    }

    .castle-grid {
        grid-auto-columns: minmax(258px, 84vw);
        gap: 12px;
    }

    .castle-card {
        min-height: 248px;
        scroll-snap-align: start;
    }

    .castle-card > img {
        min-height: 248px;
    }

    .castle-card__content {
        padding: 19px;
    }

    .castle-card h3 {
        font-size: 30px;
    }

    .siege-prize {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 14px;
        margin-top: 14px;
        padding: 18px;
    }

    .siege-prize__icon {
        width: 52px;
        height: 52px;
    }

    .siege-prize__icon img {
        width: 40px;
        height: 40px;
    }

    .siege-prize h3 {
        font-size: 21px;
    }

    .siege-prize p {
        font-size: 12.5px;
        line-height: 1.5;
    }

    .siege-prize .text-link {
        grid-column: 1 / -1;
        justify-self: start;
        margin-top: 2px;
    }

    .minor-castles {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-top: 10px;
    }

    .castle-mini {
        min-height: 112px;
        padding: 13px;
    }

    .castle-mini h3 {
        margin: 5px 0 7px;
        font-size: 18px;
    }

    .castle-mini p,
    .castle-mini__date {
        font-size: 9px;
    }

    /* Duas zonas de farm lado a lado por gesto. */
    .farm-zones {
        grid-auto-columns: minmax(286px, 88vw);
        gap: 12px;
    }

    .farm-zone {
        min-height: 425px;
        scroll-snap-align: start;
    }

    .farm-zone__content {
        right: 19px;
        bottom: 20px;
        left: 19px;
    }

    .farm-zone__content h2 {
        margin-bottom: 10px;
        font-size: clamp(29px, 8vw, 35px);
        line-height: 1;
    }

    .farm-zone__content p {
        margin-bottom: 13px;
        font-size: 13px;
        line-height: 1.5;
    }

    .farm-zone__content ul {
        gap: 6px;
    }

    .farm-zone__content li {
        padding: 6px 9px;
        font-size: 9px;
    }

    /* Capítulos informativos. */
    .feature-story--v2 {
        padding-bottom: 46px;
    }

    .feature-story--v2 .feature-story__media {
        height: 230px;
    }

    .feature-story--v2 .feature-story__media-label {
        right: 14px;
        bottom: -14px;
    }

    .feature-story--v2 .feature-story__media-label strong {
        font-size: 43px;
    }

    .feature-story--v2 .feature-story__body {
        gap: 22px;
        padding-top: 43px;
    }

    .feature-story__title h2 {
        font-size: clamp(30px, 8.5vw, 37px);
    }

    .detail-list li {
        grid-template-columns: 1fr;
        gap: 4px;
        padding: 11px 0;
    }

    .detail-list strong {
        font-size: 17px;
    }

    .detail-list span {
        font-size: 12.5px;
        line-height: 1.45;
    }

    /* Bosses: globais em faixa e épicos em grade compacta. */
    .feature-story--bosses {
        padding-bottom: 54px;
    }

    .boss-groups {
        margin-top: 40px;
    }

    .boss-group + .boss-group {
        margin-top: 40px;
    }

    .boss-group__heading {
        gap: 0;
        margin-bottom: 15px;
        padding-bottom: 11px;
    }

    .boss-group__heading h2 {
        font-size: 31px;
    }

    .boss-grid--global {
        grid-auto-columns: minmax(240px, 78vw);
        gap: 10px;
    }

    .boss-grid--epic,
    .boss-grid--return {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .boss-status-card--global {
        min-height: 270px;
        scroll-snap-align: start;
    }

    .boss-status-card,
    .boss-status-card--epic,
    .boss-status-card--return {
        min-height: 168px;
    }

    .boss-status-card__content {
        right: 11px;
        bottom: 11px;
        left: 11px;
    }

    .boss-status-card h3,
    .boss-status-card--global h3 {
        margin: 3px 0 7px;
        font-size: 20px;
    }

    .boss-status-card--global h3 {
        font-size: 27px;
    }

    .boss-status-card__type {
        font-size: 8px;
    }

    .boss-live-state {
        gap: 5px;
        padding: 4px 7px;
        font-size: 7px;
    }

    .boss-status-card__tooltip {
        top: 8px;
        right: 8px;
        padding: 6px 8px;
        font-size: 9px;
    }

    /* VIP. */
    .vip-section--v2 {
        padding-block: 48px;
    }

    .vip-panel--v2 {
        gap: 22px;
        padding: 22px 18px;
    }

    .vip-panel h2 {
        margin-bottom: 10px;
        font-size: 33px;
    }

    .vip-panel p {
        font-size: 13px;
        line-height: 1.5;
    }

    .vip-metrics--five {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .vip-metrics--five > div {
        min-height: 72px;
        padding: 8px 5px;
    }

    .vip-metrics--five strong {
        font-size: 23px;
    }

    .vip-metrics--five span {
        font-size: 8px;
    }

    /* Downloads e instalação. */
    .download-grid--three {
        gap: 10px;
    }

    .download-grid--three .download-card,
    .download-card.is-featured {
        min-height: 255px;
        padding: 19px;
    }

    .download-card__top {
        margin-bottom: 18px;
    }

    .download-grid--three .download-card h3 {
        margin-bottom: 9px;
        font-size: 27px;
    }

    .download-card p {
        margin-bottom: 0;
        font-size: 13px;
        line-height: 1.48;
    }

    .download-card .button {
        min-height: 43px;
        margin-top: 16px;
    }

    .interface-warning {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 12px;
        margin-top: 12px;
        padding: 17px;
    }

    .interface-warning__mark {
        width: 42px;
        height: 42px;
        font-size: 23px;
    }

    .interface-warning h3 {
        font-size: 19px;
        line-height: 1.15;
    }

    .interface-warning p {
        font-size: 12px;
        line-height: 1.45;
    }

    .support-downloads {
        padding-block: 42px;
    }

    .notebook-fix {
        gap: 20px;
        padding: 20px 18px;
    }

    .notebook-fix h2 {
        font-size: 29px;
    }

    .notebook-fix p,
    .driver-links {
        font-size: 12px;
        line-height: 1.5;
    }

    .install-steps--four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
    }

    .install-steps--four li {
        min-height: 168px;
        padding: 15px;
    }

    .install-steps li > span {
        margin-bottom: 20px;
        font-size: 11px;
    }

    .install-steps h3 {
        margin-bottom: 7px;
        font-size: 17px;
        line-height: 1.15;
    }

    .install-steps p {
        font-size: 11px;
        line-height: 1.45;
    }

    .requirements-grid {
        gap: 10px;
    }

    .requirement-card {
        padding: 20px 18px;
    }

    .requirement-card h3 {
        margin: 6px 0 16px;
        font-size: 28px;
    }

    .requirement-card dl > div {
        grid-template-columns: 88px minmax(0, 1fr);
        gap: 12px;
        padding: 9px 0;
        font-size: 12px;
    }

    .final-cta {
        min-height: 0;
        padding-block: 44px;
    }

    .final-cta__inner {
        gap: 22px;
    }

    .final-cta h2 {
        font-size: 34px;
    }
}

/* Telefones estreitos: evita qualquer aperto excessivo. */
@media (max-width: 360px) {
    .overview-grid,
    .install-steps--four,
    .boss-grid--epic,
    .boss-grid--return {
        grid-template-columns: 1fr;
    }

    .overview-card,
    .install-steps--four li {
        min-height: 0;
    }

    .overview-card__number,
    .install-steps li > span {
        margin-bottom: 14px;
    }

    .minor-castles {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   Refinamentos V4 — ajustes após validação visual
   ========================================================= */

/* Fecha a faixa vazia entre a arte de Informações e os rates. */
.server-overview {
    margin-top: -1px;
    padding-top: 22px;
}

/* Reserva o espaço ocupado pela assinatura que cruza o banner. */
.promo-section {
    padding-top: 205px;
}

/* Carrosséis: conteúdo menor e artes um pouco mais luminosas. */
.promo-carousel--v2 .promo-slide,
.news-slide {
    background-color: rgba(255, 223, 165, 0.08);
    background-blend-mode: screen;
}

.promo-carousel--v2 .promo-slide {
    padding: 50px 76px;
}

.promo-carousel--v2 .promo-slide__shade {
    background:
        linear-gradient(90deg, rgba(5, 6, 6, 0.82) 0%, rgba(5, 6, 6, 0.61) 36%, rgba(5, 6, 6, 0.08) 70%, rgba(5, 6, 6, 0.5) 100%),
        linear-gradient(180deg, rgba(5, 6, 6, 0.04), rgba(5, 6, 6, 0.48));
}

.promo-carousel--v2 .promo-slide__content {
    max-width: 580px;
}

.promo-carousel--v2 .promo-slide h3 {
    max-width: 560px;
    margin-bottom: 14px;
    font-size: clamp(38px, 4vw, 55px);
    line-height: 1;
}

.promo-carousel--v2 .promo-slide p {
    max-width: 530px;
    margin-bottom: 19px;
    font-size: 15px;
    line-height: 1.58;
}

.promo-carousel--v2 .promo-slide__number {
    margin-bottom: 18px;
}

.promo-carousel--v2 .promo-facts--five {
    width: min(720px, 74vw);
    margin-top: 18px;
}

.promo-carousel--v2 .promo-facts--five strong {
    font-size: 23px;
}

.news-slide {
    padding: 48px 76px;
}

.news-slide::before {
    background:
        linear-gradient(90deg, rgba(4, 5, 5, 0.82) 0%, rgba(4, 5, 5, 0.59) 42%, rgba(4, 5, 5, 0.08) 74%, rgba(4, 5, 5, 0.54) 100%),
        linear-gradient(180deg, rgba(4, 5, 5, 0.03), rgba(4, 5, 5, 0.57));
}

.news-slide__content .news-card__tag {
    margin-bottom: 18px;
}

.news-slide__content h3 {
    margin-bottom: 14px;
    font-size: clamp(36px, 3.7vw, 50px);
}

.news-slide__content p {
    font-size: 15px;
    line-height: 1.58;
}

/* Centraliza visualmente o emblema dentro do selo. */
.ranking-seal--v2 img {
    transform: translateY(3px) rotate(-0.75deg);
    transform-origin: center;
}

/* Somente o bloco de premiação: menor na vertical. */
.siege-prize {
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 18px;
    min-height: 0;
    margin-top: 16px;
    padding: 16px 22px;
}

.siege-prize__icon {
    width: 58px;
    height: 58px;
}

.siege-prize__icon img {
    width: 44px;
    height: 44px;
}

.siege-prize h3 {
    margin-bottom: 4px;
    font-size: 24px;
}

.siege-prize p {
    font-size: 12.5px;
    line-height: 1.45;
}

/* Castelos secundários: cartões menores e detalhes sob interação. */
.minor-castles {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 8px;
    margin-top: 10px;
}

.castle-mini {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 104px;
    padding: 13px 10px;
    text-align: center;
    cursor: pointer;
    isolation: isolate;
}

.castle-mini::before {
    z-index: 4;
}

.castle-mini::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(7, 8, 8, 0.9), rgba(13, 15, 15, 0.98)),
        radial-gradient(circle at 50% 0, rgba(185, 138, 53, 0.17), transparent 8rem);
    content: "";
    opacity: 0;
    transition: opacity 300ms ease;
}

.castle-mini h3 {
    position: relative;
    z-index: 2;
    margin: 0;
    font-size: clamp(16px, 1.35vw, 20px);
    line-height: 1.05;
    transition: transform 300ms var(--ease);
}

.castle-mini__date,
.castle-mini p {
    position: absolute;
    z-index: 3;
    right: 8px;
    left: 8px;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(7px);
    transition: opacity 260ms ease, transform 300ms var(--ease);
}

.castle-mini__date {
    top: 12px;
    font-size: 8px;
}

.castle-mini p {
    bottom: 11px;
    overflow: hidden;
    font-size: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.castle-mini:hover,
.castle-mini:focus,
.castle-mini:focus-visible,
.castle-mini.is-expanded {
    border-color: rgba(227, 187, 99, 0.52);
    outline: none;
    transform: translateY(-2px);
}

.castle-mini:hover::after,
.castle-mini:focus::after,
.castle-mini:focus-visible::after,
.castle-mini.is-expanded::after {
    opacity: 1;
}

.castle-mini:hover h3,
.castle-mini:focus h3,
.castle-mini:focus-visible h3,
.castle-mini.is-expanded h3 {
    transform: translateY(0);
}

.castle-mini:hover .castle-mini__date,
.castle-mini:hover p,
.castle-mini:focus .castle-mini__date,
.castle-mini:focus p,
.castle-mini:focus-visible .castle-mini__date,
.castle-mini:focus-visible p,
.castle-mini.is-expanded .castle-mini__date,
.castle-mini.is-expanded p {
    opacity: 1;
    transform: none;
}

@media (max-width: 1180px) {
    .minor-castles {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .promo-section {
        padding-top: 182px;
    }
}

@media (max-width: 700px) {
    .server-overview {
        padding-top: 16px;
    }

    .promo-section {
        padding-top: 148px;
    }

    .promo-carousel--v2 .promo-slide,
    .news-slide {
        padding: 27px 22px 43px;
    }

    .promo-carousel--v2 .promo-slide h3,
    .news-slide__content h3 {
        font-size: clamp(28px, 8.4vw, 35px);
    }

    .promo-carousel--v2 .promo-slide p,
    .news-slide__content p {
        font-size: 13px;
        line-height: 1.5;
    }

    .promo-carousel--v2 .promo-facts--five {
        width: 100%;
    }

    .siege-prize {
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 11px;
        padding: 13px;
    }

    .siege-prize__icon {
        width: 46px;
        height: 46px;
    }

    .siege-prize__icon img {
        width: 34px;
        height: 34px;
    }

    .siege-prize h3 {
        font-size: 19px;
    }

    .siege-prize p {
        font-size: 11.5px;
    }

    .siege-prize .text-link {
        grid-column: 1 / -1;
        margin-top: 0;
    }

    .minor-castles {
        display: grid;
        grid-template-columns: none;
        grid-auto-flow: column;
        grid-auto-columns: minmax(145px, 43vw);
        gap: 8px;
        overflow-x: auto;
        padding-bottom: 7px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .minor-castles::-webkit-scrollbar {
        display: none;
    }

    .castle-mini {
        min-height: 94px;
        scroll-snap-align: start;
    }

    .castle-mini h3 {
        font-size: 17px;
    }
}

/* =========================================================
   Refinamentos V5 — enquadramento, alinhamento e continuidade
   ========================================================= */

/* Desce discretamente a informação para liberar mais da arte. */
@media (min-width: 901px) {
    .promo-carousel--v2 .promo-slide__content {
        transform: translateY(22px);
    }

    .news-slide__content {
        transform: translateY(18px);
    }
}

/* O arquivo já é verticalmente alinhado; remove a rotação óptica anterior. */
.ranking-seal--v2 img {
    display: block;
    margin-inline: auto;
    transform: translateY(3px);
    transform-origin: center;
}

/* Fecha o vazio entre a arte da página de Downloads e os arquivos. */
.download-stage {
    margin-top: -1px;
    padding-top: 22px;
}

/*
 * Desktop: amplia somente a área de arte e faz a divisão atravessar
 * aproximadamente o meio do nome WARPLUS. O mobile permanece intacto.
 */
@media (min-width: 901px) {
    .home-hero--v2,
    .home-hero--v2 .home-hero__inner {
        min-height: 720px;
    }

    .home-hero--v2 {
        background-position: center 41%;
    }

    .hero-signature {
        transform: translate(-50%, 20%);
    }

    .promo-section {
        padding-top: 128px;
    }
}

@media (max-width: 700px) {
    .download-stage {
        padding-top: 16px;
    }
}
