:root {
    --header-height: 52px;
    --header-container-height: 51px;
    --top-line-height: 0px;
    --total-header-height: 52px;
}


/* FONT IMPORTS */
@font-face {
    font-family: 'Bender';
    src: url('/assets/fonts/Bender.otf') format('opentype');
    font-weight: 400;
}
@font-face {
    font-family: 'Bender';
    src: url('/assets/fonts/Bender-Light.otf') format('opentype');
    font-weight: 300;
}
@font-face {
    font-family: 'Bender';
    src: url('/assets/fonts/Bender-Bold.otf') format('opentype');
    font-weight: 700;
}
@font-face {
    font-family: 'Bender';
    src: url('/assets/fonts/Bender-Black.otf') format('opentype');
    font-weight: 900;
}

body {
	background-color: #131414;
	background-image: url('/assets/img/page1.png');
    color: #c2cdcd;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background-position: center;
    background-size: 102%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    transition: background-image 0.5s ease-in-out, background-size 0.5s ease-in-out;
    animation: zoomCycle 5s ease-in-out infinite alternate;
    opacity: 1;
	overflow-x: hidden;
	
}

@keyframes zoomCycle {
    0% { background-size: 102%; }
    100% { background-size: 112%; }
}
body::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image: url('/assets/img/stripes_rotated.png');
    opacity: 1; /* ajustezi intensitatea */
    z-index: 1; /* peste tot */
}

.footer-shadow {
    background-image: url('/assets/img/footer_shadow.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: auto;
    height: 520px;
    pointer-events: none;
    transition: bottom .01s ease-in-out, opacity .2s ease-in-out;
    width: 100%;
    z-index: 0;
	bottom: -16.5121px;
	opacity: .6;
	position: flex;
	margin: -7px;
}
.footer-shadow {
    pointer-events: none;
}




.footer-shadow h1 {
	text-align: center;
	font-size: 15px;
	text-shadow:
        0 0 4px rgb(120 237 240 / 25%),
        0 0 10px rgb(75 159 160 / 15%);
	padding-top: 460px;
}

.panel_background {

    border-radius: 2px;
    padding: 32px 38px;
	margin-top: 40px;
	margin-bottom: 40px;
    border: 1px solid #2e2f2f;
    box-shadow:
        0 14px 32px rgba(0,0,0,0.85),
        inset 0 0 22px rgba(0,0,0,0.35);
	width: 95%;
	margin-left: 25px;
	
}
.panel_background2 {
   
    border-radius: 2px;
    padding: 32px 25px;
	margin-top: 40px;
	margin-bottom: 40px;
    border: 1px solid #2e2f2f;
    box-shadow:
        0 14px 32px rgba(0,0,0,0.85),
        inset 0 0 22px rgba(0,0,0,0.35);
	width: 60%;

}
.panel_background2 h2 {
	text-align: center;
}

.page-wrapper {
    display: grid;
    grid-template-columns: 72% 32%;
    gap: 45px;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 59px;
}

.column-panel {
    width: 100%;
    padding: 8px;
	backdrop-filter: blur(4px);
    
}
.uppcoming-card2 {
    backdrop-filter: blur(4px);
    border: 1px solid rgb(150 251 255 / 25%);
    border-radius: 10px;
	width: 100%;
    height: 100%;
    box-shadow:
        0 14px 32px rgba(0,0,0,0.85),
        inset 0 0 22px rgba(0,0,0,0.35);

    transition: 0.22s ease-out;
    position: relative;
    overflow: hidden;
}
.uppcoming-card {
    backdrop-filter: blur(4px);
    border: 1px solid rgb(150 251 255 / 25%);
    border-radius: 10px;
	width: 80%;
    height: 100%;
    box-shadow:
        0 0 32px rgba(255,220,150,0.25),
        inset 0 0 22px rgba(0,0,0,0.6);

    transition: 0.22s ease-out;
    position: relative;
    overflow: hidden;
}
.uppcoming-card:hover {
	box-shadow:
        0 0 32px rgba(255,220,150,0.25),
        inset 0 0 22px rgba(0,0,0,0.6);
}
.uppcoming-card h1 {
	margin: 5px;
}
.uppcoming-card h2 {
	margin: 5px;
}
.uppcoming-card h3 {
	text-align: center;
	margin: 7px;
}
.uppcoming-card p {
	margin: 5px;
}

.uppcoming-card2 h1 {
	margin: 5px;
}
.uppcoming-card2 h2 {
	margin: 5px;
	text-align: center;
}
.uppcoming-card2 h3 {

	margin: 7px;
}
.uppcoming-card2 p {
	margin: 5px;
}

.btn {
    font-weight: Bender,serif;
    text-decoration: none;
	color: #e0b76d;
    transition: 0.2s;
	margin: 5px;
}

.view-btn {
    display: inline-block;
    padding: 12px 38px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;

    color: #c2cdcd;
    border-radius: 6px;
    border: 1px solid #c2cdcd;

    box-shadow:
        0 0 25px rgba(0,0,0,0.8),
        inset 0 0 16px rgba(0,0,0,0.45);

    cursor: pointer;
    position: relative;
    overflow: hidden;
	margin-left: 10px;
    transition: 0.15s ease-out;
}
.join-btn {
    display: inline-block;
    padding: 12px 38px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;

    color: #3c1b06;
    border-radius: 6px;
    border: 1px solid #f9d66f;

    background: radial-gradient(circle at top, #ffec9a, #d48a29);
    box-shadow:
        0 0 10px rgba(255, 210, 120, 0.7),
        0 0 20px rgba(180, 90, 20, 0.6);

    cursor: pointer;
    position: relative;
    overflow: hidden;
	margin-left: 10px;
    transition: 0.15s ease-out;
}

.join-btn span {
    position: relative;
    z-index: 2;
}

/* Reflexia glisantă din dreapta → stânga */
.join-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -80%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.7), transparent);
    transform: skewX(-20deg);
    opacity: 0;
}

.join-btn:hover::before {
    left: 120%;
    opacity: 1;
    transition: all 0.7s ease;
}

.join-btn:hover {
    transform: translateY(-1px);
    box-shadow:
        0 0 12px rgba(255, 220, 150, 0.9),
        0 0 24px rgba(200, 110, 30, 0.9);
}

.join-btn:active {
    transform: translateY(1px);
    box-shadow:
        0 0 6px rgba(255, 220, 150, 0.6),
        0 0 12px rgba(140, 70, 20, 0.7);
}


.donate-common {
    box-shadow:
        0 0 10px rgba(80, 200, 120, 0.45),
        0 0 20px rgba(80, 200, 120, 0.35),
        inset 0 0 10px rgba(255,255,255,0.15);
}