* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
	scroll-padding-top: 100px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #0b0d0c;
    color: #ffffff;
}


/* ================================
   NAVIGATION
================================ */

.navbar {
    position: fixed;
    top: 0;
    left: 0;

    width: 100%;
    height: 80px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0 60px;

    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(8px);

    border-bottom: 1px solid rgba(255, 255, 255, 0.08);

	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);

    z-index: 100;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 14px;

    font-size: 20px;
    font-weight: 900;
    letter-spacing: 4px;
    color: #ffffff;
}

.nav-logo img {
    height: 58px;
    width: auto;
    object-fit: contain;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 35px;
}

.nav-links a {
    color: #dddddd;

    text-decoration: none;
    text-transform: uppercase;

    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;

    transition: 0.25s;
}

.nav-links a:hover {
    color: #9eaf91;
}


/* ================================
   HERO
================================ */

.hero {
    width: 100%;
    min-height: 100vh;

    background-image: url("images/hero.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hero {
    position: relative;
}

.hero-hotspot {
    position: absolute;
    display: block;
    z-index: 5;
    cursor: pointer;

}

/* Discord beitreten */
.hero-discord {
    left: 28.6%;
    top: 78%;
    width: 21.5%;
    height: 10%;
}



/* Unsere Server */
.hero-server {
    left: 52.2%;
    top: 78%;
    width: 19%;
    height: 10%;
}

/* ================================
   GEMEINSAME ÜBERSCHRIFTEN
================================ */

.section-header {
    text-align: center;

    width: 100%;
    max-width: 900px;

    margin: 0 auto 55px auto;
}

.section-kicker {
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;

    color: #8fa07f;

    margin-bottom: 12px;
}

.section-header h2 {
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: 4px;

    margin-bottom: 15px;
}

.section-header > p:not(.section-kicker) {
    color: #b7b7b7;
    font-size: 18px;
}


/* ================================
   SERVER
================================ */

.server-section {
    padding: 100px 0;
    background: #0b0d0c;
}

.server-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 30px;

    width: calc(100% - 120px);
    max-width: 1400px;

    margin: 0 auto;
}

.server-card {
    width: 100%;

    padding: 32px;

    background: linear-gradient(
        180deg,
        rgba(32, 36, 32, 0.95),
        rgba(16, 18, 16, 0.98)
    );

    border: 1px solid rgba(255, 255, 255, 0.08);

    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);

    transition: 0.25s;
}

.server-card:hover {
    transform: translateY(-5px);
    border-color: #718064;
}

.server-status {
    display: flex;
    align-items: center;
    gap: 10px;

    color: #a8b1a2;

    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;

    margin-bottom: 25px;
}

.status-dot {
    width: 10px;
    height: 10px;

    flex-shrink: 0;

    border-radius: 50%;
    background: #777777;
}

.server-card h3 {
    font-size: 25px;
    margin-bottom: 10px;
}

.server-mode {
    color: #87967b;

    font-size: 13px;
    letter-spacing: 2px;

    margin-bottom: 30px;
}

.server-info {
    display: flex;
    justify-content: space-between;
    align-items: center;

    gap: 30px;

    padding: 18px 0;

    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.server-info + .server-info {
    border-top: none;
}

.server-info span {
    color: #999999;
}

.server-info strong {
    color: #ffffff;
    text-align: right;
}

.server-button {
    display: block;

    margin-top: 25px;
    padding: 14px;

    text-align: center;

    text-decoration: none;
    text-transform: uppercase;

    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;

    color: #ffffff;

    border: 1px solid #718064;

    transition: 0.25s;
}

.server-button:hover {
    background: #718064;
}
.battlemetrics-banner {
    width: 100%;
    margin: 20px 0;
    overflow: hidden;
}

.battlemetrics-banner iframe {
    display: block;
    width: 100%;
    max-width: 500px;
    height: 80px;
    margin: 0 auto;
}
.battlemetrics-consent {
    margin: 20px 0;
    padding: 22px;

    text-align: center;

    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.battlemetrics-consent p {
    color: #999f97;
    font-size: 13px;
    line-height: 1.5;

    margin-bottom: 15px;
}

.load-battlemetrics {
    padding: 12px 20px;

    border: 1px solid #718064;
    background: transparent;

    color: #ffffff;

    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-transform: uppercase;

    cursor: pointer;

    transition: 0.25s;
}

.load-battlemetrics:hover {
    background: #718064;
}

/* ================================
   SCENARIOS
================================ */

.scenario-section {
    width: 100%;

    padding: 100px 0 120px;

    background: #111411;
}

.scenario-grid {
    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 35px;

    width: calc(100% - 120px);
    max-width: 1400px;

    margin: 0 auto;
}

.scenario-card {
    width: 100%;

    background: #191d19;

    border: 1px solid rgba(255, 255, 255, 0.08);

    overflow: hidden;

    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);

    transition: 0.3s;
}

.scenario-card:hover {
    transform: translateY(-7px);
    border-color: #718064;
}

.scenario-image {
    position: relative;

    width: 100%;
    height: 340px;

    background: #252a25;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.scenario-image::after {
    content: "";

    position: absolute;
    inset: 0;

    background: linear-gradient(
        transparent 45%,
        rgba(0, 0, 0, 0.85)
    );
}

.scenario-content {
    padding: 35px;
}

.scenario-tag {
    display: inline-block;

    margin-bottom: 15px;

    color: #90a282;

    font-size: 11px;
    font-weight: bold;

    letter-spacing: 2px;
    text-transform: uppercase;
}

.scenario-content h3 {
    font-size: 28px;

    margin-bottom: 15px;
}

.scenario-content p {
    color: #b2b5b2;

    font-size: 16px;
    line-height: 1.65;

    margin-bottom: 28px;
}

.scenario-button {
    display: inline-block;

    padding-bottom: 5px;

    color: #ffffff;

    text-decoration: none;
    text-transform: uppercase;

    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;

    border-bottom: 1px solid #718064;

    transition: 0.25s;
}

.scenario-button:hover {
    color: #9eaf91;
}
.scenario-irontide {
    background-image: url("images/irontide.png");
}
.scenario-blackmountains {
    background-image: url("images/blackmountains.png");
}
.scenario-macv {
    background-image: url("images/macv.png");
}
.scenario-dayz {
    background-image: url("images/dayz.png");
}
/* ================================
   EVENTS
================================ */

.events-section {
    width: 100%;
    padding: 100px 0 120px;
    background: #0b0d0c;
}

.event-card {
    display: grid;
    grid-template-columns: 1.3fr 1fr;

    width: calc(100% - 120px);
    max-width: 1400px;

    margin: 0 auto;

    background: #191d19;

    border: 1px solid rgba(255, 255, 255, 0.08);

    overflow: hidden;

    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.event-image {
    min-height: 500px;

    background-image: url("images/irontide.png");
    background-size: cover;
    background-position: center;

    position: relative;
}

.event-image::after {
    content: "";

    position: absolute;
    inset: 0;

    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.05),
        rgba(0, 0, 0, 0.65)
    );
}

.event-content {
    padding: 55px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.event-status {
    color: #90a282;

    font-size: 11px;
    font-weight: bold;

    letter-spacing: 3px;

    margin-bottom: 15px;
}

.event-content h3 {
    font-size: 42px;

    margin-bottom: 20px;
}

.event-description {
    color: #b2b5b2;

    font-size: 16px;
    line-height: 1.7;

    margin-bottom: 35px;
}

.event-details {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 20px;

    margin-bottom: 35px;
}

.event-details div {
    padding: 18px;

    background: rgba(255, 255, 255, 0.03);

    border: 1px solid rgba(255, 255, 255, 0.07);
}

.event-details span {
    display: block;

    color: #7f8e74;

    font-size: 10px;
    font-weight: bold;

    letter-spacing: 2px;

    margin-bottom: 8px;
}

.event-details strong {
    font-size: 14px;
}

.event-button {
    display: inline-block;

    align-self: flex-start;

    padding: 15px 28px;

    background: #718064;

    color: #ffffff;

    text-decoration: none;
    text-transform: uppercase;

    font-size: 12px;
    font-weight: bold;

    letter-spacing: 2px;

    transition: 0.25s;
}

.event-button:hover {
    background: #8b9c7d;
}

/* ================================
   ABOUT
================================ */

.about-section {
    width: 100%;
    padding: 100px 0 120px;
    background: #111411;
}

.about-container {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    align-items: center;

    gap: 70px;

    width: calc(100% - 120px);
    max-width: 1400px;

    margin: 0 auto;
}

.about-text h2 {
    font-size: 48px;
    line-height: 1.1;

    margin-bottom: 30px;
}

.about-text > p {
    max-width: 800px;

    color: #b2b5b2;

    font-size: 17px;
    line-height: 1.8;

    margin-bottom: 20px;
}

.about-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    gap: 15px;

    margin-top: 45px;
}

.about-features div {
    padding: 22px 18px;

    background: rgba(255, 255, 255, 0.025);

    border: 1px solid rgba(255, 255, 255, 0.08);
}

.about-features strong {
    display: block;

    color: #ffffff;

    font-size: 22px;

    margin-bottom: 8px;
}

.about-features span {
    color: #87967b;

    font-size: 11px;
    font-weight: bold;

    letter-spacing: 1px;
    text-transform: uppercase;
}

.about-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-logo img {
    width: 100%;
    max-width: 420px;
    height: auto;

    filter: drop-shadow(
        0 20px 35px rgba(0, 0, 0, 0.6)
    );
}
/* ================================
   DISCORD
================================ */

.discord-section {
    width: 100%;
    padding: 100px 0 120px;

    background:
        linear-gradient(
            rgba(8, 10, 8, 0.88),
            rgba(8, 10, 8, 0.95)
        ),
        url("images/hero.png");

    background-size: cover;
    background-position: center;
}

.discord-container {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    align-items: center;

    gap: 70px;

    width: calc(100% - 120px);
    max-width: 1400px;

    margin: 0 auto;

    padding: 60px;

    background: rgba(20, 24, 20, 0.82);

    border: 1px solid rgba(255, 255, 255, 0.08);

    backdrop-filter: blur(8px);

    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

.discord-text h2 {
    font-size: 48px;
    line-height: 1.1;

    margin-bottom: 25px;
}

.discord-text > p:not(.section-kicker) {
    max-width: 700px;

    color: #b2b5b2;

    font-size: 18px;
    line-height: 1.7;

    margin-bottom: 35px;
}

.discord-button {
    display: inline-block;

    padding: 17px 32px;

    background: #718064;

    color: #ffffff;

    text-decoration: none;
    text-transform: uppercase;

    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;

    border: 1px solid #87967b;

    transition: 0.25s;
}

.discord-button:hover {
    background: #8b9c7d;

    transform: translateY(-2px);
}

.discord-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.discord-logo img {
    width: 100%;
    max-width: 330px;
    height: auto;

    filter: drop-shadow(
        0 20px 40px rgba(0, 0, 0, 0.65)
    );
}
/* ================================
   FOOTER
================================ */

.footer {
    background: #080a08;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-container {
    width: calc(100% - 120px);
    max-width: 1400px;

    margin: 0 auto;

    padding: 45px 0;

    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;

    gap: 50px;
}

.footer-brand {
    display: flex;
    align-items: center;

    gap: 15px;
}

.footer-brand img {
    width: 55px;
    height: auto;
}

.footer-brand strong {
    display: block;

    font-size: 18px;
    letter-spacing: 3px;

    margin-bottom: 5px;
}

.footer-brand span {
    color: #7f887b;

    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-links,
.footer-legal {
    display: flex;
    gap: 25px;
}

.footer a {
    color: #a5aaa3;

    text-decoration: none;
    text-transform: uppercase;

    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1.5px;

    transition: 0.25s;
}

.footer a:hover {
    color: #90a282;
}

.footer-bottom {
    padding: 18px 20px;

    text-align: center;

    color: #5f665d;

    font-size: 11px;
    letter-spacing: 1px;

    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* ================================
   EVENT PAGE / BRIEFING
================================ */

.event-page-hero {
    min-height: 70vh;

    display: flex;
    align-items: flex-end;

    background:
        linear-gradient(
            rgba(0, 0, 0, 0.15),
            rgba(0, 0, 0, 0.8)
        ),
        url("images/irontide.png");

    background-size: cover;
    background-position: center;
}

.event-page-overlay {
    width: calc(100% - 120px);
    max-width: 1400px;

    margin: 0 auto;
    padding-bottom: 70px;
}

.event-page-overlay h1 {
    font-size: 72px;
    line-height: 1;

    letter-spacing: 4px;
    text-transform: uppercase;

    margin-bottom: 15px;
}

.event-page-subtitle {
    color: #c0c4bd;

    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 4px;
}


/* BRIEFING */

.briefing-section {
    padding: 100px 0 120px;

    background: #0b0d0c;
}

.briefing-container {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) 380px;

    gap: 60px;

    width: calc(100% - 120px);
    max-width: 1400px;

    margin: 0 auto;
}

.briefing-main h2 {
    font-size: 42px;

    margin-bottom: 25px;
}

.briefing-main > p {
    max-width: 850px;

    color: #b2b5b2;

    font-size: 17px;
    line-height: 1.8;

    margin-bottom: 20px;
}

.briefing-heading {
    margin-top: 60px;
}


/* MISSIONSZIELE */

.objective-list {
    display: flex;
    flex-direction: column;

    gap: 15px;
}

.objective {
    display: grid;
    grid-template-columns: 65px 1fr;

    align-items: center;

    padding: 20px;

    background: #151915;

    border: 1px solid rgba(255, 255, 255, 0.07);
}

.objective span {
    color: #8fa07f;

    font-size: 24px;
    font-weight: 900;
}

.objective p {
    color: #d0d3cd;

    line-height: 1.6;
}


/* SIDEBAR */

.briefing-sidebar {
    align-self: start;

    position: sticky;
    top: 110px;

    padding: 35px;

    background: #151915;

    border: 1px solid rgba(255, 255, 255, 0.08);

    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.briefing-logo {
    display: block;

    width: 180px;
    height: auto;

    margin: 0 auto 35px;
}

.briefing-info {
    margin-bottom: 30px;
}

.briefing-info div {
    padding: 16px 0;

    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.briefing-info span {
    display: block;

    color: #78856f;

    font-size: 10px;
    font-weight: bold;

    letter-spacing: 2px;

    margin-bottom: 6px;
}

.briefing-info strong {
    font-size: 16px;
}

.briefing-button {
    display: block;

    width: 100%;

    text-align: center;

    margin-bottom: 20px;
}

.briefing-back {
    display: block;

    color: #8f968d;

    text-decoration: none;

    font-size: 12px;

    text-align: center;

    transition: 0.25s;
}

.briefing-back:hover {
    color: #ffffff;
}
/* ================================
   CLASSIFIED INTEL
================================ */

.intel-section {
    margin-top: 70px;
}

.intel-section h2 {
    font-size: 38px;
    margin-bottom: 28px;
}

.intel-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.intel-card {
    padding: 24px;

    background:
        linear-gradient(
            180deg,
            rgba(31, 36, 31, 0.96),
            rgba(20, 24, 20, 0.98)
        );

    border: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 3px solid #7f916f;

    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.28);
}

.intel-card span {
    display: block;

    color: #8fa07f;

    font-size: 10px;
    font-weight: bold;

    letter-spacing: 2px;
    text-transform: uppercase;

    margin-bottom: 12px;
}

.intel-card strong {
    display: block;

    font-size: 17px;

    margin-bottom: 12px;
}

.intel-card p {
    color: #b2b5b2;

    font-size: 14px;
    line-height: 1.65;
}
/* ================================
   RULES OF ENGAGEMENT
================================ */

.roe-section {
    margin-top: 70px;
}

.roe-section h2 {
    font-size: 38px;
    margin-bottom: 28px;
}

.roe-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.roe-item {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 20px;

    padding: 22px;

    background: #151915;

    border: 1px solid rgba(255, 255, 255, 0.07);
    border-left: 3px solid #718064;
}

.roe-item > span {
    color: #8fa07f;

    font-size: 24px;
    font-weight: 900;
}

.roe-item strong {
    display: block;

    font-size: 17px;

    margin-bottom: 7px;
}

.roe-item p {
    color: #aeb3aa;

    font-size: 14px;
    line-height: 1.6;
}

/* ================================
   NEWS
================================ */

.news-section {
    width: 100%;
    padding: 100px 0 120px;
    background: #0d100d;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 25px;

    width: calc(100% - 120px);
    max-width: 1400px;

    margin: 0 auto;
}

.news-card {
    position: relative;

    padding: 32px;

    background:
        linear-gradient(
            180deg,
            rgba(30, 35, 30, 0.96),
            rgba(17, 20, 17, 0.98)
        );

    border: 1px solid rgba(255, 255, 255, 0.08);
    border-top: 3px solid #718064;

    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);

    transition: 0.3s;
}

.news-card:hover {
    transform: translateY(-6px);
    border-color: #718064;
}

.news-type {
    display: inline-block;

    margin-bottom: 20px;

    color: #90a282;

    font-size: 10px;
    font-weight: bold;

    letter-spacing: 2px;
    text-transform: uppercase;
}

.news-card h3 {
    font-size: 24px;
    line-height: 1.25;

    margin-bottom: 15px;
}

.news-card p {
    color: #b2b5b2;

    font-size: 15px;
    line-height: 1.7;

    margin-bottom: 35px;
}

.news-date {
    display: block;

    color: #697065;

    font-size: 11px;
    font-weight: bold;

    letter-spacing: 1px;
    text-transform: uppercase;
}

/* ================================
   LEGAL / IMPRESSUM
================================ */

.legal-section {
    min-height: 100vh;
    padding: 150px 0 100px;

    background: #0b0d0c;
}

.legal-container {
    width: calc(100% - 120px);
    max-width: 1000px;

    margin: 0 auto;
}

.legal-container h1 {
    font-size: 52px;
    text-transform: uppercase;
    letter-spacing: 3px;

    margin-bottom: 40px;
}

.legal-card {
    padding: 45px;

    background: #151915;

    border: 1px solid rgba(255, 255, 255, 0.08);

    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.legal-card h2 {
    font-size: 22px;

    margin-top: 35px;
    margin-bottom: 15px;
}

.legal-card h2:first-child {
    margin-top: 0;
}

.legal-card p {
    color: #b5bab2;

    font-size: 16px;
    line-height: 1.7;

    margin-bottom: 15px;
}

.legal-card a {
    color: #90a282;
    text-decoration: none;
}

.legal-card a:hover {
    color: #ffffff;
}

.legal-placeholder {
    padding: 15px;

    background: rgba(113, 128, 100, 0.08);

    border-left: 3px solid #718064;
}

.legal-back {
    display: inline-block;

    margin-top: 30px;

    color: #8f968d;

    text-decoration: none;

    font-size: 13px;
}

.legal-back:hover {
    color: #ffffff;
}
/* ================================
   404 PAGE
================================ */

.error-page {
    min-height: 100vh;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 100px 20px;

    text-align: center;

    background:
        linear-gradient(
            rgba(5, 7, 5, 0.75),
            rgba(5, 7, 5, 0.95)
        ),
        url("images/hero.png");

    background-size: cover;
    background-position: center;
}

.error-overlay {
    max-width: 700px;
}

.error-logo {
    width: 180px;
    height: auto;

    margin-bottom: 30px;
}

.error-page h1 {
    font-size: 120px;
    line-height: 1;

    letter-spacing: 8px;

    margin-bottom: 10px;
}

.error-page h2 {
    font-size: 38px;
    text-transform: uppercase;

    margin-bottom: 20px;
}

.error-page p {
    color: #b2b5b2;

    font-size: 17px;
    line-height: 1.7;

    margin-bottom: 35px;
}
/* ================================
   TABLET / HANDY
================================ */

@media (max-width: 900px) {

    .navbar {
        height: auto;

        padding: 15px 20px;

        flex-direction: column;

        gap: 15px;
    }

    .nav-logo img {
        height: 45px;
    }

    .nav-links {
        flex-wrap: wrap;
        justify-content: center;

        gap: 14px 20px;
    }

    .nav-links a {
        font-size: 11px;
    }

    .hero {
        min-height: 70vh;
    }

    .section-header {
        padding: 0 20px;
    }

    .section-header h2 {
        font-size: 34px;
    }

    .server-grid,
    .scenario-grid {
        width: calc(100% - 40px);

        grid-template-columns: 1fr;

        gap: 25px;
    }

    .server-section,
    .scenario-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .scenario-image {
        height: 260px;
    }
	.event-card {
		width: calc(100% - 40px);
		grid-template-columns: 1fr;
	}

	.event-image {
		min-height: 300px;
	}

	.event-content {
		padding: 30px;
	}

	.event-content h3 {
		font-size: 32px;
	}

	.event-details {
		grid-template-columns: 1fr;
	}
	.about-container {
		width: calc(100% - 40px);
		grid-template-columns: 1fr;
		gap: 50px;
	}

	.about-text h2 {
		font-size: 36px;
	}

	.about-features {
		grid-template-columns: repeat(2, 1fr);
	}

	.about-logo img {
		max-width: 300px;
	}	
	.discord-container {
		width: calc(100% - 40px);

		grid-template-columns: 1fr;

		padding: 35px;

		text-align: center;
	}

	.discord-text h2 {
		font-size: 36px;
	}

	.discord-button {
		width: 100%;
		max-width: 320px;

		text-align: center;
	}

	.discord-logo img {
		max-width: 250px;
	}	

	.footer-container {
		width: calc(100% - 40px);

		grid-template-columns: 1fr;

		text-align: center;

		gap: 30px;
	}

	.footer-brand {
		justify-content: center;
	}

	.footer-links,
	.footer-legal {
		justify-content: center;
		flex-wrap: wrap;
	}

	.event-page-hero {
		min-height: 55vh;
	}

	.event-page-overlay {
		width: calc(100% - 40px);
		padding-bottom: 40px;
	}

	.event-page-overlay h1 {
		font-size: 42px;
	}

	.event-page-subtitle {
		font-size: 13px;
	}

	.briefing-container {
		width: calc(100% - 40px);

		grid-template-columns: 1fr;

		gap: 40px;
	}

	.briefing-main h2 {
		font-size: 34px;
	}

	.briefing-sidebar {
		position: static;
	}
	.intel-grid {
		grid-template-columns: 1fr;
	}

	.intel-section h2 {
		font-size: 32px;
	}	
	.roe-section h2 {
		font-size: 32px;
	}

	.roe-item {
		grid-template-columns: 45px 1fr;
		gap: 14px;
	}	
	.news-grid {
    width: calc(100% - 40px);

    grid-template-columns: 1fr;
	}
	.legal-container {
    width: calc(100% - 40px);
	}

	.legal-container h1 {
		font-size: 38px;
	}

	.legal-card {
		padding: 28px;
	}
}