/* ============================================
   POWERJACK THEME - responsive.css (moban-113)
   Powerball Lottery Theme - Responsive Styles
   ============================================ */

/* === TABLET LANDSCAPE (max-width: 1024px) === */
@media (max-width: 1024px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }

    .content-area {
        flex-direction: column;
        gap: 20px;
    }

    .powerjack-hero {
        padding: 50px 20px;
    }

    .hero-inner-content {
        max-width: 100%;
    }

    .powerball-orb {
        display: none;
    }

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

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

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

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

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

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

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

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

    .power-promos-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);
    }

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

    .floating-sidebar {
        right: 10px;
    }

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

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

    .cta-features {
        flex-wrap: wrap;
        gap: 15px;
    }

    .footer-cta-inner h2 {
        font-size: 26px;
    }
}

/* === TABLET PORTRAIT (max-width: 768px) === */
@media (max-width: 768px) {
    html {
        font-size: 15px;
    }

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

    .header-time {
        display: none;
    }

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

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

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

    .nav-menu {
        display: none;
        flex-direction: column;
        width: 100%;
    }

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

    .nav-link {
        padding: 10px 15px;
        border-bottom: 1px solid rgba(198, 40, 40, 0.2);
        font-size: 13px;
    }

    .main-navigation .container {
        display: flex;
        flex-wrap: wrap;
    }

    .powerjack-hero {
        padding: 40px 15px;
        border-radius: 12px;
    }

    .energy-bolt {
        opacity: 0.3;
    }

    .hero-brand {
        font-size: 30px;
    }

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

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

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

    .hero-stat {
        flex: 0 0 calc(50% - 15px);
    }

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

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

    .btn-gold-primary,
    .btn-outline-gold {
        width: 100%;
        text-align: center;
        padding: 12px 25px;
        font-size: 14px;
    }

    .power-star-games-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

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

    .power-star-game-icon i {
        font-size: 32px;
    }

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

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

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

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

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

    .power-promos-grid {
        grid-template-columns: 1fr;
    }

    .power-promo-card {
        margin-bottom: 0;
    }

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

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

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

    .single-article {
        padding: 20px 15px;
    }

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

    .article-meta {
        gap: 10px;
        font-size: 12px;
    }

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

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

    .page-article {
        padding: 20px 15px;
    }

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

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

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

    .license-icons {
        gap: 15px;
    }

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

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

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

    .footer-cta-section {
        padding: 40px 15px;
    }

    .footer-cta-inner h2 {
        font-size: 22px;
    }

    .footer-cta-inner p {
        font-size: 14px;
    }

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

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

    .provider-tabs {
        gap: 5px;
    }

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

    .breadcrumb {
        font-size: 12px;
    }

    .floating-sidebar {
        right: 8px;
    }

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

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

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

    .announcement-item {
        padding: 10px 12px;
    }

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

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

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

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

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

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

/* === MOBILE (max-width: 480px) === */
@media (max-width: 480px) {
    html {
        font-size: 14px;
    }

    .container {
        padding: 0 10px;
    }

    .logo img {
        height: 38px;
    }

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

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

    .powerjack-hero {
        padding: 30px 12px;
        margin-bottom: 25px;
    }

    .energy-bolts {
        display: none;
    }

    .hero-brand {
        font-size: 26px;
    }

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

    .hero-description {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .hero-stat {
        flex: 0 0 calc(50% - 10px);
    }

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

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

    .hero-cta-group {
        gap: 10px;
    }

    .btn-gold-primary,
    .btn-outline-gold {
        padding: 10px 20px;
        font-size: 13px;
    }

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

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

    .power-star-games-grid {
        grid-template-columns: 1fr;
    }

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

    .power-star-game-icon i {
        font-size: 36px;
    }

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

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

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

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

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

    .power-features-grid {
        grid-template-columns: 1fr;
    }

    .power-feature-card {
        padding: 20px 15px;
    }

    .power-feature-icon i {
        font-size: 32px;
    }

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

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

    .power-stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        padding: 0 5px;
    }

    .power-stat-card {
        padding: 20px 10px;
    }

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

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

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

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

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

    .power-promo-inner h3 {
        font-size: 16px;
    }

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

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

    .article-card-title {
        font-size: 14px;
        min-height: 40px;
    }

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

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

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

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

    .single-article {
        padding: 15px 12px;
        border-radius: 12px;
    }

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

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

    .article-content h2 {
        font-size: 20px;
    }

    .article-content h3 {
        font-size: 18px;
    }

    .article-tags {
        gap: 5px;
    }

    .article-tags span {
        font-size: 11px;
        padding: 3px 8px;
    }

    .page-article {
        padding: 15px 12px;
    }

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

    .footer-cta-section {
        padding: 30px 12px;
        border-radius: 12px;
    }

    .cta-power-ball {
        width: 50px;
        height: 50px;
    }

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

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

    .cta-main-btn {
        font-size: 14px;
        padding: 12px 30px;
    }

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

    .footer-columns-grid {
        gap: 20px;
    }

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

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

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

    .license-icons {
        gap: 10px;
    }

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

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

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

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

    .sidebar-label {
        display: none !important;
    }

    .announcement-content {
        padding: 15px;
        max-height: 85vh;
        overflow-y: auto;
    }

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

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

    .announcement-list {
        gap: 8px;
    }

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

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

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

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

    .error-powerball-orb {
        width: 70px;
        height: 70px;
    }

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

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

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

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

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

    .provider-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 5px;
    }

    .provider-tab {
        white-space: nowrap;
        flex-shrink: 0;
    }

    .notification-content {
        animation-duration: 20s;
    }

    .article-card-more {
        font-size: 12px;
        padding: 6px 12px;
    }

    .view-more-btn {
        padding: 10px 20px;
        font-size: 12px;
    }
}

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

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

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

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

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

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

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

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

    .floating-sidebar {
        gap: 3px;
    }

    .sidebar-btn {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }
}

/* === DESKTOP WIDE (min-width: 1400px) === */
@media (min-width: 1400px) {
    .container {
        max-width: 1300px;
    }

    .hero-brand {
        font-size: 56px;
    }

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

    .power-star-games-grid {
        gap: 25px;
    }

    .power-features-grid {
        gap: 25px;
    }
}

/* === PRINT STYLES === */
@media print {
    .site-header,
    .main-navigation,
    .notification-bar,
    .floating-sidebar,
    .site-footer,
    .announcement-modal,
    .powerjack-hero,
    .footer-cta-section {
        display: none !important;
    }

    body {
        background: #fff;
        color: #000;
    }

    .single-article {
        background: #fff;
        border: none;
        padding: 0;
    }

    .article-title {
        color: #000;
    }

    .article-content {
        color: #333;
    }

    a {
        color: #000;
        text-decoration: underline;
    }
}
