* {
    box-sizing: border-box;
    cursor: auto !important;
}

.pc-version,
#cursorCanvas,
.cyber-terminal,
.page-indicator,
.skw-pages,
.skw-page,
.skw-page__half,
.skw-page__skewed,
.skw-page__content {
    display: none !important;
}

.mobile-version {
    display: block !important;
}

html {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: auto;
    background: #0a0a0a;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

.mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.5rem 0;
    background: rgba(10, 10, 10, 0.95);
    border-bottom: 1px solid rgba(251, 255, 0, 0.3);
    z-index: 1000;
    will-change: transform;
    transition: transform 0.5s cubic-bezier(.694, .048, .335, 1), background 0.3s;
    transform: translateY(0);
}

.mobile-header.hide-nav {
    transform: translateY(-120%) !important;
}

.mobile-nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
}

.mobile-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Open Sans', sans-serif;
}

.mobile-logo-text {
    font-size: 20px;
    font-weight: 700;
    color: #ff0000;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.mobile-logo-year {
    font-size: 14px;
    color: #e5ff00;
    letter-spacing: 1px;
}

.mobile-nav-toggle {
    display: block;
    background-color: transparent;
    border: 1px solid rgba(255, 0, 0, 0.3);
    border-radius: 5px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    padding: 8px;
    position: relative;
    z-index: 1001;
    transition: all 0.3s ease;
}

.mobile-nav-toggle:hover {
    border-color: #ff0000;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
}

.mobile-nav-toggle span {
    position: relative;
    display: block;
    height: 2px;
    width: 100%;
    margin-top: 4px;
    background-color: #ff0000;
    transition: all 0.3s ease;
}

.mobile-nav-toggle span:first-child {
    margin-top: 0;
}

.mobile-nav-toggle.open span:first-child {
    transform: rotate(45deg) translate(5px, 5px);
}

.mobile-nav-toggle.open span:nth-child(2) {
    opacity: 0;
    transform: translateX(-10px);
}

.mobile-nav-toggle.open span:last-child {
    transform: rotate(-45deg) translate(5px, -5px);
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background: rgba(10, 10, 10, 0.98);
    backdrop-filter: blur(20px);
    z-index: 999;
    transition: right 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    padding: 80px 20px 20px;
    border-left: 1px solid rgba(255, 0, 0, 0.2);
    overflow-y: auto;
}

.mobile-menu.open {
    right: 0;
}

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-menu-overlay.open {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu-item {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu-link {
    display: block;
    padding: 15px 0;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    transition: all 0.3s ease;
}

.mobile-menu-link {
    position: relative;
    padding-bottom: 5px;
    transition: color 0.35s ease;
}

.mobile-menu-link:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background: #ff0000;
    transition: width 0.35s ease;
}

.mobile-menu-link:hover:before,
.mobile-menu-link.active:before {
    width: 100%;
}

.mobile-menu-link:hover,
.mobile-menu-link.active {
    color: #ff0000;
}

.mobile-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 15px 40px;
}

.mobile-section {
    padding: 80px 20px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid rgba(255, 0, 0, 0.2);
    scroll-margin-top: 70px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mobile-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(10, 10, 10, 0.85), rgba(10, 10, 10, 0.85));
    z-index: 0;
}

.mobile-section>* {
    position: relative;
    z-index: 1;
}

#home.mobile-section {
    background-image: url('src/1.webp');
}

#about.mobile-section {
    background-image: url('src/2.webp');
}

#format.mobile-section {
    background-image: url('src/3.webp');
}

#categories.mobile-section {
    background-image: url('src/4.webp');
}

#prizes.mobile-section {
    background-image: url('src/5.webp');
}

#sponsors.mobile-section {
    background-image: url('src/6.webp');
}

#registration.mobile-section {
    background-image: url('src/7.webp');
}

.mobile-section.visible {
    opacity: 1;
    transform: translateY(0);
}

.mobile-section:last-child {
    border-bottom: none;
    min-height: calc(100vh - 70px);
}

.mobile-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    color: #ff0000;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
    line-height: 1.2;
    animation: titleGlow 2s ease-in-out infinite alternate;
}

@keyframes titleGlow {
    from {
        text-shadow: 0 0 10px rgba(255, 0, 0, 0.5), 0 0 20px rgba(255, 0, 0, 0.3);
    }
    to {
        text-shadow: 0 0 20px rgba(255, 0, 0, 0.8), 0 0 30px rgba(255, 0, 0, 0.5);
    }
}

.mobile-subtitle-large {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 1.3;
}

.mobile-subtitle-larges {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
}

.mobile-description {
    font-size: 16px;
    color: #cccccc;
    margin-bottom: 25px;
    line-height: 1.6;
    max-width: 600px;
}

.mobile-btn {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    background: linear-gradient(45deg, rgba(255, 0, 0, 0.9), rgba(255, 0, 0, 0.9));
    color: #ffffff;
    padding: 16px 35px;
    border-radius: 12px;
    border: 2px solid #ff0000;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 20px 0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    touch-action: manipulation;
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.mobile-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.mobile-btn:active::before {
    width: 300px;
    height: 300px;
}

.mobile-btn:active {
    transform: scale(0.95);
    background: linear-gradient(45deg, rgba(156, 216, 5, 0.9), rgba(89, 3, 89, 0.9));
    border-color: #e5ff00;
    box-shadow: 0 0 40px rgba(255, 0, 255, 0.6);
}

.mobile-stats {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin: 30px 0;
    flex-wrap: wrap;
}

.mobile-stat {
    text-align: center;
    min-width: 90px;
}

.mobile-stat-number {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    color: #ff0000;
    margin-bottom: 5px;
    text-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
}

.mobile-stat-label {
    font-size: 12px;
    color: #cccccc;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mobile-requirements-compact {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 30px 0;
    max-width: 500px;
    width: 100%;
    text-align: left;
}

.mobile-requirement-compact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.02);
    border-left: 2px solid #ff0000;
    border-radius: 10px;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.2;
    transition: all 0.2s ease;
    opacity: 0;
    transform: translateX(-15px);
    text-align: left;
}

.mobile-section.visible .mobile-requirement-compact-item {
    animation: slideInLeft 0.4s ease forwards;
}

.mobile-section.visible .mobile-requirement-compact-item:nth-child(1) {
    animation-delay: 0.1s;
}

.mobile-section.visible .mobile-requirement-compact-item:nth-child(2) {
    animation-delay: 0.15s;
}

.mobile-section.visible .mobile-requirement-compact-item:nth-child(3) {
    animation-delay: 0.2s;
}

.mobile-section.visible .mobile-requirement-compact-item:nth-child(4) {
    animation-delay: 0.25s;
}

.mobile-section.visible .mobile-requirement-compact-item:nth-child(5) {
    animation-delay: 0.3s;
}

.mobile-section.visible .mobile-requirement-compact-item:nth-child(6) {
    animation-delay: 0.35s;
}

.mobile-section.visible .mobile-requirement-compact-item:nth-child(7) {
    animation-delay: 0.4s;
}

.mobile-requirement-compact-item:active {
    background: rgba(255, 0, 0, 0.05);
    border-left-color: #e5ff00;
}

.mobile-requirement-bullet {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #ff0000;
    border-radius: 50%;
    margin-top: 6px;
    flex-shrink: 0;
}

.mobile-requirement-text-bold {
    font-weight: 600;
    color: #ff0000;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

.mobile-prizes-compact {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 30px 0;
    max-width: 500px;
    width: 100%;
}

.mobile-prize-compact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 15px 18px;
    background: rgba(229, 255, 0, 0.08);
    border: 1px solid rgba(229, 255, 0, 0.2);
    border-radius: 10px;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.5;
    transition: all 0.2s ease;
    opacity: 0;
    transform: scale(0.95);
    text-align: left
}

.mobile-section.visible .mobile-prize-compact-item {
    animation: scaleIn 0.4s ease forwards;
}

.mobile-section.visible .mobile-prize-compact-item:nth-child(1) {
    animation-delay: 0.5s;
}

.mobile-section.visible .mobile-prize-compact-item:nth-child(2) {
    animation-delay: 0.55s;
}

.mobile-prize-compact-item:active {
    background: rgba(229, 255, 0, 0.12);
    border-color: #e5ff00;
    text-align: left;
}

.mobile-prize-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #e5ff00;
    border-radius: 50%;
    margin-top: 5px;
    flex-shrink: 0;
    box-shadow: 0 0 8px rgba(229, 255, 0, 0.5);
    text-align: left
}

.mobile-format-list {
    margin: 30px 0;
    max-width: 500px;
}

.mobile-format-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    border-left: 3px solid #ff0000;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
    transform: translateX(-20px);
    text-align: left;
}

.mobile-section.visible .mobile-format-item {
    animation: slideInLeft 0.5s ease forwards;
}

.mobile-section.visible .mobile-format-item:nth-child(1) {
    animation-delay: 0.1s;
}

.mobile-section.visible .mobile-format-item:nth-child(2) {
    animation-delay: 0.2s;
}

.mobile-section.visible .mobile-format-item:nth-child(3) {
    animation-delay: 0.3s;
}

.mobile-format-item:active {
    background: rgba(255, 0, 0, 0.15);
    transform: translateX(8px);
    border-left-color: #e5ff00;
}

.mobile-format-icon {
    font-size: 24px;
    min-width: 30px;
}

.mobile-format-title {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 5px;
}

.mobile-dates-container {
    margin: 40px 0;
    max-width: 500px;
}

.mobile-dates-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #ff0000;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.mobile-date-cards {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.mobile-date-card {
    padding: 20px;
    background: rgba(0, 255, 0, 0.1);
    border-radius: 12px;
    width: 100%;
    max-width: 250px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
    transform: scale(0.9);
}

.mobile-section.visible .mobile-date-card {
    animation: scaleIn 0.5s ease forwards;
}

.mobile-section.visible .mobile-date-card:nth-child(1) {
    animation-delay: 0.2s;
}

.mobile-section.visible .mobile-date-card:nth-child(2) {
    animation-delay: 0.4s;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-15px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleIn {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.mobile-date-card:active {
    border-color: #ff0000;
    transform: scale(1.05);
    box-shadow: 0 5px 20px rgba(255, 0, 0, 0.3);
}

.mobile-date-main {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 8px;
}

.mobile-date-label {
    font-size: 14px;
    color: #cccccc;
}

.mobile-categories {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 25px 0;
    max-width: 500px;
}

.mobile-category {
    padding: 5px 15px;
    background: rgba(229, 255, 0, 0.1);
    border-radius: 10px;
    border: 0px solid rgba(229, 255, 0, 0.3);
    text-align: center;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    opacity: 0;
    transform: scale(0.9) translateY(20px);
}

.mobile-section.visible .mobile-category {
    animation: categoryFadeIn 0.6s ease forwards;
}

.mobile-section.visible .mobile-category:nth-child(1) {
    animation-delay: 0.1s;
}

.mobile-section.visible .mobile-category:nth-child(2) {
    animation-delay: 0.2s;
}

.mobile-section.visible .mobile-category:nth-child(3) {
    animation-delay: 0.3s;
}

.mobile-section.visible .mobile-category:nth-child(4) {
    animation-delay: 0.4s;
}

.mobile-section.visible .mobile-category:nth-child(5) {
    animation-delay: 0.5s;
}

.mobile-section.visible .mobile-category:nth-child(6) {
    animation-delay: 0.6s;
}

@keyframes categoryFadeIn {
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.mobile-category:active {
    background: rgba(229, 255, 0, 0.25);
    border-color: #e5ff00;
    transform: scale(0.95) translateY(-2px);
    box-shadow: 0 8px 20px rgba(229, 255, 0, 0.4);
}

.mobile-category-icon {
    font-size: 28px;
    margin-bottom: 5px;
}

.mobile-category-name {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 5px;
    line-height: 1.1;
    font-weight: 600;
}

.mobile-category-desc {
    font-size: 10px;
    color: #cccccc;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.4;
}

.mobile-prizes {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 30px 0;
    max-width: 500px;
}

.mobile-prize-category {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 25px 20px;
    border: 1px solid rgba(0, 255, 0, 0.1);
}

.mobile-prize-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    color: #ff0000;
    margin-bottom: 20px;
    text-align: center;
}

.mobile-prize-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.mobile-prize-item {
    padding: 15px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
    transform: translateY(15px);
}

.mobile-section.visible .mobile-prize-item {
    animation: fadeInUp 0.5s ease forwards;
}

.mobile-section.visible .mobile-prize-item:nth-child(1) {
    animation-delay: 0.1s;
}

.mobile-section.visible .mobile-prize-item:nth-child(2) {
    animation-delay: 0.2s;
}

.mobile-section.visible .mobile-prize-item:nth-child(3) {
    animation-delay: 0.3s;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mobile-prize-item:active {
    background: rgba(255, 0, 0, 0.15);
    transform: translateX(5px);
}

.mobile-prize-place {
    font-size: 18px;
    color: #ffffff;
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.mobile-prize-award {
    font-size: 15px;
    color: #cccccc;
    display: block;
}

.mobile-additional-prizes {
    background: rgba(0, 255, 0, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin: 30px 0;
    border: 1px solid rgba(0, 255, 0, 0.2);
    text-align: center;
    max-width: 500px;
}

.mobile-additional-prize {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.mobile-additional-prize:last-child {
    margin-bottom: 0;
}

.mobile-sponsors-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 30px 0;
    max-width: 500px;
    width: 100%;
}

.mobile-sponsor-card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 15px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(229, 255, 0, 0.2);
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    min-height: 100px;
    opacity: 0;
    transform: scale(0.9) translateY(20px);
}

.mobile-section.visible .mobile-sponsor-card {
    animation: sponsorFadeIn 0.6s ease forwards;
}

.mobile-section.visible .mobile-sponsor-card:nth-child(1) {
    animation-delay: 0.1s;
}

.mobile-section.visible .mobile-sponsor-card:nth-child(2) {
    animation-delay: 0.2s;
}

.mobile-section.visible .mobile-sponsor-card:nth-child(3) {
    animation-delay: 0.3s;
}

.mobile-section.visible .mobile-sponsor-card:nth-child(4) {
    animation-delay: 0.4s;
}

.mobile-section.visible .mobile-sponsor-card:nth-child(5) {
    animation-delay: 0.5s;
}

.mobile-section.visible .mobile-sponsor-card:nth-child(6) {
    animation-delay: 0.6s;
}

@keyframes sponsorFadeIn {
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.mobile-sponsor-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(229, 255, 0, 0.1), transparent);
    transition: left 0.5s ease;
}

.mobile-sponsor-card:active::before {
    left: 100%;
}

.mobile-sponsor-card:active {
    background: rgba(229, 255, 0, 0.15);
    border-color: var(--secondary-color);
    transform: scale(0.95);
    box-shadow: 0 5px 20px rgba(229, 255, 0, 0.3);
}

.mobile-sponsor-logo {
    max-width: 100%;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: brightness(0.9) contrast(1.1);
    transition: all 0.3s ease;
}

.mobile-sponsor-card:active .mobile-sponsor-logo {
    filter: brightness(1.1) contrast(1.2);
    transform: scale(1.05);
}

.mobile-timer {
    margin: 40px 0;
    padding: 25px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    border: 1px solid rgba(0, 255, 0, 0.3);
    text-align: center;
    max-width: 500px;
    position: relative;
    overflow: hidden;
}

.mobile-timer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ff0000, transparent);
    animation: scanline 3s linear infinite;
}

@keyframes scanline {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.mobile-timer-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #ff0000;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.mobile-timer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.mobile-timer-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mobile-timer-number {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    color: #ff0000;
    background: rgba(0, 255, 0, 0.1);
    padding: 10px;
    border-radius: 8px;
    width: 60px;
    text-align: center;
    border: 1px solid rgba(0, 255, 0, 0.3);
    margin-bottom: 8px;
    text-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
}

.mobile-timer-label {
    font-size: 11px;
    color: #cccccc;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mobile-footer {
    padding: 20px;
    background: rgba(10, 10, 10, 0.9);
    border-top: 1px solid rgba(0, 255, 0, 0.1);
    text-align: center;
    margin-top: 40px;
}

.mobile-footer-logo {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #ff0000;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.mobile-footer-text {
    font-size: 12px;
    color: #cccccc;
}

@media (max-width: 360px) {
    .mobile-title {
        font-size: 28px;
    }
    .mobile-subtitle-large {
        font-size: 18px;
    }
    .mobile-btn {
        font-size: 18px;
        padding: 14px 25px;
    }
    .mobile-categories {
        grid-template-columns: 1fr;
    }
    .mobile-sponsors-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .mobile-timer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .mobile-timer-unit {
        width: 100%;
    }
    .mobile-timer-number {
        width: 70px;
        font-size: 24px;
    }
    .mobile-menu {
        width: 85%;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .mobile-title {
        font-size: 36px;
    }
    .mobile-categories {
        grid-template-columns: repeat(2, 1fr);
    }
    .mobile-feature {
        padding: 30px;
    }
    .mobile-feature-title {
        font-size: 22px;
    }
    .mobile-feature-desc {
        font-size: 17px;
    }
    .mobile-menu {
        width: 70%;
    }
}

@media (min-width: 769px) {
    .mobile-version {
        display: none !important;
    }
}

@media (max-height: 500px) and (max-width: 768px) {
    .mobile-section {
        min-height: auto;
        padding: 40px 0;
    }
    .mobile-menu {
        padding-top: 60px;
    }
}