a {text-decoration: none;}
body { max-width:1120px; margin: 0 auto; background-color: #111a29; font-family: Roboto, sans-serif; text-align: left; line-height: 1.4;}
/* ===== HEADER ===== */
.site-header {
    background: #0c111c;
    height: 290px;
    padding: 30px 0;
    position: relative;
    margin: 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    overflow: hidden;
}

.header-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0c111c 0%, #0f1824 40%, #0d1522 100%);
    opacity: 1;
}

.header-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(65, 198, 255, 0.3), transparent);
    opacity: 0.6;
}

.header-bg::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20%;
    right: 20%;
    height: 80px;
    background: radial-gradient(ellipse at center, rgba(26, 100, 252, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.header-content {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.header-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo {
    background: url(./logo.svg) no-repeat;
    width: 200px;
    height: 50px;
    display: block;
    background-size: contain;
}

.hbutton {
    background: #181f31;
    padding: 13px 22px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: background 0.25s, box-shadow 0.25s, transform 0.2s;
}

.hbutton:hover {
    background: #222b40;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-1px);
}

.hbutton-reg {
    background: linear-gradient(149deg, #41c6ff 8.4%, #1a64fc 80.38%);
    box-shadow: 0 0 25px 0 rgba(58, 124, 255, 0.45);
    padding: 13px 22px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    border-radius: 15px;
    transition: box-shadow 0.25s, transform 0.2s, filter 0.2s;
}

.hbutton-reg:hover {
    box-shadow: 0 0 35px 2px rgba(58, 124, 255, 0.6);
    transform: translateY(-1px);
    filter: brightness(1.08);
}

article {margin:30px 0; background-color:#0c111c; padding: 30px; border-radius: 10px; color: #fff; box-shadow: 0 12px 19.2px .8px #26374d0d;}

/* ===== BANNER ===== */
.banner1 {
    margin-bottom: 20px;
    background: url(https://crbtuhtet.ru/bnr.jpg) center/cover no-repeat;
    width: 100%;
    min-height: 320px;
    margin: 30px 0;
    border-radius: 12px;
    position: relative;
    padding: 28px 32px;
    box-sizing: border-box;
}

.banner-content {
    position: relative;
    z-index: 1;
    max-width: 480px;
}

.banner-title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 6px 0;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
}

.banner-sub {
    color: rgba(255, 255, 255, 0.95);
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 22px 0;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

.banner-btn {
    background: linear-gradient(149deg, #41c6ff 8.4%, #1a64fc 80.38%);
    box-shadow: 0 2px 12px rgba(58, 124, 255, 0.4);
    padding: 14px 28px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    border-radius: 12px;
    display: inline-block;
}

.banner-btn:hover {
    filter: brightness(1.08);
}



.flextop {display: flex; justify-content:space-between; align-items:center; position: relative; margin-top: -200px;}

.tabletop { width: 38%; height:230px; color:#fff; background:#003c7c; border-radius: 10px; padding:20px; box-sizing: border-box;}
.tabletop > div {
    margin-bottom:15px;
    display:flex; align-items: center; gap: 10px;
}
.daxil {background-color:#2765a7; padding:10px 30px; border-radius:18px;}
.app {background:linear-gradient(to top,#0a9e4f,#41b175); padding:13px 20px; border-radius:18px;}

img {width:80%; margin:auto; display:table; border-radius:10px;}

table {
    width: 100%;
    border: none;
    margin:0;
    padding:0;
}

th, td {
    border: none;
    padding: 4px 10px;
    border-radius:30px;
}

tr:nth-child(even) {
    background-color: #172233;
}

.table-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 100%;
    margin-top:15px;
}

.table-item {
    flex: 1 1 calc(50% - 10px);
    background: #f9f9f9;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    color: #333;
}

.table-item.green {
    background: #d4edda;
}

.login-block {background-color: #003c7c; padding:20px; border-radius:15px; color:#Fff;}

.author img{width: 30px; height: 30px; border-radius: 50%; display: inline-table; margin-bottom:-9px}
.author p {margin: 0; font-size: 18px; font-weight: bold;}
.author span {font-size: 16px; font-weight: normal;}

.author-block {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding: 30px;
    background: #f8f9fa;
    border-radius: 15px;
    margin-top: 40px;
}

.author-image {
    flex-shrink: 0;
}

.author-image img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #003c7c;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.author-info {
    flex-grow: 1;
}

.author-info h3 {
    margin: 0 0 10px 0;
    color: #003c7c;
    font-size: 1.8rem;
}

.author-title {
    color: #666;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
    font-weight: 500;
}

.author-bio {
    color: #444;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    body {margin: 0 10px;}
    .site-header {height: 200px; padding: 15px 0;}
    .header-content { padding: 0 15px; }
    .logo { width: 155px; height: 40px; }
    .header-buttons { gap: 8px; }
    .hbutton, .hbutton-reg { padding: 10px 18px; font-size: 14px; }
    .footer-logo .logo { width: 155px; height: 40px; }
    .flextop {display:block; margin-top: -150px;}
    .tabletop {display:flex; padding:12px; width:100%; height:auto; justify-content:space-between; gap:10px;}
    .tabletop > div {flex-direction: column; font-size:15px; max-width: 100%; margin-bottom:0; padding:10px; }
    article {margin:20px 0; padding:16px;}
    img {width:100%;}
    .table-container {flex-direction: column; gap:10px;}
    .table-item {flex: 1 1 100%; padding:12px;}
    .author-block {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
    }

    .author-image img {
        width: 100px;
        height: 100px;
    }

    .author-info h3 {
        font-size: 1.5rem;
    }

    .footer-top { flex-direction: column; text-align: center; }
    .footer-logo { justify-content: center; }
    .payment-methods { justify-content: center; }
    .banner1 { padding: 22px 20px; min-height: 260px; }
    .banner-title { font-size: 26px; }
    .banner-sub { font-size: 16px; margin-bottom: 18px; }
    .banner-btn { padding: 12px 22px; font-size: 16px; }
}

.button {
    position: relative;
    padding: 10px 20px;
    background-color: red;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    outline: none;
    box-sizing: border-box;
}

@keyframes pulseBorder {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}

.button::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    animation: pulseBorder 1.5s infinite ease-in-out;
    pointer-events: none;
}


/* ===== FOOTER ===== */
.footer {
    position: relative;
    border-top: 1px solid rgba(34, 47, 68, 0.8);
    color: #fff;
    padding: 48px 0 28px;
    margin-top: 40px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: linear-gradient(180deg, #080c12 0%, #0c111c 50%, #0a0e16 100%);
}

.footer-glow {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(65, 198, 255, 0.4), rgba(26, 100, 252, 0.5), transparent);
    opacity: 0.8;
}

.footer-content {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #fff;
}

.footer-logo .logo {
    width: 140px;
    height: 36px;
}

.footer-brand {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.02em;
    background: linear-gradient(135deg, #fff 0%, rgba(255,255,255,0.85) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.age-restriction {
    background: linear-gradient(145deg, #1f2b3f 0%, #252f45 100%);
    color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    border: 2px solid rgba(65, 198, 255, 0.2);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.footer-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.08), transparent);
    margin-bottom: 28px;
}

.footer-middle {
    text-align: center;
    margin-bottom: 28px;
}

.payment-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 0 14px 0;
}

.payment-methods {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.payment-methods img {
    height: 28px;
    width: auto;
    opacity: 0.9;
    transition: opacity 0.2s;
}

.payment-methods img:hover {
    opacity: 1;
}

.footer-legal {
    text-align: center;
    margin-bottom: 0;
}

.license-info {
    margin-bottom: 16px;
}

.gcb-logo {
    height: 32px;
    width: auto;
    margin: 0 auto 16px;
    display: block;
}

.footer-copyright {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    line-height: 1.5;
}

.license-info p {
    font-size: 11px;
    color: #ccc;
    line-height: 1.4;
    margin-bottom: 10px;
}

.policy-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.policy-links a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

.policy-links a:hover {
    color: #439dff;
}

quote {background: green;}


@media (max-width: 768px) {
    .footer {
        padding: 36px 0 20px;
    }
    
    .policy-links {
        justify-content: center;
        gap: 15px;
    }
}
