@font-face {
    font-family: 'Helltown';
    src: url('../fonts/Helltown-eg8p.ttf') format('truetype');
}

@font-face {
    font-family: 'Anton';
    src: url('../fonts/Anton-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald.ttf') format('truetype');
}

@font-face {
    font-family: 'Russo One';
    src: url('../fonts/RussoOne-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Westerland';
    src: url('../fonts/WesterlandC.ttf') format('truetype');
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    background: #050505;
    color: #fff;
}

.hero {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background-image: url('../img/bg-coming-soon6.jpg?v=3');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    
}

.overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to right,
            rgba(0,0,0,0.85) 0%,
            rgba(0,0,0,0.6) 25%,
            rgba(0,0,0,0.2) 55%,
            rgba(0,0,0,0) 80%
        );
    z-index: 1;
}

.content {
    position: relative;
    z-index: 2;
    width: 470px;
    max-width: calc(100% - 40px);
    padding: 38px 0 40px 70px;
    text-align: center;
}

.werwolf-logo {
    display: block;
    width: 330px;
    max-width: 100%;
    margin: 0 auto 6px;
    filter: drop-shadow(0 12px 20px rgba(0,0,0,0.7));
}

.est {
    margin: 0 0 24px;
    text-align: center;
    color: #d8d8d8;
    letter-spacing: 3px;
    font-size: 13px;
    font-weight: bold;
}

h1 {
    margin: 0;
    font-family: 'Westerland', sans-serif;
    font-size: 58px;
    line-height: 1.1;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    text-shadow: 0 4px 20px rgba(0,0,0,0.6);
}

.subtitle {
    margin: 28px 0 0;
    color: #d8d8d8;
    font-size: 16px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.server {
    display: inline-block;
    margin: 0 0 0 14px;
    padding: 0;
    border: none;
    color: #b31515;
    font-size: 16px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

.motto {
    margin: 16px 0 0;
    color: #b31515;
    font-size: 17px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    text-align: center;
}

.subtitle,
.club-line,
.login-title,
.links::before {
    font-family: 'Russo One', sans-serif;
}

.coming-soon {
    margin-top: 48px;
    font-size: 48px;
    line-height: 1;
    color: rgba(255,255,255,0.62);
    font-family: 'Anton', Impact, sans-serif;
    font-style: italic;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0 0 20px rgba(255,255,255,0.15);
}

.coming-soon::after {
    content: "";
    display: block;
    width: 430px;
    max-width: 100%;
    height: 1px;
    margin-top: 28px;
    background: linear-gradient(90deg, rgba(255,255,255,0.45), rgba(255,255,255,0.05));
}

.links {
    margin-top: 82px;
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
    align-items: center;
}

.links::before {
    content: "МЫ В СЕТИ";
    width: 100%;
    color: #aaa;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
}

.links a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #e8e8e8;
    text-decoration: none;
    border: none;
    padding: 0;
    background: transparent;
}

.link-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 6px;
    background: rgba(255,255,255,0.12);
    font-family: 'Russo One', sans-serif;
    font-size: 17px;
}

.links strong {
    display: block;
    font-size: 15px;
}

.links small {
    display: block;
    margin-top: 3px;
    color: rgba(255,255,255,0.48);
    font-size: 12px;
}

.province-logo {
    position: absolute;
    z-index: 2;
    top: 34px;
    right: 56px;
    width: 185px;
    max-width: 30vw;
    opacity: 0.96;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.75));
}

.login-box {
    position: absolute;
    z-index: 2;
    right: 62px;
    bottom: 78px;
    width: 250px;
    padding: 22px;
    background: rgba(10,10,12,0.42);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 8px;
    backdrop-filter: blur(8px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.45);
}

.login-title {
    margin-bottom: 18px;
    color: #d0d0d0;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.login-box input,
.login-box button {
    width: 100%;
    height: 46px;
    margin-top: 10px;
    outline: none;
}

.login-box input {
    border: 1px solid rgba(255,255,255,0.16);
    padding: 0 14px;
    background: rgba(0,0,0,0.26);
    color: #fff;
    border-radius: 4px;
}

.login-box input::placeholder {
    color: rgba(255,255,255,0.42);
}

.login-box button {
    width: 100%;
    height: 42px;
    margin-top: 12px;
    cursor: pointer;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 4px;
    background: linear-gradient(180deg, #3c4042, #202324);
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.login-box button:hover {
    background: linear-gradient(180deg, #5a0f0f, #2b0808);
}

@media (max-width: 900px) {
    .content {
        padding: 110px 24px 230px;
        width: 100%;
    }

    .werwolf-logo {
        width: 200px;
    }

    .est {
        margin-left: 0;
    }

    h1 {
        font-size: 48px;
    }

    .motto {
        letter-spacing: 5px;
        font-size: 15px;
    }

    .coming-soon {
        font-size: 36px;
        margin-top: 38px;
    }

    .province-logo {
        top: 20px;
        right: 20px;
        width: 130px;
    }

    .login-box {
        left: 24px;
        right: 24px;
        bottom: 24px;
        width: auto;
    }
}
.club-line {
    margin-top: 28px;
    color: #d8d8d8;
    font-size: 16px;
    letter-spacing: 4px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 26px;
    flex-wrap: wrap;
}

.server-inline {
    color: #b31515;
    font-weight: bold;
}

.site-footer {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 22px;
    transform: translateX(-50%);
    color: rgba(255,255,255,0.45);
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    letter-spacing: 4px;
    text-transform: uppercase;
    white-space: nowrap;
}

.site-footer span {
    margin: 0 14px;
    color: rgba(255,255,255,0.35);
}
.link-icon img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    display: block;
}
.input-group {
    position: relative;
    margin-top: 10px;
}

.input-group input {
    width: 100%;
    height: 42px;
    padding: 0 14px 0 42px;
    border: 1px solid rgba(255,255,255,0.16);
    background: rgba(0,0,0,0.26);
    color: #fff;
    border-radius: 4px;
}

.input-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    opacity: 0.65;
}
.input-group {
    position: relative;
    margin-bottom: 14px;
}

.input-icon {
    position: absolute;
    left: 14px;
    top: 60%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    opacity: 0.75;
}

.input-group input {
    width: 100%;
    padding: 14px 14px 14px 46px;
    background: rgba(0,0,0,0.35);
    border: 1px solid rgba(255,255,255,0.08);
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    outline: none;
}

.input-group input:focus {
    border-color: rgba(255,255,255,0.25);
}
/* === Улучшение заголовка === */
h1 {
    letter-spacing: 4px;
    line-height: 1.05;
    text-shadow:
        0 4px 20px rgba(0,0,0,0.7),
        0 0 10px rgba(255,255,255,0.1);
}

/* === Подзаголовок (FOREVER TWO WHEELS) === */
.subtitle {
    color: #e10600;
    letter-spacing: 4px;
    font-size: 14px;
    opacity: 0.8;
}

/* === COMING SOON === */
.coming-soon {
    text-shadow:
        0 0 20px rgba(255,255,255,0.25),
        0 0 40px rgba(255,255,255,0.1);
}

/* === Ссылки (блок "мы в сети") === */
.links a {
    transition: 0.2s;
}

.links a:hover {
    transform: translateY(-3px);
}

/* === Логин панель (glass эффект) === */
.login-panel {
    backdrop-filter: blur(12px);
    background: rgba(20,20,20,0.6);
}

/* === Overlay (чуть улучшенный градиент) === */
.overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 70% 40%, rgba(255,255,255,0.08), transparent 30%),
        linear-gradient(
            to right,
            rgba(0,0,0,0.9) 0%,
            rgba(0,0,0,0.7) 25%,
            rgba(0,0,0,0.3) 60%,
            rgba(0,0,0,0.15) 100%
        );
    z-index: 1;
}
/* === MOBILE FIX === */
@media (max-width: 768px) {
    .hero {
        min-height: auto;
        background-position: 65% center;
        background-size: cover;
    }

    .content {
        width: 100%;
        max-width: 100%;
        padding: 34px 22px 40px;
        text-align: center;
    }

    .province-logo {
        position: relative;
        top: auto;
        right: auto;
        display: block;
        width: 135px;
        margin: 0 auto 26px;
    }

    .werwolf-logo {
        width: 230px;
        margin: 0 auto 10px;
    }

    .est {
        margin-bottom: 24px;
        font-size: 12px;
    }

    h1 {
        font-size: 42px;
        letter-spacing: 2px;
        white-space: normal;
    }

    .motto {
        font-size: 13px;
        letter-spacing: 6px;
        margin-top: 10px;
    }

    .coming-soon {
        font-size: 42px;
        margin-top: 46px;
    }

    .coming-soon::after {
        width: 100%;
        margin-top: 24px;
    }

    .club-line {
        margin-top: 30px;
        display: block;
        font-size: 17px;
        letter-spacing: 5px;
        line-height: 1.6;
    }

    .server-inline {
        display: block;
        margin-top: 16px;
        font-size: 20px;
        letter-spacing: 5px;
    }

    .links {
        margin-top: 70px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 18px;
    }

    .links::before {
        text-align: center;
        margin-bottom: 8px;
    }

    .links a {
        width: 260px;
        justify-content: flex-start;
    }

    .link-icon img {
        width: 52px;
        height: 52px;
    }

    .login-box {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        max-width: 340px;
        margin: 44px auto 70px;
        padding: 26px;
    }

    .site-footer {
        position: relative;
        left: auto;
        bottom: auto;
        transform: none;
        width: 100%;
        padding: 22px 16px;
        text-align: center;
        white-space: normal;
        line-height: 1.8;
        font-size: 11px;
    }
}
/* === MOBILE FINAL FIX === */
@media (max-width: 768px) {
    .hero {
        min-height: 100vh;
        background-size: auto 120%;
        background-position: 62% 80%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .content {
        padding-bottom: 28px;
    }

.login-box {
    width: 100%;
    max-width: 320px;
    margin: 36px auto 40px;
    padding: 20px;
    box-sizing: border-box;
}

    .login-title {
        text-align: center;
        font-size: 15px;
        letter-spacing: 3px;
        line-height: 1.35;
    }

    .site-footer {
        position: relative;
        display: block;
        width: calc(100% - 32px);
        margin: 0 auto;
        padding: 18px 8px 28px;
        font-size: 10px;
        letter-spacing: 3px;
        line-height: 1.7;
        white-space: normal;
        text-align: center;
    }

    .site-footer span {
        margin: 0 8px;
    }
}
.site-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.site-footer span {
    display: none;
}
/* === MOBILE HOTFIX === */
@media (max-width: 768px) {
    .login-box {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;

        width: calc(100vw - 48px) !important;
        max-width: 320px !important;
        margin: 36px auto 40px !important;
        padding: 20px !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    .login-box input,
    .login-box button {
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .input-group {
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .site-footer {
        width: 100% !important;
        padding: 20px 20px 32px !important;
        box-sizing: border-box !important;

        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 6px !important;

        text-align: center !important;
        white-space: normal !important;
        font-size: 11px !important;
        letter-spacing: 4px !important;
        line-height: 1.6 !important;
    }

    .site-footer span {
        display: none !important;
    }
}
.footer-bottom {
    position: relative;
    display: inline-block;
    padding: 0 16px;
}

.footer-bottom::before,
.footer-bottom::after {
    content: "•";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255,255,255,0.5);
}

.footer-bottom::before {
    left: 0;
}

.footer-bottom::after {
    right: 0;
}
@media (max-width: 768px) {
    body {
        background-position: center 30%;
    }
}