@font-face {
    font-family: 'Staff X Condensed Test';
    src: url('../font/StaffCondensedTest-SemiBoldItalic.otf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../font/RobotoCondensed-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('../font/Inter_24pt-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Inter Regular';
    src: url('../font/Inter_28pt-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Inter Light';
    src: url('../font/Inter-Light-BETA.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@keyframes shine {
    0% {
        transform: translateX(-100%) skewX(-20deg);
    }
    100% {
        transform: translateX(300%) skewX(-20deg);
    }
}

@keyframes pulse-white {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter Regular', sans-serif;;
    background: #04343E;
    color: #A5AFC0;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Staff X Condensed Test', sans-serif;
    font-weight: 600;
    color: #FFC745;
    padding: 10px 0;
    text-shadow: 0px 2px 0px #004F4D80;
}

.body-large {
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
}

.body-medium {
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
}

h1 {
    font-size: 42px;
    line-height: 64px;
    font-weight: bold;
}

h2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: bold;
}

h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}

h4 {
    font-size: 26px;
    line-height: 36px;
    font-weight: bold;
}

h5 {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
}

h6 {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
}

.content b, .content strong,
.content a{
    color: #E3E20B;
}
.content a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.page-content img {
    width: 100%;
    max-width: 980px;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.header {
    position: sticky;
    top: 0;
    background: linear-gradient(180deg, #073B48 0%, #084D53 100%);
    z-index: 100;
    padding: 10px 0;
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__logo img {
   max-width: 115px;
    height: 70px;
    object-fit: contain;
}

.hamburger {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: none;
    align-items: center;
    z-index: 1001;
}

.hamburger img {
    width: 40px;
    height: auto;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 999;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

.header__nav {
    display: none;
}

.header__actions {
    display: flex;
    gap: 8px;
}

.btn {
    padding: 14px 42px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    border-radius: 0;
    border: 1px solid #005351;
    box-sizing: border-box;
    font-family: 'Staff X Condensed Test', sans-serif;
    font-weight: 700;
    text-align: center;
    text-shadow: 0px 2px 0px #004F4D80;
    transform: skewX(-6deg);
}

.btn span,
.btn {
    display: inline-block;
}

.btn > * {
    transform: skewX(6deg);
}

.btn--login {
    background: linear-gradient(180deg, #00F2E7 0%, #009A96 100%);
    border: 1px solid #00F5F0;
    color: #ffffff;
    box-shadow: 0px 0px 8px 0px #00F5F0 inset;
    text-shadow: 0px 2px 0px #004F4D80;
}

.btn--register {
    position: relative;
    overflow: hidden;
    animation: pulse-white 2s infinite;
    background: linear-gradient(180deg, #FFA600 0%, #FF6A1A 49%, #FF5E00 59.62%, #FF3F02 100%),
                radial-gradient(45.36% 28.75% at 49.13% 0%, rgba(255, 213, 1, 0.7) 0%, rgba(255, 213, 1, 0.7) 24.69%, rgba(255, 146, 1, 0) 100%),
                radial-gradient(44.18% 50% at 48.83% 100%, rgba(255, 213, 1, 0.7) 0%, rgba(255, 213, 1, 0.49) 44.27%, rgba(255, 146, 1, 0) 100%),
                radial-gradient(44.18% 12.31% at 48.83% 100%, rgba(253, 255, 112, 0.7) 0%, rgba(253, 255, 112, 0.7) 24.69%, rgba(255, 146, 1, 0) 100%),
                radial-gradient(48.68% 13.56% at 51.76% 0%, rgba(254, 255, 184, 0.7) 0%, rgba(254, 255, 184, 0.7) 24.69%, rgba(255, 146, 1, 0) 100%);
    box-shadow: 0px 4px 4px 0px #00000040;
    box-shadow: 0px 3px 0px 0px #FF4000;
    border: 1px solid #FF4F0A;
    color: #FFFFFF;
    text-shadow: 0px 2px 0px 0px #97350080;
    transition: all 0.3s ease;
}


.btn--hero {
    display: inline-block;
    text-decoration: none;
    background: linear-gradient(180deg, #FFA600 0%, #FF6A1A 49%, #FF5E00 59.62%, #FF3F02 100%),
        radial-gradient(45.36% 28.75% at 49.13% 0%, rgba(255, 213, 1, 0.7) 0%, rgba(255, 213, 1, 0.7) 24.69%, rgba(255, 146, 1, 0) 100%),
        radial-gradient(44.18% 50% at 48.83% 100%, rgba(255, 213, 1, 0.7) 0%, rgba(255, 213, 1, 0.49) 44.27%, rgba(255, 146, 1, 0) 100%),
        radial-gradient(44.18% 12.31% at 48.83% 100%, rgba(253, 255, 112, 0.7) 0%, rgba(253, 255, 112, 0.7) 24.69%, rgba(255, 146, 1, 0) 100%),
        radial-gradient(48.68% 13.56% at 51.76% 0%, rgba(254, 255, 184, 0.7) 0%, rgba(254, 255, 184, 0.7) 24.69%, rgba(255, 146, 1, 0) 100%);    
    background-blend-mode: overlay;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 0;
    color: #ffffff;
    font-family: 'Staff X Condensed Test', sans-serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 10px 45px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transform: skewX(-6deg);
    text-shadow: 0px 2px 0px #97350080;
}

.btn--hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    animation: shine 2.5s ease-in-out infinite;
}

.sidebar {
    position: fixed;
    left: 0;
    top: 80px;
    width: 200px;
    height: calc(100vh - 90px);
    background: #031D41;
    border-right: 1px solid #155BA1;
    z-index: 50;
    transition: transform 0.3s ease;
}

.sidebar__close {
    display: none;
}

.sidebar__nav {
    display: flex;
    flex-direction: column;
    padding: 5px;
    gap: 15px;
    margin-top: 30px;
}

.sidebar__link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    background: linear-gradient(180deg, #073B48 0%, #084D53 100%);
    border-radius: 8px;
    box-sizing: border-box;
    border: 1px solid #005351;
    text-shadow: 0px 2px 0px #004F4D80;
}

.sidebar__link::before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('../img/icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
    transition: all 0.3s ease;
    flex-shrink: 0;
    order: -1;
}

.sidebar__link::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 8px;
    padding: 1px;
    background: 
        radial-gradient(circle at 0% 70%, rgba(96, 181, 242, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 100% 90%, rgba(96, 181, 242, 0.4) 0%, transparent 50%),
        radial-gradient(circle at 50% 0%, #60B5F2 0%, transparent 50%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.sidebar__link > * {
    position: relative;
    z-index: 1;
}

.sidebar__link:hover::before {
    opacity: 1;
}

.main {
    margin-left: 0;
    padding: 0;
}

.container {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    padding: 0 32px;
}

.page-content {
    background: #084D53;
    border-radius: 2px;
    padding: 20px;
}

.hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 48px;
    background-image: url('../img/banner.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
    display: flex;
    align-items: center;
    width: 100%;
}

.hero__content {
    position: relative;
    z-index: 10;
}

.hero__subtitle {
    font-family: 'Staff X Condensed Test', sans-serif;
    color: #ecfe00;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: 1px;
    background: linear-gradient(90deg, #324CCD -1.09%, #3273CD 103.26%);
    width: fit-content;
    padding: 5px 20px;
    transform: skewX(-6deg);
    color: #ffffff;
    text-shadow: 0px 2px 0px #004F4D80;
}

.hero__title {
    font-family: 'Staff X Condensed Test', sans-serif;
    color: #ffffff;
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 0px 2px 0px #004F4D80;
}

.content {
    padding: 32px 0 48px;
}

p {
    font-family: 'Inter Light', sans-serif;
    font-size: 17px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 16px;
    font-weight: 300;
}

ul, ol {
    font-size: 17px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 16px;
    font-weight: 300;
    border-radius: 2px;
    background: #05817D;
    padding: 20px 20px 13px 35px;
}

ul li::marker , ol li::marker {
   color: #FFC745;
}

ul li, ol li {
    margin-bottom: 8px;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

.table-section {
    padding-bottom: 48px;
}

.lexical-table-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 40px 10px;
}

.lexical-table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    background: #08817e;
    border-radius: 2px;
    overflow: hidden;
    white-space: nowrap;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.lexical-table tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.lexical-table tr:last-child {
    border-bottom: none;
}

.lexical-table tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.03);
}

.lexical-table td {
    padding: 16px 20px;
    font-size: 16px;
    line-height: 22px;
}

.table-label {
    color: #ffffff;
    font-weight: 500;
    width: 50%;
}

.table-value {
    color: #A5AFC0;
    font-weight: normal;
    text-align: left;
}

.featured img {
    width: 100%;
    height: auto;
    display: block;
}

.payments {
    background: #084D53;
    padding: 40px 0;
    margin-top: 40px;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
}

.payments__track {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 30px;
}

.payments__item {
    flex-shrink: 0;
}

.payments__item img {
    height: 80px;
    width: auto;
    object-fit: contain;
}

.footer {
    background: #084D53;
    padding: 0 0 50px;
    margin-top: 64px;
    text-align: center;
}

.footer__logo {
    margin-bottom: 32px;
}

.footer__logo img {
    max-width: 200px;
    height: auto;
    margin: 0 auto;
}

.footer__nav {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.footer__link {
    color: #8492B9;
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Inter Light', sans-serif;
    text-shadow: 0px 2px 0px #004F4D80;
}

.footer__licenses {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.footer__licenses img {
   width: 100%;
   max-width: 85px;
   height: 40px;
   object-fit: contain;
}

.footer__payments {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.footer__payments img {
    height: 60px;
    width: auto;
    object-fit: contain;
}

.footer__disclaimer {
    margin-bottom: 16px;
}

.footer__disclaimer p {
    font-size: 14px;
    line-height: 20px;
    color: #8492B9;
    margin-bottom: 0;
}

.footer__copyright p {
    font-size: 14px;
    line-height: 20px;
    color: #8492B9;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .hamburger {
        display: flex;
        order: 3;
    }

    .sidebar {
        position: fixed;
        right: -100%;
        left: auto;
        top: 0;
        width: 100%;
        height: 100vh;
        background: linear-gradient(180deg, #073B48 0%, #084D53 100%);
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        z-index: 1000;
        transition: right 0.3s ease;
    }

    .sidebar.active {
        right: 0;
    }

    .sidebar__close {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        background: none;
        border: none;
        color: #fff;
        font-size: 40px;
        cursor: pointer;
        line-height: 1;
        padding: 0;
        width: 40px;
        height: 40px;
        transition: all 0.3s ease;
    }

    .sidebar__close:hover {
        color: #30ff36;
        transform: rotate(90deg);
    }

    .sidebar__nav {
        margin-top: 80px;
        padding: 20px 10px;
    }

    .sidebar__link {
        font-size: 18px;
        padding: 14px 20px;
    }

    .main {
        margin-left: 0;
        padding: 0;
        padding-top: 45px;
    }

    .container {
        padding: 15px;
        max-width: 95%;
    }

    .content {
        padding: 16px 0;
    }
    
    .header .container {
        display: flex;
        align-items: center;
        gap: 0px;
        flex-wrap: wrap;
        padding: 0 16px;
    }

    .header__logo {
        flex: 1;
        display: flex;
        justify-content: center;
        order: 2;
    }

    .header__logo img {
        height: 65px;
    }

    .header__actions {
        position: absolute;
        top: 65px;
        left: 0;
        width: 100%;
        display: flex;
        gap: 10px;
        padding: 5px 10px;
        background: linear-gradient(
            0deg, #073B48 0%, #084D53 100%);
    }

    .btn {
        flex: 1;
        padding: 10px;
        font-size: 16px;
        width: auto;
        height: auto;
    }

    .hero {
        background-image: url('../img/mobile-baner.png');
        min-height: 375px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        background-position: center;
        margin-bottom: 0px;
    }
    .hero .container {
        z-index: 1;
    }
    .hero::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(23, 30, 32, 0) 0%, #12272C 100%);
        z-index: 0;
        pointer-events: none;
    }

    .hero__content {
        text-align: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }

    .hero__title {
        font-size: 35px;
        margin-bottom: 10px;
    }

    .hero__subtitle {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .btn--hero {
        padding: 5px 40px;
        font-size: 20px;
    }

    .lexical-table-container {
        overflow-x: auto;
    }

    .lexical-table {
        min-width: 40px;
        white-space: normal;
    }

    .lexical-table td {
        padding: 6px;
        font-size: 14px;
    }

    .table-label {
        font-size: 14px;
    }

    .table-value {
        font-size: 14px;
    }

    h1 {
        font-size: 38px;
        line-height: 38px;
    }

    h2 {
        font-size: 32px;
        line-height: 34px;
    }

    h3 {
        font-size: 28px;
        line-height: 30px;
    }

    h4 {
        font-size: 24px;
        line-height: 26px;
    }

    h5 {
        font-size: 20px;
        line-height: 24px;
    }

    h6 {
        font-size: 19px;
        line-height: 20px;
    }

    p {
        font-size: 16px;
        line-height: 22px;
    }

    ul, ol {
        font-size: 16px;
        line-height: 22px;
    }

    .footer {
        margin-top: 48px;
    }

    .footer .container {
        padding: 0 16px;
    }

    .footer__logo {
        margin-bottom: 24px;
    }

    .footer__logo img {
        max-width: 160px;
    }

    .footer__nav {
        flex-direction: column;
        gap: 16px;
        margin-bottom: 24px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .footer__link {
        font-size: 14px;
    }

    .footer__licenses {
        gap: 16px;
        margin-bottom: 20px;
    }

    .footer__licenses img {
        height: 32px;
        padding: 0;
    }

    .footer__payments {
        gap: 16px;
        margin-bottom: 24px;
    }

    .footer__payments img {
        height: 30px;
        padding: 0;
    }

    .payments {
        padding: 30px 0;
        margin-top: 30px;
    }

    .payments__track {
        gap: 20px;
    }

    .payments__item img {
        height: 50px;
    }

    .footer__disclaimer p,
    .footer__copyright p {
        font-size: 12px;
        line-height: 18px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .hero__title {
        font-size: 40px;
    }
}

@media (min-width: 769px) {
    .hamburger {
        display: none;
    }

    .overlay {
        display: none;
    }

    .sidebar {
        display: none;
    }

    .header .container {
        display: flex;
    }

    .header__logo {
        flex: 0 0 auto;
    }

    .header__nav {
        display: flex;
        gap: 32px;
        align-items: center;
        flex: 1;
        justify-content: center;
    }

    .header__link {
        color: #FFFFFF;
        text-decoration: none;
        font-size: 18px;
        font-weight: 400;
        transition: color 0.3s ease;
        position: relative;
        font-family: 'Staff X Condensed Test', sans-serif;
        letter-spacing: 0.4px;
        text-shadow: 0px 2px 0px #004F4D80;
    }

    .header__link:hover {
        color: #FF4F0A;
    }

    .header__actions {
        display: flex;
        gap: 8px;
    }

    .btn {
        padding: 10px 35px;
    }

    .hero {
        min-height: 450px;
        display: flex;
        align-items: center;
    }

}

