: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-image: url('/assets/img/page1.png');
	background-color: #131414;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;	
    color: #c2cdcd;
    font-family: Bender,serif;
	overflow-x: hidden;	
}
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;
}


.lura_layout_block {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
    z-index: 1
}
.lura_layout_block_center {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center
}
.lura_layout_content {
    background: #2e2f2f;
    clip-path: polygon(10px 0,calc(100% - 10px) 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,10px 100%,0 100%,0 10px);
    display: flex;
    flex-direction: column;
    margin: 75px auto 70px;
    min-height: 430px;
    padding: 1px;
    width: 600px
}
.lura_layout_content_body {
    align-items: center;
    background: #151616;
    box-sizing: border-box;
    clip-path: polygon(10px 0,calc(100% - 10px) 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,10px 100%,0 100%,0 10px);
    display: flex;
    flex-grow: 1;
    height: 100%;
    padding: 40px 0;
    width: 100%;
	 box-shadow:
        0 0 32px rgba(255,220,150,0.25),
        inset 0 0 22px rgba(0,0,0,0.6);
}
.lura_form {
	align-items: center;
    box-sizing: border-box;
    color: #eefbff;
    display: flex;
    flex-direction: column;
    font-family: Bender,serif;
    width: 100%
	
}
.lura_title {
	color: #eefbff;
    font-family: Bender;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 20px;
    margin: 0 auto 40px;
    text-align: center
}
.lura_form_layout {
	margin: 0 auto;
    width: 420px
}

.lura_form_imput {
	font-size: 22px!important;
    margin: 0 0 20px;
    position: relative;
	padding-top: 20px;
}

.lura_form_imput_outer {
	background-color: #4d5050;
    clip-path: polygon(10px 0,calc(100% - 10px) 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,10px 100%,0 100%,0 10px);
    padding: 1px;
    position: relative;
    transition: background-color .2s ease-in-out;
    z-index: 5;
	height: 50px;
	
}
.lura_imput_imput {
	background-color: #131314;
    border: none!important;
    box-sizing: border-box;
    clip-path: polygon(10px 0,calc(100% - 10px) 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,10px 100%,0 100%,0 10px);
    color: #d5faff;
    filter: none;
    font-family: VinSansPro-Light;
    font-size: 22px!important;
    height: 50px;
    letter-spacing: .1em;
    outline: none;
    padding: 17px 17px 13px;
    transition: background-color,opacity .2s ease-in-out;
    width: 100%;

}

.btn {
    font-weight: Bender,serif;
    text-decoration: none;
	color: #e0b76d;
    transition: 0.2s;
	margin: 5px;
}

.join-btn {
    display: inline-block;
    padding: 12px 78px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    color: #063c37;
    border-radius: 6px;
    border: 1px solid #6ff9de;
    background: radial-gradient(circle at top, #9afaff, #298dd4);
    box-shadow: 0 0 5px rgb(120 255 236 / 70%), 0 0 20px rgb(20 156 180 / 60%);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-left: 10%;
    margin-top: 50px;
    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 rgb(150 239 255 / 90%),
        0 0 24px rgb(30 183 200 / 90%);
}

.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);
}

.lura_form_imput a {
	font-family: Bender,serif;
	color: #eefbff;
	text-decoration: none;
	
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #1a1c1f inset !important; /* culoarea background-ului */
    box-shadow: 0 0 0 30px #1a1c1f inset !important;
    -webkit-text-fill-color: #cfcfcf !important;  /* culoarea textului */
    caret-color: #cfcfcf !important;
}
