@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', Arial, sans-serif;
}

.main-bg {
    min-height: 100vh;
    background: linear-gradient(135deg, #001b36 0%, #3a91ff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    background: rgba(255,255,255,0.10);
    border-radius: 2.3rem;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.22);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    max-width: 540px;
    width: 95vw;
    margin: 48px 0;
    padding: 44px 30px 28px 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

header {
    text-align: center;
    margin-bottom: 10px;
}

.logo-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.logo {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    box-shadow: 0 3px 14px rgba(1,27,54,0.13);
    border: 2.2px solid #3687ea;
    background: #fff;
}

h1 {
    margin: 10px 0 8px 0;
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.1;
}

.accent {
    color: #1d9bf0;
    font-weight: 900;
}

.subtitle {
    color: #e6f0fa;
    font-size: 1.08rem;
    font-weight: 400;
    margin-bottom: 6px;
    text-shadow: 0 1px 2px rgba(18,28,38,0.09);
}

.card-sections {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 16px 0 20px 0;
}

.card {
    background: rgba(255,255,255,0.18);
    border-radius: 1.5rem;
    box-shadow: 0 2px 14px rgba(31, 38, 135, 0.13);
    padding: 24px 18px 20px 18px;
    position: relative;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: box-shadow 0.22s, transform 0.25s cubic-bezier(.12,1.15,.6,1.04);
}

.card:hover {
    box-shadow: 0 4px 24px 0 rgba(40,115,255,0.23);
}

h2 {
    color: #11283a;
    font-size: 1.18rem;
    margin-bottom: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ic, .ooc {
    font-size: 1.25em;
    margin-right: 1px;
}

ul {
    margin: 0;
    padding-left: 18px;
    color: #0d2138;
    font-size: 1.01rem;
    line-height: 1.65;
    font-weight: 500;
}

.offers h2 {
    color: #134788;
    font-size: 1.11rem;
    letter-spacing: 0.08em;
}

.apply-btn-container {
    display: flex;
    justify-content: center;
    margin-top: 4px;
}

.apply-btn {
    display: inline-block;
    background: linear-gradient(90deg, #1d9bf0 5%, #0a3d8a 95%);
    color: #fff;
    font-weight: 800;
    font-size: 1.16rem;
    text-decoration: none;
    padding: 15px 54px;
    border-radius: 2.3rem;
    box-shadow: 0 4px 18px rgba(29,155,240,0.17);
    transition: transform 0.18s, box-shadow 0.2s, background 0.19s;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    border: none;
    cursor: pointer;
    outline: none;
    position: relative;
    overflow: hidden;
}

.apply-btn span {
    position: relative;
    z-index: 2;
}

.apply-btn:hover {
    background: linear-gradient(90deg, #0a3d8a 5%, #1d9bf0 95%);
    transform: translateY(-2px) scale(1.045);
    box-shadow: 0 8px 28px rgba(29,155,240,0.25);
}

footer {
    text-align: center;
    color: #e4e8ed;
    font-size: 1rem;
    margin-top: 24px;
    opacity: 0.81;
    letter-spacing: 0.02em;
}

@media (max-width: 720px) {
    .container {
        padding: 28px 6vw 16px 6vw;
        max-width: 99vw;
    }
    .logo {
        width: 62px;
        height: 62px;
    }
    h1 {
        font-size: 1.25rem;
    }
    h2 {
        font-size: 1.05rem;
    }
}


/*------*/
.domain-btn {
    position: fixed;
    right: 38px;
    bottom: 38px;
    background: linear-gradient(95deg, #2b8cff 10%, #2e54ff 90%);
    color: #fff;
    font-weight: 700;
    font-size: 1.13rem;
    padding: 15px 28px 15px 18px;
    border-radius: 2.1rem;
    box-shadow: 0 4px 22px rgba(44,115,255,0.15);
    border: none;
    cursor: pointer;
    z-index: 1042;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background 0.22s, transform 0.15s, box-shadow 0.18s;
}
.domain-btn:hover {
    background: linear-gradient(95deg, #174bb3 5%, #2b8cff 95%);
    transform: translateY(-3px) scale(1.035);
    box-shadow: 0 8px 38px rgba(44,115,255,0.18);
}

.domain-panel {
    position: fixed;
    top: 0; right: -400px;
    width: 350px;
    max-width: 93vw;
    height: 100vh;
    background: rgba(10,30,60,0.96);
    box-shadow: -2px 0 24px rgba(44,115,255,0.09);
    z-index: 1050;
    transition: right 0.38s cubic-bezier(.22,1.09,.37,1.01);
    display: flex;
    align-items: center;
}
.domain-panel.open {
    right: 0;
}

.domain-panel-content {
    width: 100%;
    padding: 32px 28px 20px 28px;
    color: #fff;
    position: relative;
}
.domain-panel-content h3 {
    margin-top: 0;
    font-size: 1.27rem;
    font-weight: 800;
    color: #53a9fc;
    letter-spacing: 0.02em;
    margin-bottom: 18px;
}
.domain-list {
    margin: 0 0 20px 0;
    padding-left: 18px;
    font-size: 1.09rem;
    color: #eaf3ff;
}
.domain-info {
    font-size: 0.99rem;
    margin-bottom: 10px;
}
.copy-discord, .copy-discord-id {
    color: #ffdd4b;
    font-weight: 700;
    cursor: pointer;
    border-bottom: 1px dashed #ffe;
    padding: 0 2px;
    transition: color 0.15s;
}
.copy-discord:hover, .copy-discord-id:hover {
    color: #63ccff;
}
.domain-close {
    position: absolute;
    right: 17px; top: 12px;
    background: none;
    border: none;
    color: #d7e8ff;
    font-size: 2.2rem;
    cursor: pointer;
    line-height: 1;
    transition: color 0.14s;
    font-weight: 500;
    z-index: 10;
}
.domain-close:hover { color: #ff6d6d; }

@media (max-width: 600px) {
    .domain-btn {
        right: 10vw; bottom: 24px; font-size: 0.99rem; padding: 12px 14px 12px 12px;
    }
    .domain-panel { width: 94vw; max-width: 97vw; }
    .domain-panel-content { padding: 21px 8vw 13px 8vw; }
}
