a {text-decoration: none;}
body { max-width:1120px; margin: 0 auto; background-color: #081110; font-family: Roboto, sans-serif; text-align: left; line-height: 1.4;}
header {
    background: #002223;
    padding: 20px 0;
    position: relative;
    margin: 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    border-bottom: 1px solid rgba(255, 138, 0, 0.15);
}

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

.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: #ff8a00;
    padding: 12px 22px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(230, 122, 0, 0.35);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.hbutton:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(230, 122, 0, 0.4);
}

.hbutton-reg {
    background: transparent;
    padding: 12px 22px;
    font-size: 16px;
    font-weight: 500;
    color: #ff8a00;
    display: inline-block;
    border-radius: 8px;
    border: 1px solid rgba(255, 138, 0, 0.5);
    transition: background 0.15s ease, color 0.15s ease;
}
.hbutton-reg:hover {
    background: rgba(255, 138, 0, 0.1);
    color: #ffb366;
}

article {
    margin: 30px 0;
    background: linear-gradient(145deg, #002a2c 0%, #001a1c 100%);
    padding: 36px 40px;
    border-radius: 14px;
    color: #e8ecee;
    border: 1px solid rgba(255, 255, 255, 0.06);
    line-height: 1.6;
}

article h1 {
    font-size: 1.85rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
    color: #fff;
    letter-spacing: -0.02em;
}

article h2 {
    font-size: 1.35rem;
    font-weight: 600;
    margin: 2rem 0 0.75rem 0;
    color: #fff;
    padding-bottom: 0.35rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

article h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 1.5rem 0 0.5rem 0;
    color: #d4e2e6;
}

article p {
    margin: 0 0 1rem 0;
    color: #c2ccd0;
}

article ul {
    margin: 0 0 1rem 0;
    padding-left: 1.4rem;
    color: #c2ccd0;
}

article ul li {
    margin-bottom: 0.4rem;
}

.banner1 {
    margin: 30px 0;
    background: url(/img/bnr.webp) center center no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 320px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    padding: 32px 36px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.banner1::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 34, 35, 0.75);
    pointer-events: none;
}

.banner-badge {
    position: relative;
    z-index: 2;
    display: inline-block;
    background: rgba(255, 138, 0, 0.9);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
    width: fit-content;
}

.banner-content {
    position: relative;
    z-index: 2;
    max-width: 520px;
    text-align: center;
    margin: 0 auto;
}

.banner-title {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px 0;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.banner-desc {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 22px 0;
    line-height: 1.4;
}

.banner-btn {
    display: inline-block;
    background: #ff8a00;
    padding: 14px 28px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(230, 122, 0, 0.4);
    position: relative;
    z-index: 2;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.banner-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(230, 122, 0, 0.5);
}



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

.tabletop { width: 38%; height:230px; color:#fff; background:#081110; 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: 6px 12px;
    border-radius:8px;
}

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

.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;}
    header {padding: 16px 0;}
    .header-content {padding: 0 15px;}
    .logo {width: 155px; height: 40px;}
    .hbutton {padding: 10px 16px; font-size: 14px;}
    .hbutton-reg {padding: 10px 16px; font-size: 14px;}
    .flextop {display: block; margin-top: 0;}
    .banner1 {
        min-height: 280px;
        margin: 20px 0;
        padding: 24px 20px;
        border-radius: 14px;
        align-items: center;
        text-align: center;
        background-position: center center;
    }
    .banner1::before {
        background: linear-gradient(180deg, rgba(8, 17, 16, 0.88) 0%, rgba(8, 17, 16, 0.75) 100%);
    }
    .banner-badge {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 12px;
    }
    .banner-content {
        max-width: 100%;
    }
    .banner-title {
        font-size: 1.35rem;
        margin: 0 0 8px 0;
    }
    .banner-desc {
        font-size: 0.9rem;
        margin: 0 0 18px 0;
    }
    .banner-btn {
        width: 100%;
        max-width: 280px;
        padding: 14px 20px;
        font-size: 1rem;
        text-align: center;
    }
    .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;
    }
}

.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;
}

.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 {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, #081110 0%, #060d0d 100%);
    color: #a8b4b8;
    padding: 36px 0 24px;
    margin-top: 48px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.footer-content {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 20px;
}

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

.age-restriction {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-middle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    padding: 16px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

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

.payment-methods img {
    height: 28px;
    width: auto;
    opacity: 0.85;
}

.footer-disclaimer {
    text-align: center;
    padding: 12px 0;
    font-size: 13px;
    line-height: 1.5;
    color: #8a969a;
}

.footer-legal {
    margin-bottom: 0;
    margin-top: 20px;
}

.copyright {
    font-size: 12px;
    color: #ccc;
    margin-bottom: 15px;
}

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

.gcb-logo {
    height: 30px;
    width: auto;
    margin-bottom: 15px;
    display: block;
}

.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;
}


@media (max-width: 768px) {
    .footer {
        padding: 30px 0 15px;
    }
    
    .footer-top {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .footer-nav {
        justify-content: center;
        gap: 20px;
    }
    
    .footer-middle {
        flex-direction: column;
        gap: 15px;
    }
    
    .payment-methods {
        justify-content: center;
    }
    
    .policy-links {
        justify-content: center;
        gap: 15px;
    }
    
}
