/* ============================================
   RACEWIN THEME - responsive.css (moban-93)
   F1 Racing Theme Responsive Styles
    Colors: #E53935, #BDBDBD, #1A1A1A, #FFFFFF
   ============================================ */

/* === TABLET LANDSCAPE (max-width: 1024px) === */
@media (max-width: 1024px) {
.container {
    max-width: 960px;
}

.header-top {
    flex-wrap: wrap;
    gap: 10px;
}

.header-time {
    display: none;
}

.nav-menu {
    flex-wrap: wrap;
    justify-content: center;
}

.nav-link {
    padding: 10px 12px;
    font-size: 12px;
}

.racewin-hero {
    min-height: 500px;
}

.hero-brand {
    font-size: 42px;
    letter-spacing: 5px;
}

.hero-tagline {
    font-size: 18px;
    letter-spacing: 3px;
}

.hero-stats-row {
    gap: 25px;
}

.hero-stat-number {
    font-size: 24px;
}

.racing-car-silhouette {
    right: 20px;
    width: 160px;
    height: 60px;
    opacity: 0.2;
}

.car-body {
    width: 130px;
    height: 22px;
}

.car-wheel {
    width: 18px;
    height: 18px;
}

.car-wheel-front {
    right: 20px;
}

.car-wheel-rear {
    left: 20px;
}

.racing-star-games-grid {
    grid-template-columns: repeat(2, 1fr);
}

.racing-grid-row {
    grid-template-columns: repeat(4, 1fr);
}

.turbo-features-grid {
    grid-template-columns: repeat(2, 1fr);
}

.racing-stats-grid {
    grid-template-columns: repeat(2, 1fr);
}

.racing-promos-grid {
    grid-template-columns: repeat(2, 1fr);
}

.footer-columns-grid {
    grid-template-columns: repeat(2, 1fr);
}

.home-news-grid {
    grid-template-columns: repeat(2, 1fr);
}

.article-grid {
    grid-template-columns: repeat(2, 1fr);
}

.related-grid {
    grid-template-columns: repeat(2, 1fr);
}

.floating-sidebar {
    right: 5px;
}

.sidebar-btn {
    width: 40px;
    height: 40px;
    font-size: 16px;
}

.checkered-flag-bg {
    width: 200px;
    opacity: 0.05;
}

}


/* === TABLET PORTRAIT (max-width: 768px) === */
@media (max-width: 768px) {
.container {
    max-width: 100%;
    padding: 0 12px;
}

.header-top {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.logo img {
    height: 40px;
}

.header-btn-group {
    gap: 6px;
}

.btn-login, .btn-register, .btn-demo {
    padding: 6px 12px;
    font-size: 11px;
}

.mobile-menu-toggle {
    display: block;
}

.main-navigation .container {
    position: relative;
}

    .nav-menu {
    display: none; flex-direction: column; width: 100%;
    background: #151515; position: absolute; top: 100%; left: 0;
    z-index: 999; border: 1px solid rgba(229, 57, 53, 0.3);
}

.nav-menu.active {
    display: flex;
}

.nav-item {
    width: 100%;
    border-bottom: 1px solid rgba(229, 57, 53, 0.1);
}

.nav-link {
    padding: 12px 20px;
    font-size: 13px;
}

.racewin-hero {
    min-height: 450px;
}

.racing-car-silhouette {
    display: none;
}

.checkered-flag-bg {
    width: 150px;
    opacity: 0.04;
}

.hero-inner-content {
    padding: 30px 20px;
    text-align: center;
    max-width: 100%;
}

.hero-brand {
    font-size: 36px;
    letter-spacing: 3px;
}

.hero-tagline {
    font-size: 16px;
    letter-spacing: 2px;
}

.hero-divider-line {
    margin: 12px auto;
}

.hero-description {
    font-size: 14px;
}

.hero-stats-row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.hero-stat-number {
    font-size: 22px;
}

.hero-stat-label {
    font-size: 11px;
}

.hero-cta-group {
    justify-content: center;
    flex-wrap: wrap;
}

.btn-red-primary, .btn-outline-silver {
    padding: 12px 25px;
    font-size: 13px;
}

.section-title {
    font-size: 22px;
    letter-spacing: 2px;
}

.section-subtitle {
    font-size: 13px;
    margin-bottom: 30px;
}

.speed-line.line-1 {
    width: 80px;
}

.speed-line.line-2 {
    width: 60px;
}

.speed-line.line-3 {
    width: 100px;
}

.speed-line.line-4 {
    width: 70px;
}

.speed-line.line-5 {
    width: 90px;
}

.racing-star-games {
    padding: 40px 0;
}

.racing-star-games-grid {
    grid-template-columns: 1fr;
    gap: 15px;
}

.racing-star-game-card {
    clip-path: none;
    border-radius: 12px;
}

.racing-grid-section {
    padding: 40px 0;
}

.racing-grid-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.racing-grid-node {
    padding: 20px 10px;
}

.racing-node-icon i {
    font-size: 22px;
}

.racing-node-label {
    font-size: 12px;
}

.turbo-features {
    padding: 40px 0;
}

.turbo-features-grid {
    grid-template-columns: 1fr;
    gap: 15px;
}

.turbo-feature-card {
    padding: 25px 15px;
}

.racing-stats {
    padding: 40px 0;
}

.racing-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.stat-number {
    font-size: 28px;
}

.stat-label {
    font-size: 11px;
}

.racing-promos {
    padding: 40px 0;
}

.racing-promos-grid {
    grid-template-columns: 1fr;
    gap: 15px;
}

.podium-cta-section {
    padding: 50px 0;
}

.podium-cta-inner h2 {
    font-size: 24px;
}

.cta-features {
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.cta-main-btn {
    padding: 14px 35px;
    font-size: 15px;
}

.cta-trophy-icon {
    width: 40px;
    height: 40px;
}

.home-news-section {
    padding: 40px 0;
}

.home-news-grid {
    grid-template-columns: 1fr;
    gap: 15px;
}

.article-grid {
    grid-template-columns: 1fr;
    gap: 15px;
}

.content-area {
    flex-direction: column;
}

.single-article {
    padding: 20px;
}

.article-title {
    font-size: 22px;
}

.article-meta {
    flex-direction: column;
    gap: 8px;
}

.related-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.related-item-thumb {
    height: 100px;
}

.site-footer {
    padding: 30px 0 20px;
}

.footer-columns-grid {
    grid-template-columns: 1fr;
    gap: 25px;
}

.footer-col h4 {
    font-size: 14px;
}

.license-icons {
    gap: 10px;
}

.license-item {
    padding: 8px 10px;
}

    .floating-sidebar {
    position: fixed; bottom: 10px; top: auto; right: 10px;
    transform: none; flex-direction: row; gap: 6px;
}

.sidebar-btn {
    width: 38px;
    height: 38px;
    font-size: 14px;
}

.breadcrumb {
    font-size: 12px;
    flex-wrap: wrap;
}

.category-title {
    font-size: 22px;
}

.provider-tabs {
    gap: 5px;
}

.provider-tab {
    padding: 6px 12px;
    font-size: 12px;
}

.page-article {
    padding: 20px;
}

.page-title {
    font-size: 22px;
}

.error-code {
    font-size: 70px;
}

.error-title {
    font-size: 20px;
}

.error-page {
    padding: 50px 15px;
}

.pagination .page-numbers {
    width: 35px;
    height: 35px;
    font-size: 13px;
}

.announcement-content {
    padding: 20px;
    width: 95%;
}

.announcement-title {
    font-size: 17px;
}

.announcement-header-icon i {
    font-size: 36px;
}

.announcement-item {
    padding: 10px;
}

.announcement-text {
    font-size: 12px;
}

.announcement-cta {
    padding: 10px 30px;
    font-size: 14px;
}

.notification-content {
    gap: 30px;
    font-size: 12px;
}

}


/* === MOBILE (max-width: 480px) === */
@media (max-width: 480px) {
.logo img {
    height: 35px;
}

.header-btn-group {
    gap: 4px;
}

.btn-login, .btn-register, .btn-demo {
    padding: 5px 10px;
    font-size: 10px;
}

.racewin-hero {
    min-height: 400px;
    border-radius: 10px;
}

.hero-brand {
    font-size: 28px;
    letter-spacing: 2px;
}

.hero-tagline {
    font-size: 14px;
    letter-spacing: 1px;
}

.hero-stat-number {
    font-size: 20px;
}

    .btn-red-primary, .btn-outline-silver {
    padding: 10px 20px; font-size: 12px; width: 100%; text-align: center;
}

.hero-cta-group {
    flex-direction: column;
}

.section-title {
    font-size: 18px;
    letter-spacing: 1px;
}

.section-subtitle {
    font-size: 12px;
    margin-bottom: 25px;
}

.speed-line {
    height: 2px;
}

.speed-line.line-1 {
    width: 60px;
}

.speed-line.line-2 {
    width: 40px;
}

.speed-line.line-3 {
    width: 70px;
}

.speed-line.line-4 {
    width: 50px;
}

.speed-line.line-5 {
    width: 65px;
}

.racing-star-game-icon i {
    font-size: 30px;
}

.racing-star-game-card h3 {
    font-size: 16px;
}

.racing-star-game-card p {
    font-size: 12px;
}

.racing-grid-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.racing-grid-node {
    padding: 15px 8px;
}

.racing-node-icon i {
    font-size: 20px;
}

.racing-node-label {
    font-size: 11px;
}

.turbo-feature-icon i {
    font-size: 28px;
}

.turbo-feature-card h3 {
    font-size: 15px;
}

.turbo-feature-card p {
    font-size: 12px;
}

.racing-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.racing-stat-card {
    padding: 20px 15px;
}

.stat-number {
    font-size: 24px;
}

.stat-label {
    font-size: 10px;
}

.stat-racing-decoration i {
    font-size: 16px;
}

.racing-promo-inner {
    padding: 20px 15px;
}

.racing-promo-inner h3 {
    font-size: 15px;
}

.racing-promo-inner p {
    font-size: 12px;
}

.promo-icon i {
    font-size: 28px;
}

.btn-promo {
    padding: 8px 20px;
    font-size: 13px;
}

.podium-cta-inner h2 {
    font-size: 20px;
}

.podium-cta-inner p {
    font-size: 13px;
}

.article-card-thumb {
    height: 150px;
}

.article-card-title span, .article-card-title a {
    font-size: 14px;
}

.article-card-excerpt {
    font-size: 12px;
}

.view-more-btn {
    padding: 10px 25px;
    font-size: 13px;
}

.single-article {
    padding: 15px;
}

.article-title {
    font-size: 20px;
}

.article-content {
    font-size: 14px;
}

.article-nav {
    flex-direction: column;
    gap: 10px;
}

.related-grid {
    grid-template-columns: 1fr;
}

.related-item-thumb {
    height: 80px;
}

.related-item-title {
    font-size: 12px;
}

.related-posts-title {
    font-size: 18px;
}

.footer-brand-text {
    font-size: 12px;
}

.footer-18plus {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
}

.footer-social-links a {
    width: 32px;
    height: 32px;
}

.footer-col ul li a {
    font-size: 12px;
}

.footer-license-bar {
    padding: 15px 0;
}

.footer-license-bar h4 {
    font-size: 13px;
}

.license-icons {
    gap: 8px;
}

.license-item {
    padding: 6px 8px;
}

.license-item i {
    font-size: 16px;
}

.license-item span {
    font-size: 10px;
}

.footer-copyright {
    font-size: 12px;
}

.sidebar-btn {
    width: 35px;
    height: 35px;
    font-size: 13px;
}

.error-code {
    font-size: 60px;
}

.error-title {
    font-size: 18px;
}

.error-desc {
    font-size: 13px;
}

.error-racing-flag {
    width: 50px;
    height: 50px;
}

.page-article {
    padding: 15px;
}

.page-title {
    font-size: 20px;
}

.pagination .page-numbers {
    width: 32px;
    height: 32px;
    font-size: 12px;
}

.announcement-content {
    padding: 15px;
}

.announcement-title {
    font-size: 15px;
}

.announcement-header-icon i {
    font-size: 30px;
}

.announcement-item {
    padding: 8px;
    gap: 8px;
}

.announcement-text {
    font-size: 11px;
}

.announcement-badge {
    font-size: 9px;
    min-width: 35px;
    padding: 2px 6px;
}

.breadcrumb {
    font-size: 11px;
    gap: 5px;
}

.category-title {
    font-size: 18px;
}

.provider-tab {
    padding: 5px 10px;
    font-size: 11px;
}

.checkered-flag-bg {
    width: 100px;
    opacity: 0.03;
}

.footer-disclaimer {
    font-size: 11px !important;
    padding: 15px 10px !important;
}

}


/* === ULTRA SMALL (max-width: 360px) === */
@media (max-width: 360px) {
.hero-brand {
    font-size: 24px;
}

.hero-tagline {
    font-size: 12px;
}

.section-title {
    font-size: 16px;
}

.racing-star-game-card {
    padding: 20px 15px;
}

.btn-red-primary, .btn-outline-silver {
    padding: 10px 15px;
    font-size: 11px;
}

.racing-grid-row {
    gap: 5px;
}

.racing-grid-node {
    padding: 12px 5px;
}

.stat-number {
    font-size: 20px;
}

.podium-cta-inner h2 {
    font-size: 18px;
}

.hero-stats-row {
    gap: 10px;
}

.hero-stat-number {
    font-size: 18px;
}

.hero-stat-label {
    font-size: 10px;
}

}

