:root {
    --bg: #0d0f0b;
    --bg-soft: #171a13;
    --panel: #202518;
    --panel-light: #2b321f;
    --text: #f3f1e8;
    --muted: #c4bda5;
    --gold: #c9a646;
    --gold-dark: #96772b;
    --green: #394522;
    --border: rgba(255, 255, 255, 0.12);
    --shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
}

* {
    box-sizing: border-box;
}

body {
    font-family: "Istok Web", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    background: var(--c-elevation-5) url('/storage/resources/background-69fbf4d237e9b.webp') repeat-x;
    background-size: cover;

a {
    color: inherit;
    text-decoration: none;
}

.container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(13, 15, 11, 0.94);
    border-bottom: 1px solid var(--border);
    backdrop-filter: blur(10px);
}

.nav-wrap {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    background: var(--gold);
    color: #111;
    border-radius: 50%;
    font-weight: 900;
}

.brand-text {
    font-size: 0.95rem;
}

main {
    padding: 0;
    margin-bottom: 0;
    background-color: var(--c-elevation-0);
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 22px;
    color: var(--muted);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.main-nav a:hover {
    color: var(--gold);
}

.nav-cta {
    padding: 10px 16px;
    background: var(--gold);
    color: #111 !important;
    border-radius: 999px;
    font-weight: 800;
}

.nav-toggle {
    display: none;
    background: none;
    border: 1px solid var(--border);
    color: var(--text);
    font-size: 1.5rem;
    padding: 8px 12px;
    border-radius: 8px;
}

.hero {
    position: relative;
    min-height: 820px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(rgba(13, 15, 11, 0.05), rgba(13, 15, 11, 0.2)),
        url("/storage/resources/banner-69fbf4fe03780.webp")
        center / cover no-repeat;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(201, 166, 70, 0.22), transparent 34%),
        linear-gradient(90deg, rgba(13, 15, 11, 0.65), rgba(13, 15, 11, 0.3));
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 760px;
}

.eyebrow {
    margin: 0 0 12px;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-weight: 800;
    font-size: 0.78rem;
}

.hero h1 {
    margin: 0;
    font-size: clamp(3rem, 8vw, 6.8rem);
    line-height: 0.9;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    text-shadow: 4px 4px #000000;
}

.hero-subtitle {
    max-width: 620px;
    margin: 24px 0 34px;
    color: var(--muted);
    font-size: 1.25rem;
    line-height: 1.7;
}

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

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 999px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    transition: transform 0.2s ease, background 0.2s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    background: #0d680e;
    color: #ffffff;
}

.btn-primary:hover {
    background: #149c16;
    color: #ffffff;
}

.btn-secondary {
    background: #5c5c5c;
    color: #ffffff;
}

.btn-secondary:hover {
    background: #c3c7c7;
    color: #000;
}

.btn-small {
    min-height: 40px;
    padding: 0 18px;
    font-size: 0.8rem;
    background: var(--gold);
    color: #111;
}

.btn-full {
    width: 100%;
}

.section {
    padding: 84px 0;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.feature-card {
    padding: 34px;
    background-image: url("/storage/resources/background-small-2-69fd17ad3235e.png");
    border: 1px solid var(--border);
    border-radius: 22px;
    box-shadow: var(--shadow);
    background-size: cover;
}

.feature-icon {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    margin-bottom: 22px;
    border-radius: 16px;
    background: #707070;
    color: var(--gold);
    font-size: 1.4rem;
}

.feature-card h2 {
    margin: 0 0 12px;
    text-transform: uppercase;
}

.feature-card p,
.side-card p {
    color: var(--muted);
    line-height: 1.7;
}

.content-layout {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 28px;
    align-items: start;
}

.section-heading h2 {
    margin: 0 0 24px;
    font-size: 2.4rem;
    text-transform: uppercase;
}


.sidebar {
    display: grid;
    gap: 18px;
}

.side-card {
    padding: 28px;
}

.side-card h3 {
    margin: 0 0 10px;
    text-transform: uppercase;
}

.side-card.dark {
    background: linear-gradient(160deg, var(--green), #11140d);
}

.site-footer {
    padding: 28px 0;
    border-top: 1px solid var(--border);
    color: var(--muted);
    background-image: url("/storage/resources/background-small-2-69fd17ad3235e.png");
}

.footer-wrap {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
}

.footer-wrap a {
    margin-left: 18px;
}

.footer-wrap a:hover {
    color: var(--gold);
}

@media (max-width: 900px) {
    .nav-toggle {
        display: block;
    }

    .main-nav {
        position: absolute;
        top: 76px;
        left: 0;
        right: 0;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        padding: 24px;
        background: #0d0f0b;
        border-bottom: 1px solid var(--border);
    }

    .main-nav.is-open {
        display: flex;
    }

    .feature-grid,
    .stats-grid,
    .content-layout {
        grid-template-columns: 1fr;
    }

    .hero {
        min-height: 560px;
    }
}

@media (max-width: 560px) {
    .section {
        padding: 56px 0;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .news-item {
        flex-direction: column;
    }

    .footer-wrap a {
        margin-left: 0;
        margin-right: 14px;
    }
}