/* Full-page background */
body.index-page {
    background: url('/img/bg.jpg') center center / cover no-repeat fixed;
}

body.index-page::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,.3) 0%, rgba(34,34,34,.85) 60%, #222 100%);
    z-index: -1;
    pointer-events: none;
}

.page-header.header-filter.clear-filter.success-filter {
    display: none;
}

.main.main-raised {
    background: transparent;
    box-shadow: none;
}

/* Footer */
.footer {
    text-align: left;
    text-shadow: none;
    background-color: transparent !important;
    position: relative;
    margin-top: 40px;
    border-top: 1px solid rgba(255,255,255,.1);
}

.footer .footer-content {
    padding: 20px 0;
}

.footer .footer-title {
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
}

.footer .footer-text {
    color: rgba(255,255,255,.6);
    font-size: 13px;
    line-height: 1.6;
    font-weight: normal;
    text-transform: none;
    text-align: left;
}

.footer .footer-banners {
    margin-top: 15px;
}

.footer .footer-banners a {
    margin-right: 10px;
    padding: 0;
    display: inline-block;
    font-weight: normal;
    text-transform: none;
}

.footer .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-links li {
    margin-bottom: 8px;
    display: block;
}

.footer .footer-links a {
    color: rgba(255,255,255,.6);
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
    text-transform: none;
    padding: 0;
    display: inline;
}

.footer .footer-links a:hover {
    color: rgba(255,255,255,.9);
}

.footer .footer-links .material-icons {
    font-size: 14px;
    vertical-align: middle;
}

.footer .footer-divider {
    border-color: rgba(255,255,255,.1);
    margin: 10px 0;
}

.footer .footer-copyright {
    padding: 10px 0;
}

.footer .footer-copyright p {
    color: rgba(255,255,255,.4);
    font-size: 12px;
    margin: 0;
    font-weight: normal;
    text-transform: none;
}

/* Logo: static neon glow, no flicker */
.logo-left {
    animation: none !important;
    text-shadow:
        -0.2rem -0.2rem 1rem #fff,
        0.2rem 0.2rem 1rem #fff,
        0 0 2rem var(--neon-left-color),
        0 0 4rem var(--neon-left-color),
        0 0 6rem var(--neon-left-color),
        0 0 8rem var(--neon-left-color),
        0 0 10rem var(--neon-left-color);
}

.logo-right {
    animation: none !important;
    text-shadow:
        -0.2rem -0.2rem 0.5rem #73f539,
        0.2rem 0.2rem 0.5rem #1df32a,
        0 0 2rem var(--neon-right-color),
        0 0 4rem var(--neon-right-color),
        0 0 6rem var(--neon-right-color),
        0 0 8rem var(--neon-right-color),
        0 0 10rem var(--neon-right-color);
}

/* Navbar */
.navbar {
    background-color: transparent !important;
}

.navbar:not(.navbar-transparent) {
    background-color: #222 !important;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.3);
}

.navbar:not(.navbar-transparent) .nav-link {
    color: rgba(255, 255, 255, 0.85) !important;
}

.navbar:not(.navbar-transparent) .nav-link:hover {
    color: #fff !important;
}

/* Content offset from fixed navbar */
.main.main-raised {
    margin-top: 200px;
}

/* Content cards */
.wizard-card {
    background: #fff;
    border-radius: 6px;
}

.main.main-raised .section,
.main.main-raised .policy-section {
    background: #fff;
    border-radius: 6px;
    padding: 30px;
    margin-bottom: 30px;
}

/* Alert styles */
.alert.alert-warning {
    background-color: #fff3e0 !important;
    border-left: 4px solid #e65100 !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    color: #7a4a1e !important;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.7;
    box-shadow: 0 1px 3px rgba(0,0,0,.08);
}

.alert.alert-warning a,
.alert.alert-warning .alert-link {
    color: #bf360c !important;
    font-weight: 600;
    text-decoration: underline;
}

.alert.alert-info {
    background-color: #e3f2fd !important;
    border-left: 4px solid #1565c0 !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    color: #37474f !important;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.7;
    box-shadow: 0 1px 3px rgba(0,0,0,.08);
}

.alert.alert-info a,
.alert.alert-info .alert-link {
    color: #0d47a1 !important;
    font-weight: 600;
}

/* Exchange form alignment */
#exchange-form .row {
    padding: 0 15px;
}

#exchange-form .row .row {
    padding: 0;
}

/* Policy pages */
.policy-container {
    padding: 0 40px;
}
