/* Shared premium finish for the public Strategy Vault pages. */

:root {
    --strategy-orange: #ff6a00;
    --strategy-orange-light: #ff9c26;
    --strategy-panel: rgba(10, 10, 10, 0.9);
    --strategy-line: rgba(255, 255, 255, 0.095);
    --strategy-muted: #aaa;
}

html {
    background: #020202;
}

body {
    min-height: 100vh;
    color: #f5f5f5;
    font-family: "Inter", sans-serif;
    background-color: #020202 !important;
    background-image:
        radial-gradient(circle at 82% 12%, rgba(255, 106, 0, 0.13), transparent 24rem),
        radial-gradient(circle at 8% 54%, rgba(255, 80, 0, 0.075), transparent 30rem),
        linear-gradient(115deg, rgba(255, 106, 0, 0.025) 0 1px, transparent 1px 6.2rem) !important;
    background-attachment: fixed !important;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.68)),
        radial-gradient(circle at 50% 0, rgba(255, 106, 0, 0.07), transparent 34rem);
}

.elite-nav {
    border-bottom: 1px solid rgba(255, 106, 0, 0.18) !important;
    background: rgba(2, 2, 2, 0.9) !important;
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.34) !important;
    backdrop-filter: blur(20px) !important;
}

.elite-logo {
    color: #ff6a00 !important;
    letter-spacing: 0.04em !important;
}

.active-nav-link {
    color: #fff !important;
}

.active-nav-link::after {
    background: linear-gradient(90deg, #ff5a00, #ff9c26) !important;
}

body > main,
.content-wrapper {
    position: relative;
    width: min(1360px, calc(100% - 40px)) !important;
    max-width: 1360px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-top: 164px !important;
}

.content-wrapper::before {
    content: "STRATEGY INTELLIGENCE";
    display: block;
    width: fit-content;
    margin: 0 0 26px;
    padding: 7px 11px;
    border: 1px solid rgba(255, 106, 0, 0.42);
    border-radius: 7px;
    background: rgba(255, 106, 0, 0.06);
    color: #ff8720;
    font-family: "Orbitron", sans-serif;
    font-size: 0.56rem;
    font-weight: 800;
    letter-spacing: 0.26em;
}

.content-wrapper > .grid,
body > main > .grid {
    gap: clamp(34px, 5vw, 76px) !important;
}

.strategy-title,
.elite-strategy-header {
    margin-bottom: 28px !important;
    font-family: "Orbitron", sans-serif !important;
    font-size: clamp(2.8rem, 6vw, 6.2rem) !important;
    font-weight: 900 !important;
    letter-spacing: -0.065em !important;
    line-height: 0.94 !important;
    text-wrap: balance;
    color: transparent !important;
    background: linear-gradient(180deg, #fff 0%, #f3f3f3 30%, #8b8b8b 62%, #eee 78%, #565656 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.48));
}

.strategy-title::after,
.elite-strategy-header::after {
    content: "";
    display: block;
    width: 68px;
    height: 3px;
    margin-top: 23px;
    background: linear-gradient(90deg, var(--strategy-orange), transparent);
    box-shadow: 0 0 16px rgba(255, 106, 0, 0.45);
}

.description-block,
.strategy-description,
.elite-briefing-box,
.variant-card,
.option-card,
.stat-card,
.intel-card,
.visual-card,
.strategy-card,
.deployment-card,
.briefing-card,
.progression-card,
.strategy-parameters,
.risk-card,
.system-card {
    border: 1px solid var(--strategy-line) !important;
    border-left-color: rgba(255, 106, 0, 0.62) !important;
    border-radius: 18px !important;
    background:
        radial-gradient(circle at 100% 0%, rgba(255, 106, 0, 0.08), transparent 15rem),
        linear-gradient(145deg, rgba(16, 16, 16, 0.94), rgba(4, 4, 4, 0.94)) !important;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.03) !important;
}

.description-block,
.strategy-description,
.elite-briefing-box {
    padding: clamp(20px, 2.5vw, 30px) !important;
}

.description-block p,
.strategy-description p,
.elite-briefing-box p,
.intel-section p,
body > main p {
    color: #c5c5c5 !important;
    font-size: clamp(0.96rem, 1.35vw, 1.08rem) !important;
    line-height: 1.78 !important;
}

.description-block strong,
.strategy-description strong,
.elite-briefing-box strong,
.intel-section strong,
body > main strong {
    color: #fff !important;
}

.strategy-accent-title,
.brief-label,
.tool-badge,
.visual-label,
.section-label,
.intel-label {
    color: var(--strategy-orange-light) !important;
    font-family: "Orbitron", sans-serif !important;
    letter-spacing: 0.16em !important;
}

.tool-badge {
    border-color: rgba(255, 106, 0, 0.5) !important;
    border-radius: 7px !important;
    background: rgba(255, 106, 0, 0.07) !important;
}

.tool-badge-container {
    display: none !important;
}

.visual-section img,
.strategy-visual img,
.deployment-visual img,
body > main img:not(.elite-nav img):not(.aob-header-brand img),
.content-wrapper img:not(.elite-nav img):not(.aob-header-brand img) {
    border: 1px solid rgba(255, 106, 0, 0.22);
    border-radius: 17px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.42), 0 0 36px rgba(255, 106, 0, 0.07);
}

.back-link,
a[href*="tools.php"]:not(.nav-link):not(.mobile-nav-link) {
    color: #ff8120 !important;
    font-family: "Orbitron", sans-serif;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-decoration: none;
}

.back-link:hover,
a[href*="tools.php"]:not(.nav-link):not(.mobile-nav-link):hover {
    color: #fff !important;
}

footer {
    border-top-color: rgba(255, 106, 0, 0.14) !important;
    background: rgba(0, 0, 0, 0.76) !important;
}

@media (max-width: 1023px) {
    body > main,
    .content-wrapper {
        padding-top: 132px !important;
    }

    .content-wrapper::before {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    body > main,
    .content-wrapper {
        width: min(100% - 28px, 1360px) !important;
        padding-top: 110px !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .strategy-title,
    .elite-strategy-header {
        font-size: clamp(2.6rem, 14vw, 4.4rem) !important;
    }

    .description-block,
    .strategy-description,
    .elite-briefing-box {
        padding: 20px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
