/* ==========================================
           TEMA ESCURO NATIVO E BLINDADO
        ========================================== */
        :root {
            --primary-green: #10b981;
            /* O !important bloqueia o Javascript de mudar a cor */
            --bg-color: #0f172a !important;
            --text-main: #f8fafc !important;
            --text-muted: #94a3b8 !important;
            --card-bg: #1e293b !important;
            --border-color: rgba(51, 65, 85, 0.8) !important;
        }

        * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Inter', sans-serif; }
        
        body {
            background-color: var(--bg-color);
            color: var(--text-main);
            min-height: 100vh;
            display: flex;
            flex-direction: column;
        }

        .page-wrapper {
            max-width: 800px;
            width: 100%;
            margin: 0 auto;
            padding: 30px 20px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }

        /* HEADER DA PÁGINA */
        .page-header {
            display: flex;
            align-items: center;
            gap: 15px;
            padding-bottom: 20px;
            margin-bottom: 30px;
            border-bottom: 1px solid var(--border-color);
        }

        .back-btn {
            text-decoration: none;
            color: var(--text-main);
            font-size: 24px;
            font-weight: 600;
            transition: color 0.2s;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: var(--card-bg);
            border: 1px solid var(--border-color);
        }
        .back-btn:hover { background: var(--border-color); }

        .page-title {
            font-size: 24px;
            font-weight: 800;
            color: var(--text-main);
            flex-grow: 1;
        }

        .icon-btn {
            background: var(--card-bg);
            border: 1px solid var(--border-color);
            width: 40px; height: 40px; border-radius: 50%;
            display: flex; align-items: center; justify-content: center;
            color: var(--text-main); font-size: 16px; cursor: pointer; transition: 0.2s;
        }
        .icon-btn:hover { background: var(--border-color); }

        /* CONTEÚDO PRINCIPAL (CARD) */
        .info-card {
            background: var(--card-bg);
            border-radius: 16px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            border: 1px solid var(--border-color);
        }
        
        .status-badge {
            display: inline-flex; align-items: center; gap: 6px;
            border: 1px solid var(--border-color);
            padding: 6px 12px; border-radius: 20px; font-weight: 600; font-size: 14px;
            background: transparent; color: var(--text-main);
            margin-bottom: 20px;
        }
        .status-closed { color: #ef4444; }

        .info-title-row {
            display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px;
        }
        .info-title-row h3 { font-size: 26px; font-weight: 800; max-width: 80%; color: var(--text-main); line-height: 1.2;}
        .info-logo { width: 60px; height: 60px; border-radius: 12px; object-fit: cover; border: 2px solid var(--border-color);}

        .info-icons {
            display: flex; gap: 12px; margin-bottom: 30px; align-items: center; 
            border-bottom: 1px solid var(--border-color); padding-bottom: 25px;
        }
        .rating-badge {
            background: rgba(217, 119, 6, 0.1); color: #d97706; border: 1px solid rgba(253, 230, 138, 0.5);
            padding: 8px 15px; border-radius: 10px; font-size: 15px; font-weight: 700; display: flex; align-items: center;
            text-decoration: none;
        }

        .info-section { margin-bottom: 35px; }
        .info-section h4 { font-size: 18px; font-weight: 800; margin-bottom: 15px; color: var(--text-main);}
        
        .address-text { font-size: 15px; color: var(--text-main); line-height: 1.6; }
        .address-link { text-decoration: none; color: var(--text-main); transition: color 0.2s; display: inline-block; }
        .address-link:hover { color: var(--primary-green); }

        .service-box { border: 1px solid var(--border-color); border-radius: 12px; margin-bottom: 15px; overflow: hidden; background: var(--bg-color); }
        .service-box-header { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background: transparent; }
        .service-title { display: flex; align-items: center; gap: 12px; font-size: 16px; color: var(--text-main);}
        .service-details { padding: 18px 20px; background: rgba(255,255,255,0.02); border-top: 1px solid var(--border-color); font-size: 14px; color: var(--text-muted); display: flex; flex-direction: column; gap: 10px;}
        .service-details strong { color: var(--text-main); }
        .warning-text { color: #ef4444; }

        .hours-list { list-style: none; border: 1px solid var(--border-color); border-radius: 12px; overflow: hidden; }
        .hours-list li { display: flex; justify-content: space-between; padding: 15px 20px; font-size: 15px; color: var(--text-main); border-bottom: 1px solid var(--border-color); background: var(--card-bg);}
        .hours-list li:last-child { border-bottom: none; }
        .hours-list li.closed-day { background-color: rgba(59, 130, 246, 0.05); color: #3b82f6; font-weight: 500;}

        .hidden { display: none !important; }

        /* RESPONSIVIDADE PARA CELULAR */
        @media (max-width: 768px) {
            .page-wrapper { padding: 20px 15px; }
            .info-card { padding: 20px; border-radius: 12px; box-shadow: none; border: none; background: transparent; }
            .info-title-row h3 { font-size: 22px; }
            .info-logo { width: 50px; height: 50px; }
            .page-header { margin-bottom: 10px; }
            .page-title { font-size: 20px; }
            .hours-list li { font-size: 14px; padding: 12px 15px; }
        }

/* 1. O cursor PADRÃO para o site todo (O asterisco força em todos os cantos) */
        *, body, html {
            cursor: url('img/icones/cursor1.png'), auto !important;
        }

        /* 2. O cursor de MÃO para TUDO o que for clicável (incluindo o que está dentro dos botões) */
        a, a *, button, button *, input, select, textarea, .product-card, .product-card *, .clickable, .clickable * {
            cursor: url('img/icones/cursor2.png'), pointer !important;
        }
