/* Responsive Styles for Pin-Up */

/* Large tablets and desktops */
@media (max-width: 1199px) {
    .container {
        max-width: 960px;
    }

    .hero-title {
        font-size: 42px;
    }
}

/* Tablets */
@media (max-width: 991px) {
    .header-center {
        display: none !important;
    }

    .hero-section {
        min-height: 380px;
        padding: 70px 20px;
    }

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

    .hero-text {
        font-size: 20px;
    }

    .btn-hero {
        font-size: 18px;
        padding: 12px 35px;
    }

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

    .jackpots-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
    }

    .author-card {
        flex-direction: column;
        text-align: center;
    }

    .author-photo {
        margin: 0 auto;
    }

    .author-social {
        justify-content: center;
    }
}

/* Mobile landscape and portrait tablets */
@media (max-width: 767px) {
    .hero-section {
        min-height: 350px;
        padding: 60px 20px;
    }

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

    .hero-text {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .btn-hero {
        font-size: 16px;
        padding: 12px 30px;
    }

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

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

    .jackpot-card {
        padding: 25px;
    }

    .jackpot-amount {
        font-size: 30px;
    }

    .winners-table th,
    .winners-table td {
        padding: 10px;
        font-size: 14px;
    }

    .app-table td {
        padding: 12px;
        font-size: 14px;
    }

    .app-download-btns {
        flex-direction: column;
        align-items: center;
    }

    .content-box {
        padding: 25px;
    }

    .main-heading {
        font-size: 28px;
    }

    .text-content h2 {
        font-size: 24px;
    }

    .text-content h3 {
        font-size: 20px;
    }

    .video-wrap iframe {
        height: 300px;
    }

    .widget-content {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .widget-text {
        font-size: 16px;
    }

    .widget-btn {
        padding: 10px 25px;
    }

    .footer-top .col-md-4 {
        margin-bottom: 30px;
    }

    .payments-grid,
    .providers-grid {
        gap: 15px;
    }

    .payment-logo,
    .provider-logo {
        height: 35px;
    }
}

/* Small mobile devices */
@media (max-width: 575px) {
    .header-wrap {
        padding: 0 10px;
    }

    .logo-img {
        max-width: 120px;
    }

    .btn-login,
    .btn-signup {
        padding: 8px 15px;
        font-size: 14px;
    }

    .online-counter {
        margin-right: 10px;
        font-size: 12px;
    }

    .hero-section {
        min-height: 300px;
        padding: 50px 15px;
    }

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

    .hero-text {
        font-size: 16px;
    }

    .btn-hero {
        font-size: 14px;
        padding: 10px 25px;
    }

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

    .jackpot-card {
        padding: 20px;
    }

    .jackpot-name {
        font-size: 18px;
    }

    .jackpot-amount {
        font-size: 26px;
    }

    .winners-table-wrap {
        font-size: 12px;
    }

    .winners-table th,
    .winners-table td {
        padding: 8px 5px;
    }

    .app-table td {
        padding: 10px;
        font-size: 13px;
    }

    .app-btn-store img {
        height: 40px;
    }

    .content-box {
        padding: 20px;
    }

    .main-heading {
        font-size: 24px;
    }

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

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

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

    .video-wrap iframe {
        height: 250px;
    }

    .slot-machine {
        padding: 20px;
    }

    .slot-reels {
        gap: 10px;
    }

    .reel {
        width: 80px;
        height: 80px;
        font-size: 40px;
    }

    .btn-spin {
        padding: 12px;
        font-size: 18px;
    }

    .author-photo img {
        width: 120px;
        height: 120px;
    }

    .author-name {
        font-size: 20px;
    }

    .author-bio {
        font-size: 14px;
    }

    .fixed-widget {
        padding: 10px;
    }

    .widget-text {
        font-size: 14px;
    }

    .widget-btn {
        padding: 8px 20px;
        font-size: 14px;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .logo-img {
        max-width: 100px;
    }

    .btn-login,
    .btn-signup {
        padding: 6px 12px;
        font-size: 13px;
    }

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

    .hero-text {
        font-size: 15px;
    }

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

    .jackpot-amount {
        font-size: 24px;
    }

    .reel {
        width: 70px;
        height: 70px;
        font-size: 35px;
    }

    .slot-machine {
        padding: 15px;
    }

    .content-box {
        padding: 15px;
    }
}

/* Print styles */
@media print {
    .header-main,
    .fixed-widget,
    .burger-btn,
    .mobile-menu,
    .slot-game-section,
    .video-section {
        display: none !important;
    }

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

    .content-box {
        box-shadow: none;
        background: #fff;
    }
}

/* High contrast mode */
@media (prefers-contrast: high) {
    .btn-login,
    .btn-signup,
    .btn-hero,
    .widget-btn {
        border: 2px solid currentColor;
    }

    .nav-link,
    .footer-menu-link {
        text-decoration: underline;
    }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
