@font-face {
    font-family: "Be Vietnam Pro";
    src: url("../../assets/army/fonts/be-vietnam-pro-400.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Be Vietnam Pro";
    src: url("../../assets/army/fonts/be-vietnam-pro-600.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "Be Vietnam Pro";
    src: url("../../assets/army/fonts/be-vietnam-pro-700.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Be Vietnam Pro";
    src: url("../../assets/army/fonts/be-vietnam-pro-800.ttf") format("truetype");
    font-style: normal;
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: "Bungee";
    src: url("../../assets/army/fonts/bungee-400.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

:root {
    --army-ink: #14213d;
    --army-navy: #183153;
    --army-navy-deep: #0c2038;
    --army-sky: #8ed8f8;
    --army-sky-soft: #e9f8ff;
    --army-cloud: #f8fdff;
    --army-yellow: #ffd43b;
    --army-orange: #f47b20;
    --army-orange-deep: #d95517;
    --army-green: #4d8f45;
    --army-red: #dc3b32;
    --army-border: #183153;
    --army-shadow: 7px 7px 0 rgba(20, 49, 83, 0.18);
}

html {
    scroll-behavior: smooth;
}

body.army-theme {
    min-height: 100vh;
    color: var(--army-ink);
    font-family: "Be Vietnam Pro", sans-serif !important;
    background:
        radial-gradient(circle at 12% 10%, rgba(255, 255, 255, 0.95) 0 2px, transparent 3px),
        radial-gradient(circle at 78% 22%, rgba(24, 49, 83, 0.08) 0 2px, transparent 3px),
        linear-gradient(180deg, #c9efff 0, #effaff 360px, #f7f3e8 100%);
    background-size: 38px 38px, 54px 54px, auto;
}

body.army-theme .content-page {
    min-height: calc(100vh - 74px);
    background: transparent;
}

body.army-theme .content-page > .container-fluid {
    max-width: 1540px;
    padding: 22px 26px 44px;
}

body.army-theme .iq-sidebar {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 160px),
        linear-gradient(180deg, var(--army-navy) 0%, var(--army-navy-deep) 100%) !important;
    border-right: 3px solid rgba(255, 212, 59, 0.72);
    box-shadow: 8px 0 24px rgba(8, 29, 49, 0.16);
}

body.army-theme .iq-sidebar-logo {
    min-height: 100px;
    padding: 12px 18px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.army-sidebar-brand {
    display: flex !important;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.army-sidebar-brand img {
    width: 88px !important;
    max-height: 70px !important;
    object-fit: contain;
    image-rendering: pixelated;
    filter: drop-shadow(0 4px 0 rgba(0, 0, 0, 0.18));
}

.army-sidebar-brand span {
    color: #fff;
    font-family: "Bungee", sans-serif;
    font-size: 11px;
    line-height: 1.35;
    letter-spacing: 0.4px;
}

body.army-theme .iq-sidebar-menu .side-menu li a {
    margin: 4px 10px;
    padding: 11px 13px;
    color: #dbefff;
    border: 1px solid transparent;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

body.army-theme .iq-sidebar-menu .side-menu li a:hover,
body.army-theme .iq-sidebar-menu .side-menu li.active > a {
    color: #fff;
    background: rgba(255, 212, 59, 0.16);
    border-color: rgba(255, 212, 59, 0.55);
    transform: translateX(3px);
}

body.army-theme .iq-sidebar-menu .side-menu li.active > a i,
body.army-theme .iq-sidebar-menu .side-menu li a:hover i {
    color: var(--army-yellow);
}

body.army-theme .iq-top-navbar {
    background: rgba(248, 253, 255, 0.94);
    border-bottom: 2px solid rgba(24, 49, 83, 0.12);
    box-shadow: 0 8px 22px rgba(24, 49, 83, 0.08);
    backdrop-filter: blur(12px);
}

body.army-theme .iq-navbar-custom .navbar {
    min-height: 72px;
}

body.army-theme .badge2 {
    padding: 8px 11px;
    color: var(--army-ink) !important;
    background: #fff;
    border: 2px solid var(--army-border) !important;
    border-radius: 10px;
    box-shadow: 3px 3px 0 rgba(24, 49, 83, 0.14);
    font-size: 12px;
}

body.army-theme .card {
    border: 1px solid rgba(24, 49, 83, 0.12);
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(24, 49, 83, 0.08);
}

body.army-theme .alert {
    border: 2px solid rgba(24, 49, 83, 0.16);
    border-radius: 14px;
    box-shadow: 4px 4px 0 rgba(24, 49, 83, 0.08);
}

.army-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(310px, 0.88fr);
    min-height: 390px;
    margin-bottom: 28px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.34), transparent 17%),
        linear-gradient(145deg, #236aa1 0%, #48a9d4 56%, #8ed8f8 100%);
    border: 3px solid var(--army-border);
    border-radius: 28px;
    box-shadow: 10px 10px 0 rgba(24, 49, 83, 0.18);
    isolation: isolate;
}

.army-hero::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    opacity: 0.32;
    background-image: radial-gradient(#fff 1.4px, transparent 1.4px);
    background-size: 27px 27px;
    mask-image: linear-gradient(90deg, #000, transparent 74%);
}

.army-hero-copy {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px 26px 62px 52px;
}

.army-eyebrow {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 8px;
    margin-bottom: 15px;
    padding: 7px 12px;
    color: var(--army-ink);
    background: var(--army-yellow);
    border: 2px solid var(--army-border);
    border-radius: 999px;
    box-shadow: 3px 3px 0 rgba(24, 49, 83, 0.35);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}

.army-eyebrow img {
    width: 17px;
    height: 17px;
    image-rendering: pixelated;
}

.army-hero h1 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-family: "Bungee", sans-serif;
    font-size: clamp(34px, 4.8vw, 72px);
    line-height: 1.06;
    letter-spacing: 0.4px;
    text-shadow: 0 4px 0 var(--army-navy), 4px 6px 0 rgba(24, 49, 83, 0.34);
}

.army-hero h1 span {
    color: var(--army-yellow);
}

.army-hero-copy > p {
    max-width: 660px;
    margin: 18px 0 24px;
    color: #ecf9ff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.75;
}

.army-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.army-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 45px;
    padding: 10px 18px;
    color: #fff;
    background: var(--army-orange);
    border: 2px solid var(--army-border);
    border-radius: 12px;
    box-shadow: 4px 4px 0 var(--army-border);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
    cursor: pointer;
    transition: transform 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.army-button:hover {
    color: #fff;
    background: var(--army-orange-deep);
    box-shadow: 2px 2px 0 var(--army-border);
    transform: translate(2px, 2px);
}

.army-button.is-secondary {
    color: var(--army-ink);
    background: #fff;
}

.army-button.is-secondary:hover {
    color: var(--army-ink);
    background: var(--army-sky-soft);
}

.army-button.is-disabled,
.army-button:disabled {
    color: #6f7c88;
    background: #dce4e8;
    box-shadow: 3px 3px 0 #8d9aa4;
    cursor: not-allowed;
    transform: none;
}

.army-hero-art {
    position: relative;
    min-height: 390px;
}

.army-game-logo {
    position: absolute;
    top: 36px;
    right: 48px;
    z-index: 5;
    width: 205px;
    image-rendering: pixelated;
    filter: drop-shadow(0 8px 0 rgba(24, 49, 83, 0.28));
    animation: army-logo-in 0.7s ease-out both;
}

.army-plane {
    position: absolute;
    top: 155px;
    left: 15%;
    z-index: 4;
    width: 126px;
    image-rendering: pixelated;
    filter: drop-shadow(0 8px 4px rgba(24, 49, 83, 0.28));
    animation: army-plane-in 1.1s cubic-bezier(0.2, 0.75, 0.25, 1) both, army-plane-float 4s 1.2s ease-in-out infinite;
}

.army-cloud {
    position: absolute;
    z-index: 1;
    width: 240px;
    opacity: 0.7;
    image-rendering: pixelated;
}

.army-cloud.one {
    top: 70px;
    left: -15px;
}

.army-cloud.two {
    top: 120px;
    right: -70px;
    transform: scaleX(-1);
}

.army-landscape {
    position: absolute;
    bottom: -3px;
    z-index: 3;
    width: 570px;
    max-width: none;
    image-rendering: pixelated;
    filter: saturate(1.1) drop-shadow(0 -4px 0 rgba(255, 255, 255, 0.16));
}

.army-landscape.mountains {
    right: -40px;
    bottom: 2px;
    opacity: 0.88;
}

.army-landscape.village {
    right: -10px;
    z-index: 4;
    width: 520px;
}

.army-hero-stats {
    position: absolute;
    right: 32px;
    bottom: 22px;
    z-index: 7;
    display: grid;
    grid-template-columns: repeat(3, minmax(82px, 1fr));
    gap: 8px;
    width: min(410px, calc(100% - 48px));
}

.army-stat {
    padding: 10px 9px;
    color: var(--army-ink);
    text-align: center;
    background: rgba(255, 255, 255, 0.94);
    border: 2px solid var(--army-border);
    border-radius: 12px;
    box-shadow: 3px 3px 0 rgba(24, 49, 83, 0.25);
}

.army-stat strong {
    display: block;
    color: var(--army-orange-deep);
    font-family: "Bungee", sans-serif;
    font-size: 18px;
    line-height: 1.2;
}

.army-stat span {
    display: block;
    margin-top: 3px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.45px;
    text-transform: uppercase;
}

.army-trust-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 0 0 28px;
}

.army-trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.86);
    border: 2px solid rgba(24, 49, 83, 0.14);
    border-radius: 15px;
}

.army-trust-item i {
    display: grid;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    color: #fff;
    background: var(--army-green);
    border: 2px solid var(--army-border);
    border-radius: 11px;
    place-items: center;
}

.army-trust-item strong,
.army-trust-item span {
    display: block;
}

.army-trust-item strong {
    font-size: 12px;
}

.army-trust-item span {
    margin-top: 2px;
    color: #647488;
    font-size: 10px;
}

.army-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 17px;
}

.army-section-title {
    margin: 0;
    color: var(--army-ink);
    font-family: "Bungee", sans-serif;
    font-size: clamp(21px, 2.4vw, 34px);
    line-height: 1.2;
}

.army-section-title span {
    color: var(--army-orange-deep);
}

.army-section-subtitle {
    margin: 6px 0 0;
    color: #66778a;
    font-size: 12px;
}

.army-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 19px;
}

.army-filter {
    display: inline-flex !important;
    align-items: center;
    gap: 7px;
    width: auto !important;
    height: auto !important;
    min-height: 38px;
    margin: 0 !important;
    padding: 8px 12px !important;
    color: var(--army-ink) !important;
    background: #fff !important;
    border: 2px solid rgba(24, 49, 83, 0.22) !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

.army-filter img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.army-filter:hover,
.army-filter.active {
    color: #fff !important;
    background: var(--army-navy) !important;
    border-color: var(--army-navy) !important;
}

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

.army-product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 2px solid var(--army-border);
    border-radius: 18px;
    box-shadow: var(--army-shadow);
    opacity: 0;
    transform: translateY(15px);
    transition: transform 0.22s ease, box-shadow 0.22s ease, opacity 0.45s ease;
}

.army-product-card.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.army-product-card:hover {
    box-shadow: 4px 4px 0 rgba(20, 49, 83, 0.18);
    transform: translate(3px, 3px);
}

.army-product-top {
    position: relative;
    display: block;
    min-height: 0;
    padding: 0;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.93), rgba(233, 248, 255, 0.94)),
        url("../../assets/army/map/cloud.png") center / 220px auto repeat-x;
    border-bottom: 2px dashed rgba(24, 49, 83, 0.2);
}

.army-product-avatar {
    position: relative;
    display: grid;
    width: 100%;
    min-height: 170px;
    height: auto;
    overflow: hidden;
    background: linear-gradient(145deg, #dff6ff, #fff6d6);
    border: 0;
    border-bottom: 2px solid var(--army-border);
    border-radius: 0;
    box-shadow: none;
    place-items: center;
    text-decoration: none !important;
}

.army-product-avatar img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 440px;
    object-fit: contain;
    image-rendering: auto;
}

.army-product-image-label,
.army-image-view-hint {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    color: #fff;
    background: rgba(16, 42, 69, .88);
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 9px;
    box-shadow: 0 3px 10px rgba(16, 42, 69, .2);
    font-size: 10px;
    font-weight: 800;
    pointer-events: none;
}

.army-product-summary {
    padding: 16px 17px 15px;
}

.army-product-category {
    display: block;
    margin-bottom: 7px;
    color: var(--army-orange-deep);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.55px;
    text-transform: uppercase;
}

.army-product-name {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: var(--army-ink);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.army-product-code {
    display: block;
    margin-bottom: 4px;
    color: #718096;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.army-product-description {
    display: -webkit-box;
    margin: 7px 0 0;
    overflow: hidden;
    color: #66778a;
    font-size: 10px;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.army-stock-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    padding: 5px 8px;
    color: #fff;
    background: var(--army-green);
    border: 2px solid var(--army-border);
    border-radius: 9px;
    font-size: 9px;
    font-weight: 800;
}

.army-stock-badge.sold-out {
    background: #7b8791;
}

.army-product-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 16px 17px 18px;
}

.army-product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 16px;
}

.army-meta-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 8px;
    color: #536579;
    background: #f5f8fa;
    border: 1px solid #dce5eb;
    border-radius: 8px;
    font-size: 9px;
    font-weight: 700;
}

.army-product-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
    margin-top: auto;
}

.army-price small,
.army-price strong {
    display: block;
}

.army-price del {
    display: inline-block;
    margin-left: 6px;
    color: #8997a5;
    font-size: 10px;
}

.army-price em {
    display: inline-block;
    margin-left: 4px;
    padding: 2px 5px;
    color: #fff;
    background: var(--army-red);
    border-radius: 5px;
    font-size: 9px;
    font-style: normal;
    font-weight: 800;
}

.army-attribute-pill {
    color: var(--army-ink);
    background: #fff5d6;
    border-color: #e7bf59;
}

.army-attribute-pill b {
    margin-right: 2px;
    color: var(--army-orange-deep);
}

.army-product-detail-link {
    display: block;
    padding: 0 17px 14px;
    color: var(--army-orange-deep);
    font-size: 11px;
    font-weight: 800;
    text-decoration: none !important;
}

.army-detail-page {
    max-width: 1100px;
    margin: 0 auto;
}

.army-detail-page-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.army-detail-card {
    display: grid;
    grid-template-columns: minmax(260px, .78fr) minmax(0, 1.22fr);
    overflow: hidden;
    background: #fff;
    border: 2px solid var(--army-border);
    border-radius: 22px;
    box-shadow: 7px 7px 0 rgba(24, 49, 83, .14);
}

.army-detail-cover {
    display: grid;
    min-height: 0;
    padding: 22px;
    overflow: hidden;
    background: linear-gradient(145deg, #dff6ff, #fff6d6);
    place-items: center;
}

.army-detail-cover-link {
    position: relative;
    display: grid;
    width: 100%;
    min-height: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, .42);
    border: 1px solid rgba(24, 49, 83, .14);
    border-radius: 16px;
    cursor: zoom-in;
    place-items: center;
}

.army-detail-cover img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: min(66vh, 620px);
    object-fit: contain;
    border-radius: 13px;
}

.army-detail-copy {
    padding: 36px;
}

.army-detail-copy h1 {
    margin: 0 0 18px;
    color: var(--army-ink);
    font-family: "Bungee", sans-serif;
    font-size: clamp(24px, 3vw, 42px);
    line-height: 1.18;
}

.army-detail-section {
    margin-top: 20px;
    padding: 17px;
    border: 1px solid #dce5eb;
    border-radius: 14px;
}

.army-detail-section h2 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 13px;
    color: var(--army-ink);
    font-size: 15px;
    font-weight: 900;
}

.army-detail-section h2 i {
    color: var(--army-orange-deep);
}

.army-detail-attributes {
    background: #fffaf0;
    border-color: #efd48b;
}

.army-detail-introduction {
    background: #f6fbfe;
}

.army-detail-badges {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
}

.army-detail-badges > span {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    padding: 9px 11px;
    color: var(--army-ink);
    background: #fff5d6;
    border: 1px solid #e7bf59;
    border-radius: 9px;
    font-size: 12px;
    line-height: 1.45;
}

.army-detail-badges > span > b {
    flex: 0 0 auto;
    color: var(--army-orange-deep);
    font-size: 11px;
}

.army-detail-badge-value {
    min-width: 0;
    overflow-wrap: anywhere;
}

.army-detail-description {
    color: #526579;
    font-size: 15px;
    line-height: 1.7;
    white-space: normal;
    overflow-wrap: anywhere;
}

.army-detail-buy-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-top: 28px;
}

.army-detail-note {
    display: flex;
    gap: 14px;
    margin-top: 20px;
    padding: 18px 20px;
    color: var(--army-ink);
    background: #eaf8ff;
    border: 2px solid #9bd9f0;
    border-radius: 15px;
}

.army-detail-note > i {
    color: #177ca5;
    font-size: 24px;
}

.army-detail-note p {
    margin: 4px 0 0;
    color: #526579;
    font-size: 13px;
}

.army-download-page {
    max-width: 920px;
    margin: 0 auto;
    padding: 30px 0 60px;
}

.army-download-heading {
    margin-bottom: 24px;
    padding: 32px;
    color: #fff;
    background: linear-gradient(135deg, var(--army-navy), #1d8191);
    border-radius: 22px;
    box-shadow: 7px 7px 0 rgba(24, 49, 83, .18);
}

.army-download-heading h1 {
    margin: 8px 0;
    font-family: "Bungee", sans-serif;
    font-size: clamp(28px, 5vw, 54px);
}

.army-download-heading p {
    margin: 0;
    color: #e9fbff;
}

.army-download-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.army-download-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 22px;
    color: var(--army-ink) !important;
    background: #fff;
    border: 2px solid var(--army-border);
    border-radius: 16px;
    box-shadow: 4px 4px 0 rgba(24, 49, 83, .12);
    text-decoration: none !important;
    transition: transform .16s ease, box-shadow .16s ease;
}

.army-download-card:hover {
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0 rgba(24, 49, 83, .12);
}

.army-download-card > i {
    width: 40px;
    color: var(--army-orange-deep);
    font-size: 30px;
    text-align: center;
}

.army-download-card span {
    flex: 1;
    font-weight: 800;
}

.army-download-card small {
    color: #758494;
}

.army-price small {
    margin-bottom: 3px;
    color: #7d8a96;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.army-price strong {
    color: var(--army-red);
    font-family: "Bungee", sans-serif;
    font-size: 17px;
}

.army-product-actions {
    display: flex;
    gap: 7px;
}

.army-icon-button {
    display: grid;
    width: 43px;
    height: 43px;
    color: var(--army-ink);
    background: #fff;
    border: 2px solid var(--army-border);
    border-radius: 11px;
    place-items: center;
    cursor: pointer;
}

.army-empty {
    padding: 48px 24px;
    text-align: center;
    background: rgba(255, 255, 255, 0.88);
    border: 2px dashed var(--army-border);
    border-radius: 18px;
}

.army-empty img {
    width: 115px;
    margin-bottom: 18px;
    image-rendering: pixelated;
}

.army-empty h3 {
    font-family: "Bungee", sans-serif;
    font-size: 19px;
}

.army-modal .modal-content {
    overflow: hidden;
    background: #f8fdff !important;
    border: 3px solid var(--army-border);
    border-radius: 19px;
    box-shadow: 9px 9px 0 rgba(24, 49, 83, 0.25);
}

.army-modal .modal-header {
    color: #fff;
    background: linear-gradient(135deg, var(--army-navy), #265f88);
    border-bottom: 3px solid var(--army-yellow);
}

.army-modal .modal-title {
    font-family: "Bungee", sans-serif;
    font-size: 17px;
}

.army-modal .form-control {
    min-height: 44px;
    border: 2px solid rgba(24, 49, 83, 0.22);
    border-radius: 10px;
}

.army-total-box {
    margin: 16px 0;
    padding: 14px;
    color: var(--army-ink);
    text-align: center;
    background: var(--army-yellow);
    border: 2px solid var(--army-border);
    border-radius: 11px;
    font-weight: 700;
}

.army-total-box b {
    color: var(--army-red);
    font-family: "Bungee", sans-serif;
}

.army-footer {
    color: #dbefff;
    background: var(--army-navy-deep);
    border-top: 3px solid var(--army-yellow);
}

.army-footer .army-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 88px;
}

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

.army-footer-brand img {
    width: 62px;
    image-rendering: pixelated;
}

.army-footer strong {
    color: #fff;
    font-family: "Bungee", sans-serif;
    font-size: 12px;
}

.army-footer small {
    display: block;
    margin-top: 4px;
    color: #9bbbd2;
}

.army-footer a {
    color: #dbefff;
    font-size: 11px;
    font-weight: 700;
}

@keyframes army-logo-in {
    from {
        opacity: 0;
        transform: translateY(-14px) scale(0.84);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes army-plane-in {
    from {
        opacity: 0;
        transform: translate(240px, 80px) rotate(7deg);
    }
    to {
        opacity: 1;
        transform: translate(0, 0) rotate(-3deg);
    }
}

@keyframes army-plane-float {
    0%, 100% {
        transform: translateY(0) rotate(-3deg);
    }
    50% {
        transform: translateY(-9px) rotate(1deg);
    }
}

@media (max-width: 1199px) {
    .army-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .army-hero {
        grid-template-columns: minmax(0, 1fr) 360px;
    }

    .army-hero-copy {
        padding-left: 35px;
    }
}

@media (max-width: 991px) {
    body.army-theme .content-page > .container-fluid {
        padding: 18px 16px 36px;
    }

    .army-hero {
        grid-template-columns: 1fr;
        min-height: 620px;
    }

    .army-hero-copy {
        justify-content: flex-start;
        padding: 38px 28px 0;
    }

    .army-hero-art {
        min-height: 300px;
    }

    .army-game-logo {
        top: 12px;
        right: 26px;
        width: 160px;
    }

    .army-plane {
        top: 105px;
        left: 18%;
        width: 110px;
    }

    .army-hero-stats {
        right: 22px;
        bottom: 18px;
        width: calc(100% - 44px);
    }
}

@media (max-width: 767px) {
    .army-hero {
        min-height: 650px;
        border-radius: 20px;
        box-shadow: 6px 6px 0 rgba(24, 49, 83, 0.18);
    }

    .army-hero-copy {
        padding: 30px 20px 0;
    }

    .army-hero h1 {
        font-size: clamp(31px, 11vw, 48px);
    }

    .army-hero-copy > p {
        font-size: 13px;
    }

    .army-hero-art {
        min-height: 320px;
    }

    .army-game-logo {
        top: 18px;
        right: 18px;
        width: 135px;
    }

    .army-plane {
        top: 103px;
        left: 8%;
        width: 92px;
    }

    .army-landscape.village {
        right: -80px;
        width: 480px;
    }

    .army-landscape.mountains {
        right: -120px;
        width: 510px;
    }

    .army-hero-stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 5px;
        right: 12px;
        bottom: 13px;
        width: calc(100% - 24px);
    }

    .army-stat {
        padding: 8px 4px;
    }

    .army-stat strong {
        font-size: 14px;
    }

    .army-stat span {
        font-size: 7px;
    }

    .army-trust-strip,
    .army-products-grid {
        grid-template-columns: 1fr;
    }

    .army-section-head,
    .army-product-footer,
    .army-footer .army-footer-inner {
        align-items: stretch;
        flex-direction: column;
    }

    .army-product-footer {
        gap: 12px;
    }

    .army-detail-card {
        grid-template-columns: 1fr;
    }

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

    .army-detail-cover {
        min-height: 0;
        padding: 12px;
    }

    .army-detail-cover img {
        max-height: min(52vh, 420px);
    }

    .army-detail-copy {
        padding: 24px 20px;
    }

    .army-detail-copy h1 {
        margin-bottom: 14px;
        font-size: clamp(22px, 7vw, 30px);
    }

    .army-detail-section {
        margin-top: 16px;
        padding: 14px;
    }

    .army-detail-badges {
        gap: 8px;
    }

    .army-detail-badges > span {
        align-items: flex-start;
        flex-direction: column;
        gap: 2px;
    }

    .army-detail-buy-row,
    .army-detail-page-head {
        align-items: stretch;
        flex-direction: column;
    }

    .army-product-actions .army-button {
        flex: 1;
    }

    .army-footer {
        padding: 18px 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .army-game-logo,
    .army-plane,
    .army-product-card {
        animation: none !important;
        opacity: 1;
        transform: none;
        transition: none;
    }
}
