/* ============================================
   BELLAGEIO THEME - responsive.css (moban-76)
   ============================================ */

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

    /* Header */
    .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;
    }

    /* Hero */
    .bellageio-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;
    }

    /* Fountain Jets */
    .fountain-stage {
        height: 200px;
    }

    .fountain-jet {
        width: 6px;
    }

    .fountain-jet-3 {
        height: 180px;
        width: 10px;
    }

    /* Garden Flowers */
    .garden-flower {
        width: 24px;
        height: 24px;
    }

    /* Star Games */
    .star-games-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Fountain Grid */
    .fountain-row {
        flex-wrap: wrap;
        gap: 10px;
    }

    .fountain-line {
        display: none;
    }

    .fountain-node {
        flex: 0 0 calc(25% - 10px);
        min-width: 100px;
    }

    /* Fountain Features */
    .fountain-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Garden Stats */
    .garden-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Garden Promos */
    .garden-promos-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .garden-promos-grid .garden-promo-card:last-child {
        grid-column: 1 / -1;
        max-width: 400px;
        margin: 0 auto;
    }

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

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

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

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

    .home-news-placeholder {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    /* Floating Sidebar */
    .floating-sidebar {
        right: 8px;
    }

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

    /* Content Area */
    .content-area {
        flex-direction: column;
    }
}

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

    /* Header */
    .header-top {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        padding: 10px 0;
    }

    .logo {
        flex: 0 0 auto;
    }

    .logo img {
        height: 35px;
    }

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

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

    /* Mobile Menu */
    .mobile-menu-toggle {
        display: block;
        padding: 8px 0;
    }

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

    .nav-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(26, 10, 26, 0.98);
        flex-direction: column;
        padding: 10px 0;
        border-top: 1px solid rgba(233, 30, 99, 0.2);
        border-bottom: 1px solid rgba(233, 30, 99, 0.2);
        z-index: 999;
        max-height: 70vh;
        overflow-y: auto;
    }

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

    .nav-link {
        padding: 12px 20px;
        font-size: 13px;
        text-align: left;
        border-bottom: 1px solid rgba(233, 30, 99, 0.05);
    }

    /* Notification Bar */
    .notification-content {
        font-size: 12px;
    }

    /* Hero */
    .bellageio-hero {
        min-height: 450px;
        padding: 40px 15px;
    }

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

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

    .hero-description {
        font-size: 13px;
        padding: 0 10px;
    }

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

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

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

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

    .btn-gold-primary, .btn-outline-gold {
        padding: 12px 30px;
        font-size: 13px;
        width: 80%;
        text-align: center;
    }

    /* Fountain Jets */
    .fountain-stage {
        height: 150px;
    }

    .fountain-jet {
        width: 5px;
    }

    .fountain-jet-1 { height: 100px; }
    .fountain-jet-2 { height: 130px; }
    .fountain-jet-3 { height: 150px; width: 8px; }
    .fountain-jet-4 { height: 130px; }
    .fountain-jet-5 { height: 100px; }

    /* Garden Flowers */
    .garden-flower {
        width: 20px;
        height: 20px;
    }

    .garden-flower::before, .garden-flower::after {
        width: 14px;
        height: 14px;
    }

    /* Section Title */
    .section-title {
        font-size: 26px;
    }

    .section-subtitle {
        font-size: 13px;
        padding: 0 10px;
    }

    /* Star Games */
    .star-games-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

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

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

    /* Fountain Grid */
    .fountain-row {
        gap: 8px;
    }

    .fountain-node {
        flex: 0 0 calc(50% - 8px);
        min-width: 0;
        padding: 12px 10px;
    }

    .node-fountain {
        width: 35px;
        height: 35px;
    }

    .node-fountain i {
        font-size: 14px;
    }

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

    /* Fountain Features */
    .fountain-features-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

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

    .water-drop-icon {
        width: 50px;
        height: 50px;
    }

    /* Garden Stats */
    .garden-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

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

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

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

    /* Garden Promos */
    .garden-promos-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .garden-promos-grid .garden-promo-card:last-child {
        max-width: none;
    }

    .garden-promo-inner {
        padding: 25px 15px;
    }

    /* Footer CTA */
    .footer-cta-section {
        padding: 50px 15px;
        margin: 20px 0;
    }

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

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

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

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

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

    /* Article Grid */
    .article-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

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

    /* Single Article */
    .single-article {
        padding: 20px 15px;
    }

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

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

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

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

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

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

    .license-icons {
        gap: 10px;
    }

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

    /* Floating Sidebar */
    .floating-sidebar {
        position: fixed;
        bottom: 0;
        top: auto;
        right: 0;
        left: 0;
        transform: none;
        flex-direction: row;
        justify-content: center;
        gap: 0;
        background: rgba(26, 10, 26, 0.98);
        border-top: 1px solid rgba(233, 30, 99, 0.2);
        padding: 6px 0;
    }

    .sidebar-btn {
        width: 50px;
        height: 40px;
        border-radius: 0;
        background: transparent;
        font-size: 18px;
    }

    .sidebar-btn-facebook {
        background: transparent;
        color: #1877F2;
    }

    .sidebar-btn-telegram {
        background: transparent;
        color: #0088cc;
    }

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

    /* Add padding bottom for mobile sidebar */
    body {
        padding-bottom: 55px;
    }

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

    /* Breadcrumb */
    .breadcrumb {
        font-size: 12px;
    }

    /* Provider Tabs */
    .provider-tabs {
        gap: 5px;
    }

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

    /* Category Header */
    .category-title {
        font-size: 26px;
    }

    /* Page Article */
    .page-article {
        padding: 20px 15px;
    }

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

    /* Error Page */
    .error-code {
        font-size: 60px;
    }

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

    /* Announcement Modal */
    .announcement-content {
        padding: 25px 20px;
        width: 95%;
    }

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

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

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

/* === MOBILE (max-width: 480px) === */
@media (max-width: 480px) {
    /* Header */
    .header-btn-group {
        flex-wrap: wrap;
        justify-content: center;
    }

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

    .logo img {
        height: 30px;
    }

    /* Hero */
    .bellageio-hero {
        min-height: 380px;
        padding: 30px 10px;
    }

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

    .hero-divider-line {
        width: 50px;
    }

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

    .hero-description {
        font-size: 12px;
        line-height: 1.7;
    }

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

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

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

    /* Fountain Jets */
    .fountain-stage {
        height: 120px;
    }

    .fountain-jet {
        width: 4px;
    }

    .fountain-jet-1 { height: 80px; }
    .fountain-jet-2 { height: 100px; }
    .fountain-jet-3 { height: 120px; width: 6px; }
    .fountain-jet-4 { height: 100px; }
    .fountain-jet-5 { height: 80px; }

    /* Garden Flowers */
    .garden-flower {
        width: 16px;
        height: 16px;
    }

    .garden-flower::before, .garden-flower::after {
        display: none;
    }

    /* Section Title */
    .section-title {
        font-size: 22px;
    }

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

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

    /* Star Games */
    .star-game-card h3 {
        font-size: 18px;
    }

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

    /* Fountain Grid */
    .fountain-node {
        flex: 0 0 calc(50% - 8px);
        padding: 10px 8px;
    }

    .node-fountain {
        width: 30px;
        height: 30px;
    }

    .node-fountain i {
        font-size: 12px;
    }

    /* Garden Stats */
    .garden-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

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

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

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

    /* Footer CTA */
    .footer-cta-inner h2 {
        font-size: 22px;
    }

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

    /* News */
    .article-card-thumb {
        height: 140px;
    }

    .article-card-title {
        font-size: 13px;
        padding: 10px 10px 5px;
        min-height: 40px;
    }

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

    .article-card-meta {
        padding: 0 10px;
        font-size: 11px;
    }

    /* Single Article */
    .article-title {
        font-size: 20px;
    }

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

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

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

    /* Footer */
    .footer-col h4 {
        font-size: 16px;
    }

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

    .license-icons {
        gap: 6px;
    }

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

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

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

    /* View More Button */
    .view-more-btn {
        font-size: 12px;
        padding: 10px 25px;
    }

    /* Error Page */
    .error-page {
        padding: 50px 15px;
    }

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

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

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

    /* Pagination */
    .pagination {
        gap: 5px;
    }

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

    /* Provider Tabs */
    .provider-tab {
        padding: 5px 10px;
        font-size: 10px;
    }

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

    /* Announcement Modal */
    .announcement-content {
        padding: 20px 15px;
    }

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

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

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

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

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

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

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

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

    .btn-gold-primary, .btn-outline-gold {
        padding: 10px 20px;
        font-size: 12px;
        width: 90%;
    }

    .fountain-jet-3 {
        height: 100px;
    }

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

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

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