/* =========================================================
SECTION 1 - GLOBAL
========================================================= */

*{

box-sizing:border-box;

margin:0;
padding:0;

}

body{

background:#08111f;

font-family:Arial,sans-serif;

color:white;

overflow-x:hidden;

}

/* =========================================================
SECTION 2 - FOOTER
========================================================= */

.footer{

width:100%;

max-width:1500px;

margin:40px auto 0 auto;

padding:60px 20px;

display:flex;

flex-direction:column;

align-items:center;

justify-content:center;

text-align:center;

gap:14px;

opacity:.85;

}

.footer-logo{

font-size:22px;

font-weight:900;

letter-spacing:4px;

}

.footer-text{

font-size:15px;

color:#cbd5e1;

}

.footer-disclaimer{

max-width:800px;

font-size:13px;

line-height:1.8;

color:#94a3b8;

}

.footer-copy{

font-size:12px;

color:#64748b;

}

.footer-logo-img{

height:72px;

width:auto;

display:block;

margin:auto;

}

.footer-logo{

display:flex;

flex-direction:column;

align-items:center;

gap:12px;

}

.footer-logo-text{

font-size:18px;

font-weight:900;

letter-spacing:3px;

color:white;

text-align:center;

}